From d1898f9056da65053f29d2cdf8c0d85848573b84 Mon Sep 17 00:00:00 2001 From: wgranzow <wgranzow@qti.qualcomm.com> Date: Thu, 29 Jan 2015 14:33:12 +0100 Subject: [PATCH] small correction --- CDT-responsePrimitive-v0_8_0.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CDT-responsePrimitive-v0_8_0.xsd b/CDT-responsePrimitive-v0_8_0.xsd index db3052a..dd4f9b3 100644 --- a/CDT-responsePrimitive-v0_8_0.xsd +++ b/CDT-responsePrimitive-v0_8_0.xsd @@ -65,7 +65,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:complexType name="aggregatedResponse"> <xs:sequence> - <xs:element ref="m2m:responsePrimitive" minOccurs="0" maxOccurs="unbounded"/> + <xs:element ref="m2m:responsePrimitive" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> -- GitLab