From 2b1ce46e59e9fd9a3e1004805f7b70ef27a3af57 Mon Sep 17 00:00:00 2001 From: wgranzow <wgranzow@qti.qualcomm.com> Date: Thu, 21 Apr 2016 20:35:47 +0200 Subject: [PATCH] correction of a typo in attribute name "descriptorRepresentation" --- v2_5_0/CDT-semanticDescriptor-v2_5_0.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2_5_0/CDT-semanticDescriptor-v2_5_0.xsd b/v2_5_0/CDT-semanticDescriptor-v2_5_0.xsd index 63ef6d0..90dc296 100644 --- a/v2_5_0/CDT-semanticDescriptor-v2_5_0.xsd +++ b/v2_5_0/CDT-semanticDescriptor-v2_5_0.xsd @@ -37,7 +37,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:sequence> <!-- Resource Specific Attributes --> <xs:element name="creator" type="m2m:ID" minOccurs="0" /> - <xs:element name="descriptorRepresenation" type="m2m:descriptorRepresentation" minOccurs="0" /> + <xs:element name="descriptorRepresentation" type="m2m:descriptorRepresentation" minOccurs="0" /> <xs:element name="semanticOpExec" type="m2m:sparql" minOccurs="0" /> <xs:element name="descriptor" type="xs:base64Binary" /> <xs:element name="ontologyRef" type="xs:anyURI" minOccurs="0" /> -- GitLab