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
b0a5c48e
Commit
b0a5c48e
authored
Jan 19, 2015
by
Peter Niblett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more changes following PRO14.3
parent
67fa97bd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
26 deletions
+20
-26
CDT-enumerationTypes-v0_8_0.xsd
CDT-enumerationTypes-v0_8_0.xsd
+1
-1
CDT-execInstance-v0_8_0.xsd
CDT-execInstance-v0_8_0.xsd
+1
-3
CDT-mgmtCmd-v0_8_0.xsd
CDT-mgmtCmd-v0_8_0.xsd
+14
-14
CDT-node-v0_8_0.xsd
CDT-node-v0_8_0.xsd
+2
-2
CDT-pollingChannel-v0_8_0.xsd
CDT-pollingChannel-v0_8_0.xsd
+2
-5
CDT-statsConfig-v0_8_0.xsd
CDT-statsConfig-v0_8_0.xsd
+0
-1
No files found.
CDT-enumerationTypes-v0_8_0.xsd
View file @
b0a5c48e
...
...
@@ -360,7 +360,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"execStat
e
Type"
>
<xs:simpleType
name=
"execStat
us
Type"
>
<xs:annotation>
<xs:documentation>
Used for execStatusType attribute in
<
execInstance
>
resource.
</xs:documentation>
</xs:annotation>
...
...
CDT-execInstance-v0_8_0.xsd
View file @
b0a5c48e
...
...
@@ -36,9 +36,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 -->
<!-- TODO: in TS-0004 7.2.16 this is called m2m:execStatusType, but in the enums it is called execStateType -->
<xs:element
name=
"execStatus"
type=
"m2m:execStateType"
/>
<xs:element
name=
"execStatus"
type=
"m2m:execStatusType"
/>
<xs:element
name=
"execResult"
type=
"m2m:execResultType"
/>
<!-- TODO: in TS-0004 7.2.16 this is shown as xs:string, but the text suggests that it is a URI -->
...
...
CDT-mgmtCmd-v0_8_0.xsd
View file @
b0a5c48e
...
...
@@ -39,22 +39,22 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"description"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"cmdType"
type=
"m2m:cmdType"
/>
<xs:element
name=
"execReq
Type
"
type=
"m2m:execReqArgsListType"
minOccurs=
"0"
/>
<xs:element
name=
"cmdType"
type=
"m2m:cmdType"
/>
<xs:element
name=
"execReq
Args
"
type=
"m2m:execReqArgsListType"
minOccurs=
"0"
/>
<xs:element
name=
"execEnable"
type=
"xs:anyURI"
/>
<xs:element
name=
"execTarget"
type=
"m2m:nodeID"
/>
<xs:element
name=
"execMode"
type=
"m2m:execModeType"
minOccurs=
"0"
/>
<xs:element
name=
"execFrequency"
type=
"xs:duration"
minOccurs=
"0"
/>
<xs:element
name=
"execDelay"
type=
"xs:duration"
minOccurs=
"0"
/>
<xs:element
name=
"execNumber"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"execTarget"
type=
"m2m:nodeID"
/>
<xs:element
name=
"execMode"
type=
"m2m:execModeType"
minOccurs=
"0"
/>
<xs:element
name=
"execFrequency"
type=
"xs:duration"
minOccurs=
"0"
/>
<xs:element
name=
"execDelay"
type=
"xs:duration"
minOccurs=
"0"
/>
<xs:element
name=
"execNumber"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"
1
"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
<xs:
sequence
>
<xs:element
ref=
"m2m:execInstance"
/>
<xs:element
ref=
"m2m:subscription"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
</xs:
sequen
ce>
<xs:choice
minOccurs=
"
0
"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
<xs:
choice
minOccurs=
"1"
maxOccurs=
"unbounded"
>
<xs:element
ref=
"m2m:execInstance"
/>
<xs:element
ref=
"m2m:subscription"
/>
</xs:
choi
ce>
</xs:choice>
</xs:sequence>
</xs:extension>
...
...
CDT-node-v0_8_0.xsd
View file @
b0a5c48e
...
...
@@ -52,7 +52,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"nodeID"
type=
"m2m:nodeID"
/>
<!-- TODO: This attribute is called hostedCSEID in TS-0004, but is called hostedCSELink in TS-0001 -->
<xs:element
name=
"hostedCSE
ID
"
type=
"m2m:ID"
minOccurs=
"0"
/>
<xs:element
name=
"hostedCSE
Link
"
type=
"m2m:ID"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
...
...
@@ -89,7 +89,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"nodeID"
type=
"m2m:nodeID"
/>
<!-- TODO: This attribute is called hostedCSEID in TS-0004, but is called hostedCSELink in TS-0001 -->
<xs:element
name=
"hostedCSE
ID
"
type=
"m2m:ID"
minOccurs=
"0"
/>
<xs:element
name=
"hostedCSE
Link
"
type=
"m2m:ID"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
...
...
CDT-pollingChannel-v0_8_0.xsd
View file @
b0a5c48e
...
...
@@ -36,12 +36,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- Inherit common attributes -->
<xs:extension
base=
"m2m:regularResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<!-- TODO: Not clear if there is supposed to be a creator attribute or not -->
<xs:element
name=
"creator"
type=
"m2m:ID"
minOccurs=
"0"
/>
<!-- No Resource Specific Attributes -->
<!-- Child Resources -->
<!-- TODO: decide if this is how we want to represent virtual resources or not -->
<xs:element
name=
"pollingChannelURI"
type=
"xs:anyURI"
/>
</xs:sequence>
</xs:extension>
...
...
CDT-statsConfig-v0_8_0.xsd
View file @
b0a5c48e
...
...
@@ -27,7 +27,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
elementFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v0_8_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-eventConfig-v0_8_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v0_8_0.xsd"
/>
...
...
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