From 37389fffc9a7217a80d9411b2a4963b4f8a123fb Mon Sep 17 00:00:00 2001
From: Peter Niblett <peter_niblett@uk.ibm.com>
Date: Wed, 23 Sep 2020 11:36:31 +0100
Subject: [PATCH] SDS-2020-0042R01-TS-0004_timeSeries_creator_multiplicity_R3

---
 v3_16_0/CDT-timeSeries-v3_16_0.xsd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/v3_16_0/CDT-timeSeries-v3_16_0.xsd b/v3_16_0/CDT-timeSeries-v3_16_0.xsd
index e220bd4..ed08343 100644
--- a/v3_16_0/CDT-timeSeries-v3_16_0.xsd
+++ b/v3_16_0/CDT-timeSeries-v3_16_0.xsd
@@ -39,7 +39,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 				<xs:extension base="m2m:announceableResource">
 					<xs:sequence>
 						<!-- Common Attribute, specific to <container>, <contentInstance>, <request> and <delivery> and other resources -->
-						<xs:element name="creator" type="m2m:ID" />
+						<xs:element name="creator" type="m2m:ID" minOccurs="0" />
+						
 						<!-- Resource Specific Attributes -->
 						<xs:element name="maxNrOfInstances" type="xs:nonNegativeInteger" minOccurs="0" />
 						<xs:element name="maxByteSize" type="xs:nonNegativeInteger" minOccurs="0" />
-- 
GitLab