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

Update CDT-areaNwkInfo-v0_8_0.xsd

Added support for announce
parent 29a53b6e
No related branches found
No related tags found
No related merge requests found
...@@ -37,14 +37,33 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -37,14 +37,33 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- Resource Specific Attributes --> <!-- Resource Specific Attributes -->
<xs:sequence> <xs:sequence>
<xs:element name="areaNwkType" type="xs:string" /> <xs:element name="areaNwkType" type="xs:string" />
<xs:element name="listOfDevices" type="m2m:listOfM2MID" /> <xs:element name="listOfDevices" type="m2m:listOfURIs" />
<!-- Child Resources --> <!-- Child Resources -->
<xs:choice minOccurs="0" maxOccurs="1"> <xs:choice minOccurs="0" maxOccurs="1">
<xs:element name="childResource" type="m2m:childResourceRef" minOccurs="1" maxOccurs="unbounded" /> <xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
<xs:choice minOccurs="1" maxOccurs="unbounded"> <xs:element ref="m2m:subscription" maxOccurs="unbounded" />
<xs:element ref="m2m:subscription" />
</xs:choice> </xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="areaNwkInfoAnnc">
<xs:complexType>
<xs:complexContent>
<!-- Inherit Common Attributes from announcedMgmtResource -->
<xs:extension base="m2m:announcedMgmtResource">
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:element name="areaNwkType" type="xs:string" minOccurs="0" />
<xs:element name="listOfDevices" type="m2m:listOfURIs" minOccurs="0" />
<!-- Child Resources -->
<xs:choice minOccurs="0" maxOccurs="1">
<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
</xs:choice> </xs:choice>
</xs:sequence> </xs:sequence>
</xs:extension> </xs:extension>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment