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
d946a246
Commit
d946a246
authored
Jan 28, 2015
by
Peter Niblett
Browse files
fixes to anyArgs (types used by <mgmtCmd>)
parent
b2befc76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
+5
-9
CDT-commonTypes-v0_8_0.xsd
CDT-commonTypes-v0_8_0.xsd
+5
-9
No files found.
CDT-commonTypes-v0_8_0.xsd
View file @
d946a246
...
...
@@ -302,11 +302,11 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:complexType>
<!-- T
odo - this looks wrong. Are there supposed to be separate type and value elements ?
-->
<!-- T
ODO: - TS-0004 calls the member elements "name" and "type", but name and value seems more appropriate
-->
<xs:complexType
name=
"anyArgType"
>
<xs:sequence>
<xs:element
name=
"name"
type=
"xs:NCName"
/>
<xs:element
name=
"
typ
e"
type=
"xs:anyType"
/>
<xs:element
name=
"
valu
e"
type=
"xs:anyType"
/>
</xs:sequence>
</xs:complexType>
...
...
@@ -379,12 +379,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"anyArg"
type=
"m2m:anyArgType"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"anyArgsListType"
>
<xs:sequence>
<xs:element
name=
"anyArg"
type=
"m2m:anyArgType"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
</xs:sequence>
</xs:complexType>
<!-- TODO: - TS-0004 also shows an anyArg option, but this isn't compatible with the cmdType, so has been omitted -->
<xs:complexType
name=
"execReqArgsListType"
>
<xs:choice>
...
...
@@ -395,7 +391,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"softwareInstall"
type=
"m2m:softwareInstallArgsType"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"softwareUpdate"
type=
"m2m:softwareUpdateArgsType"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"softwareUninstall"
type=
"m2m:softwareUninstallArgsType"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"anyArg"
type=
"m2m:anyArgsListType"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<!--
<xs:element name="anyArg" type="m2m:anyArgsListType" minOccurs="0" maxOccurs="unbounded" />
-->
</xs:choice>
</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