From 6e7724ab05744e9b5aab64578f36133de3e60563 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 19 Jan 2023 17:06:33 +0000 Subject: [PATCH 1/2] Adding new Submission object --- 103120/schema/ts_103120_Submission.xsd | 26 ++++++++++++++++++++++++++ testing/xsd_compile_targets.json | 1 + 2 files changed, 27 insertions(+) create mode 100644 103120/schema/ts_103120_Submission.xsd diff --git a/103120/schema/ts_103120_Submission.xsd b/103120/schema/ts_103120_Submission.xsd new file mode 100644 index 0000000..761f690 --- /dev/null +++ b/103120/schema/ts_103120_Submission.xsd @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + diff --git a/testing/xsd_compile_targets.json b/testing/xsd_compile_targets.json index a1bde12..e256c50 100644 --- a/testing/xsd_compile_targets.json +++ b/testing/xsd_compile_targets.json @@ -39,6 +39,7 @@ "103120/schema/ts_103120_Notification.xsd", "103120/schema/ts_103120_Task.xsd", "103120/schema/ts_103120_TrafficPolicy.xsd", + "103120/schema/ts_103120_Submission.xsd", "103280/TS_103_280.xsd", "testing/deps/xmldsig/xmldsig-core-schema.xsd", "103120/examples/FooServiceSchema.xsd" -- GitLab From ac7ad717eac13c0dbe5a5211b856eaf85a7275a8 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 1 Feb 2023 15:03:45 +0000 Subject: [PATCH 2/2] Changes to revision 2, including new Auth status values --- .../ts_103120_ETSIDictionaryDefinitions.xml | 16 ++++++++++++ 103120/schema/ts_103120_Submission.xsd | 26 ------------------- testing/xsd_compile_targets.json | 1 - 3 files changed, 16 insertions(+), 27 deletions(-) delete mode 100644 103120/schema/ts_103120_Submission.xsd diff --git a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml index 278e2e0..3271e7f 100644 --- a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml +++ b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml @@ -90,6 +90,14 @@ Invalid The Authorisation is not active due to a problem with the current information populated in the Authorisation Object. + + CreatingForCSP + The LEA is in the process of creating the Authorisation with the CSP (i.e. in the process of uploading the relevant components). For example, it could be used as described in H.3.3 + + + SubmittedToCSP + The LEA has now uploaded all the relevant objects for this Authorisation to the CSP e.g. it could be used as described in H.3.3. This is intended to convey that the LEA has submitted all the relevant to this Authorisation and the CSP can now proceed + @@ -124,6 +132,14 @@ Expired The expiry date for this Authorisation has passed, meaning that the Authorisation has lapsed. + + CreatingForCSP + The LEA is in the process of creating the Authorisation with the CSP (i.e. in the process of uploading the relevant components). For example, it could be used as described in H.3.3 + + + SubmittedToCSP + The LEA has now uploaded all the relevant objects for this Authorisation to the CSP e.g. it could be used as described in H.3.3. This is intended to convey that the LEA has submitted all the relevant to this Authorisation and the CSP can now proceed + diff --git a/103120/schema/ts_103120_Submission.xsd b/103120/schema/ts_103120_Submission.xsd deleted file mode 100644 index 761f690..0000000 --- a/103120/schema/ts_103120_Submission.xsd +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/testing/xsd_compile_targets.json b/testing/xsd_compile_targets.json index e256c50..a1bde12 100644 --- a/testing/xsd_compile_targets.json +++ b/testing/xsd_compile_targets.json @@ -39,7 +39,6 @@ "103120/schema/ts_103120_Notification.xsd", "103120/schema/ts_103120_Task.xsd", "103120/schema/ts_103120_TrafficPolicy.xsd", - "103120/schema/ts_103120_Submission.xsd", "103280/TS_103_280.xsd", "testing/deps/xmldsig/xmldsig-core-schema.xsd", "103120/examples/FooServiceSchema.xsd" -- GitLab