Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
XSD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
21375c41
Commit
21375c41
authored
10 years ago
by
Peter Niblett
Browse files
Options
Downloads
Patches
Plain Diff
Moved eventCat into common types
parent
fabec7ab
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CDT-commonTypes-v0_8_0.xsd
+7
-0
7 additions, 0 deletions
CDT-commonTypes-v0_8_0.xsd
CDT-subscription-v0_8_0.xsd
+11
-18
11 additions, 18 deletions
CDT-subscription-v0_8_0.xsd
with
18 additions
and
18 deletions
CDT-commonTypes-v0_8_0.xsd
+
7
−
0
View file @
21375c41
...
...
@@ -33,6 +33,13 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:restriction
base=
"xs:dateTime"
/>
</xs:simpleType>
<!-- TODO: it's not clear that we need both this an eventCatType -->
<xs:complexType
name=
"eventCat"
>
<xs:sequence>
<xs:element
name=
"eventCatType"
type=
"m2m:eventCatType"
/>
<xs:element
name=
"eventCatNo"
type=
"xs:nonNegativeInteger"
/>
</xs:sequence>
</xs:complexType>
<xs:simpleType
name=
"extendedCrontab"
>
<xs:restriction
base=
"xs:string"
>
...
...
This diff is collapsed.
Click to expand it.
CDT-subscription-v0_8_0.xsd
+
11
−
18
View file @
21375c41
...
...
@@ -40,9 +40,16 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"eventNotificationCriteria"
type=
"m2m:eventNotificationCriteria"
minOccurs=
"0"
/>
<xs:element
name=
"expirationCounter"
type=
"xs:positiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"notificationURI"
type=
"m2m:AnyURIList"
/>
<xs:element
name=
"group
Name
"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"group
ID
"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"notificationForwardingURI"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"batchNotify"
type=
"m2m:batchNotify"
minOccurs=
"0"
/>
<xs:element
name=
"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=
"preSubscriptionNotify"
type=
"xs:positiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"pendingNotification"
type=
"m2m:pendingNotification"
minOccurs=
"0"
/>
...
...
@@ -64,7 +71,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:complexType>
</xs:element>
<!-- TODO: If this used by anything other than <subscription> it might be better placed in the CommonTypes XSD file -->
<xs:complexType
name=
"eventNotificationCriteria"
>
<xs:sequence>
<xs:element
name=
"createdBefore"
type=
"xs:dateTime"
minOccurs=
"0"
/>
...
...
@@ -82,14 +88,8 @@ 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:sequence>
</xs:complexType>
<xs:complexType
name=
"batchNotify"
>
<xs:sequence>
<xs:element
name=
"number"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"duration"
type=
"xs:duration"
minOccurs=
"0"
/>
</xs:sequence>
</xs:complexType>
<!-- TODO: Member names here are different from those given in TS-0004 -->
<xs:complexType
name=
"rateLimit"
>
<xs:sequence>
...
...
@@ -98,11 +98,4 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"eventCat"
>
<xs:sequence>
<xs:element
name=
"eventCatType"
type=
"m2m:eventCatType"
/>
<xs:element
name=
"eventCatNo"
type=
"xs:nonNegativeInteger"
/>
</xs:sequence>
</xs:complexType>
</xs:schema>
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