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
76063b59
Commit
76063b59
authored
Aug 13, 2018
by
Wolfgang Granzow
Browse files
Changes agreed at PRO#35/TP#35 for Rel-2
See PRO-2018-0197 for the detailed list of changes.
parent
8629dc08
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
8 deletions
+13
-8
v2_18_0/CDT-commonTypes-v2_18_0.xsd
v2_18_0/CDT-commonTypes-v2_18_0.xsd
+1
-2
v2_18_0/CDT-enumerationTypes-v2_18_0.xsd
v2_18_0/CDT-enumerationTypes-v2_18_0.xsd
+7
-3
v2_18_0/CDT-group-v2_18_0.xsd
v2_18_0/CDT-group-v2_18_0.xsd
+2
-0
v2_18_0/CDT-locationPolicy-v2_18_0.xsd
v2_18_0/CDT-locationPolicy-v2_18_0.xsd
+1
-1
v2_18_0/CDT-timeSeries-v2_18_0.xsd
v2_18_0/CDT-timeSeries-v2_18_0.xsd
+2
-2
No files found.
v2_18_0/CDT-commonTypes-v2_18_0.xsd
View file @
76063b59
...
...
@@ -327,8 +327,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:simpleType
name=
"scheduleEntry"
>
<xs:restriction
base=
"xs:string"
>
<xs:pattern
value=
"(([*]|[1-5]?\d([,\-/][1-5]?\d)*)\s+){2}([*]|((1?\d|2[0-3])([,\-/](1?\d|2[0-3]))*))\s+([*]|(([1-9]|1\d|2\d|3[01])([,\-/]([1-9]|1\d|2\d|3[01]))*))\s+([*]|(([1-9]|1[0-2])([,\-/]([1-9]|1[0-2]))*))\s+([*]|([0-6]([,\-/][0-6])*))\s+([*]|([2-9]\d\d\d)(([,-]([2-9]\d\d\d)([/][\d]?[\d]?[\d]?[\d])?)*))"
/>
<xs:pattern
value=
"(((([*]|(([1-5]?\d)\-([1-5]?\d)))(\/([1-5]?\d))?|([1-5]?\d))\,)*((([*]|(([1-5]?\d)\-([1-5]?\d)))(\/([1-5]?\d))?)|([1-5]?\d))\s+){2}((([*]|((1?\d|2[0-3])\-(1?\d|2[0-3])))(\/1?\d|2[0-3])?|(1?\d|2[0-3]))\,)*((([*]|((1?\d|2[0-3])\-(1?\d|2[0-3])))(\/1?\d|2[0-3])?)|(1?\d|2[0-3]))\s+((([*]|(([1-9]|1\d|2\d|3[01])\-([1-9]|1\d|2\d|3[01])))(\/[1-9]|1\d|2\d|3[01])?|([1-9]|1\d|2\d|3[01]))\,)*((([*]|(([1-9]|1\d|2\d|3[01])\-([1-9]|1\d|2\d|3[01])))(\/[1-9]|1\d|2\d|3[01])?)|([1-9]|1\d|2\d|3[01]))\s+((([*]|(([1-9]|1[0-2])\-([1-9]|1[0-2])))(\/[1-9]|1[0-2])?|([1-9]|1[0-2]))\,)*((([*]|(([1-9]|1[0-2])\-([1-9]|1[0-2])))(\/[1-9]|1[0-2])?)|([1-9]|1[0-2]))\s+((([*]|(([0-6])\-([0-6])))(\/[0-6])?|([0-6]))\,)*((([*]|(([0-6])\-([0-6])))(\/[0-6])?)|([0-6]))\s+((([*]|(([2-9]\d\d\d)\-([2-9]\d\d\d)))(\/\d?\d?\d?\d)?|([2-9]\d\d\d))\,)*((([*]|(([2-9]\d\d\d)\-([2-9]\d\d\d)))(\/\d?\d?\d?\d)?)|([2-9]\d\d\d))"
/>
</xs:restriction>
</xs:simpleType>
...
...
v2_18_0/CDT-enumerationTypes-v2_18_0.xsd
View file @
76063b59
...
...
@@ -282,7 +282,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- OPERATION_NOT_ALLOWED -->
<xs:enumeration
value=
"4005"
/>
<!-- REQUEST_TIMEOUT -->
<xs:enumeration
value=
"4008"
/>
<xs:enumeration
value=
"4008"
/>
<!-- UNSUPPORTED_MEDIA_TYPE -->
<xs:enumeration
value=
"4015"
/>
<!-- SUBSCRIPTION_CREATOR_HAS_NO_PRIVILEGE -->
<xs:enumeration
value=
"4101"
/>
<!-- CONTENTS_UNACCEPTABLE -->
...
...
@@ -333,7 +335,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration
value=
"5204"
/>
<!-- SUBSCRIPTION_HOST_HAS_NO_PRIVILEGE -->
<xs:enumeration
value=
"5205"
/>
<!-- NON_BLOCKING_REQUEST_NOT_SUPPORTED -->
<!-- NON_BLOCKING_
SYNCH_
REQUEST_NOT_SUPPORTED -->
<xs:enumeration
value=
"5206"
/>
<!-- NOT_ACCEPTABLE -->
<xs:enumeration
value=
"5207"
/>
...
...
@@ -387,7 +389,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- PENDING -->
<xs:enumeration
value=
"3"
/>
<!-- FORWARDED -->
<xs:enumeration
value=
"4"
/>
<xs:enumeration
value=
"4"
/>
<!-- PARTIALLY_COMPLETED -->
<xs:enumeration
value=
"5"
/>
</xs:restriction>
</xs:simpleType>
...
...
v2_18_0/CDT-group-v2_18_0.xsd
View file @
76063b59
...
...
@@ -57,6 +57,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
minOccurs=
"0"
/>
<xs:element
name=
"groupName"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"semanticSupportIndicator"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"notifyAggregation"
type=
"m2m:batchNotify"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
...
...
@@ -96,6 +97,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
minOccurs=
"0"
/>
<xs:element
name=
"groupName"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"semanticSupportIndicator"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"notifyAggregation"
type=
"m2m:batchNotify"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
...
...
v2_18_0/CDT-locationPolicy-v2_18_0.xsd
View file @
76063b59
...
...
@@ -41,7 +41,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"locationUpdatePeriod"
type=
"m2m:listOfDuration"
minOccurs=
"0"
/>
<xs:element
name=
"locationTargetID"
type=
"m2m:locationTargetID"
minOccurs=
"0"
/>
<xs:element
name=
"locationServer"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"locationContainerID"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"locationContainerID"
type=
"xs:anyURI"
/>
<xs:element
name=
"locationContainerName"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"locationStatus"
type=
"xs:string"
/>
...
...
v2_18_0/CDT-timeSeries-v2_18_0.xsd
View file @
76063b59
...
...
@@ -81,8 +81,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<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=
"periodicInterval"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"missingData
Detect
"
type=
"xs:
boolean
"
minOccurs=
"0"
/>
<xs:element
name=
"periodicInterval"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"missingData
MaxNr
"
type=
"xs:
nonNegativeInteger
"
minOccurs=
"0"
/>
<xs:element
name=
"missingDataList"
type=
"m2m:missingDataList"
minOccurs=
"0"
/>
<xs:element
name=
"missingDataCurrentNr"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"missingDataDetectTimer"
type=
"xs:nonNegativeInteger"
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