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
97e8e90c
Commit
97e8e90c
authored
Jan 18, 2015
by
Peter Niblett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes following PRO14.3
parent
cff43255
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
26 deletions
+23
-26
CDT-contentInstance-v0_8_0.xsd
CDT-contentInstance-v0_8_0.xsd
+3
-2
CDT-delivery-v0_8_0.xsd
CDT-delivery-v0_8_0.xsd
+3
-3
CDT-locationPolicy-v0_8_0.xsd
CDT-locationPolicy-v0_8_0.xsd
+2
-2
CDT-remoteCSE-v0_8_0.xsd
CDT-remoteCSE-v0_8_0.xsd
+5
-7
CDT-subscription-v0_8_0.xsd
CDT-subscription-v0_8_0.xsd
+10
-12
No files found.
CDT-contentInstance-v0_8_0.xsd
View file @
97e8e90c
...
@@ -38,6 +38,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -38,6 +38,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:sequence>
<xs:sequence>
<!-- Resource Specific Attributes -->
<!-- Resource Specific Attributes -->
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"creator"
type=
"m2m:ID"
minOccurs=
"0"
/>
<xs:element
name=
"typeOfContent"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"typeOfContent"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"contentSize"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"contentSize"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"ontologyRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"ontologyRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
...
@@ -57,9 +58,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -57,9 +58,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- Resource Specific Attributes -->
<!-- Resource Specific Attributes -->
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"typeOfContent"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"typeOfContent"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"contentSize"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"contentSize"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"ontologyRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"ontologyRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"content"
type=
"xs:anyType"
/>
<xs:element
name=
"content"
type=
"xs:anyType"
minOccurs=
"0"
/>
<xs:element
name=
"encoding"
type=
"m2m:encodingType"
minOccurs=
"0"
/>
<xs:element
name=
"encoding"
type=
"m2m:encodingType"
minOccurs=
"0"
/>
</xs:sequence>
</xs:sequence>
</xs:extension>
</xs:extension>
...
...
CDT-delivery-v0_8_0.xsd
View file @
97e8e90c
...
@@ -39,9 +39,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -39,9 +39,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:sequence>
<xs:sequence>
<!-- Resource Specific Attributes -->
<!-- Resource Specific Attributes -->
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
/>
<!-- 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=
"source"
type=
"xs:anyURI"
/>
<xs:element
name=
"target"
type=
"m2m:ID"
/>
<xs:element
name=
"target"
type=
"xs:anyURI"
/>
<xs:element
name=
"lifespan"
type=
"xs:dateTime"
/>
<xs:element
name=
"lifespan"
type=
"xs:dateTime"
/>
<xs:element
name=
"eventCat"
type=
"m2m:eventCat"
/>
<xs:element
name=
"eventCat"
type=
"m2m:eventCat"
/>
<xs:element
name=
"deliveryMetaData"
type=
"m2m:deliveryMetaData"
/>
<xs:element
name=
"deliveryMetaData"
type=
"m2m:deliveryMetaData"
/>
...
@@ -57,4 +56,5 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -57,4 +56,5 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:complexContent>
</xs:complexContent>
</xs:complexType>
</xs:complexType>
</xs:element>
</xs:element>
</xs:schema>
</xs:schema>
\ No newline at end of file
CDT-locationPolicy-v0_8_0.xsd
View file @
97e8e90c
...
@@ -66,14 +66,14 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -66,14 +66,14 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:extension
base=
"m2m:announcedResource"
>
<xs:extension
base=
"m2m:announcedResource"
>
<xs:sequence>
<xs:sequence>
<!-- Resource Specific Attributes -->
<!-- Resource Specific Attributes -->
<xs:element
name=
"locationSource"
type=
"m2m:locationSource"
/>
<xs:element
name=
"locationSource"
type=
"m2m:locationSource"
minOccurs=
"0"
/>
<xs:element
name=
"locationUpdatePeriod"
type=
"xs:duration"
minOccurs=
"0"
/>
<xs:element
name=
"locationUpdatePeriod"
type=
"xs:duration"
minOccurs=
"0"
/>
<xs:element
name=
"locationTargetID"
type=
"m2m:nodeID"
minOccurs=
"0"
/>
<xs:element
name=
"locationTargetID"
type=
"m2m:nodeID"
minOccurs=
"0"
/>
<xs:element
name=
"locationServer"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"locationServer"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"locationContainerID"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"locationContainerID"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"locationContainerName"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"locationContainerName"
type=
"xs:string"
minOccurs=
"0"
/>
<!-- TODO: verify that xs:string is really the best type for locationStatus -->
<!-- TODO: verify that xs:string is really the best type for locationStatus -->
<xs:element
name=
"locationStatus"
type=
"xs:string"
/>
<xs:element
name=
"locationStatus"
type=
"xs:string"
minOccurs=
"0"
/>
<!-- No Child Resources -->
<!-- No Child Resources -->
</xs:sequence>
</xs:sequence>
...
...
CDT-remoteCSE-v0_8_0.xsd
View file @
97e8e90c
...
@@ -36,6 +36,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -36,6 +36,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:include
schemaLocation=
"CDT-pollingChannel-v0_8_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-pollingChannel-v0_8_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-schedule-v0_8_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-schedule-v0_8_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-node-v0_8_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-node-v0_8_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-locationPolicy-v0_8_0.xsd"
/>
<xs:element
name=
"remoteCSE"
>
<xs:element
name=
"remoteCSE"
>
<xs:complexType>
<xs:complexType>
...
@@ -47,7 +48,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -47,7 +48,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"cseType"
type=
"m2m:cseTypeID"
minOccurs=
"0"
/>
<xs:element
name=
"cseType"
type=
"m2m:cseTypeID"
minOccurs=
"0"
/>
<xs:element
name=
"pointOfAccess"
type=
"m2m:pOAList"
minOccurs=
"0"
/>
<xs:element
name=
"pointOfAccess"
type=
"m2m:pOAList"
minOccurs=
"0"
/>
<xs:element
name=
"CSEBase"
type=
"xs:anyURI"
/>
<xs:element
name=
"CSEBase"
type=
"xs:anyURI"
/>
<!-- TODO: update TS-0004 to say m2m:ID not m2m:id -->
<xs:element
name=
"CSE-ID"
type=
"m2m:ID"
/>
<xs:element
name=
"CSE-ID"
type=
"m2m:ID"
/>
<xs:element
name=
"M2M-Ext-ID"
type=
"m2m:externalId"
minOccurs=
"0"
/>
<xs:element
name=
"M2M-Ext-ID"
type=
"m2m:externalId"
minOccurs=
"0"
/>
<xs:element
name=
"Trigger-Recipient-ID"
type=
"m2m:triggerRecipientId"
minOccurs=
"0"
/>
<xs:element
name=
"Trigger-Recipient-ID"
type=
"m2m:triggerRecipientId"
minOccurs=
"0"
/>
...
@@ -58,7 +58,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -58,7 +58,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
<xs:choice
minOccurs=
"1"
maxOccurs=
"unbounded"
>
<xs:choice
minOccurs=
"1"
maxOccurs=
"unbounded"
>
<xs:element
ref=
"m2m:node"
/>
<xs:element
ref=
"m2m:AE"
/>
<xs:element
ref=
"m2m:AE"
/>
<xs:element
ref=
"m2m:container"
/>
<xs:element
ref=
"m2m:container"
/>
<xs:element
ref=
"m2m:group"
/>
<xs:element
ref=
"m2m:group"
/>
...
@@ -83,10 +82,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -83,10 +82,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- Resource Specific Attributes -->
<!-- Resource Specific Attributes -->
<xs:element
name=
"cseType"
type=
"m2m:cseTypeID"
minOccurs=
"0"
/>
<xs:element
name=
"cseType"
type=
"m2m:cseTypeID"
minOccurs=
"0"
/>
<xs:element
name=
"pointOfAccess"
type=
"m2m:pOAList"
minOccurs=
"0"
/>
<xs:element
name=
"pointOfAccess"
type=
"m2m:pOAList"
minOccurs=
"0"
/>
<xs:element
name=
"CSEBase"
type=
"xs:anyURI"
/>
<xs:element
name=
"CSEBase"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<!-- TODO: update TS-0004 to say m2m:ID not m2m:id -->
<xs:element
name=
"CSE-ID"
type=
"m2m:ID"
minOccurs=
"0"
/>
<xs:element
name=
"CSE-ID"
type=
"m2m:ID"
/>
<xs:element
name=
"requestReachability"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"requestReachability"
type=
"xs:boolean"
/>
<xs:element
name=
"nodeLink"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"nodeLink"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<!-- Child Resources -->
<!-- Child Resources -->
...
@@ -105,6 +103,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -105,6 +103,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
ref=
"m2m:subscription"
/>
<xs:element
ref=
"m2m:subscription"
/>
<xs:element
ref=
"m2m:pollingChannel"
/>
<xs:element
ref=
"m2m:pollingChannel"
/>
<xs:element
ref=
"m2m:scheduleAnnc"
/>
<xs:element
ref=
"m2m:scheduleAnnc"
/>
<xs:element
ref=
"m2m:locationPolicyAnnc"
/>
</xs:choice>
</xs:choice>
</xs:choice>
</xs:choice>
</xs:sequence>
</xs:sequence>
...
@@ -112,5 +111,4 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -112,5 +111,4 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:complexContent>
</xs:complexContent>
</xs:complexType>
</xs:complexType>
</xs:element>
</xs:element>
</xs:schema>
</xs:schema>
CDT-subscription-v0_8_0.xsd
View file @
97e8e90c
...
@@ -42,14 +42,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -42,14 +42,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"notificationURI"
type=
"m2m:AnyURIList"
/>
<xs:element
name=
"notificationURI"
type=
"m2m:AnyURIList"
/>
<xs:element
name=
"groupID"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"groupID"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"notificationForwardingURI"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"notificationForwardingURI"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"batchNotify"
minOccurs=
"0"
>
<xs:element
name=
"batchNotify"
type=
"m2m:batchNotify"
minOccurs=
"0"
/>
<xs:complexType>
<xs:sequence>
<xs:element
name=
"number"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"duration"
type=
"xs:duration"
minOccurs=
"0"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element
name=
"rateLimit"
type=
"m2m:rateLimit"
minOccurs=
"0"
/>
<xs:element
name=
"rateLimit"
type=
"m2m:rateLimit"
minOccurs=
"0"
/>
<xs:element
name=
"preSubscriptionNotify"
type=
"xs:positiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"preSubscriptionNotify"
type=
"xs:positiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"pendingNotification"
type=
"m2m:pendingNotification"
minOccurs=
"0"
/>
<xs:element
name=
"pendingNotification"
type=
"m2m:pendingNotification"
minOccurs=
"0"
/>
...
@@ -88,13 +81,18 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -88,13 +81,18 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"attribute"
type=
"m2m:attribute"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"attribute"
type=
"m2m:attribute"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:complexType>
<!-- TODO: Member names here are different from those given in TS-0004 -->
<xs:complexType
name=
"
rateLimit
"
>
<xs:complexType
name=
"
batchNotify
"
>
<xs:sequence>
<xs:sequence>
<xs:element
name=
"number"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"number"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"rateLimitWindow"
type=
"xs:duration"
minOccurs=
"0"
/>
<xs:element
name=
"duration"
type=
"xs:duration"
minOccurs=
"0"
/>
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"rateLimit"
>
<xs:sequence>
<xs:element
name=
"maxNrOfNotify"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"timeWindow"
type=
"xs:duration"
minOccurs=
"0"
/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</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