Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PRO
XSD
Commits
562173c8
Commit
562173c8
authored
May 21, 2015
by
Peter Niblett
Browse files
change cardinalities in firmware and software to align with TS-0001 v 1.8.0
parent
6be6b2d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
v1_1_0/CDT-firmware-v1_1_0.xsd
v1_1_0/CDT-firmware-v1_1_0.xsd
+1
-1
v1_1_0/CDT-software-v1_1_0.xsd
v1_1_0/CDT-software-v1_1_0.xsd
+3
-3
No files found.
v1_1_0/CDT-firmware-v1_1_0.xsd
View file @
562173c8
...
...
@@ -41,7 +41,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"name"
type=
"xs:string"
/>
<xs:element
name=
"URL"
type=
"xs:anyURI"
/>
<xs:element
name=
"update"
type=
"xs:boolean"
/>
<xs:element
name=
"updateStatus"
type=
"m2m:actionStatus"
minOccurs=
"0"
/>
<xs:element
name=
"updateStatus"
type=
"m2m:actionStatus"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
...
...
v1_1_0/CDT-software-v1_1_0.xsd
View file @
562173c8
...
...
@@ -40,9 +40,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"version"
type=
"xs:string"
/>
<xs:element
name=
"name"
type=
"xs:string"
/>
<xs:element
name=
"URL"
type=
"xs:anyURI"
/>
<xs:element
name=
"install"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"uninstall"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"installStatus"
type=
"m2m:actionStatus"
minOccurs=
"0"
/>
<xs:element
name=
"install"
type=
"xs:boolean"
/>
<xs:element
name=
"uninstall"
type=
"xs:boolean"
/>
<xs:element
name=
"installStatus"
type=
"m2m:actionStatus"
/>
<xs:element
name=
"activate"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"deactivate"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"activeStatus"
type=
"m2m:actionStatus"
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