diff --git a/CDT-commonTypes.xsd b/CDT-commonTypes.xsd index 9b459b2349f83dde61396971f95d486afbca0444..733b8c35319ae70e06657e2902074f1a3e129d21 100644 --- a/CDT-commonTypes.xsd +++ b/CDT-commonTypes.xsd @@ -359,7 +359,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:simpleType name="descriptorRepresentation"> <xs:restriction base="xs:string"> - <xs:pattern value="application\/rdf\+xml\:1" /> + <xs:pattern value="application/rdf\+xml:1" /> </xs:restriction> </xs:simpleType> @@ -426,7 +426,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:complexType name="metaInformation"> <xs:sequence> <xs:element name="resourceType" type="m2m:resourceType" minOccurs="0" /> - <xs:element name="name" type="xs:NCName" minOccurs="0" /> <xs:element name="originatingTimestamp" type="m2m:timestamp" minOccurs="0" /> <xs:element name="requestExpirationTimestamp" type="m2m:absRelTimestamp" minOccurs="0" /> <xs:element name="resultExpirationTimestamp" type="m2m:absRelTimestamp" minOccurs="0" />