Skip to content
Snippets Groups Projects
Commit fabec7ab authored by Peter Niblett's avatar Peter Niblett
Browse files

Fixes to expirationTime and schedule

parent 183a86c8
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment