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

Update file ts_103120_Task.xsd

parent 40ba7ec6
Loading
Loading
Loading
Loading
+14 −13
Original line number Diff line number Diff line
@@ -66,8 +66,14 @@
    </xs:complexType>
    <xs:complexType name="DeliveryDestination">
        <xs:sequence>
            <xs:group ref="LIDeliveryDestinationDetails"/>
            <xs:element name="DeliveryAddress" type="DeliveryAddress" minOccurs="0"/>
            <xs:element name="DestinationReference" type="core:ObjectIdentifier" minOccurs="0"/>
            <xs:element name="EncryptionReference" type="core:ObjectIdentifier" minOccurs="0"/>
            <xs:element name="EncryptionDetails" type="NationalEncryptionDetails" minOccurs="0"/>
            <xs:element name="IRIorCC" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="HandoverFormat" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="DeliveryProfile" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="NationalDeliveryParameters" type="NationalDeliveryParameters" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="DeliveryAddress">
@@ -162,8 +168,13 @@
    </xs:complexType>
    <xs:complexType name="LDDeliveryDestination">
        <xs:sequence>
            <xs:group ref="LDDeliveryDestinationDetails"/>
            <xs:element name="DeliveryAddress" type="DeliveryAddress" minOccurs="0"/>
            <xs:element name="DestinationReference" type="core:ObjectIdentifier" minOccurs="0"/>
            <xs:element name="EncryptionDetails" type="NationalEncryptionDetails" minOccurs="0"/>
            <xs:element name="EncryptionReference" type="core:ObjectIdentifier" minOccurs="0"/>
            <xs:element name="LDHandoverFormat" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="LDDeliveryProfile" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="NationalDeliveryParameters" type="NationalDeliveryParameters" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="LDTaskFlags">
@@ -324,22 +335,12 @@
    <xs:group name="LDDeliveryDestinationDetails">
        <xs:sequence>
            <xs:element name="DeliveryAddress" type="DeliveryAddress" minOccurs="0"/>
            <xs:element name="EncryptionReference" type="core:ObjectIdentifier" minOccurs="0"/>
            <xs:element name="EncryptionDetails" type="NationalEncryptionDetails" minOccurs="0"/>
            <xs:element name="LDHandoverFormat" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="LDDeliveryProfile" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="NationalDeliveryParameters" type="NationalDeliveryParameters" 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="EncryptionReference" type="core:ObjectIdentifier" minOccurs="0"/>
            <xs:element name="EncryptionDetails" type="NationalEncryptionDetails" minOccurs="0"/>
            <xs:element name="IRIorCC" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="HandoverFormat" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="DeliveryProfile" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="NationalDeliveryParameters" type="NationalDeliveryParameters" minOccurs="0"/>
        </xs:sequence>
    </xs:group>
</xs:schema>