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
26558398
Commit
26558398
authored
Jan 26, 2015
by
Peter Niblett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Checking against 0662
parent
bd6dece5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
CDT-eventConfig-v0_8_0.xsd
CDT-eventConfig-v0_8_0.xsd
+3
-2
CDT-pollingChannel-v0_8_0.xsd
CDT-pollingChannel-v0_8_0.xsd
+1
-1
CDT-statsCollect-v0_8_0.xsd
CDT-statsCollect-v0_8_0.xsd
+2
-1
No files found.
CDT-eventConfig-v0_8_0.xsd
View file @
26558398
...
...
@@ -39,8 +39,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"creator"
type=
"m2m:ID"
/>
<xs:element
name=
"eventID"
type=
"xs:string"
/>
<xs:element
name=
"eventType"
type=
"m2m:eventType"
/>
<xs:element
name=
"eventStart"
type=
"xs:dateTime"
minOccurs=
"0"
/>
<xs:element
name=
"eventEnd"
type=
"xs:dateTime"
minOccurs=
"0"
/>
<!-- TODO: The next two types are shown as xs:dateTime in TS-0004 -->
<xs:element
name=
"eventStart"
type=
"m2m:timestamp"
minOccurs=
"0"
/>
<xs:element
name=
"eventEnd"
type=
"m2m:timestamp"
minOccurs=
"0"
/>
<xs:element
name=
"operationType"
minOccurs=
"0"
>
<xs:simpleType>
<xs:list
itemType=
"m2m:operation"
/>
...
...
CDT-pollingChannel-v0_8_0.xsd
View file @
26558398
...
...
@@ -38,7 +38,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:sequence>
<!-- No Resource Specific Attributes -->
<!--
Child Resources
-->
<!--
Virtual Child Resource
-->
<xs:element
name=
"pollingChannelURI"
type=
"xs:anyURI"
/>
</xs:sequence>
</xs:extension>
...
...
CDT-statsCollect-v0_8_0.xsd
View file @
26558398
...
...
@@ -42,7 +42,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"collectedEntityID"
type=
"m2m:ID"
/>
<xs:element
name=
"statsRuleStatus"
type=
"m2m:statsRuleStatusType"
/>
<xs:element
name=
"statModel"
type=
"m2m:statModelType"
/>
<xs:element
name=
"collectPeriod"
type=
"m2m:scheduleEntry"
minOccurs=
"0"
/>
<!-- TODO: Shown as "Extended Crontab Data String" in TS-0004 -->
<xs:element
name=
"collectPeriod"
type=
"m2m:scheduleEntries"
minOccurs=
"0"
/>
<xs:element
name=
"eventID"
type=
"xs:string"
minOccurs=
"0"
/>
<!-- Child Resources -->
...
...
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