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
b346d37f
Commit
b346d37f
authored
Mar 14, 2017
by
Wolfgang Granzow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rel-1 changes approved at PRO#27
See PRO-2017-0058 for the CR references and detailed list of changes
parent
1d08c462
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
33 deletions
+2
-33
CDT-commonTypes-v1_12_0.xsd
v1_12_0/CDT-commonTypes-v1_12_0.xsd
+1
-1
CDT-enumerationTypes-v1_12_0.xsd
v1_12_0/CDT-enumerationTypes-v1_12_0.xsd
+0
-26
CDT-m2mServiceSubscriptionProfile-v1_12_0.xsd
v1_12_0/CDT-m2mServiceSubscriptionProfile-v1_12_0.xsd
+1
-6
No files found.
v1_12_0/CDT-commonTypes-v1_12_0.xsd
View file @
b346d37f
...
...
@@ -325,7 +325,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:complexType
name=
"primitiveContent"
>
<xs:sequence>
<xs:any
namespace=
"http://www.onem2m.org/xml/protocols"
processContents=
"lax"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xs:any
namespace=
"http://www.onem2m.org/xml/protocols"
processContents=
"lax"
minOccurs=
"0"
/>
</xs:sequence>
</xs:complexType>
...
...
v1_12_0/CDT-enumerationTypes-v1_12_0.xsd
View file @
b346d37f
...
...
@@ -883,32 +883,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"SRole-ID"
>
<xs:restriction
base=
"xs:token"
>
<!-- Software Management -->
<xs:enumeration
value=
"01-001"
/>
<!-- Device Configuration -->
<xs:enumeration
value=
"02-001"
/>
<!-- Device Diagnostics and Management -->
<xs:enumeration
value=
"02-002"
/>
<!-- Device Firmware Management -->
<xs:enumeration
value=
"02-003"
/>
<!-- Device Topology -->
<xs:enumeration
value=
"02-004"
/>
<!-- Location -->
<xs:enumeration
value=
"03-001"
/>
<!-- Basic Data -->
<xs:enumeration
value=
"04-001"
/>
<!-- Onboarding -->
<xs:enumeration
value=
"05-001"
/>
<!-- Security Administration -->
<xs:enumeration
value=
"06-001"
/>
<!-- Groups Management -->
<xs:enumeration
value=
"07-001"
/>
<!-- Event Collection -->
<xs:enumeration
value=
"08-001"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"filterUsage"
>
<xs:annotation>
...
...
v1_12_0/CDT-m2mServiceSubscriptionProfile-v1_12_0.xsd
View file @
b346d37f
...
...
@@ -37,12 +37,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:extension
base=
"m2m:regularResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"serviceRoles"
minOccurs=
"0"
>
<xs:simpleType>
<xs:list
itemType=
"m2m:SRole-ID"
/>
</xs:simpleType>
</xs:element>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
...
...
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