From 25f31f36962a1c24821892c66211f26160d71663 Mon Sep 17 00:00:00 2001 From: reinaortega <miguelangel.reinaortega@etsi.org> Date: Wed, 25 May 2022 01:29:28 +0200 Subject: [PATCH] Moved to XSD v3_24_0 Signed-off-by: reinaortega <miguelangel.reinaortega@etsi.org> --- LibOneM2M/OneM2M_TypesAndValues.ttcn | 8 ++++---- LibOneM2M/oneM2M_Types | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LibOneM2M/OneM2M_TypesAndValues.ttcn b/LibOneM2M/OneM2M_TypesAndValues.ttcn index 1b3b51d..11cab9f 100644 --- a/LibOneM2M/OneM2M_TypesAndValues.ttcn +++ b/LibOneM2M/OneM2M_TypesAndValues.ttcn @@ -977,8 +977,8 @@ group OptionalResourceTypes { union { record length(1 .. infinity) of ChildResourceRef childResource_list, record of union { - GenericInterworkingService genericInterworkingService, - GenericInterworkingOperationInstance genericInterworkingOperationInstance, + GenericInterworkingService_optional genericInterworkingService, + GenericInterworkingOperationInstance_optional genericInterworkingOperationInstance, SemanticDescriptor semanticDescriptor, Subscription subscription } choice_list @@ -3902,8 +3902,8 @@ group InvalidTypes { union { record length(1 .. infinity) of ChildResourceRef childResource_list, record of union { - GenericInterworkingService genericInterworkingService, - GenericInterworkingOperationInstance genericInterworkingOperationInstance, + GenericInterworkingService_optional genericInterworkingService, + GenericInterworkingOperationInstance_optional genericInterworkingOperationInstance, SemanticDescriptor semanticDescriptor, Subscription subscription } choice_list diff --git a/LibOneM2M/oneM2M_Types b/LibOneM2M/oneM2M_Types index fa36122..c687a52 160000 --- a/LibOneM2M/oneM2M_Types +++ b/LibOneM2M/oneM2M_Types @@ -1 +1 @@ -Subproject commit fa3612294c98eb8abf03b1440753844e73d8fff5 +Subproject commit c687a5233c794a667daa54152c5ec6674d47e32c -- GitLab