Skip to content
Snippets Groups Projects
Commit 26d1017c authored by Wolfgang Granzow's avatar Wolfgang Granzow
Browse files

PRO-2016-0001-CR-CorrectionInNodeXSD_R1

For root element <xs:element name="nodeAnnc"> , the declaration
<xs:extension base="m2m:announceableResource"> has been replaced by
<xs:extension base="m2m:announcedResource">
parent cfbb5990
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -81,7 +81,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:complexType> <xs:complexType>
<xs:complexContent> <xs:complexContent>
<!-- Inherit common attributes for announceable Resources --> <!-- Inherit common attributes for announceable Resources -->
<xs:extension base="m2m:announceableResource"> <xs:extension base="m2m:announcedResource">
<!-- Resource Specific Attributes --> <!-- Resource Specific Attributes -->
<xs:sequence> <xs:sequence>
<xs:element name="nodeID" type="m2m:nodeID" /> <xs:element name="nodeID" type="m2m:nodeID" />
......
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