Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PRO
XSD
Commits
26558398
Commit
26558398
authored
Jan 26, 2015
by
Peter Niblett
Browse files
Checking against 0662
parent
bd6dece5
Changes
3
Hide whitespace changes
Inline
Side-by-side
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 Resource
s
-->
<!--
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
Supports
Markdown
0%
Try again
or
attach a new 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