Commit 3349b075 authored by Vishal Masalawala's avatar Vishal Masalawala
Browse files

Update 3 files

- /103120/schema/xsd/ts_103120_Common.xsd
- /103120/schema/xsd/ts_103120_Destination.xsd
- /103120/schema/xsd/ts_103120_Task.xsd
parent b2c146dc
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -118,4 +118,14 @@
    <xs:simpleType name="ChecksumType">
        <xs:restriction base="etsi:ShortString"/>
    </xs:simpleType>
    <xs:complexType name="NationalDeliveryParameters" abstract="true">
        <xs:sequence>
            <xs:element name="CountryCode" type="etsi:ISOCountryCode"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="NationalEncryptionDetails" abstract="true">
        <xs:sequence>
            <xs:element name="CountryCode" type="etsi:ISOCountryCode"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>
+4 −14
Original line number Diff line number Diff line
@@ -25,12 +25,12 @@
        <xs:sequence>
            <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="EncryptionDetails" type="common:NationalEncryptionDetails" minOccurs="0"/>
            <xs:element name="EncryptionReference" type="core:ObjectIdentifier" 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:element name="NationalDeliveryParameters" type="common:NationalDeliveryParameters" minOccurs="0"/>
        </xs:sequence>
    </xs:group>
    <xs:group name="LDDestinationDetails">
@@ -38,10 +38,10 @@
            <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="EncryptionDetails" type="common: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="NationalDeliveryParameters" type="common:NationalDeliveryParameters" minOccurs="0"/>
        </xs:sequence>
    </xs:group>
    <xs:complexType name="DeliveryAddress">
@@ -59,14 +59,4 @@
            <xs:element name="DeliveryInformationID" type="etsi:LongString"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="NationalDeliveryParameters" abstract="true">
        <xs:sequence>
            <xs:element name="CountryCode" type="etsi:ISOCountryCode"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="NationalEncryptionDetails" abstract="true">
        <xs:sequence>
            <xs:element name="CountryCode" type="etsi:ISOCountryCode"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>
+6 −14
Original line number Diff line number Diff line
@@ -68,12 +68,13 @@
        <xs:sequence>
            <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="EncryptionDetails" type="common:NationalEncryptionDetails" minOccurs="0"/>
            <xs:element name="EncryptionReference" type="core:ObjectIdentifier" 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:element name="NationalDeliveryParameters" type="common:NationalDeliveryParameters" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="TaskFlags">
        <xs:sequence>
@@ -145,10 +146,11 @@
            <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="EncryptionDetails" type="common: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:sequence>
            <xs:element name="NationalDeliveryParameters" type="common:NationalDeliveryParameters" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="LDTaskFlags">
        <xs:sequence>
@@ -319,14 +321,4 @@
            <xs:element name="DeliveryInformationID" type="etsi:LongString"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="NationalDeliveryParameters" abstract="true">
        <xs:sequence>
            <xs:element name="CountryCode" type="etsi:ISOCountryCode"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="NationalEncryptionDetails" abstract="true">
        <xs:sequence>
            <xs:element name="CountryCode" type="etsi:ISOCountryCode"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>