Commit 3b132cce authored by Jonathan Kaufmann's avatar Jonathan Kaufmann Committed by Mark Canterbury
Browse files

Update config request and response naming for r1

parent 73061eae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -724,7 +724,7 @@
        </DictionaryEntries>
    </Dictionary>
    <Dictionary>
        <!--LIWorkflowEndpoint: see Clause 6.4.11.2 Table 6.XX -->
        <!--LIWorkflowEndpoint: see Clause 6.4.11.2 Table 6.X6 -->
        <Owner>ETSI</Owner>
        <Name>LIWorkflowEndpoint</Name>
        <DictionaryEntries>
@@ -755,7 +755,7 @@
        </DictionaryEntries>
    </Dictionary>    
    <Dictionary>
        <!--LPWorkflowEndpoint: see Clause 6.4.11.3 Table 6.XX -->
        <!--LPWorkflowEndpoint: see Clause 6.4.11.3 Table 6.X8 -->
        <Owner>ETSI</Owner>
        <Name>LPWorkflowEndpoint</Name>
        <DictionaryEntries>
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
            <ActionResponses>
                <ActionResponse>
                    <ActionIdentifier>0</ActionIdentifier>
                    <CONFIGResponse>
                    <GETCSPCONFIGResponse>
                        <LastChanged>2024-05-10T08:52:32Z</LastChanged>
                        <Dictionaries>
                            <dictionaries:Dictionary>
@@ -98,7 +98,7 @@
                        </SupportedLIWorkflowEndpoints>
                        <SupportedLPWorkflowEndpoints>
                        </SupportedLPWorkflowEndpoints>
                    </CONFIGResponse>
                    </GETCSPCONFIGResponse>
                </ActionResponse>
            </ActionResponses>
        </ResponsePayload>
+4 −4
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@
                <xs:element name="UPDATE" type="UPDATERequest"/>
                <xs:element name="LIST" type="LISTRequest"/>
                <xs:element name="DELIVER" type="DELIVERRequest"/>
                <xs:element name="CONFIG" type="CONFIGRequest"/>
                <xs:element name="GETCSPCONFIG" type="GETCSPCONFIGRequest"/>
            </xs:choice>
        </xs:sequence>
    </xs:complexType>
@@ -87,7 +87,7 @@
                <xs:element name="LISTResponse" type="LISTResponse"/>
                <xs:element name="ErrorInformation" type="ActionUnsuccesfulInformation"/>
                <xs:element name="DELIVERResponse" type="DELIVERResponse"/>
                <xs:element name="CONFIGResponse" type="CONFIGResponse"/>
                <xs:element name="GETCSPCONFIGResponse" type="GETCSPCONFIGResponse"/>
            </xs:choice>
        </xs:sequence>
    </xs:complexType>
@@ -162,8 +162,8 @@
            <xs:element name="Identifier" type="ObjectIdentifier"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="CONFIGRequest"/>
    <xs:complexType name="CONFIGResponse">
    <xs:complexType name="GETCSPCONFIGRequest"/>
    <xs:complexType name="GETCSPCONFIGResponse">
        <xs:sequence>
            <xs:element name="LastChanged" type="etsi:QualifiedDateTime"/>
            <xs:element name="Dictionaries" type="dictionaries:Dictionaries" minOccurs="0"/>