From e05bb4b1241f05ad1833159e57f31644ddd0d67d Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Tue, 17 May 2022 11:24:34 +0200
Subject: [PATCH] SDS-2020-0137R07 - Stage_3_work_on_deleteCnt

Signed-off-by: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
---
 CDT-contentInstance.xsd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CDT-contentInstance.xsd b/CDT-contentInstance.xsd
index 3b03195..6c1203e 100644
--- a/CDT-contentInstance.xsd
+++ b/CDT-contentInstance.xsd
@@ -45,6 +45,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 						<xs:element name="contentRef" type="m2m:contentRef" minOccurs="0"/>
 						<xs:element name="ontologyRef" type="xs:anyURI" minOccurs="0" />
 						<xs:element name="content" type="xs:anyType" />
+						<xs:element name="deletionCnt" type="xs:positiveInteger" minOccurs="0" />
 						
 						<!-- Child Resources -->
 						<xs:choice minOccurs="0" maxOccurs="1">
-- 
GitLab