From a7c35f68846d1e3f5a1bb6997cefe8c79676f111 Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Mon, 26 Jun 2023 08:20:24 +0200 Subject: [PATCH] oneM2M types based on XSD v4.15.0 baseline --- OneM2M_Types.ttcn | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/OneM2M_Types.ttcn b/OneM2M_Types.ttcn index 1ec32dd..ef2dd9e 100644 --- a/OneM2M_Types.ttcn +++ b/OneM2M_Types.ttcn @@ -10035,8 +10035,14 @@ with { variant (choice.choice_list[-]) "untagged"; }; +type TimeSeriesNotificationType TimeSeriesNotification +with { + variant "name as uncapitalized"; + variant "element"; +}; + -type record TimeSeriesNotification +type record TimeSeriesNotificationType { MissingDataList missingDataList, XSD.NonNegativeInteger missingDataCurrentNr @@ -10380,7 +10386,14 @@ with { }; -type record TriggerPayload + +type TriggerPayloadType TriggerPayload +with { + variant "name as uncapitalized"; + variant "element"; +}; + +type record TriggerPayloadType { TriggerPurpose triggerPurpose, XSD.AnyURI triggerInfoAddress optional, -- GitLab