From f06085cf86dd204a5ee1ed9e04d99041bd09a850 Mon Sep 17 00:00:00 2001 From: Ben Beeston Date: Tue, 30 Sep 2025 13:53:55 +0100 Subject: [PATCH 1/3] Addition of TCPPortList and UDPPortList --- 103221-1/TS_103_221_01.xsd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/103221-1/TS_103_221_01.xsd b/103221-1/TS_103_221_01.xsd index d3b2cb2b..57a5893b 100644 --- a/103221-1/TS_103_221_01.xsd +++ b/103221-1/TS_103_221_01.xsd @@ -176,8 +176,10 @@ + + -- GitLab From 3a0bb2c174ae7aed8e3c4dedc7c8af007e6c0f25 Mon Sep 17 00:00:00 2001 From: Ben Beeston Date: Wed, 1 Oct 2025 15:08:42 +0100 Subject: [PATCH 2/3] Update to introduce TCPPortList and UDPPortList as complex types --- 103221-1/TS_103_221_01.xsd | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/103221-1/TS_103_221_01.xsd b/103221-1/TS_103_221_01.xsd index 57a5893b..0164571a 100644 --- a/103221-1/TS_103_221_01.xsd +++ b/103221-1/TS_103_221_01.xsd @@ -176,10 +176,18 @@ - + + + + + - + + + + + -- GitLab From 55d92fc099c89fe9315fde3c7b5f899d80e1c18d Mon Sep 17 00:00:00 2001 From: Ben Beeston Date: Wed, 1 Oct 2025 15:33:23 +0100 Subject: [PATCH 3/3] Update to put the new complex types outside of the choice --- 103221-1/TS_103_221_01.xsd | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/103221-1/TS_103_221_01.xsd b/103221-1/TS_103_221_01.xsd index 0164571a..37254263 100644 --- a/103221-1/TS_103_221_01.xsd +++ b/103221-1/TS_103_221_01.xsd @@ -176,18 +176,10 @@ - - - - - + - - - - - + @@ -215,6 +207,16 @@ + + + + + + + + + + -- GitLab