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
...@@ -483,4 +483,12 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -483,4 +483,12 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:list itemType="m2m:eventCatType" /> <xs:list itemType="m2m:eventCatType" />
</xs:simpleType> </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> </xs:schema>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment