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

Updating OIDs, namespaces, regnerating JSON

parent 1e60b286
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
RDMessage {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3) rdHeader(0) version29(29)}
RDMessage {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3) rdHeader(0) version30(30)}

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) version29(29)}
rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version30(30)}

-- ======================================
-- Top level definitions for RDHI wrapper
+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/03221/X1/2017/10" xmlns:etsi103280="http://uri.etsi.org/03280/common/2017/07" xmlns:hashedID="http://uri.etsi.org/03221/X1/2017/10/HashedID" xmlns:destinationSet="http://uri.etsi.org/03221/X1/2017/10/DestinationSet" targetNamespace="http://uri.etsi.org/03221/X1/2017/10" elementFormDefault="qualified" version="1.16.1">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://uri.etsi.org/03221/X1/2017/10" xmlns:etsi103280="http://uri.etsi.org/03280/common/2017/07" xmlns:hashedID="http://uri.etsi.org/03221/X1/2017/10/HashedID" xmlns:destinationSet="http://uri.etsi.org/03221/X1/2017/10/DestinationSet" targetNamespace="http://uri.etsi.org/03221/X1/2017/10" elementFormDefault="qualified" version="1.17.1">
    <xs:import namespace="http://uri.etsi.org/03280/common/2017/07"/>
    <xs:import namespace="http://uri.etsi.org/03221/X1/2017/10/HashedID"/>
    <!-- Message containers -->
+2 −2
Original line number Diff line number Diff line
Common-Parameters
{itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version251(251)}
{itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version261(261)}

DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::= BEGIN

-- Object Identifier definitions

commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version251(251)}
commonParameterDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version261(261)}

-- Common Parameters (below are as defined in clause 6)

+401 −401
Original line number Diff line number Diff line
@@ -200,6 +200,9 @@
      "type": "string",
      "pattern": "^[A-HJ-NPR-Z0-9]{17}$"
    },
    "ServiceAccessIdentifier": {
      "type": "string"
    },
    "IPAddress": {
      "oneOf": [
        {
@@ -393,9 +396,6 @@
        "etsi280:latitude",
        "etsi280:longitude"
      ]
    },
    "ServiceAccessIdentifier": {
      "type": "string"
    }
  }
}
 No newline at end of file
+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/2017/07" targetNamespace="http://uri.etsi.org/03280/common/2017/07" version="2.10.1" elementFormDefault="qualified">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://uri.etsi.org/03280/common/2017/07" targetNamespace="http://uri.etsi.org/03280/common/2017/07" version="2.12.1" elementFormDefault="qualified">
    <xs:simpleType name="ShortString">
        <xs:restriction base="xs:string">
            <xs:maxLength value="255"/>
+722 −722

File changed.

Contains only whitespace changes.

+147 −147

File changed.

Contains only whitespace changes.

+102 −102

File changed.

Contains only whitespace changes.

+310 −310

File changed.

Contains only whitespace changes.

+163 −163

File changed.

Contains only whitespace changes.

+606 −606

File changed.

Contains only whitespace changes.

+231 −231

File changed.

Contains only whitespace changes.

+147 −147

File changed.

Contains only whitespace changes.

Loading