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
d63ba4e2
Commit
d63ba4e2
authored
Apr 11, 2018
by
Wolfgang Granzow
Browse files
Changes agreed at PRO#34/TP#34 for Rel-2
See PRO-2018-0119 for a detailed list of changes
parent
9a2368cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
v2_17_0/CDT-commonTypes-v2_17_0.xsd
v2_17_0/CDT-commonTypes-v2_17_0.xsd
+2
-0
v2_17_0/CDT-responsePrimitive-v2_17_0.xsd
v2_17_0/CDT-responsePrimitive-v2_17_0.xsd
+5
-1
v2_17_0/CDT-statsCollect-v2_17_0.xsd
v2_17_0/CDT-statsCollect-v2_17_0.xsd
+1
-1
No files found.
v2_17_0/CDT-commonTypes-v2_17_0.xsd
View file @
d63ba4e2
...
...
@@ -1289,6 +1289,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"creator"
type=
"m2m:ID"
minOccurs=
"0"
/>
<xs:element
name=
"containerDefinition"
type=
"xs:anyURI"
/>
<xs:element
name=
"ontologyRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"contentSize"
type=
"xs:nonNegativeInteger"
/>
</xs:sequence>
<xs:attribute
name=
"resourceName"
type=
"m2m:resourceName"
use=
"required"
/>
</xs:complexType>
...
...
@@ -1308,6 +1309,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"containerDefinition"
type=
"xs:anyURI"
/>
<xs:element
name=
"ontologyRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"contentSize"
type=
"xs:nonNegativeInteger"
/>
</xs:sequence>
<xs:attribute
name=
"resourceName"
type=
"m2m:resourceName"
use=
"required"
/>
</xs:complexType>
...
...
v2_17_0/CDT-responsePrimitive-v2_17_0.xsd
View file @
d63ba4e2
...
...
@@ -117,7 +117,11 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"resource"
type=
"m2m:resourceWrapper"
/>
<xs:element
name=
"URIList"
type=
"m2m:listOfURIs"
/>
<xs:element
name=
"URIList"
>
<xs:simpleType>
<xs:list
itemType=
"xs:anyURI"
/>
</xs:simpleType>
</xs:element>
<xs:element
name=
"URI"
type=
"xs:anyURI"
/>
...
...
v2_17_0/CDT-statsCollect-v2_17_0.xsd
View file @
d63ba4e2
...
...
@@ -40,7 +40,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- Resource Specific Attributes -->
<xs:element
name=
"statsCollectID"
type=
"xs:string"
/>
<xs:element
name=
"collectingEntityID"
type=
"m2m:ID"
/>
<xs:element
name=
"collectedEntityID"
type=
"m2m:ID"
/>
<xs:element
name=
"collectedEntityID"
type=
"m2m:
listOfM2M
ID"
/>
<xs:element
name=
"statsRuleStatus"
type=
"m2m:statsRuleStatusType"
/>
<xs:element
name=
"statModel"
type=
"m2m:statModelType"
/>
<xs:element
name=
"collectPeriod"
type=
"m2m:scheduleEntries"
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