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
b7c4bb36
Commit
b7c4bb36
authored
May 18, 2015
by
Peter Niblett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes to CommonTypes following PRO 16
parent
ef35cef7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
30 deletions
+24
-30
CDT-commonTypes-v1_1_0.xsd
v1_1_0/CDT-commonTypes-v1_1_0.xsd
+24
-30
No files found.
v1_1_0/CDT-commonTypes-v1_1_0.xsd
View file @
b7c4bb36
...
...
@@ -69,10 +69,12 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:list
itemType=
"xs:token"
/>
</xs:simpleType>
<xs:simpleType
name=
"networkaccessID"
>
<xs:restriction
base=
"xs:token"
>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"triggerRecipientID"
>
<xs:restriction
base=
"xs:unsignedInt"
>
<xs:minInclusive
value=
"0"
></xs:minInclusive>
<xs:maxInclusive
value=
"65535"
></xs:maxInclusive>
</xs:restriction>
</xs:simpleType>
<!-- "listOfM2MID" is a space separated list of CSE-IDs and/or AE-IDs (i.e. elements of data type m2m:ID") -->
<xs:simpleType
name=
"listOfM2MID"
>
...
...
@@ -182,10 +184,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"triggerRecipientID"
>
<xs:restriction
base=
"xs:unsignedInt"
/>
</xs:simpleType>
<xs:simpleType
name=
"listOfURIs"
>
<list
itemType=
"xs:anyURI"
/>
</xs:simpleType>
...
...
@@ -199,7 +197,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:sequence>
<xs:sequence>
<xs:element
name=
"tracingOption"
type=
"xs:boolean"
/>
<xs:element
name=
"tracingInfo"
type=
"m2m:listOfM2MID"
/>
<xs:element
name=
"tracingInfo"
type=
"m2m:listOfM2MID"
minOccurs=
"0"
/>
<!-- should tracing Info be list of anyURI? -->
</xs:sequence>
</xs:sequence>
...
...
@@ -233,14 +231,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"responseType"
type=
"m2m:responseType"
minOccurs=
"0"
/>
<xs:element
name=
"resultPersistence"
type=
"m2m:timestamp"
minOccurs=
"0"
/>
<xs:element
name=
"resultContent"
type=
"m2m:resultContent"
minOccurs=
"0"
/>
<xs:element
name=
"eventCategory"
minOccurs=
"0"
>
<xs:complexType>
<xs:sequence>
<xs:element
name=
"eventCatType"
type=
"m2m:eventCat"
/>
<xs:element
name=
"eventCatNo"
type=
"xs:nonNegativeInteger"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element
name=
"eventCategory"
type=
"m2m:eventCat"
minOccurs=
"0"
/>
<xs:element
name=
"deliveryAggregation"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"groupRequestIdentifier"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"filterCriteria"
type=
"m2m:filterCriteria"
minOccurs=
"0"
/>
...
...
@@ -270,7 +261,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"resourceType"
type=
"m2m:resourceType"
minOccurs=
"0"
/>
<xs:element
name=
"sizeAbove"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"sizeBelow"
type=
"xs:positiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"contentType"
type=
"
xs:string
"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"contentType"
type=
"
m2m:typeOfContent
"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"attribute"
type=
"m2m:attribute"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"filterUsage"
type=
"m2m:filterUsage"
minOccurs=
"0"
/>
<xs:element
name=
"limit"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
...
...
@@ -341,9 +332,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"URL"
type=
"xs:anyURI"
/>
<xs:element
name=
"username"
type=
"xs:string"
/>
<xs:element
name=
"password"
type=
"xs:string"
/>
<xs:element
name=
"filesize"
type=
"xs:
string
"
/>
<xs:element
name=
"targetFile"
type=
"xs:string"
/>
<xs:element
name=
"delaySeconds"
type=
"xs:int
"
/>
<xs:element
name=
"filesize"
type=
"xs:
positiveInteger
"
/>
<xs:element
name=
"targetFile"
type=
"xs:string"
/>
<xs:element
name=
"delaySeconds"
type=
"xs:positiveInteger
"
/>
<xs:element
name=
"successURL"
type=
"xs:anyURI"
/>
<xs:element
name=
"startTime"
type=
"m2m:timestamp"
/>
<xs:element
name=
"completeTime"
type=
"m2m:timestamp"
/>
...
...
@@ -385,14 +376,14 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:complexType
name=
"execReqArgsListType"
>
<xs:choice>
<xs:element
name=
"reset"
type=
"m2m:resetArgsType
"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"reboot"
type=
"m2m:rebootArgsType
"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"upload"
type=
"m2m:uploadArgsType
"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"download"
type=
"m2m:downloadArgsType
"
maxOccurs=
"unbounded"
/>
<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:choice>
<xs:element
name=
"reset"
type=
"m2m:resetArgsType"
minOccurs=
"0
"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"reboot"
type=
"m2m:rebootArgsType"
minOccurs=
"0
"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"upload"
type=
"m2m:uploadArgsType"
minOccurs=
"0
"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"download"
type=
"m2m:downloadArgsType"
minOccurs=
"0
"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"softwareInstall"
type=
"m2m:softwareInstallArgsType"
minOccurs=
"0
"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"softwareUpdate"
type=
"m2m:softwareUpdateArgsType"
minOccurs=
"0
"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"softwareUninstall"
type=
"m2m:softwareUninstallArgsType"
minOccurs=
"0
"
maxOccurs=
"unbounded"
/>
</xs:choice>
</xs:complexType>
<xs:complexType
name=
"mgmtLinkRef"
>
...
...
@@ -429,6 +420,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"notificationURI"
type=
"xs:anyURI"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
</xs:sequence>
</xs:complexType>
<!-- m2m:rateLimit is in the Subscription xsd file -->
<xs:complexType
name=
"operationResult"
>
<xs:sequence>
...
...
@@ -443,6 +436,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:sequence>
</xs:complexType>
<!-- m2m:aggregatedResponse is in the ResponsePrimitive xsd file -->
<!-- Resource type definitions. These types include the "common attributes" that are used by oneM2M Resources. Each oneM2M
Resource has a resource type that is defined in a separate schema, but each resource type extends one of the types that is
...
...
@@ -457,7 +451,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"lastModifiedTime"
type=
"m2m:timestamp"
/>
<xs:element
name=
"labels"
type=
"m2m:labels"
minOccurs=
"0"
/>
</xs:sequence>
<xs:attribute
name=
"
name"
type=
"xs:token
"
use=
"required"
/>
<xs:attribute
name=
"
resourceName"
type=
"xs:NCName
"
use=
"required"
/>
</xs:complexType>
<xs:complexType
name=
"regularResource"
>
...
...
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