From c43d51e2c219326e8dbba089dc49672057fbf983 Mon Sep 17 00:00:00 2001 From: Olaf Wenck Date: Mon, 27 Jan 2025 13:57:16 +0000 Subject: [PATCH 1/3] Update 2 files - /103280/TS_103_280.schema.json - /103280/TS_103_280.xsd --- 103280/TS_103_280.schema.json | 12 ++++++++++++ 103280/TS_103_280.xsd | 15 +++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/103280/TS_103_280.schema.json b/103280/TS_103_280.schema.json index aa63f818..f50fedbd 100644 --- a/103280/TS_103_280.schema.json +++ b/103280/TS_103_280.schema.json @@ -407,6 +407,18 @@ "etsi280:latitude", "etsi280:longitude" ] + }, + "H323URI": { + "type": "string", + "pattern": "^h323:[a-zA-Z0-9!#$&-;=?-\\[\\]_~%]+$" + }, + "IMPU": { + "type": "string", + "pattern": "^[a-zA-Z0-9!#$&-;=?-\\[\\]_~%]+$" + }, + "IMPI": { + "type": "string", + "pattern": "^[a-zA-Z0-9!#$&-;=?-\\[\\]_~%]+$" } } } diff --git a/103280/TS_103_280.xsd b/103280/TS_103_280.xsd index ef737239..2875073d 100644 --- a/103280/TS_103_280.xsd +++ b/103280/TS_103_280.xsd @@ -297,4 +297,19 @@ + + + + + + + + + + + + + + + -- GitLab From 3934094947f17148265bfab3dbb0ceb82dffcf58 Mon Sep 17 00:00:00 2001 From: Olaf Wenck Date: Mon, 27 Jan 2025 14:01:46 +0000 Subject: [PATCH 2/3] Update file TS_103_280.xsd --- 103280/TS_103_280.xsd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/103280/TS_103_280.xsd b/103280/TS_103_280.xsd index 2875073d..360eff3b 100644 --- a/103280/TS_103_280.xsd +++ b/103280/TS_103_280.xsd @@ -299,17 +299,17 @@ - + - + - + -- GitLab From 32a150be6a89d2405706d87ad6b1ec405a97e53b Mon Sep 17 00:00:00 2001 From: Olaf Wenck Date: Tue, 25 Feb 2025 14:17:24 +0000 Subject: [PATCH 3/3] Update 2 files - /103280/TS_103_280.xsd - /103280/TS_103_280.schema.json --- 103280/TS_103_280.schema.json | 3 +-- 103280/TS_103_280.xsd | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/103280/TS_103_280.schema.json b/103280/TS_103_280.schema.json index f50fedbd..dc37eddc 100644 --- a/103280/TS_103_280.schema.json +++ b/103280/TS_103_280.schema.json @@ -417,8 +417,7 @@ "pattern": "^[a-zA-Z0-9!#$&-;=?-\\[\\]_~%]+$" }, "IMPI": { - "type": "string", - "pattern": "^[a-zA-Z0-9!#$&-;=?-\\[\\]_~%]+$" + "$ref": "#/$defs/NAI" } } } diff --git a/103280/TS_103_280.xsd b/103280/TS_103_280.xsd index 360eff3b..95b4aa74 100644 --- a/103280/TS_103_280.xsd +++ b/103280/TS_103_280.xsd @@ -308,8 +308,6 @@ - - - + -- GitLab