Commit 202ab080 authored by Vishal Masalawala's avatar Vishal Masalawala
Browse files

removed circular reference

parent af0016e0
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@
    <xs:complexType name="DeliveryDestination">
        <xs:sequence>
            <xs:group ref="LIDeliveryDestination"/>
            <xs:element name="DestinationReference" type="core:ObjectIdentifier" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="DeliveryAddress">
@@ -162,6 +163,7 @@
    <xs:complexType name="LDDeliveryDestination">
        <xs:sequence>
            <xs:group ref="LDDeliveryDestination"/>
            <xs:element name="DestinationReference" type="core:ObjectIdentifier" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="LDTaskFlags">
@@ -321,7 +323,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 +333,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"/>