Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
TS-0004
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Schema Definitions
TS-0004
Commits
83620b54
Commit
83620b54
authored
4 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
XSD v3_18_0 baseline
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
35ec1893
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CDT-commonTypes.xsd
+3
-3
3 additions, 3 deletions
CDT-commonTypes.xsd
CDT-enumerationTypes.xsd
+2
-23
2 additions, 23 deletions
CDT-enumerationTypes.xsd
CDT-triggerPayload.xsd
+1
-10
1 addition, 10 deletions
CDT-triggerPayload.xsd
with
6 additions
and
36 deletions
CDT-commonTypes.xsd
+
3
−
3
View file @
83620b54
...
@@ -271,9 +271,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -271,9 +271,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- auxiliary data type required to define "serializations" below -->
<!-- auxiliary data type required to define "serializations" below -->
<xs:simpleType
name=
"permittedMediaTypes"
>
<xs:simpleType
name=
"permittedMediaTypes"
>
<xs:restriction
base=
"m2m:typeOfContent"
>
<xs:restriction
base=
"m2m:typeOfContent"
>
<xs:enumeration
value=
"
application/
xml"
/>
<xs:enumeration
value=
"xml"
/>
<xs:enumeration
value=
"
application/
json"
/>
<xs:enumeration
value=
"json"
/>
<xs:enumeration
value=
"
application/
cbor"
/>
<xs:enumeration
value=
"cbor"
/>
</xs:restriction>
</xs:restriction>
</xs:simpleType>
</xs:simpleType>
...
...
This diff is collapsed.
Click to expand it.
CDT-enumerationTypes.xsd
+
2
−
23
View file @
83620b54
...
@@ -388,6 +388,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -388,6 +388,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration
value=
"4126"
/>
<xs:enumeration
value=
"4126"
/>
<!-- OPERATION_DENIED_BY_REMOTE_ENTITY -->
<!-- OPERATION_DENIED_BY_REMOTE_ENTITY -->
<xs:enumeration
value=
"4127"
/>
<xs:enumeration
value=
"4127"
/>
<!-- SERVICE_SUBSCRIPTION_NOT_ESTABLISHED -->
<xs:enumeration
value=
"4128"
/>
<!-- INTERNAL_SERVER_ERROR -->
<!-- INTERNAL_SERVER_ERROR -->
<xs:enumeration
value=
"5000"
/>
<xs:enumeration
value=
"5000"
/>
...
@@ -1378,29 +1380,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -1378,29 +1380,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:restriction>
</xs:restriction>
</xs:simpleType>
</xs:simpleType>
<xs:simpleType
name=
"serializationType"
>
<xs:annotation>
<xs:documentation>
Used for the triggerInfoSrializationType field of trigger requests on Mcn
</xs:documentation>
</xs:annotation>
<xs:restriction
base=
"xs:integer"
>
<!-- XML -->
<xs:enumeration
value=
"1"
/>
<!-- JSON -->
<xs:enumeration
value=
"2"
/>
<!-- XML + JSON -->
<xs:enumeration
value=
"3"
/>
<!-- CBOR -->
<xs:enumeration
value=
"4"
/>
<!-- XML + CBOR -->
<xs:enumeration
value=
"5"
/>
<!-- JSON + CBOR -->
<xs:enumeration
value=
"6"
/>
<!-- XML + JSON + CBOR -->
<xs:enumeration
value=
"7"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"authorizationDecision"
>
<xs:simpleType
name=
"authorizationDecision"
>
<xs:annotation>
<xs:annotation>
<xs:documentation>
Used for the decision attribute of the of authorizationDecision resource
</xs:documentation>
<xs:documentation>
Used for the decision attribute of the of authorizationDecision resource
</xs:documentation>
...
...
This diff is collapsed.
Click to expand it.
CDT-triggerPayload.xsd
+
1
−
10
View file @
83620b54
...
@@ -39,16 +39,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -39,16 +39,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"triggerInfoOperation"
type=
"m2m:operation"
minOccurs=
"0"
/>
<xs:element
name=
"triggerInfoOperation"
type=
"m2m:operation"
minOccurs=
"0"
/>
<xs:element
name=
"targetedResourceType"
type=
"m2m:resourceType"
minOccurs=
"0"
/>
<xs:element
name=
"targetedResourceType"
type=
"m2m:resourceType"
minOccurs=
"0"
/>
<xs:element
name=
"triggerInfoAE-ID"
type=
"m2m:ID"
minOccurs=
"0"
/>
<xs:element
name=
"triggerInfoAE-ID"
type=
"m2m:ID"
minOccurs=
"0"
/>
<xs:element
name=
"triggerInfoSerializationTypes"
minOccurs=
"0"
>
<xs:element
name=
"triggerInfoSerializationTypes"
type=
"m2m:serializations"
minOccurs=
"0"
/>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list
itemType=
"m2m:serializationType"
/>
</xs:simpleType>
<xs:minLength
value=
"1"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:complexType>
</xs:element>
</xs:element>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment