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
05743b7d
Commit
05743b7d
authored
Jan 24, 2015
by
Peter Niblett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Further work on CommonTypes to align with TS-0004 changes
parent
a4154e94
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
241 additions
and
227 deletions
+241
-227
CDT-commonTypes-v0_8_0.xsd
CDT-commonTypes-v0_8_0.xsd
+225
-212
CDT-enumerationTypes-v0_8_0.xsd
CDT-enumerationTypes-v0_8_0.xsd
+12
-0
CDT-schedule-v0_8_0.xsd
CDT-schedule-v0_8_0.xsd
+3
-14
CDT-subscription-v0_8_0.xsd
CDT-subscription-v0_8_0.xsd
+1
-1
No files found.
CDT-commonTypes-v0_8_0.xsd
View file @
05743b7d
This diff is collapsed.
Click to expand it.
CDT-enumerationTypes-v0_8_0.xsd
View file @
05743b7d
...
...
@@ -693,5 +693,17 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration
value=
"08-001"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"filterUsage"
>
<xs:annotation>
<xs:documentation>
Used in filterCriteria
</xs:documentation>
</xs:annotation>
<xs:restriction
base=
"xs:integer"
>
<!-- Discovery Criteria -->
<xs:enumeration
value=
"1"
/>
<!-- Event Notification Criteria -->
<xs:enumeration
value=
"2"
/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
CDT-schedule-v0_8_0.xsd
View file @
05743b7d
...
...
@@ -36,13 +36,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:extension
base=
"m2m:announceableSubordinateResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"scheduleElement"
>
<xs:complexType>
<xs:sequence>
<xs:element
name=
"scheduleEntry"
type=
"m2m:scheduleEntry"
maxOccurs=
"unbounded"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element
name=
"scheduleElement"
type=
"m2m:scheduleEntries"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
...
...
@@ -62,13 +57,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:extension
base=
"m2m:announcedSubordinateResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"scheduleElement"
minOccurs=
"0"
>
<xs:complexType>
<xs:sequence>
<xs:element
name=
"scheduleEntry"
type=
"m2m:scheduleEntry"
maxOccurs=
"unbounded"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element
name=
"scheduleElement"
type=
"m2m:scheduleEntries"
minOccurs=
"0"
/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
...
...
CDT-subscription-v0_8_0.xsd
View file @
05743b7d
...
...
@@ -78,7 +78,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"sizeBelow"
type=
"xs:positiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"resourceStatus"
type=
"m2m:resourceStatus"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"operationMonitor"
type=
"m2m:operation"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"attribute"
type=
"m2m:attribute
Test
"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"attribute"
type=
"m2m:attribute"
minOccurs=
"0"
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