From 3a18fb75d75df726892dcb8081d677f67f0d4572 Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Thu, 16 Mar 2023 15:16:34 +0100 Subject: [PATCH] Fix issue #160 Signed-off-by: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> --- CDT-enumerationTypes.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CDT-enumerationTypes.xsd b/CDT-enumerationTypes.xsd index be19c4b..851c5a9 100644 --- a/CDT-enumerationTypes.xsd +++ b/CDT-enumerationTypes.xsd @@ -621,7 +621,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:enumeration value="9" /> <!-- locationPolicy --> <xs:enumeration value="10" /> - <!-- m2mServiceSubscription --> + <!-- m2mServiceSubscriptionProfile --> <xs:enumeration value="11" /> <!-- mgmtCmd --> <xs:enumeration value="12" /> -- GitLab