Commit 5af35eef authored by canterburym's avatar canterburym
Browse files

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

parent 9c63d135
Pipeline #4061 passed with stage
in 6 seconds
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 ::= DEFINITIONS IMPLICIT TAGS ::=
...@@ -12,7 +12,7 @@ BEGIN ...@@ -12,7 +12,7 @@ BEGIN
retainedDataDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3)} retainedDataDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3)}
-- rdHeader -- rdHeader
rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version15(15)} rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version16(16)}
-- ====================================== -- ======================================
...@@ -233,9 +233,22 @@ FurtherInformation ::= SEQUENCE ...@@ -233,9 +233,22 @@ FurtherInformation ::= SEQUENCE
{ {
information [1] UTF8String, information [1] UTF8String,
contactInformation [2] UTF8String OPTIONAL, 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 -- Definitions of a cancel message and acknowledgement
-- =================================================== -- ===================================================
......
<?xml version="1.0"?> <?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="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.15.1#/RetainedData" targetNamespace="http://uri.etsi.org/02657/v1.16.1#/RetainedData"
elementFormDefault="qualified"> elementFormDefault="qualified">
<xsd:annotation> <xsd:annotation>
<xsd:documentation xml:lang="en"> <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:documentation>
</xsd:annotation> </xsd:annotation>
...@@ -2235,6 +2235,15 @@ ...@@ -2235,6 +2235,15 @@
<xsd:sequence> <xsd:sequence>
<xsd:element name="information" type="xsd:string"/> <xsd:element name="information" type="xsd:string"/>
<xsd:element name="contactInformation" minOccurs="0" 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:any namespace="##other" processContents="lax" minOccurs="0"/>
</xsd:sequence> </xsd:sequence>
</xsd:complexType> </xsd:complexType>
......
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 ::= DEFINITIONS IMPLICIT TAGS ::=
...@@ -12,7 +12,7 @@ BEGIN ...@@ -12,7 +12,7 @@ BEGIN
retainedDataDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3)} retainedDataDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3)}
-- rdHeader -- rdHeader
rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version15(15)} rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version16(16)}
-- ====================================== -- ======================================
...@@ -233,9 +233,22 @@ FurtherInformation ::= SEQUENCE ...@@ -233,9 +233,22 @@ FurtherInformation ::= SEQUENCE
{ {
information [1] UTF8String, information [1] UTF8String,
contactInformation [2] UTF8String OPTIONAL, 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 -- Definitions of a cancel message and acknowledgement
-- =================================================== -- ===================================================
......
<?xml version="1.0"?> <?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="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.15.1#/RetainedData" targetNamespace="http://uri.etsi.org/02657/v1.16.1#/RetainedData"
elementFormDefault="qualified"> elementFormDefault="qualified">
<xsd:annotation> <xsd:annotation>
<xsd:documentation xml:lang="en"> <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:documentation>
</xsd:annotation> </xsd:annotation>
...@@ -2235,6 +2235,15 @@ ...@@ -2235,6 +2235,15 @@
<xsd:sequence> <xsd:sequence>
<xsd:element name="information" type="xsd:string"/> <xsd:element name="information" type="xsd:string"/>
<xsd:element name="contactInformation" minOccurs="0" 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:any namespace="##other" processContents="lax" minOccurs="0"/>
</xsd:sequence> </xsd:sequence>
</xsd:complexType> </xsd:complexType>
......
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