Commit 10d66664 authored by Vishal Masalawala's avatar Vishal Masalawala
Browse files

Update 2 files

- /103120/schema/xsd/ts_103120_Destination.xsd
- /103120/schema/xsd/ts_103120_Common.xsd
parent f94586eb
Loading
Loading
Loading
Loading
Loading
+2 −1
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" 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" xmlns:core="http://uri.etsi.org/03120/common/2019/10/Core" 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+"/>
+2 −2
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:common="http://uri.etsi.org/03120/common/2016/02/Common" xmlns:core="http://uri.etsi.org/03120/common/2019/10/Core" xmlns="http://uri.etsi.org/03120/common/2019/10/Delivery" targetNamespace="http://uri.etsi.org/03120/common/2019/10/Delivery" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common"/>
    <xs:import namespace="http://uri.etsi.org/03120/common/2019/10/Core"/>
    <xs:import namespace="http://uri.etsi.org/03280/common/2017/07"/>
    <xs:complexType name="LIDestinationObject">
        <xs:complexContent>
@@ -20,4 +19,5 @@
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType></xs:schema>
    </xs:complexType>
</xs:schema>