Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
XSD
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PRO
XSD
Commits
26558398
Commit
26558398
authored
10 years ago
by
Peter Niblett
Browse files
Options
Downloads
Patches
Plain Diff
Checking against 0662
parent
bd6dece5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CDT-eventConfig-v0_8_0.xsd
+3
-2
3 additions, 2 deletions
CDT-eventConfig-v0_8_0.xsd
CDT-pollingChannel-v0_8_0.xsd
+1
-1
1 addition, 1 deletion
CDT-pollingChannel-v0_8_0.xsd
CDT-statsCollect-v0_8_0.xsd
+2
-1
2 additions, 1 deletion
CDT-statsCollect-v0_8_0.xsd
with
6 additions
and
4 deletions
CDT-eventConfig-v0_8_0.xsd
+
3
−
2
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"
/>
...
...
This diff is collapsed.
Click to expand it.
CDT-pollingChannel-v0_8_0.xsd
+
1
−
1
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>
...
...
This diff is collapsed.
Click to expand it.
CDT-statsCollect-v0_8_0.xsd
+
2
−
1
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 -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment