Commit 14c6a3da authored by Vishal Masalawala's avatar Vishal Masalawala
Browse files

Update 3 files

- /103120/schema/xsd/ts_103120_Destination.xsd
- /103120/schema/xsd/ts_103120_Core.xsd
- /103120/schema/xsd/ts_103120_Task.xsd
parent 3349b075
Loading
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -204,4 +204,19 @@
            <xs:element name="CountryCode" type="etsi:ISOCountryCode"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="DeliveryAddress">
        <xs:choice>
            <xs:element name="IPv4Address" type="etsi:IPv4Address"/>
            <xs:element name="IPv6Address" type="etsi:IPv6Address"/>
            <xs:element name="IPAddressPort" type="etsi:IPAddressPort"/>
            <xs:element name="IPAddressPortRange" type="etsi:IPAddressPortRange"/>
            <xs:element name="E164Number" type="etsi:InternationalE164"/>
            <xs:element name="FTPAddress" type="xs:anyURI"/>
            <xs:element name="URL" type="xs:anyURI"/>
            <xs:element name="FQDN" type="etsi:LongString"/>
            <xs:element name="EmailAddress" type="etsi:EmailAddress"/>
            <xs:element name="EndpointID" type="EndpointID"/>
            <xs:element name="DeliveryInformationID" type="etsi:LongString"/>
        </xs:choice>
    </xs:complexType>
</xs:schema>
+0 −15
Original line number Diff line number Diff line
@@ -44,19 +44,4 @@
            <xs:element name="NationalDeliveryParameters" type="common:NationalDeliveryParameters" minOccurs="0"/>
        </xs:sequence>
    </xs:group>
    <xs:complexType name="DeliveryAddress">
        <xs:choice>
            <xs:element name="IPv4Address" type="etsi:IPv4Address"/>
            <xs:element name="IPv6Address" type="etsi:IPv6Address"/>
            <xs:element name="IPAddressPort" type="etsi:IPAddressPort"/>
            <xs:element name="IPAddressPortRange" type="etsi:IPAddressPortRange"/>
            <xs:element name="E164Number" type="etsi:InternationalE164"/>
            <xs:element name="FTPAddress" type="xs:anyURI"/>
            <xs:element name="URL" type="xs:anyURI"/>
            <xs:element name="FQDN" type="etsi:LongString"/>
            <xs:element name="EmailAddress" type="etsi:EmailAddress"/>
            <xs:element name="EndpointID" type="core:EndpointID"/>
            <xs:element name="DeliveryInformationID" type="etsi:LongString"/>
        </xs:choice>
    </xs:complexType>
</xs:schema>
+6 −6
Original line number Diff line number Diff line
@@ -66,14 +66,14 @@
    </xs:complexType>
    <xs:complexType name="DeliveryDestination">
        <xs:sequence>
            <xs:element name="DeliveryAddress" type="DeliveryAddress" minOccurs="0"/>
            <xs:element name="DeliveryAddress" type="core:DeliveryAddress" minOccurs="0"/>
            <xs:element name="DestinationReference" type="core:ObjectIdentifier" minOccurs="0"/>
            <xs:element name="EncryptionDetails" type="common:NationalEncryptionDetails" minOccurs="0"/>
            <xs:element name="EncryptionDetails" type="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="common:NationalDeliveryParameters" minOccurs="0"/>
            <xs:element name="NationalDeliveryParameters" type="NationalDeliveryParameters" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="TaskFlags">
@@ -143,13 +143,13 @@
    </xs:complexType>
    <xs:complexType name="LDDeliveryDestination">
        <xs:sequence>
            <xs:element name="DeliveryAddress" type="DeliveryAddress" minOccurs="0"/>
            <xs:element name="DeliveryAddress" type="core: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="common:NationalEncryptionDetails" 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="common:NationalDeliveryParameters" minOccurs="0"/>
            <xs:element name="NationalDeliveryParameters" type="NationalDeliveryParameters" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="LDTaskFlags">