Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PRO
XSD
Commits
aaa96933
Commit
aaa96933
authored
May 19, 2015
by
Peter Niblett
Browse files
Make currentNrOfInstances and currentByteSize optionally annouceable
parent
a1da3d68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
v1_1_0/CDT-container-v1_1_0.xsd
v1_1_0/CDT-container-v1_1_0.xsd
+2
-3
No files found.
v1_1_0/CDT-container-v1_1_0.xsd
View file @
aaa96933
...
...
@@ -58,7 +58,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
ref=
"m2m:subscription"
/>
</xs:choice>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
...
...
@@ -76,8 +75,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"maxNrOfInstances"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"maxByteSize"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"maxInstanceAge"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"currentNrOfInstances"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"currentByteSize"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"currentNrOfInstances"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"currentByteSize"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"locationID"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"ontologyRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
...
...
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