Commit 8002a134 authored by Vishal Masalawala's avatar Vishal Masalawala
Browse files

references destinations in independent list

parent f1295db7
Loading
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
                    <xs:element name="TargetIdentifier" type="TargetIdentifier" minOccurs="0"/>
                    <xs:element name="DeliveryType" type="common:DictionaryEntry" minOccurs="0"/>
                    <xs:element name="DeliveryDetails" type="TaskDeliveryDetails" minOccurs="0"/>
                    <xs:element name="DeliveryReferenceDetails" type="TaskDeliveryReferenceDetails" minOccurs="0"/>
                    <xs:element name="ApprovalDetails" type="common:ApprovalDetails" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element name="CSPID" type="core:EndpointID" minOccurs="0"/>
                    <xs:element name="HandlingProfile" type="common:DictionaryEntry" minOccurs="0"/>
@@ -64,6 +65,11 @@
            <xs:element name="DeliveryDestination" type="DeliveryDestination" minOccurs="1" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="TaskDeliveryReferenceDetails">
        <xs:sequence>
            <xs:element name="DestinationReference" type="core:ObjectIdentifier" minOccurs="1" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="DeliveryDestination">
        <xs:sequence>
            <xs:group ref="LIDeliveryDestination"/>
@@ -114,6 +120,7 @@
                    <xs:element name="DesiredStatus" type="common:DictionaryEntry" minOccurs="0"/>
                    <xs:element name="RequestDetails" type="RequestDetails" minOccurs="0"/>
                    <xs:element name="DeliveryDetails" type="LDDeliveryDetails" minOccurs="0"/>
                    <xs:element name="DeliveryReferenceDetails" type="LDDeliveryReferenceDetails" minOccurs="0"/>
                    <xs:element name="ApprovalDetails" type="common:ApprovalDetails" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element name="CSPID" type="core:EndpointID" minOccurs="0"/>
                    <xs:element name="HandlingProfile" type="common:DictionaryEntry" minOccurs="0"/>
@@ -159,6 +166,11 @@
            <xs:element name="LDDeliveryDestination" type="LDDeliveryDestination" minOccurs="1" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="LDDeliveryReferenceDetails">
        <xs:sequence>
            <xs:element name="LDDestinationReference" type="core:ObjectIdentifier" minOccurs="1" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="LDDeliveryDestination">
        <xs:sequence>
            <xs:group ref="LDDeliveryDestination"/>
@@ -321,7 +333,6 @@
    <xs:group name="LDDeliveryDestination">
        <xs:sequence>
            <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="LDHandoverFormat" type="common:DictionaryEntry" minOccurs="0"/>
@@ -332,7 +343,6 @@
    <xs:group name="LIDeliveryDestination">
        <xs:sequence>
            <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"/>