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
b2befc76
Commit
b2befc76
authored
Jan 27, 2015
by
Peter Niblett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change execEnable and execDisable to xs:boolean
parent
841458e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
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
+1
-2
No files found.
CDT-execInstance-v0_8_0.xsd
View file @
b2befc76
...
...
@@ -38,9 +38,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- Resource Specific Attributes -->
<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 -->
<xs:element
name=
"execDisable"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"execDisable"
type=
"xs:boolean"
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"
/>
...
...
CDT-mgmtCmd-v0_8_0.xsd
View file @
b2befc76
...
...
@@ -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-subscription-v0_8_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-execInstance-v0_8_0.xsd"
/>
...
...
@@ -41,7 +40,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"description"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"cmdType"
type=
"m2m:cmdType"
/>
<xs:element
name=
"execReqArgs"
type=
"m2m:execReqArgsListType"
minOccurs=
"0"
/>
<xs:element
name=
"execEnable"
type=
"xs:
anyURI
"
/>
<xs:element
name=
"execEnable"
type=
"xs:
boolean
"
/>
<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"
/>
...
...
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