Commit 5af35eef authored by Mark Canterbury's avatar Mark Canterbury
Browse files

TS 102 657 v1.16.1 (2014-10-24) agreed at LI#37 (Lecce, 2014-09-23)

parent 9c63d135
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
RDMessage {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3) rdHeader(0) version15(15)}
RDMessage {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3) rdHeader(0) version16(16)}

DEFINITIONS IMPLICIT TAGS ::=

@@ -12,7 +12,7 @@ BEGIN
retainedDataDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3)}

-- rdHeader
rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version15(15)}
rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version16(16)}


-- ======================================
@@ -233,9 +233,22 @@ FurtherInformation ::= SEQUENCE
{
	information			[1] UTF8String,
	contactInformation	[2] UTF8String OPTIONAL,
	...,
	categorisedErrorDescription [3] CategorisedErrorDescription OPTIONAL -- see 6.4
}


CategorisedErrorDescription ::= SEQUENCE
{
	value				[1] INTEGER,
	description			[2] UTF8String OPTIONAL,
	...
}





-- ===================================================
-- Definitions of a cancel message and acknowledgement
-- ===================================================
+12 −3
Original line number Diff line number Diff line
<?xml version="1.0"?>

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            xmlns="http://uri.etsi.org/02657/v1.15.1#/RetainedData"
            targetNamespace="http://uri.etsi.org/02657/v1.15.1#/RetainedData"
            xmlns="http://uri.etsi.org/02657/v1.16.1#/RetainedData"
            targetNamespace="http://uri.etsi.org/02657/v1.16.1#/RetainedData"
			elementFormDefault="qualified">

	<xsd:annotation>
		<xsd:documentation xml:lang="en">
			XSD translated from ASN.1 derived from outcome of TS 102 657 v1.15.1 
			XSD translated from ASN.1 derived from outcome of TS 102 657 v1.16.1 
		</xsd:documentation>
	</xsd:annotation>

@@ -2235,6 +2235,15 @@
      <xsd:sequence>
         <xsd:element name="information" type="xsd:string"/>
         <xsd:element name="contactInformation" minOccurs="0" type="xsd:string"/>
         <xsd:element name="categorisedErrorDescription" minOccurs="0" type="CategorisedErrorDescription"/>
         <xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
      </xsd:sequence>
   </xsd:complexType>

   <xsd:complexType name="CategorisedErrorDescription">
      <xsd:sequence>
         <xsd:element name="value" type="xsd:integer"/>
         <xsd:element name="description" minOccurs="0"  type="xsd:string"/>
         <xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
      </xsd:sequence>
   </xsd:complexType>
+15 −2
Original line number Diff line number Diff line
RDMessage {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3) rdHeader(0) version15(15)}
RDMessage {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3) rdHeader(0) version16(16)}

DEFINITIONS IMPLICIT TAGS ::=

@@ -12,7 +12,7 @@ BEGIN
retainedDataDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3)}

-- rdHeader
rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version15(15)}
rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version16(16)}


-- ======================================
@@ -233,9 +233,22 @@ FurtherInformation ::= SEQUENCE
{
	information			[1] UTF8String,
	contactInformation	[2] UTF8String OPTIONAL,
	...,
	categorisedErrorDescription [3] CategorisedErrorDescription OPTIONAL -- see 6.4
}


CategorisedErrorDescription ::= SEQUENCE
{
	value				[1] INTEGER,
	description			[2] UTF8String OPTIONAL,
	...
}





-- ===================================================
-- Definitions of a cancel message and acknowledgement
-- ===================================================
+12 −3
Original line number Diff line number Diff line
<?xml version="1.0"?>

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            xmlns="http://uri.etsi.org/02657/v1.15.1#/RetainedData"
            targetNamespace="http://uri.etsi.org/02657/v1.15.1#/RetainedData"
            xmlns="http://uri.etsi.org/02657/v1.16.1#/RetainedData"
            targetNamespace="http://uri.etsi.org/02657/v1.16.1#/RetainedData"
			elementFormDefault="qualified">

	<xsd:annotation>
		<xsd:documentation xml:lang="en">
			XSD translated from ASN.1 derived from outcome of TS 102 657 v1.15.1 
			XSD translated from ASN.1 derived from outcome of TS 102 657 v1.16.1 
		</xsd:documentation>
	</xsd:annotation>

@@ -2235,6 +2235,15 @@
      <xsd:sequence>
         <xsd:element name="information" type="xsd:string"/>
         <xsd:element name="contactInformation" minOccurs="0" type="xsd:string"/>
         <xsd:element name="categorisedErrorDescription" minOccurs="0" type="CategorisedErrorDescription"/>
         <xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
      </xsd:sequence>
   </xsd:complexType>

   <xsd:complexType name="CategorisedErrorDescription">
      <xsd:sequence>
         <xsd:element name="value" type="xsd:integer"/>
         <xsd:element name="description" minOccurs="0"  type="xsd:string"/>
         <xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
      </xsd:sequence>
   </xsd:complexType>