Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
XSD
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PRO
XSD
Commits
24f2b70c
Commit
24f2b70c
authored
Jul 31, 2017
by
Wolfgang Granzow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rel-2 changes agreed at PRO#30
See PRO-2017-0182 for a detailed description of the changes
parent
16e64984
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
4 deletions
+12
-4
CDT-CSEBase-v2_13_0.xsd
v2_13_0/CDT-CSEBase-v2_13_0.xsd
+1
-0
CDT-enumerationTypes-v2_13_0.xsd
v2_13_0/CDT-enumerationTypes-v2_13_0.xsd
+8
-1
CDT-remoteCSE-v2_13_0.xsd
v2_13_0/CDT-remoteCSE-v2_13_0.xsd
+1
-1
CDT-responsePrimitive-v2_13_0.xsd
v2_13_0/CDT-responsePrimitive-v2_13_0.xsd
+2
-2
No files found.
v2_13_0/CDT-CSEBase-v2_13_0.xsd
View file @
24f2b70c
...
...
@@ -64,6 +64,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:element>
<xs:element
name=
"pointOfAccess"
type=
"m2m:poaList"
/>
<xs:element
name=
"nodeLink"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"dynamicAuthorizationConsultationIDs"
type=
"m2m:listOfURIs"
minOccurs=
"0"
/>
<xs:element
name=
"e2eSecInfo"
type=
"m2m:e2eSecInfo"
minOccurs=
"0"
/>
<!-- Child Resources -->
...
...
v2_13_0/CDT-enumerationTypes-v2_13_0.xsd
View file @
24f2b70c
...
...
@@ -261,6 +261,10 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:restriction
base=
"xs:integer"
>
<!-- ACCEPTED -->
<xs:enumeration
value=
"1000"
/>
<!-- ACCEPTED for nonBlockingRequestSynch -->
<xs:enumeration
value=
"1001"
/>
<!-- ACCEPTED for nonBlockingRequestAsynch -->
<xs:enumeration
value=
"1002"
/>
<!-- OK -->
<xs:enumeration
value=
"2000"
/>
<!-- CREATED -->
...
...
@@ -309,7 +313,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration
value=
"4115"
/>
<!-- ESPRIM_IMPERSONATION_ERROR -->
<xs:enumeration
value=
"4116"
/>
<!-- INTERNAL_SERVER_ERROR -->
<!-- ORIGINATOR_HAS_ALREADY_REGISTERED -->
<xs:enumeration
value=
"4117"
/>
<!-- INTERNAL_SERVER_ERROR -->
<xs:enumeration
value=
"5000"
/>
<!-- NOT_IMPLEMENTED -->
<xs:enumeration
value=
"5001"
/>
...
...
@@ -365,6 +371,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration
value=
"6029"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"requestStatus"
>
<xs:annotation>
...
...
v2_13_0/CDT-remoteCSE-v2_13_0.xsd
View file @
24f2b70c
...
...
@@ -53,8 +53,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"Trigger-Recipient-ID"
type=
"m2m:triggerRecipientID"
minOccurs=
"0"
/>
<xs:element
name=
"requestReachability"
type=
"xs:boolean"
/>
<xs:element
name=
"nodeLink"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"e2eSecInfo"
type=
"m2m:e2eSecInfo"
minOccurs=
"0"
/>
<xs:element
name=
"triggerReferenceNumber"
type=
"xs:unsignedInt"
minOccurs=
"0"
/>
<xs:element
name=
"e2eSecInfo"
type=
"m2m:e2eSecInfo"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
...
...
v2_13_0/CDT-responsePrimitive-v2_13_0.xsd
View file @
24f2b70c
...
...
@@ -151,8 +151,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:complexType>
<xs:complexType
name=
"listOfChildResourceRef"
>
<xs:sequence>
<xs:element
name=
"
childResource"
type=
"m2m:childResourceRef"
minOccurs=
"0
"
maxOccurs=
"unbounded"
/>
<xs:sequence>
<xs:element
name=
"
resourceRef"
type=
"m2m:childResourceRef"
minOccurs=
"1
"
maxOccurs=
"unbounded"
/>
</xs:sequence>
</xs:complexType>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment