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
dd56dd09
Commit
dd56dd09
authored
Jan 18, 2015
by
Peter Niblett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"
c
ontent"
>
<xs:complexType
name=
"
primitiveC
ontent"
>
<xs:sequence>
<xs:any
namespace=
"http://www.onem2m.org/xml/protocols"
processContents=
"lax"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
...
...
@@ -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=
"from"
type=
"m2m:ID"
/>
<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:sequence>
</xs:complexType>
...
...
@@ -425,7 +425,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- TODO: is this a sensible order? -->
<xs:complexType
name=
"operationResult"
>
<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=
"from"
type=
"m2m:ID"
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
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"operation"
type=
"m2m:operation"
/>
<xs:element
name=
"target"
type=
"xs:anyURI"
/>
<xs:element
name=
"originator"
type=
"
xs:anyURI
"
/>
<xs:element
name=
"requestI
dentifier
"
type=
"m2m:requestID"
/>
<xs:element
name=
"originator"
type=
"
m2m:ID
"
/>
<xs:element
name=
"requestI
D
"
type=
"m2m:requestID"
/>
<xs:element
name=
"metaInformation"
type=
"m2m:metaInformation"
/>
<xs:element
name=
"
primitiveContent"
type=
"m2m:c
ontent"
/>
<xs:element
name=
"
content"
type=
"m2m:primitiveC
ontent"
/>
<xs:element
name=
"requestStatus"
type=
"m2m:requestStatus"
/>
<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