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
dd56dd09
Commit
dd56dd09
authored
Jan 18, 2015
by
Peter Niblett
Browse files
content/primitiveContent siwtchover
parent
97e8e90c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
CDT-commonTypes-v0_8_0.xsd
CDT-commonTypes-v0_8_0.xsd
+3
-3
CDT-request-v0_8_0.xsd
CDT-request-v0_8_0.xsd
+3
-3
No files found.
CDT-commonTypes-v0_8_0.xsd
View file @
dd56dd09
...
@@ -329,7 +329,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -329,7 +329,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:complexType>
<xs:complexType
name=
"
c
ontent"
>
<xs:complexType
name=
"
primitiveC
ontent"
>
<xs:sequence>
<xs:sequence>
<xs:any
namespace=
"http://www.onem2m.org/xml/protocols"
<xs:any
namespace=
"http://www.onem2m.org/xml/protocols"
processContents=
"lax"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
processContents=
"lax"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
...
@@ -414,7 +414,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -414,7 +414,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"to"
type=
"xs:anyURI"
/>
<xs:element
name=
"to"
type=
"xs:anyURI"
/>
<xs:element
name=
"from"
type=
"m2m:ID"
/>
<xs:element
name=
"from"
type=
"m2m:ID"
/>
<xs:element
name=
"requestIdentifier"
type=
"m2m:requestID"
/>
<xs:element
name=
"requestIdentifier"
type=
"m2m:requestID"
/>
<xs:element
name=
"content"
type=
"m2m:
c
ontent"
minOccurs=
"0"
/>
<xs:element
name=
"content"
type=
"m2m:
primitiveC
ontent"
minOccurs=
"0"
/>
<xs:element
name=
"metaInformation"
type=
"m2m:metaInformation"
minOccurs=
"0"
/>
<xs:element
name=
"metaInformation"
type=
"m2m:metaInformation"
minOccurs=
"0"
/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:complexType>
...
@@ -425,7 +425,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -425,7 +425,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- TODO: is this a sensible order? -->
<!-- TODO: is this a sensible order? -->
<xs:complexType
name=
"operationResult"
>
<xs:complexType
name=
"operationResult"
>
<xs:sequence>
<xs:sequence>
<xs:element
name=
"content"
type=
"m2m:
c
ontent"
minOccurs=
"0"
/>
<xs:element
name=
"content"
type=
"m2m:
primitiveC
ontent"
minOccurs=
"0"
/>
<xs:element
name=
"eventCategory"
type=
"m2m:eventCatType"
minOccurs=
"0"
/>
<xs:element
name=
"eventCategory"
type=
"m2m:eventCatType"
minOccurs=
"0"
/>
<xs:element
name=
"from"
type=
"m2m:ID"
minOccurs=
"0"
/>
<xs:element
name=
"from"
type=
"m2m:ID"
minOccurs=
"0"
/>
<xs:element
name=
"originatingTimestamp"
type=
"m2m:timestamp"
minOccurs=
"0"
/>
<xs:element
name=
"originatingTimestamp"
type=
"m2m:timestamp"
minOccurs=
"0"
/>
...
...
CDT-request-v0_8_0.xsd
View file @
dd56dd09
...
@@ -40,10 +40,10 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -40,10 +40,10 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"operation"
type=
"m2m:operation"
/>
<xs:element
name=
"operation"
type=
"m2m:operation"
/>
<xs:element
name=
"target"
type=
"xs:anyURI"
/>
<xs:element
name=
"target"
type=
"xs:anyURI"
/>
<xs:element
name=
"originator"
type=
"
xs:anyURI
"
/>
<xs:element
name=
"originator"
type=
"
m2m:ID
"
/>
<xs:element
name=
"requestI
dentifier
"
type=
"m2m:requestID"
/>
<xs:element
name=
"requestI
D
"
type=
"m2m:requestID"
/>
<xs:element
name=
"metaInformation"
type=
"m2m:metaInformation"
/>
<xs:element
name=
"metaInformation"
type=
"m2m:metaInformation"
/>
<xs:element
name=
"
primitiveC
ontent"
type=
"m2m:
c
ontent"
/>
<xs:element
name=
"
c
ontent"
type=
"m2m:
primitiveC
ontent"
/>
<xs:element
name=
"requestStatus"
type=
"m2m:requestStatus"
/>
<xs:element
name=
"requestStatus"
type=
"m2m:requestStatus"
/>
<xs:element
name=
"operationResult"
type=
"m2m:operationResult"
/>
<xs:element
name=
"operationResult"
type=
"m2m:operationResult"
/>
...
...
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