Commit c5c9a076 authored by Vishal Masalawala's avatar Vishal Masalawala Committed by Mark Canterbury
Browse files

Update 2 files

- /103120/schema/xsd/ts_103120_Task.xsd
- /103120/examples/xml/request10_LDDestinationObject.xml
parent 27b3a419
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
                <ActionRequest>
                    <ActionIdentifier>0</ActionIdentifier>
                    <CREATE>
                        <HI1Object xsi:type="dest:LDDestinationObject">
                        <HI1Object xsi:type="dest:LIDestinationObject">
                            <ObjectIdentifier>7dabc880-8750-4d3c-abe7-bba4a17646043</ObjectIdentifier>
                            <CountryCode>XX</CountryCode>
                            <OwnerIdentifier>ACTOR01</OwnerIdentifier>
+1 −1
Original line number Diff line number Diff line
@@ -335,12 +335,12 @@
    <xs:group name="LDDeliveryDestinationDetails">
        <xs:sequence>
            <xs:element name="DeliveryAddress" type="DeliveryAddress" minOccurs="0"/>
            <xs:element name="IRIorCC" type="common:DictionaryEntry" minOccurs="0"/>
        </xs:sequence>
    </xs:group>
    <xs:group name="LIDeliveryDestinationDetails">
        <xs:sequence>
            <xs:element name="DeliveryAddress" type="DeliveryAddress" minOccurs="0"/>
            <xs:element name="IRIorCC" type="common:DictionaryEntry" minOccurs="0"/>
        </xs:sequence>
    </xs:group>
</xs:schema>