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
67fa97bd
Commit
67fa97bd
authored
10 years ago
by
Peter Niblett
Browse files
Options
Downloads
Patches
Plain Diff
various fixes to group
parent
dd56dd09
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CDT-group-v0_8_0.xsd
+13
-12
13 additions, 12 deletions
CDT-group-v0_8_0.xsd
with
13 additions
and
12 deletions
CDT-group-v0_8_0.xsd
+
13
−
12
View file @
67fa97bd
...
...
@@ -36,21 +36,19 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- Inherit common attributes for announceable Resources -->
<xs:extension
base=
"m2m:announceableResource"
>
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:sequence>
<xs:element
name=
"creator"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"memberType"
type=
"m2m:memberType"
/>
<xs:element
name=
"currentNrOfMembers"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"maxNrOfMembers"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"member
sList
"
type=
"m2m:listOfURIs"
/>
<xs:element
name=
"member
IDs
"
type=
"m2m:listOfURIs"
/>
<xs:element
name=
"membersAccessControlPolicyIDs"
type=
"m2m:listOfURIs"
minOccurs=
"0"
/>
<xs:element
name=
"memberTypeValidated"
type=
"xs:boolean"
/>
<xs:element
name=
"consistencyStrategy"
type=
"m2m:consistencyStrategy"
minOccurs=
"0"
/>
<xs:element
name=
"groupName"
type=
"xs:string"
minOccurs=
"0"
/>
<!-- TODO: update TS-0004 to change the name from Creator to creator. Also it's at the start of the list in TS-0001 -->
<xs:element
name=
"creator"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<!-- Child Resources -->
<!-- TODO: should this be fanOutURI? -->
<xs:element
name=
"fanOut"
type=
"xs:anyURI"
/>
<xs:element
name=
"fanOutPoint"
type=
"xs:anyURI"
/>
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
maxOccurs=
"unbounded"
/>
...
...
@@ -72,15 +70,18 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"memberType"
type=
"m2m:memberType"
minOccurs=
"0"
/>
<xs:element
name=
"currentNrOfMembers"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"maxNrOfMembers"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"member
sList
"
type=
"m2m:listOfURIs"
minOccurs=
"0"
/>
<xs:element
name=
"member
IDs
"
type=
"m2m:listOfURIs"
minOccurs=
"0"
/>
<xs:element
name=
"membersAccessControlPolicyIDs"
type=
"m2m:listOfURIs"
minOccurs=
"0"
/>
<xs:element
name=
"memberTypeValidated"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"consistencyStrategy"
type=
"m2m:consistencyStrategy"
minOccurs=
"0"
/>
<xs:element
name=
"groupName"
type=
"xs:string"
minOccurs=
"0"
/>
<!-- TODO: update TS-0004 to change the name from Creator to creator. Also it's at the start of the list in TS-0001 -->
<xs:element
name=
"creator"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<!-- No Child Resources -->
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
maxOccurs=
"unbounded"
/>
<xs:element
ref=
"m2m:subscription"
maxOccurs=
"unbounded"
/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
...
...
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