From 1cb85f0fc9b89b8964ad580c9fa395f1b49fe641 Mon Sep 17 00:00:00 2001 From: Wolfgang Granzow <wgranzow@qti.qualcomm.com> Date: Mon, 13 Aug 2018 20:28:02 +0200 Subject: [PATCH] correction (addition of semanticDescriptor child resource) --- v3_8_0/CDT-timeSeriesInstance-v3_8_0.xsd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/v3_8_0/CDT-timeSeriesInstance-v3_8_0.xsd b/v3_8_0/CDT-timeSeriesInstance-v3_8_0.xsd index 9eba039..b00bef9 100644 --- a/v3_8_0/CDT-timeSeriesInstance-v3_8_0.xsd +++ b/v3_8_0/CDT-timeSeriesInstance-v3_8_0.xsd @@ -28,6 +28,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:include schemaLocation="CDT-commonTypes-v3_8_0.xsd" /> <xs:include schemaLocation="CDT-transaction-v3_8_0.xsd"/> + <xs:include schemaLocation="CDT-semanticDescriptor-v3_8_0.xsd"/> <xs:element name="timeSeriesInstance" substitutionGroup="m2m:sg_announceableSubordinateResource"> <xs:complexType> @@ -45,6 +46,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:element name="childResource" type="m2m:childResourceRef" minOccurs="1" maxOccurs="unbounded" /> <xs:choice minOccurs="1" maxOccurs="unbounded"> <xs:element ref="m2m:transaction" /> + <xs:element ref="m2m:semanticDescriptor" /> </xs:choice> </xs:choice> </xs:sequence> @@ -68,6 +70,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:element name="childResource" type="m2m:childResourceRef" minOccurs="1" maxOccurs="unbounded" /> <xs:choice minOccurs="1" maxOccurs="unbounded"> <xs:element ref="m2m:transaction" /> + <xs:element ref="m2m:semanticDescriptor" /> </xs:choice> </xs:choice> </xs:sequence> -- GitLab