From 32c6292c9cf44e813c4ad5d1166d8bf906afe8c2 Mon Sep 17 00:00:00 2001 From: reinaortega <miguelangel.reinaortega@etsi.org> Date: Tue, 13 Dec 2022 15:16:34 +0100 Subject: [PATCH] Make AE-ID-Stem parameter optional to use omit as default value Signed-off-by: reinaortega <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 53e425a..986dc0a 100644 --- a/OneM2M_Types.ttcn +++ b/OneM2M_Types.ttcn @@ -8974,8 +8974,9 @@ type record UtDesc { type record AeSimuComponentDesc { /** * @desc Test System AE-ID with AE-ID-Stem format (relative) according to TS-0001-7.2-1 + * Note: Use omit when no value is specified instead of empty string */ - XSD.ID aeIdStem, + XSD.ID aeIdStem optional, /** * @desc Test System APP-ID with App-ID format according to TS-0001-7.2-1 */ -- GitLab