Commit 567e89f4 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_Core.xsd
- /103120/schema/xsd/ts_103120_Destination.xsd
parent ad3f73cb
Loading
Loading
Loading
Loading
Loading
+1 −25
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:etsi="http://uri.etsi.org/03280/common/2017/07" xmlns="http://uri.etsi.org/03120/common/2016/02/Common" targetNamespace="http://uri.etsi.org/03120/common/2016/02/Common" xmlns:core="http://uri.etsi.org/03120/common/2019/10/Core" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:etsi="http://uri.etsi.org/03280/common/2017/07" xmlns="http://uri.etsi.org/03120/common/2016/02/Common" targetNamespace="http://uri.etsi.org/03120/common/2016/02/Common" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:import namespace="http://uri.etsi.org/03280/common/2017/07"/>
    <xs:import namespace="http://uri.etsi.org/03120/common/2019/10/Core"/>
    <xs:simpleType name="ETSIVersion">
        <xs:restriction base="etsi:ShortString">
            <xs:pattern value="V\d+\.\d+\.\d+"/>
@@ -119,29 +118,6 @@
    <xs:simpleType name="ChecksumType">
        <xs:restriction base="etsi:ShortString"/>
    </xs:simpleType>
    <xs:group name="LIDestinationDetails">
        <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="EncryptionReference" type="core:ObjectIdentifier" minOccurs="0"/>
            <xs:element name="IRIorCC" type="DictionaryEntry" minOccurs="0"/>
            <xs:element name="HandoverFormat" type="DictionaryEntry" minOccurs="0"/>
            <xs:element name="DeliveryProfile" type="DictionaryEntry" minOccurs="0"/>
            <xs:element name="NationalDeliveryParameters" type="NationalDeliveryParameters" minOccurs="0"/>
        </xs:sequence>
    </xs:group>
    <xs:group name="LDDestinationDetails">
        <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="DictionaryEntry" minOccurs="0"/>
            <xs:element name="LDDeliveryProfile" type="DictionaryEntry" minOccurs="0"/>
            <xs:element name="NationalDeliveryParameters" type="NationalDeliveryParameters" minOccurs="0"/>
        </xs:sequence>
    </xs:group>
    <xs:complexType name="NationalDeliveryParameters" abstract="true">
        <xs:sequence>
            <xs:element name="CountryCode" type="etsi:ISOCountryCode"/>
+24 −0
Original line number Diff line number Diff line
@@ -204,4 +204,28 @@
            <xs:element name="CountryCode" type="etsi:ISOCountryCode"/>
        </xs:sequence>
    </xs:complexType>
    <xs:group name="LIDestinationDetails">
        <xs:sequence>
            <xs:element name="DeliveryAddress" type="common:DeliveryAddress" minOccurs="0"/>
            <xs:element name="DestinationReference" type="ObjectIdentifier" minOccurs="0"/>
            <xs:element name="EncryptionDetails" type="common:NationalEncryptionDetails" minOccurs="0"/>
            <xs:element name="EncryptionReference" type="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:sequence>
    </xs:group>
    <xs:group name="LDDestinationDetails">
        <xs:sequence>
            <xs:element name="DeliveryAddress" type="common:DeliveryAddress" minOccurs="0"/>
            <xs:element name="DestinationReference" type="ObjectIdentifier" minOccurs="0"/>
            <xs:element name="EncryptionReference" type="ObjectIdentifier" 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="common:NationalDeliveryParameters" minOccurs="0"/>
        </xs:sequence>
    </xs:group>

</xs:schema>
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
        <xs:complexContent>
            <xs:extension base="core:HI1Object">
                <xs:sequence>
                    <xs:group ref="common:LIDestinationDetails"/>
                    <xs:group ref="core:LIDestinationDetails"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
@@ -16,7 +16,7 @@
        <xs:complexContent>
            <xs:extension base="core:HI1Object">
                <xs:sequence>
                    <xs:group ref="common:LIDestinationDetails"/>
                    <xs:group ref="core:LIDestinationDetails"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>