From 2497d16f0e389ad8de88346136509b57f68ef1e4 Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Thu, 5 Sep 2024 15:57:02 +0200 Subject: [PATCH] OneM2M Types generated from XSD v3.30.0 --- OneM2M_Types.ttcn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/OneM2M_Types.ttcn b/OneM2M_Types.ttcn index 7797340..9bc472f 100644 --- a/OneM2M_Types.ttcn +++ b/OneM2M_Types.ttcn @@ -5695,7 +5695,7 @@ type record MgmtCmd Subscription subscription, Transaction transaction } choice_list - } choice + } choice optional } with { variant "name as uncapitalized"; @@ -6007,7 +6007,7 @@ type record Notification_1 } notificationEvent optional, XSD.Boolean verificationRequest optional, XSD.Boolean subscriptionDeletion optional, - XSD.AnyURI subscriptionReference optional, + XSD.AnyURI subscriptionReference, XSD.ID creator optional, XSD.AnyURI notificationForwardingURI optional, XSD.ID notificationTarget optional, @@ -7819,8 +7819,9 @@ with { variant (choice.choice_list[-]) "untagged"; }; +type TimeSeriesNotificationType TimeSeriesNotification; -type record TimeSeriesNotification +type record TimeSeriesNotificationType { MissingDataList missingDataList, XSD.NonNegativeInteger missingDataCurrentNr -- GitLab