Skip to content
Snippets Groups Projects
Commit e641bd9d authored by Dale Seed's avatar Dale Seed
Browse files

Update CDT-commonTypes-v0_8_0.xsd

Added actionStatus complexType
parent 538058c7
No related branches found
No related tags found
No related merge requests found
......@@ -103,12 +103,12 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:extension base="xs:anyURI">
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<!-- TODO: decide which of these two we prefer and use it consistently -->
<xs:simpleType name="listOfURIs">
<list itemType="xs:anyURI" />
</xs:simpleType>
</xs:complexType>
<!-- TODO: decide which of these two we prefer and use it consistently -->
<xs:simpleType name="listOfURIs">
<list itemType="xs:anyURI" />
</xs:simpleType>
<xs:complexType name="AnyURIList">
<xs:sequence>
......@@ -483,4 +483,12 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:list itemType="m2m:eventCatType" />
</xs:simpleType>
<!-- "actionStatus" is used accross mgmtObj resources -->
<xs:complexType name="actionStatus">
<xs:sequence>
<xs:element name="action" type="xs:anyURI" minOccurs="0"/>
<xs:element name="status" type="m2m:status" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
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