Commit e97719de authored by canterburym's avatar canterburym
Browse files

TS 103 120 v1.2.1 (2016-03-18) agreed at LI#41 (Sophia-Antipolis, 2016-02-10)

parent 94d0d38b
Pipeline #4087 passed with stage
in 6 seconds
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://uri.etsi.org/03280/common/2015/08/Dictionaries" targetNamespace="http://uri.etsi.org/03280/common/2015/08/Dictionaries" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://uri.etsi.org/03280/common/2016/02/Dictionaries" targetNamespace="http://uri.etsi.org/03280/common/2016/02/Dictionaries" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="Dictionaries" type="Dictionaries" />
<xs:complexType name="Dictionaries">
<xs:sequence>
......
<?xml version="1.0" encoding="utf-8" ?>
<Dictionaries xmlns="http://uri.etsi.org/03280/common/2015/08/Dictionaries">
<Dictionaries xmlns="http://uri.etsi.org/03280/common/2016/0/Dictionaries">
<Dictionary>
<Owner>ETSI</Owner>
<Name>ObjectType</Name>
......@@ -357,6 +357,10 @@
<Value>IsTest</Value>
<Meaning>Indicates that the current Task is for test purposes. This may alter the process or documentation accompanying the authorisation</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>IsEmergency</Value>
<Meaning>Indicates if the LI Task was issued under nationally-defined emergency procedures. The circumstances and consequences for setting the field shall be defined by the relevant national profile (see clause B.1.3)</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
</Dictionaries>
......
<?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/2015/08"
xmlns:common="http://uri.etsi.org/03120/common/2015/09/Common"
xmlns:core="http://uri.etsi.org/03120/common/2015/09/Core"
xmlns="http://uri.etsi.org/03120/common/2015/09/Authorisation"
targetNamespace="http://uri.etsi.org/03120/common/2015/09/Authorisation"
xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common"
xmlns:core="http://uri.etsi.org/03120/common/2016/02/Core"
xmlns="http://uri.etsi.org/03120/common/2016/02/Authorisation"
targetNamespace="http://uri.etsi.org/03120/common/2016/02/Authorisation"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Common" schemaLocation="ts_103120v010101p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Core" schemaLocation="ts_103120v010101p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common" schemaLocation="ts_103120v010201p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Core" schemaLocation="ts_103120v010201p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03280/common/2015/08"/>
<xs:complexType name="AuthorisationObject">
......
<?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/2015/08"
xmlns="http://uri.etsi.org/03120/common/2015/09/Common"
targetNamespace="http://uri.etsi.org/03120/common/2015/09/Common"
xmlns="http://uri.etsi.org/03120/common/2016/02/Common"
targetNamespace="http://uri.etsi.org/03120/common/2016/02/Common"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
......
<?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/2015/08"
xmlns:common="http://uri.etsi.org/03120/common/2015/09/Common"
xmlns="http://uri.etsi.org/03120/common/2015/09/Core"
targetNamespace="http://uri.etsi.org/03120/common/2015/09/Core"
xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common"
xmlns="http://uri.etsi.org/03120/common/2016/02/Core"
targetNamespace="http://uri.etsi.org/03120/common/2016/02/Core"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Common" schemaLocation="ts_103120v010101p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common" schemaLocation="ts_103120v010201p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03280/common/2015/08" schemaLocation="ts_103280v010101p0.xsd"/>
<xs:element name="HI1Message" type="HI1Message"/>
......@@ -47,11 +47,22 @@
</xs:choice>
</xs:complexType>
<xs:complexType name="RequestPayload">
<xs:sequence>
<xs:element name="ActionRequests" type="ActionRequests"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ActionRequests">
<xs:sequence>
<xs:element name="ActionRequest" type="ActionRequest" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ResponsePayload">
<xs:choice>
<xs:element name="ActionResponses" type="ActionResponses"/>
<xs:element name="ErrorInformation" type="ActionUnsuccesfulInformation"/>
</xs:choice>
</xs:complexType>
<xs:complexType name="ActionResponses">
<xs:sequence>
<xs:element name="ActionResponse" type="ActionResponse" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
......
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://uri.etsi.org/03280/common/2015/08/Dictionaries" targetNamespace="http://uri.etsi.org/03280/common/2015/08/Dictionaries" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://uri.etsi.org/03280/common/2016/02/Dictionaries" targetNamespace="http://uri.etsi.org/03280/common/2016/02/Dictionaries" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="Dictionaries" type="Dictionaries" />
<xs:complexType name="Dictionaries">
<xs:sequence>
......
<?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/2015/08"
xmlns:common="http://uri.etsi.org/03120/common/2015/09/Common"
xmlns:core="http://uri.etsi.org/03120/common/2015/09/Core"
xmlns="http://uri.etsi.org/03120/common/2015/09/Document"
targetNamespace="http://uri.etsi.org/03120/common/2015/09/Document"
xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common"
xmlns:core="http://uri.etsi.org/03120/common/2016/02/Core"
xmlns="http://uri.etsi.org/03120/common/2016/02/Document"
targetNamespace="http://uri.etsi.org/03120/common/2016/02/Document"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Common" schemaLocation="ts_103120v010101p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Core" schemaLocation="ts_103120v010101p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common" schemaLocation="ts_103120v010201p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Core" schemaLocation="ts_103120v010201p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03280/common/2015/08"/>
<xs:complexType name="DocumentObject">
......
<?xml version="1.0" encoding="utf-8" ?>
<Dictionaries xmlns="http://uri.etsi.org/03280/common/2015/08/Dictionaries">
<Dictionaries xmlns="http://uri.etsi.org/03280/common/2016/0/Dictionaries">
<Dictionary>
<Owner>ETSI</Owner>
<Name>ObjectType</Name>
......@@ -357,6 +357,10 @@
<Value>IsTest</Value>
<Meaning>Indicates that the current Task is for test purposes. This may alter the process or documentation accompanying the authorisation</Meaning>
</DictionaryEntry>
<DictionaryEntry>
<Value>IsEmergency</Value>
<Meaning>Indicates if the LI Task was issued under nationally-defined emergency procedures. The circumstances and consequences for setting the field shall be defined by the relevant national profile (see clause B.1.3)</Meaning>
</DictionaryEntry>
</DictionaryEntries>
</Dictionary>
</Dictionaries>
......
<?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/2015/08"
xmlns:common="http://uri.etsi.org/03120/common/2015/09/Common"
xmlns:core="http://uri.etsi.org/03120/common/2015/09/Core"
xmlns="http://uri.etsi.org/03120/common/2015/09/Task"
targetNamespace="http://uri.etsi.org/03120/common/2015/09/Task"
xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common"
xmlns:core="http://uri.etsi.org/03120/common/2016/02/Core"
xmlns="http://uri.etsi.org/03120/common/2016/02/Task"
targetNamespace="http://uri.etsi.org/03120/common/2016/02/Task"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Common" schemaLocation="ts_103120v010101p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Core" schemaLocation="ts_103120v010101p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common" schemaLocation="ts_103120v010201p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Core" schemaLocation="ts_103120v010201p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03280/common/2015/08"/>
<xs:complexType name="LITaskObject">
......@@ -84,6 +84,8 @@
<xs:choice>
<xs:element name="IPv4Address" type="etsi:IPv4Address"></xs:element>
<xs:element name="IPv6Address" type="etsi:IPv6Address"></xs:element>
<xs:element name="IPAddressPort" type="etsi:IPAddressPort"></xs:element>
<xs:element name="IPAddressPortRange" type="etsi:IPAddressPortRange"></xs:element>
<xs:element name="E164Number" type="etsi:InternationalE164"></xs:element>
<xs:element name="FTPAddress" type="xs:anyURI"></xs:element>
<xs:element name="URL" type="xs:anyURI"></xs:element>
......
<?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/2015/08"
xmlns:common="http://uri.etsi.org/03120/common/2015/09/Common"
xmlns:core="http://uri.etsi.org/03120/common/2015/09/Core"
xmlns="http://uri.etsi.org/03120/common/2015/09/Notification"
targetNamespace="http://uri.etsi.org/03120/common/2015/09/Notification"
xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common"
xmlns:core="http://uri.etsi.org/03120/common/2016/02/Core"
xmlns="http://uri.etsi.org/03120/common/2016/02/Notification"
targetNamespace="http://uri.etsi.org/03120/common/2016/02/Notification"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Common" schemaLocation="ts_103120v010101p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Core" schemaLocation="ts_103120v010101p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common" schemaLocation="ts_103120v010201p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Core" schemaLocation="ts_103120v010201p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03280/common/2015/08"/>
<xs:complexType name="NotificationObject">
......
<?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/2015/08"
xmlns:common="http://uri.etsi.org/03120/common/2015/09/Common"
xmlns:core="http://uri.etsi.org/03120/common/2015/09/Core"
xmlns="http://uri.etsi.org/03120/common/2015/09/Authorisation"
targetNamespace="http://uri.etsi.org/03120/common/2015/09/Authorisation"
xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common"
xmlns:core="http://uri.etsi.org/03120/common/2016/02/Core"
xmlns="http://uri.etsi.org/03120/common/2016/02/Authorisation"
targetNamespace="http://uri.etsi.org/03120/common/2016/02/Authorisation"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Common" schemaLocation="ts_103120v010101p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Core" schemaLocation="ts_103120v010101p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common" schemaLocation="ts_103120v010201p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Core" schemaLocation="ts_103120v010201p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03280/common/2015/08"/>
<xs:complexType name="AuthorisationObject">
......
<?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/2015/08"
xmlns="http://uri.etsi.org/03120/common/2015/09/Common"
targetNamespace="http://uri.etsi.org/03120/common/2015/09/Common"
xmlns="http://uri.etsi.org/03120/common/2016/02/Common"
targetNamespace="http://uri.etsi.org/03120/common/2016/02/Common"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
......
<?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/2015/08"
xmlns:common="http://uri.etsi.org/03120/common/2015/09/Common"
xmlns="http://uri.etsi.org/03120/common/2015/09/Core"
targetNamespace="http://uri.etsi.org/03120/common/2015/09/Core"
xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common"
xmlns="http://uri.etsi.org/03120/common/2016/02/Core"
targetNamespace="http://uri.etsi.org/03120/common/2016/02/Core"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Common" schemaLocation="ts_103120v010101p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common" schemaLocation="ts_103120v010201p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03280/common/2015/08" schemaLocation="ts_103280v010101p0.xsd"/>
<xs:element name="HI1Message" type="HI1Message"/>
......@@ -47,11 +47,22 @@
</xs:choice>
</xs:complexType>
<xs:complexType name="RequestPayload">
<xs:sequence>
<xs:element name="ActionRequests" type="ActionRequests"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ActionRequests">
<xs:sequence>
<xs:element name="ActionRequest" type="ActionRequest" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ResponsePayload">
<xs:choice>
<xs:element name="ActionResponses" type="ActionResponses"/>
<xs:element name="ErrorInformation" type="ActionUnsuccesfulInformation"/>
</xs:choice>
</xs:complexType>
<xs:complexType name="ActionResponses">
<xs:sequence>
<xs:element name="ActionResponse" type="ActionResponse" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
......
<?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/2015/08"
xmlns:common="http://uri.etsi.org/03120/common/2015/09/Common"
xmlns:core="http://uri.etsi.org/03120/common/2015/09/Core"
xmlns="http://uri.etsi.org/03120/common/2015/09/Document"
targetNamespace="http://uri.etsi.org/03120/common/2015/09/Document"
xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common"
xmlns:core="http://uri.etsi.org/03120/common/2016/02/Core"
xmlns="http://uri.etsi.org/03120/common/2016/02/Document"
targetNamespace="http://uri.etsi.org/03120/common/2016/02/Document"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Common" schemaLocation="ts_103120v010101p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Core" schemaLocation="ts_103120v010101p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common" schemaLocation="ts_103120v010201p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Core" schemaLocation="ts_103120v010201p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03280/common/2015/08"/>
<xs:complexType name="DocumentObject">
......
<?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/2015/08"
xmlns:common="http://uri.etsi.org/03120/common/2015/09/Common"
xmlns:core="http://uri.etsi.org/03120/common/2015/09/Core"
xmlns="http://uri.etsi.org/03120/common/2015/09/Task"
targetNamespace="http://uri.etsi.org/03120/common/2015/09/Task"
xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common"
xmlns:core="http://uri.etsi.org/03120/common/2016/02/Core"
xmlns="http://uri.etsi.org/03120/common/2016/02/Task"
targetNamespace="http://uri.etsi.org/03120/common/2016/02/Task"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Common" schemaLocation="ts_103120v010101p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Core" schemaLocation="ts_103120v010101p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common" schemaLocation="ts_103120v010201p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Core" schemaLocation="ts_103120v010201p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03280/common/2015/08"/>
<xs:complexType name="LITaskObject">
......@@ -84,6 +84,8 @@
<xs:choice>
<xs:element name="IPv4Address" type="etsi:IPv4Address"></xs:element>
<xs:element name="IPv6Address" type="etsi:IPv6Address"></xs:element>
<xs:element name="IPAddressPort" type="etsi:IPAddressPort"></xs:element>
<xs:element name="IPAddressPortRange" type="etsi:IPAddressPortRange"></xs:element>
<xs:element name="E164Number" type="etsi:InternationalE164"></xs:element>
<xs:element name="FTPAddress" type="xs:anyURI"></xs:element>
<xs:element name="URL" type="xs:anyURI"></xs:element>
......
<?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/2015/08"
xmlns:common="http://uri.etsi.org/03120/common/2015/09/Common"
xmlns:core="http://uri.etsi.org/03120/common/2015/09/Core"
xmlns="http://uri.etsi.org/03120/common/2015/09/Notification"
targetNamespace="http://uri.etsi.org/03120/common/2015/09/Notification"
xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common"
xmlns:core="http://uri.etsi.org/03120/common/2016/02/Core"
xmlns="http://uri.etsi.org/03120/common/2016/02/Notification"
targetNamespace="http://uri.etsi.org/03120/common/2016/02/Notification"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Common" schemaLocation="ts_103120v010101p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Core" schemaLocation="ts_103120v010101p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common" schemaLocation="ts_103120v010201p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Core" schemaLocation="ts_103120v010201p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03280/common/2015/08"/>
<xs:complexType name="NotificationObject">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment