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
696ba8d3
Commit
696ba8d3
authored
Jan 27, 2015
by
Wolfgang Granzow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates 2015-01-27 by Wolfgang
parent
a6e022dc
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
29 additions
and
23 deletions
+29
-23
CDT-CSEBase-v0_8_0.xsd
CDT-CSEBase-v0_8_0.xsd
+0
-1
CDT-commonTypes-v0_8_0.xsd
CDT-commonTypes-v0_8_0.xsd
+2
-2
CDT-container-v0_8_0.xsd
CDT-container-v0_8_0.xsd
+4
-3
CDT-contentInstance-v0_8_0.xsd
CDT-contentInstance-v0_8_0.xsd
+6
-6
CDT-delivery-v0_8_0.xsd
CDT-delivery-v0_8_0.xsd
+2
-1
CDT-group-v0_8_0.xsd
CDT-group-v0_8_0.xsd
+3
-1
CDT-remoteCSE-v0_8_0.xsd
CDT-remoteCSE-v0_8_0.xsd
+2
-2
CDT-request-v0_8_0.xsd
CDT-request-v0_8_0.xsd
+2
-0
CDT-schedule-v0_8_0.xsd
CDT-schedule-v0_8_0.xsd
+2
-1
CDT-subscription-v0_8_0.xsd
CDT-subscription-v0_8_0.xsd
+6
-6
No files found.
CDT-CSEBase-v0_8_0.xsd
View file @
696ba8d3
...
...
@@ -54,7 +54,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"accessControlPolicyIDs"
type=
"m2m:acpType"
minOccurs=
"0"
/>
<xs:element
name=
"cseType"
type=
"m2m:cseTypeID"
minOccurs=
"0"
/>
<xs:element
name=
"CSE-ID"
type=
"m2m:ID"
/>
<!-- TODO: update TS-0004 to remove m2m:resourceTypeList -->
<xs:element
name=
"supportedResourceType"
>
<xs:simpleType>
<xs:list
itemType=
"m2m:resourceType"
/>
...
...
CDT-commonTypes-v0_8_0.xsd
View file @
696ba8d3
...
...
@@ -51,7 +51,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:restriction>
</xs:simpleType>
<xs:complexType
name=
"externalI
d
"
>
<xs:complexType
name=
"externalI
D
"
>
<xs:simpleContent>
<xs:extension
base=
"xs:anyURI"
>
</xs:extension>
...
...
@@ -179,7 +179,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"triggerRecipientI
d
"
>
<xs:simpleType
name=
"triggerRecipientI
D
"
>
<xs:restriction
base=
"xs:unsignedInt"
/>
</xs:simpleType>
...
...
CDT-container-v0_8_0.xsd
View file @
696ba8d3
...
...
@@ -30,8 +30,9 @@
<xs:complexContent>
<xs:extension
base=
"m2m:announceableResource"
>
<xs:sequence>
<!--
Resource Specific Attribut
es -->
<!--
Common Attribute, specific to <container>, <contentInstance>, <request> and <delivery> resourc
es -->
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
/>
<!-- Resource Specific Attributes -->
<xs:element
name=
"creator"
type=
"m2m:ID"
/>
<xs:element
name=
"maxNrOfInstances"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"maxByteSize"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
...
...
@@ -64,14 +65,14 @@
<xs:complexContent>
<xs:extension
base=
"m2m:announcedResource"
>
<xs:sequence>
<!--
Resource Specific Attribut
es -->
<!--
Common Attribute, specific to <container>, <contentInstance>, <request> and <delivery> resourc
es -->
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
/>
<!-- Resource Specific Attributes -->
<xs:element
name=
"maxNrOfInstances"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"maxByteSize"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"maxInstanceAge"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"currentNrOfInstances"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"currentByteSize"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"latest"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"locationID"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"ontologyRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
...
...
CDT-contentInstance-v0_8_0.xsd
View file @
696ba8d3
...
...
@@ -36,14 +36,14 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:complexContent>
<xs:extension
base=
"m2m:announceableSubordinateResource"
>
<xs:sequence>
<!--
Resource Specific Attribut
es -->
<!--
Common Attribute, specific to <container>, <contentInstance>, <request> and <delivery> resourc
es -->
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
/>
<!-- Resource Specific Attributes -->
<xs:element
name=
"creator"
type=
"m2m:ID"
minOccurs=
"0"
/>
<xs:element
name=
"
typeOfContent"
type=
"xs:string
"
minOccurs=
"0"
/>
<xs:element
name=
"
contentInfo"
type=
"m2m:contentInfo
"
minOccurs=
"0"
/>
<xs:element
name=
"contentSize"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"ontologyRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"content"
type=
"xs:anyType"
/>
<xs:element
name=
"encoding"
type=
"m2m:encodingType"
minOccurs=
"0"
/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
...
...
@@ -55,13 +55,13 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:complexContent>
<xs:extension
base=
"m2m:announcedSubordinateResource"
>
<xs:sequence>
<!--
Resource Specific Attribut
es -->
<!--
Common Attribute, specific to <container>, <contentInstance>, <request> and <delivery> resourc
es -->
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"typeOfContent"
type=
"xs:string"
minOccurs=
"0"
/>
<!-- Resource Specific Attributes -->
<xs:element
name=
"contentInfo"
type=
"m2m:contentInfo"
minOccurs=
"0"
/>
<xs:element
name=
"contentSize"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"ontologyRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"content"
type=
"xs:anyType"
minOccurs=
"0"
/>
<xs:element
name=
"encoding"
type=
"m2m:encodingType"
minOccurs=
"0"
/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
...
...
CDT-delivery-v0_8_0.xsd
View file @
696ba8d3
...
...
@@ -37,8 +37,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- Inherit common attributes -->
<xs:extension
base=
"m2m:regularResource"
>
<xs:sequence>
<!-- Common Attribute, specific to <container>, <contentInstance>, <request> and <delivery> resources -->
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
/>
<!-- Resource Specific Attributes -->
<!-- TODO: The type of source and target should match that of CSE-ID (i.e.they should have type m2m:ID) -->
<xs:element
name=
"source"
type=
"m2m:ID"
/>
<xs:element
name=
"target"
type=
"m2m:ID"
/>
<xs:element
name=
"lifespan"
type=
"m2m:timestamp"
/>
...
...
CDT-group-v0_8_0.xsd
View file @
696ba8d3
...
...
@@ -37,8 +37,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:extension
base=
"m2m:announceableResource"
>
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:element
name=
"creator"
type=
"
xs:anyURI
"
minOccurs=
"0"
/>
<xs:element
name=
"creator"
type=
"
m2m:ID
"
minOccurs=
"0"
/>
<xs:element
name=
"memberType"
type=
"m2m:memberType"
/>
<!-- TODO: data type xs:long is used in TS-0004 for currentNrOfMembers and maxNrOfMembers (unchanged in #662R02) -->
<xs:element
name=
"currentNrOfMembers"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"maxNrOfMembers"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"memberIDs"
type=
"m2m:listOfURIs"
/>
...
...
@@ -69,6 +70,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:sequence>
<xs:element
name=
"memberType"
type=
"m2m:memberType"
minOccurs=
"0"
/>
<xs:element
name=
"currentNrOfMembers"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<!-- TODO: data type xs:long is used in TS-0004 for currentNrOfMembers and maxNrOfMembers (unchanged in #662R02) -->
<xs:element
name=
"maxNrOfMembers"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"memberIDs"
type=
"m2m:listOfURIs"
minOccurs=
"0"
/>
<xs:element
name=
"membersAccessControlPolicyIDs"
type=
"m2m:listOfURIs"
minOccurs=
"0"
/>
...
...
CDT-remoteCSE-v0_8_0.xsd
View file @
696ba8d3
...
...
@@ -49,8 +49,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"pointOfAccess"
type=
"m2m:pOAList"
minOccurs=
"0"
/>
<xs:element
name=
"CSEBase"
type=
"xs:anyURI"
/>
<xs:element
name=
"CSE-ID"
type=
"m2m:ID"
/>
<xs:element
name=
"M2M-Ext-ID"
type=
"m2m:externalI
d
"
minOccurs=
"0"
/>
<xs:element
name=
"Trigger-Recipient-ID"
type=
"m2m:triggerRecipientI
d
"
minOccurs=
"0"
/>
<xs:element
name=
"M2M-Ext-ID"
type=
"m2m:externalI
D
"
minOccurs=
"0"
/>
<xs:element
name=
"Trigger-Recipient-ID"
type=
"m2m:triggerRecipientI
D
"
minOccurs=
"0"
/>
<xs:element
name=
"requestReachability"
type=
"xs:boolean"
/>
<xs:element
name=
"nodeLink"
type=
"xs:anyURI"
minOccurs=
"0"
/>
...
...
CDT-request-v0_8_0.xsd
View file @
696ba8d3
...
...
@@ -36,6 +36,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- Inherit common attributes -->
<xs:extension
base=
"m2m:regularResource"
>
<xs:sequence>
<!-- Common Attribute, specific to <container>, <contentInstance>, <request> and <delivery> resources -->
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
/>
<!-- Resource Specific Attributes -->
<xs:element
name=
"operation"
type=
"m2m:operation"
/>
<xs:element
name=
"target"
type=
"xs:anyURI"
/>
...
...
CDT-schedule-v0_8_0.xsd
View file @
696ba8d3
...
...
@@ -36,7 +36,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:extension
base=
"m2m:announceableSubordinateResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"scheduleElement"
type=
"m2m:scheduleEntries"
minOccurs=
"0"
/>
<!-- TODO: Editor's notes on multiplicity of 'scheduleElement' attribute: should be 1 -->
<xs:element
name=
"scheduleElement"
type=
"m2m:scheduleEntries"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
...
...
CDT-subscription-v0_8_0.xsd
View file @
696ba8d3
...
...
@@ -66,14 +66,14 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:complexType
name=
"eventNotificationCriteria"
>
<xs:sequence>
<xs:element
name=
"createdBefore"
type=
"
xs:dateTime
"
minOccurs=
"0"
/>
<xs:element
name=
"createdAfter"
type=
"
xs:dateTime
"
minOccurs=
"0"
/>
<xs:element
name=
"modifiedSince"
type=
"
xs:dateTime
"
minOccurs=
"0"
/>
<xs:element
name=
"unmodifiedSince"
type=
"
xs:dateTime
"
minOccurs=
"0"
/>
<xs:element
name=
"createdBefore"
type=
"
m2m:timestamp
"
minOccurs=
"0"
/>
<xs:element
name=
"createdAfter"
type=
"
m2m:timestamp
"
minOccurs=
"0"
/>
<xs:element
name=
"modifiedSince"
type=
"
m2m:timestamp
"
minOccurs=
"0"
/>
<xs:element
name=
"unmodifiedSince"
type=
"
m2m:timestamp
"
minOccurs=
"0"
/>
<xs:element
name=
"stateTagSmaller"
type=
"xs:positiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"stateTagBigger"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"expireBefore"
type=
"
xs:dateTime
"
minOccurs=
"0"
/>
<xs:element
name=
"expireAfter"
type=
"
xs:dateTime
"
minOccurs=
"0"
/>
<xs:element
name=
"expireBefore"
type=
"
m2m:timestamp
"
minOccurs=
"0"
/>
<xs:element
name=
"expireAfter"
type=
"
m2m:timestamp
"
minOccurs=
"0"
/>
<xs:element
name=
"sizeAbove"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"sizeBelow"
type=
"xs:positiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"resourceStatus"
type=
"m2m:resourceStatus"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
...
...
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