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
fabec7ab
Commit
fabec7ab
authored
Jan 17, 2015
by
Peter Niblett
Browse files
Fixes to expirationTime and schedule
parent
183a86c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CDT-commonTypes-v0_8_0.xsd
CDT-commonTypes-v0_8_0.xsd
+2
-2
CDT-schedule-v0_8_0.xsd
CDT-schedule-v0_8_0.xsd
+1
-1
No files found.
CDT-commonTypes-v0_8_0.xsd
View file @
fabec7ab
...
...
@@ -179,7 +179,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:complexContent>
<xs:extension
base=
"m2m:resource"
>
<xs:sequence>
<xs:element
name=
"expirationTime"
type=
"xs:dateTime"
minOccurs=
"0"
/>
<xs:element
name=
"expirationTime"
type=
"xs:dateTime"
/>
<xs:element
name=
"announceTo"
type=
"m2m:AnyURIList"
minOccurs=
"0"
/>
<xs:element
name=
"announcedAttribute"
minOccurs=
"0"
>
<xs:simpleType>
...
...
@@ -195,7 +195,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:complexContent>
<xs:extension
base=
"m2m:resource"
>
<xs:sequence>
<xs:element
name=
"expirationTime"
type=
"xs:dateTime"
minOccurs=
"0"
/>
<xs:element
name=
"expirationTime"
type=
"xs:dateTime"
/>
<xs:element
name=
"link"
type=
"xs:anyURI"
/>
</xs:sequence>
</xs:extension>
...
...
CDT-schedule-v0_8_0.xsd
View file @
fabec7ab
...
...
@@ -62,7 +62,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:extension
base=
"m2m:announcedSubordinateResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"scheduleElement"
>
<xs:element
name=
"scheduleElement"
minOccurs=
"0"
>
<xs:complexType>
<xs:sequence>
<xs:element
name=
"timePeriod"
type=
"m2m:eCrontabList"
maxOccurs=
"unbounded"
/>
...
...
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