From 5bbf459b2844629423a26b8efe03102f3df775be Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Mon, 13 Feb 2023 19:04:58 +0100
Subject: [PATCH] OneM2M Types generated from XSD v3.26.0

Signed-off-by: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
---
 OneM2M_Types.ttcn | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/OneM2M_Types.ttcn b/OneM2M_Types.ttcn
index 6d4aa2e..b1e1b54 100644
--- a/OneM2M_Types.ttcn
+++ b/OneM2M_Types.ttcn
@@ -1920,7 +1920,7 @@ with {
 };
 
 
-type XSD.String ReleaseVersion (pattern "(2a|3)") //FIXME  All available releases backwards till 2a. XSD will define it as this
+type XSD.String ReleaseVersion (pattern "(2|2a|3)") //FIXME  All available releases backwards till 2a. XSD will define it as this
 with {
   variant "name as uncapitalized";
 };
@@ -3526,6 +3526,7 @@ type record CrossResourceSubscription
 	XSD.ID creator,
 	ListOfURIs regularResourcesAsTarget optional,
 	ListOfURIs subscriptionResourcesAsTarget optional,
+	ListOfURIs regularResourcesAsTargetSubscriptions optional,
 	TimeWindowType timeWindowType,
 	XSD.Duration timeWindowSize,
 	EventNotificationCriteriaSet eventNotificationCriteriaSet optional,
-- 
GitLab