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

Change @resourceName to @name in m2m:ChildResourceRef

parent b7c4bb36
No related branches found
No related tags found
No related merge requests found
......@@ -408,7 +408,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:complexType name="childResourceRef">
<xs:simpleContent>
<xs:extension base="xs:anyURI">
<xs:attribute name="resourceName" type="xs:NCName" use="required" />
<xs:attribute name="name" type="xs:NCName" use="required" />
<xs:attribute name="type" type="m2m:resourceType" use="required" />
</xs:extension>
</xs:simpleContent>
......
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