From f27839fe9c8f6b0d78023798eab00a6222999eed Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Tue, 25 Jun 2024 08:50:39 +0200
Subject: [PATCH] SDS-2024-0024R02-Resource_SSPandUserProfile_Correction_R4

---
 CDT-m2mServiceSubscriptionProfile.xsd | 2 +-
 CDT-serviceSubscribedUserProfile.xsd  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CDT-m2mServiceSubscriptionProfile.xsd b/CDT-m2mServiceSubscriptionProfile.xsd
index ba67fa0..32d98b0 100644
--- a/CDT-m2mServiceSubscriptionProfile.xsd
+++ b/CDT-m2mServiceSubscriptionProfile.xsd
@@ -40,7 +40,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 					<xs:sequence>
 						<!-- Resource Specific Attributes -->
 						<xs:element name="M2M-Sub-ID" type="m2m:ID"/>
-						<xs:element name="M2M-SS-ID" type="m2m:ID" minOccurs="0" />
+						<xs:element name="M2M-SS-ID" type="m2m:ID"/>
 						<xs:element name="status" type="m2m:serviceSubscriptionStatus"/>
 						<xs:element name="activate" type="xs:boolean"/>
 						<xs:element name="activationTime" type="m2m:timestamp" minOccurs="0" />
diff --git a/CDT-serviceSubscribedUserProfile.xsd b/CDT-serviceSubscribedUserProfile.xsd
index 65b6405..eba5cc1 100644
--- a/CDT-serviceSubscribedUserProfile.xsd
+++ b/CDT-serviceSubscribedUserProfile.xsd
@@ -50,7 +50,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 						<xs:element name="maxNotificationRate" type="xs:nonNegativeInteger" minOccurs="0" />
 						<xs:element name="maxNumFlexContainers" type="xs:nonNegativeInteger" minOccurs="0" />
 						<xs:element name="maxNumInstancesPerFlexContainer" type="xs:nonNegativeInteger" minOccurs="0" />
-						<xs:element name="defaultAccessControlPrivileges" type="m2m:setOfAcrs" minOccurs="0" />
+						<xs:element name="defaultAccessControlPrivileges" type="m2m:acpType" minOccurs="0" />
 
 						<!-- Child Resources -->
 						<xs:choice minOccurs="0" maxOccurs="1">
-- 
GitLab