Commit e97719de authored by Mark Canterbury's avatar Mark Canterbury
Browse files

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

parent 94d0d38b
Loading
Loading
Loading
Loading
+1 −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="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>
+5 −1
Original line number Diff line number Diff line
<?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>
+6 −6
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/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">
+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/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">
  
+15 −4
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/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>
Loading