From 0d7dc951be9ecfae679354a3dd217c34b4524135 Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 15 Jun 2020 12:35:40 +0100 Subject: [PATCH] TS 103 120 v1.4.1 (2019-12-20) agreed at LI#52 (Turin, 2019-10-15) --- .../dictionaries/ts_103120_Dictionaries.xsd | 56 +- .../ts_103120_ETSIDictionaryDefinitions.xml | 731 +++++++++--------- 103120/examples/request1.xml | 82 ++ 103120/examples/request2.xml | 38 + 103120/examples/request3.xml | 63 ++ 103120/examples/request4.xml | 79 ++ 103120/examples/response1.xml | 38 + 103120/examples/response2.xml | 104 +++ 103120/examples/response3.xml | 58 ++ 103120/examples/response4-delivery.xml | 55 ++ 103120/examples/response4.xml | 38 + .../ts_103120v010401p0_Dictionaries.xsd | 32 + ...120v010401p0_ETSIDictionaryDefinitions.xml | 366 +++++++++ 103120/portal/examples/request1.xml | 82 ++ 103120/portal/examples/request2.xml | 38 + 103120/portal/examples/request3.xml | 63 ++ 103120/portal/examples/request4.xml | 79 ++ 103120/portal/examples/response1.xml | 38 + 103120/portal/examples/response2.xml | 104 +++ 103120/portal/examples/response3.xml | 58 ++ 103120/portal/examples/response4-delivery.xml | 55 ++ 103120/portal/examples/response4.xml | 38 + 103120/portal/schema/TS_103_280_v020401.xsd | 239 ++++++ .../ts_103120v010401p0_Authorisation.xsd | 59 ++ .../ts_103120v010401p0_Common.xsd} | 46 +- .../ts_103120v010401p0_Core.xsd} | 28 +- .../schema/ts_103120v010401p0_Delivery.xsd | 52 ++ .../schema/ts_103120v010401p0_Document.xsd | 63 ++ .../ts_103120v010401p0_Notification.xsd | 33 + .../ts_103120v010401p0_Task.xsd} | 99 ++- .../ts_103120v010201p0_Authorisation.xsd | 59 -- .../ts_103120v010201p0_Dictionaries.xsd | 28 - 103120/portal/ts_103120v010201p0_Document.xsd | 65 -- ...120v010201p0_ETSIDictionaryDefinitions.xml | 367 --------- .../ts_103120v010201p0_Notification.xsd | 34 - 103120/schema/ts_103120_Authorisation.xsd | 98 +-- 103120/schema/ts_103120_Common.xsd | 46 +- 103120/schema/ts_103120_Core.xsd | 28 +- 103120/schema/ts_103120_Delivery.xsd | 52 ++ 103120/schema/ts_103120_Document.xsd | 108 ++- 103120/schema/ts_103120_Notification.xsd | 47 +- ...s_103120_LITask.xsd => ts_103120_Task.xsd} | 99 ++- 42 files changed, 2768 insertions(+), 1177 deletions(-) create mode 100644 103120/examples/request1.xml create mode 100644 103120/examples/request2.xml create mode 100644 103120/examples/request3.xml create mode 100644 103120/examples/request4.xml create mode 100644 103120/examples/response1.xml create mode 100644 103120/examples/response2.xml create mode 100644 103120/examples/response3.xml create mode 100644 103120/examples/response4-delivery.xml create mode 100644 103120/examples/response4.xml create mode 100644 103120/portal/dictionaries/ts_103120v010401p0_Dictionaries.xsd create mode 100644 103120/portal/dictionaries/ts_103120v010401p0_ETSIDictionaryDefinitions.xml create mode 100644 103120/portal/examples/request1.xml create mode 100644 103120/portal/examples/request2.xml create mode 100644 103120/portal/examples/request3.xml create mode 100644 103120/portal/examples/request4.xml create mode 100644 103120/portal/examples/response1.xml create mode 100644 103120/portal/examples/response2.xml create mode 100644 103120/portal/examples/response3.xml create mode 100644 103120/portal/examples/response4-delivery.xml create mode 100644 103120/portal/examples/response4.xml create mode 100644 103120/portal/schema/TS_103_280_v020401.xsd create mode 100644 103120/portal/schema/ts_103120v010401p0_Authorisation.xsd rename 103120/portal/{ts_103120v010201p0_Common.xsd => schema/ts_103120v010401p0_Common.xsd} (72%) rename 103120/portal/{ts_103120v010201p0_Core.xsd => schema/ts_103120v010401p0_Core.xsd} (89%) create mode 100644 103120/portal/schema/ts_103120v010401p0_Delivery.xsd create mode 100644 103120/portal/schema/ts_103120v010401p0_Document.xsd create mode 100644 103120/portal/schema/ts_103120v010401p0_Notification.xsd rename 103120/portal/{ts_103120v010201p0_LITask.xsd => schema/ts_103120v010401p0_Task.xsd} (55%) delete mode 100644 103120/portal/ts_103120v010201p0_Authorisation.xsd delete mode 100644 103120/portal/ts_103120v010201p0_Dictionaries.xsd delete mode 100644 103120/portal/ts_103120v010201p0_Document.xsd delete mode 100644 103120/portal/ts_103120v010201p0_ETSIDictionaryDefinitions.xml delete mode 100644 103120/portal/ts_103120v010201p0_Notification.xsd create mode 100644 103120/schema/ts_103120_Delivery.xsd rename 103120/schema/{ts_103120_LITask.xsd => ts_103120_Task.xsd} (55%) diff --git a/103120/dictionaries/ts_103120_Dictionaries.xsd b/103120/dictionaries/ts_103120_Dictionaries.xsd index 0d3801e..a5e9b66 100644 --- a/103120/dictionaries/ts_103120_Dictionaries.xsd +++ b/103120/dictionaries/ts_103120_Dictionaries.xsd @@ -1,28 +1,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml index 3d9af00..477914c 100644 --- a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml +++ b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml @@ -1,367 +1,366 @@ - - - - ETSI - ObjectType - - - Authorisation - An Authorisation Object as defined in section 7.2 - - - Document - A Document Object as defined in section 7.3 - - - Notification - A Notification Object as defined in section 7.4 - - - Task - A Task Object as defined in section 8.2 - - - - - ETSI - AuthorisationLegalType - - - Manual - The implementation should consult the AuthorisationManualInformation field for details on the type of legal Authorisation - - - - - ETSI - AuthorisationPriority - - - High - An Authorisation has high priority - - - Routine - The Authorisation has a routine priority - - - - - ETSI - AuthorisationStatus - - - AwaitingApproval - Authorisation is still waiting approval from one or more relevant authorities - - - EmergencyApproval - The Authorisation has been approved under emergency procedures - - - Approved - The Authorisation has been approved by the relevant authorities - - - Rejected - The Authorisation has been explicitly denied or rejected by one or more relevant authorities - - - Suspended - The Authorisation has been suspended temporarily - - - Cancelled - The Authorisation has been permanently cancelled - - - Expired - The expiry date for this Authorisation has passed, meaning that the Authorisation has lapsed. - - - Invalid - The Authorisation is not active due to a problem with the current information populated in the Authorisation Object. - - - - - ETSI - AuthorisationDesiredStatus - - - AwaitingApproval - Authorisation is still waiting approval from one or more relevant authorities - - - EmergencyApproval - The Authorisation has been approved under emergency procedures - - - Approved - The Authorisation has been approved by the relevant authorities - - - Rejected - The Authorisation has been explicitly denied or rejected by one or more relevant authorities - - - Suspended - The Authorisation has been suspended temporarily - - - Cancelled - The Authorisation has been permanently cancelled - - - Expired - The expiry date for this Authorisation has passed, meaning that the Authorisation has lapsed. - - - - - ETSI - AuthorisationFlag - - - IsEmergency - Indicates if the authorisation was issued under nationally-defined emergency procedures (e.g. orally). The circumstances and consequences for setting the field shall be defined by the relevant national profile - - - IsConsensual - Indicates that the current authorisation is for consensual interception. This may alter the process or documentation accompanying the authorisation - - - IsTest - Indicates that the current authorisation is given for test purposes. This may alter the process or documentation accompanying the authorisation - - - - - ETSI - DocumentStatus - - - AwaitingApproval - The Document is still waiting approval from one or more relevant authorities - - - Approved - The Document has been approved by the relevant authorities - - - Rejected - The Document has been explicitly denied or rejected by one or more relevant authorities - - - Suspended - The Document has been suspended temporarily - - - Cancelled - The Document has been permanently cancelled - - - Expired - The expiry date for this Document has passed. - - - Invalid - The Document is invalid due to a problem with the current information populated in the Document Object. - - - - - ETSI - DocumentDesiredStatus - - - AwaitingApproval - The Document is still waiting approval from one or more relevant authorities - - - Approved - The Document has been approved by the relevant authorities - - - Rejected - The Document has been explicitly denied or rejected by one or more relevant authorities - - - Suspended - The Document has been suspended temporarily - - - Cancelled - The Document has been permanently cancelled - - - Expired - The expiry date for this Document has passed. - - - - - ETSI - DocumentType - - - Warrant - This Document represents a legal Warrant - - - - - ETSI - NotificationType - - - General - A general notification that a change has occurred with the specified Objects - - - - - ETSI - TaskStatus - - - AwaitingApproval - The Task is still waiting approval from one or more relevant authorities - - - AwaitingProvisioning - The Task is approved, but is not yet provisioned in the LI system - - - Active - The Task is active and can produce LI traffic - - - Rejected - The Task has been explicitly denied or rejected by one or more relevant authorities - - - Suspended - The Task has been suspended temporarily - - - Cancelled - The Task has been permanently cancelled - - - Expired - The Task date for this Document has passed, meaning that the Task has lapsed - - - Error - The Task is not active due to a problem with the underlying LI system - - - Invalid - The Task is not active due to a problem with the current information populated in the Task Object - - - - - ETSI - TaskDesiredStatus - - - AwaitingApproval - The Task is still waiting approval from one or more relevant authorities - - - AwaitingProvisioning - The Task is approved, but is not yet provisioned in the LI system - - - Active - The Task is active and can produce LI traffic - - - Rejected - The Task has been explicitly denied or rejected by one or more relevant authorities - - - Suspended - The Task has been suspended temporarily - - - Cancelled - The Task has been permanently cancelled - - - Expired - The Task date for this Document has passed, meaning that the Task has lapsed - - - - - ETSI - TaskServiceType - - - - ETSI - TaskDeliveryType - - - IRIOnly - Only IRI is delivered - - - CCOnly - Only CC is delivered - - - IRIandCC - Both IRI and CC is delivered - - - - - ETSI - HandoverFormat - - - TS102232-2 - Handed over in TS 102 232 part 2 format - - - TS102232-3 - Handed over in TS 102 232 part 3 format - - - TS102232-4 - Handed over in TS 102 232 part 4 format - - - TS102232-5 - Handed over in TS 102 232 part 5 format - - - TS102232-6 - Handed over in TS 102 232 part 6 format - - - TS102232-7 - Handed over in TS 102 232 part 7 format - - - - - ETSI - TaskFlag - - - IsTest - Indicates that the current Task is for test purposes. This may alter the process or documentation accompanying the authorisation - - - IsEmergency - Indicates if the LI Task was issued under nationally-defined emergency procedures. The circumstances and consequences for setting the field shall be defined by the relevant national profile (see clause B.1.3) - - - + + + + ETSI + ObjectType + + + Authorisation + An Authorisation Object as defined in section 7.2 + + + Document + A Document Object as defined in section 7.3 + + + Notification + A Notification Object as defined in section 7.4 + + + Task + A Task Object as defined in section 8.2 + + + + + ETSI + AuthorisationLegalType + + + Manual + The implementation should consult the AuthorisationManualInformation field for details on the type of legal Authorisation + + + + + ETSI + AuthorisationPriority + + + High + An Authorisation has high priority + + + Routine + The Authorisation has a routine priority + + + + + ETSI + AuthorisationStatus + + + AwaitingApproval + Authorisation is still waiting approval from one or more relevant authorities + + + EmergencyApproval + The Authorisation has been approved under emergency procedures + + + Approved + The Authorisation has been approved by the relevant authorities + + + Rejected + The Authorisation has been explicitly denied or rejected by one or more relevant authorities + + + Suspended + The Authorisation has been suspended temporarily + + + Cancelled + The Authorisation has been permanently cancelled + + + Expired + The expiry date for this Authorisation has passed, meaning that the Authorisation has lapsed. + + + Invalid + The Authorisation is not active due to a problem with the current information populated in the Authorisation Object. + + + + + ETSI + AuthorisationDesiredStatus + + + AwaitingApproval + Authorisation is still waiting approval from one or more relevant authorities + + + EmergencyApproval + The Authorisation has been approved under emergency procedures + + + Approved + The Authorisation has been approved by the relevant authorities + + + Rejected + The Authorisation has been explicitly denied or rejected by one or more relevant authorities + + + Suspended + The Authorisation has been suspended temporarily + + + Cancelled + The Authorisation has been permanently cancelled + + + Expired + The expiry date for this Authorisation has passed, meaning that the Authorisation has lapsed. + + + + + ETSI + AuthorisationFlag + + + IsEmergency + Indicates if the authorisation was issued under nationally-defined emergency procedures (e.g. orally). The circumstances and consequences for setting the field shall be defined by the relevant national profile + + + IsConsensual + Indicates that the current authorisation is for consensual interception. This may alter the process or documentation accompanying the authorisation + + + IsTest + Indicates that the current authorisation is given for test purposes. This may alter the process or documentation accompanying the authorisation + + + + + ETSI + DocumentStatus + + + AwaitingApproval + The Document is still waiting approval from one or more relevant authorities + + + Approved + The Document has been approved by the relevant authorities + + + Rejected + The Document has been explicitly denied or rejected by one or more relevant authorities + + + Suspended + The Document has been suspended temporarily + + + Cancelled + The Document has been permanently cancelled + + + Expired + The expiry date for this Document has passed. + + + Invalid + The Document is invalid due to a problem with the current information populated in the Document Object. + + + + + ETSI + DocumentDesiredStatus + + + AwaitingApproval + The Document is still waiting approval from one or more relevant authorities + + + Approved + The Document has been approved by the relevant authorities + + + Rejected + The Document has been explicitly denied or rejected by one or more relevant authorities + + + Suspended + The Document has been suspended temporarily + + + Cancelled + The Document has been permanently cancelled + + + Expired + The expiry date for this Document has passed. + + + + + ETSI + DocumentType + + + Warrant + This Document represents a legal Warrant + + + + + ETSI + NotificationType + + + General + A general notification that a change has occurred with the specified Objects + + + + + ETSI + TaskStatus + + + AwaitingApproval + The Task is still waiting approval from one or more relevant authorities + + + AwaitingProvisioning + The Task is approved, but is not yet provisioned in the LI system + + + Active + The Task is active and can produce LI traffic + + + Rejected + The Task has been explicitly denied or rejected by one or more relevant authorities + + + Suspended + The Task has been suspended temporarily + + + Cancelled + The Task has been permanently cancelled + + + Expired + The Task date for this Document has passed, meaning that the Task has lapsed + + + Error + The Task is not active due to a problem with the underlying LI system + + + Invalid + The Task is not active due to a problem with the current information populated in the Task Object + + + + + ETSI + TaskDesiredStatus + + + AwaitingApproval + The Task is still waiting approval from one or more relevant authorities + + + AwaitingProvisioning + The Task is approved, but is not yet provisioned in the LI system + + + Active + The Task is active and can produce LI traffic + + + Rejected + The Task has been explicitly denied or rejected by one or more relevant authorities + + + Suspended + The Task has been suspended temporarily + + + Cancelled + The Task has been permanently cancelled + + + Expired + The Task date for this Document has passed, meaning that the Task has lapsed + + + + + ETSI + TaskServiceType + + + + ETSI + TaskDeliveryType + + + IRIOnly + Only IRI is delivered + + + CCOnly + Only CC is delivered + + + IRIandCC + Both IRI and CC is delivered + + + + + ETSI + HandoverFormat + + + TS102232-2 + Handed over in TS 102 232 part 2 format + + + TS102232-3 + Handed over in TS 102 232 part 3 format + + + TS102232-4 + Handed over in TS 102 232 part 4 format + + + TS102232-5 + Handed over in TS 102 232 part 5 format + + + TS102232-6 + Handed over in TS 102 232 part 6 format + + + TS102232-7 + Handed over in TS 102 232 part 7 format + + + + + ETSI + TaskFlag + + + IsTest + Indicates that the current Task is for test purposes. This may alter the process or documentation accompanying the authorisation + + + IsEmergency + Indicates if the LI Task was issued under nationally-defined emergency procedures. The circumstances and consequences for setting the field shall be defined by the relevant national profile (see clause B.1.3) + + + - diff --git a/103120/examples/request1.xml b/103120/examples/request1.xml new file mode 100644 index 0000000..710f0f9 --- /dev/null +++ b/103120/examples/request1.xml @@ -0,0 +1,82 @@ + + +
+ + XX + SENDER01 + + + XX + RECVER01 + + c02358b2-76cf-4ba4-a8eb-f6436ccaea2e + 2015-09-01T12:00:00.000000Z + + V1.2.1 + XX + v1.0 + +
+ + + + + 0 + + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + XX + SENDER01 + W000001 + + 2015-09-01T12:00:00Z + 2015-12-01T12:00:00Z + + + + + + 1 + + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + XX + SENDER01 + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + + LIID1 + + + + + ETSI + InternationalE164 + + +447700900000 + + + + + ETSI + TaskDeliveryType + IRIandCC + + + + + 192.0.2.0 + + + + + XX + RECVER01 + + + + + + + +
diff --git a/103120/examples/request2.xml b/103120/examples/request2.xml new file mode 100644 index 0000000..4f7ee5c --- /dev/null +++ b/103120/examples/request2.xml @@ -0,0 +1,38 @@ + + +
+ + XX + SENDER01 + + + XX + RECVER01 + + 45002c1e-dc4a-470a-9152-8e752638c86c + 2015-09-01T12:01:00.000000Z + + V1.2.1 + XX + v1.0 + +
+ + + + + 0 + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + + + + 1 + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + + + + + +
diff --git a/103120/examples/request3.xml b/103120/examples/request3.xml new file mode 100644 index 0000000..f7d67d5 --- /dev/null +++ b/103120/examples/request3.xml @@ -0,0 +1,63 @@ + + +
+ + XX + SENDER01 + + + XX + RECVER01 + + 69353ac0-9582-4c71-b162-86259c99de20 + 2015-09-01T12:02:00.000000Z + + V1.2.1 + XX + v1.0 + +
+ + + + + 0 + + + 4193f541-5e19-468e-b4a3-1c636ce115e9 + XX + SENDER01 + W000001 + + 2015-09-01T12:00:00Z + 2015-12-01T12:00:00Z + + + ETSI + DocumentType + Warrant + + + + Approver + + 2015-09-01T12:00:00Z + + + + + + 1 + + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + + 4193f541-5e19-468e-b4a3-1c636ce115e9 + + + + + + + +
diff --git a/103120/examples/request4.xml b/103120/examples/request4.xml new file mode 100644 index 0000000..5de3a81 --- /dev/null +++ b/103120/examples/request4.xml @@ -0,0 +1,79 @@ + + +
+ + XX + SENDER01 + + + XX + RECEIVER01 + + c02358b2-76cf-4ba4-a8eb-f6436ccaea2e + 2019-09-30T13:37:00.000000Z + + V1.3.1 + XX + v1.0 + +
+ + + + + 0 + + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + XX + SENDER01 + W000001 + + 2019-09-30T12:00:00Z + 2019-12-01T12:00:00Z + + + + + + 1 + + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + XX + SENDER01 + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + + XX-SENDER01-1234 + + 2019-09-30T12:00:00Z + 2019-12-30T12:00:00Z + + + + ETSI + InternationalE164 + + +31701234567 + + + + + + + 192.0.2.0 + + + + + XX + RECEIVER01 + + + + + + + +
diff --git a/103120/examples/response1.xml b/103120/examples/response1.xml new file mode 100644 index 0000000..e34e9e4 --- /dev/null +++ b/103120/examples/response1.xml @@ -0,0 +1,38 @@ + + +
+ + XX + SENDER01 + + + XX + RECVER01 + + c02358b2-76cf-4ba4-a8eb-f6436ccaea2e + 2015-09-01T12:00:01.000000Z + + V1.2.1 + XX + v1.0 + +
+ + + + + 0 + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + + + + 1 + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + + + + + +
diff --git a/103120/examples/response2.xml b/103120/examples/response2.xml new file mode 100644 index 0000000..37a3571 --- /dev/null +++ b/103120/examples/response2.xml @@ -0,0 +1,104 @@ + + +
+ + XX + SENDER01 + + + XX + RECVER01 + + 45002c1e-dc4a-470a-9152-8e752638c86c + 2015-09-01T12:01:00.000000Z + + V1.2.1 + XX + v1.0 + +
+ + + + + 0 + + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + XX + SENDER01 + 1 + 2015-09-01T12:00:00Z + W000001 + + ETSI + AuthorisationStatus + Invalid + + + 2015-09-01T12:00:00Z + 2015-12-01T12:00:00Z + + + 3000 + The Authorisation is not associated with a valid Warrant Document Object + + + + + + 0 + + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + XX + SENDER01 + 1 + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + + 2015-09-01T12:00:00Z + LIID1 + + ETSI + TaskStatus + Invalid + + + + + + ETSI + InternationalE164 + + +447700900000 + + + + + ETSI + TaskDeliveryType + IRIandCC + + + + + 192.0.2.0 + + + + + XX + RECVER01 + + + 3000 + The associated Authorisation is in an Invalid state + + + + + + + +
diff --git a/103120/examples/response3.xml b/103120/examples/response3.xml new file mode 100644 index 0000000..59c09aa --- /dev/null +++ b/103120/examples/response3.xml @@ -0,0 +1,58 @@ + + +
+ + XX + SENDER01 + + + XX + RECVER01 + + 69353ac0-9582-4c71-b162-86259c99de20 + 2015-09-01T12:02:00.000000Z + + V1.2.1 + XX + v1.0 + +
+ + + + + 0 + + 4193f541-5e19-468e-b4a3-1c636ce115e9 + + + + 1 + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + XX + SENDER01 + 2 + + 4193f541-5e19-468e-b4a3-1c636ce115e9 + + 2015-09-01T12:02:00Z + W000001 + + ETSI + AuthorisationStatus + Active + + + 2015-09-01T12:00:00Z + 2015-12-01T12:00:00Z + + + + + + + +
diff --git a/103120/examples/response4-delivery.xml b/103120/examples/response4-delivery.xml new file mode 100644 index 0000000..2f4136b --- /dev/null +++ b/103120/examples/response4-delivery.xml @@ -0,0 +1,55 @@ + + +
+ + XX + SENDER01 + + + XX + RECEIVER01 + + 8854cfad-44ac-43b8-99ae-530b690b43da + 2019-09-30T13:37:37.000000Z + + V1.3.1 + XX + v1.0 + +
+ + + + + 0 + + + 71ff52ca-bcea-4fa3-b34e-1b89dcfb0d9e + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + + + XX-SENDER01-12345 + + d1079830-8e9a-4731-8fb7-36b9b961eb72 + 1 + true + + + ETSI + ManifestSpecification + TS102657-XML + + + + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4= + text/xml + d8ecb368c8dd3b353b775d5cd2cca7a621e9956ec3b150f445ce4d4d48a4dff3 + + + + + + + +
diff --git a/103120/examples/response4.xml b/103120/examples/response4.xml new file mode 100644 index 0000000..d367d69 --- /dev/null +++ b/103120/examples/response4.xml @@ -0,0 +1,38 @@ + + +
+ + XX + SENDER01 + + + XX + RECEIVER01 + + c02358b2-76cf-4ba4-a8eb-f6436ccaea2e + 2019-09-30T13:37:01.000000Z + + V1.3.1 + XX + v1.0 + +
+ + + + + 0 + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + + + + 1 + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + + + + + +
diff --git a/103120/portal/dictionaries/ts_103120v010401p0_Dictionaries.xsd b/103120/portal/dictionaries/ts_103120v010401p0_Dictionaries.xsd new file mode 100644 index 0000000..a5e9b66 --- /dev/null +++ b/103120/portal/dictionaries/ts_103120v010401p0_Dictionaries.xsd @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/103120/portal/dictionaries/ts_103120v010401p0_ETSIDictionaryDefinitions.xml b/103120/portal/dictionaries/ts_103120v010401p0_ETSIDictionaryDefinitions.xml new file mode 100644 index 0000000..477914c --- /dev/null +++ b/103120/portal/dictionaries/ts_103120v010401p0_ETSIDictionaryDefinitions.xml @@ -0,0 +1,366 @@ + + + + ETSI + ObjectType + + + Authorisation + An Authorisation Object as defined in section 7.2 + + + Document + A Document Object as defined in section 7.3 + + + Notification + A Notification Object as defined in section 7.4 + + + Task + A Task Object as defined in section 8.2 + + + + + ETSI + AuthorisationLegalType + + + Manual + The implementation should consult the AuthorisationManualInformation field for details on the type of legal Authorisation + + + + + ETSI + AuthorisationPriority + + + High + An Authorisation has high priority + + + Routine + The Authorisation has a routine priority + + + + + ETSI + AuthorisationStatus + + + AwaitingApproval + Authorisation is still waiting approval from one or more relevant authorities + + + EmergencyApproval + The Authorisation has been approved under emergency procedures + + + Approved + The Authorisation has been approved by the relevant authorities + + + Rejected + The Authorisation has been explicitly denied or rejected by one or more relevant authorities + + + Suspended + The Authorisation has been suspended temporarily + + + Cancelled + The Authorisation has been permanently cancelled + + + Expired + The expiry date for this Authorisation has passed, meaning that the Authorisation has lapsed. + + + Invalid + The Authorisation is not active due to a problem with the current information populated in the Authorisation Object. + + + + + ETSI + AuthorisationDesiredStatus + + + AwaitingApproval + Authorisation is still waiting approval from one or more relevant authorities + + + EmergencyApproval + The Authorisation has been approved under emergency procedures + + + Approved + The Authorisation has been approved by the relevant authorities + + + Rejected + The Authorisation has been explicitly denied or rejected by one or more relevant authorities + + + Suspended + The Authorisation has been suspended temporarily + + + Cancelled + The Authorisation has been permanently cancelled + + + Expired + The expiry date for this Authorisation has passed, meaning that the Authorisation has lapsed. + + + + + ETSI + AuthorisationFlag + + + IsEmergency + Indicates if the authorisation was issued under nationally-defined emergency procedures (e.g. orally). The circumstances and consequences for setting the field shall be defined by the relevant national profile + + + IsConsensual + Indicates that the current authorisation is for consensual interception. This may alter the process or documentation accompanying the authorisation + + + IsTest + Indicates that the current authorisation is given for test purposes. This may alter the process or documentation accompanying the authorisation + + + + + ETSI + DocumentStatus + + + AwaitingApproval + The Document is still waiting approval from one or more relevant authorities + + + Approved + The Document has been approved by the relevant authorities + + + Rejected + The Document has been explicitly denied or rejected by one or more relevant authorities + + + Suspended + The Document has been suspended temporarily + + + Cancelled + The Document has been permanently cancelled + + + Expired + The expiry date for this Document has passed. + + + Invalid + The Document is invalid due to a problem with the current information populated in the Document Object. + + + + + ETSI + DocumentDesiredStatus + + + AwaitingApproval + The Document is still waiting approval from one or more relevant authorities + + + Approved + The Document has been approved by the relevant authorities + + + Rejected + The Document has been explicitly denied or rejected by one or more relevant authorities + + + Suspended + The Document has been suspended temporarily + + + Cancelled + The Document has been permanently cancelled + + + Expired + The expiry date for this Document has passed. + + + + + ETSI + DocumentType + + + Warrant + This Document represents a legal Warrant + + + + + ETSI + NotificationType + + + General + A general notification that a change has occurred with the specified Objects + + + + + ETSI + TaskStatus + + + AwaitingApproval + The Task is still waiting approval from one or more relevant authorities + + + AwaitingProvisioning + The Task is approved, but is not yet provisioned in the LI system + + + Active + The Task is active and can produce LI traffic + + + Rejected + The Task has been explicitly denied or rejected by one or more relevant authorities + + + Suspended + The Task has been suspended temporarily + + + Cancelled + The Task has been permanently cancelled + + + Expired + The Task date for this Document has passed, meaning that the Task has lapsed + + + Error + The Task is not active due to a problem with the underlying LI system + + + Invalid + The Task is not active due to a problem with the current information populated in the Task Object + + + + + ETSI + TaskDesiredStatus + + + AwaitingApproval + The Task is still waiting approval from one or more relevant authorities + + + AwaitingProvisioning + The Task is approved, but is not yet provisioned in the LI system + + + Active + The Task is active and can produce LI traffic + + + Rejected + The Task has been explicitly denied or rejected by one or more relevant authorities + + + Suspended + The Task has been suspended temporarily + + + Cancelled + The Task has been permanently cancelled + + + Expired + The Task date for this Document has passed, meaning that the Task has lapsed + + + + + ETSI + TaskServiceType + + + + ETSI + TaskDeliveryType + + + IRIOnly + Only IRI is delivered + + + CCOnly + Only CC is delivered + + + IRIandCC + Both IRI and CC is delivered + + + + + ETSI + HandoverFormat + + + TS102232-2 + Handed over in TS 102 232 part 2 format + + + TS102232-3 + Handed over in TS 102 232 part 3 format + + + TS102232-4 + Handed over in TS 102 232 part 4 format + + + TS102232-5 + Handed over in TS 102 232 part 5 format + + + TS102232-6 + Handed over in TS 102 232 part 6 format + + + TS102232-7 + Handed over in TS 102 232 part 7 format + + + + + ETSI + TaskFlag + + + IsTest + Indicates that the current Task is for test purposes. This may alter the process or documentation accompanying the authorisation + + + IsEmergency + Indicates if the LI Task was issued under nationally-defined emergency procedures. The circumstances and consequences for setting the field shall be defined by the relevant national profile (see clause B.1.3) + + + + diff --git a/103120/portal/examples/request1.xml b/103120/portal/examples/request1.xml new file mode 100644 index 0000000..710f0f9 --- /dev/null +++ b/103120/portal/examples/request1.xml @@ -0,0 +1,82 @@ + + +
+ + XX + SENDER01 + + + XX + RECVER01 + + c02358b2-76cf-4ba4-a8eb-f6436ccaea2e + 2015-09-01T12:00:00.000000Z + + V1.2.1 + XX + v1.0 + +
+ + + + + 0 + + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + XX + SENDER01 + W000001 + + 2015-09-01T12:00:00Z + 2015-12-01T12:00:00Z + + + + + + 1 + + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + XX + SENDER01 + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + + LIID1 + + + + + ETSI + InternationalE164 + + +447700900000 + + + + + ETSI + TaskDeliveryType + IRIandCC + + + + + 192.0.2.0 + + + + + XX + RECVER01 + + + + + + + +
diff --git a/103120/portal/examples/request2.xml b/103120/portal/examples/request2.xml new file mode 100644 index 0000000..4f7ee5c --- /dev/null +++ b/103120/portal/examples/request2.xml @@ -0,0 +1,38 @@ + + +
+ + XX + SENDER01 + + + XX + RECVER01 + + 45002c1e-dc4a-470a-9152-8e752638c86c + 2015-09-01T12:01:00.000000Z + + V1.2.1 + XX + v1.0 + +
+ + + + + 0 + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + + + + 1 + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + + + + + +
diff --git a/103120/portal/examples/request3.xml b/103120/portal/examples/request3.xml new file mode 100644 index 0000000..f7d67d5 --- /dev/null +++ b/103120/portal/examples/request3.xml @@ -0,0 +1,63 @@ + + +
+ + XX + SENDER01 + + + XX + RECVER01 + + 69353ac0-9582-4c71-b162-86259c99de20 + 2015-09-01T12:02:00.000000Z + + V1.2.1 + XX + v1.0 + +
+ + + + + 0 + + + 4193f541-5e19-468e-b4a3-1c636ce115e9 + XX + SENDER01 + W000001 + + 2015-09-01T12:00:00Z + 2015-12-01T12:00:00Z + + + ETSI + DocumentType + Warrant + + + + Approver + + 2015-09-01T12:00:00Z + + + + + + 1 + + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + + 4193f541-5e19-468e-b4a3-1c636ce115e9 + + + + + + + +
diff --git a/103120/portal/examples/request4.xml b/103120/portal/examples/request4.xml new file mode 100644 index 0000000..5de3a81 --- /dev/null +++ b/103120/portal/examples/request4.xml @@ -0,0 +1,79 @@ + + +
+ + XX + SENDER01 + + + XX + RECEIVER01 + + c02358b2-76cf-4ba4-a8eb-f6436ccaea2e + 2019-09-30T13:37:00.000000Z + + V1.3.1 + XX + v1.0 + +
+ + + + + 0 + + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + XX + SENDER01 + W000001 + + 2019-09-30T12:00:00Z + 2019-12-01T12:00:00Z + + + + + + 1 + + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + XX + SENDER01 + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + + XX-SENDER01-1234 + + 2019-09-30T12:00:00Z + 2019-12-30T12:00:00Z + + + + ETSI + InternationalE164 + + +31701234567 + + + + + + + 192.0.2.0 + + + + + XX + RECEIVER01 + + + + + + + +
diff --git a/103120/portal/examples/response1.xml b/103120/portal/examples/response1.xml new file mode 100644 index 0000000..e34e9e4 --- /dev/null +++ b/103120/portal/examples/response1.xml @@ -0,0 +1,38 @@ + + +
+ + XX + SENDER01 + + + XX + RECVER01 + + c02358b2-76cf-4ba4-a8eb-f6436ccaea2e + 2015-09-01T12:00:01.000000Z + + V1.2.1 + XX + v1.0 + +
+ + + + + 0 + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + + + + 1 + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + + + + + +
diff --git a/103120/portal/examples/response2.xml b/103120/portal/examples/response2.xml new file mode 100644 index 0000000..37a3571 --- /dev/null +++ b/103120/portal/examples/response2.xml @@ -0,0 +1,104 @@ + + +
+ + XX + SENDER01 + + + XX + RECVER01 + + 45002c1e-dc4a-470a-9152-8e752638c86c + 2015-09-01T12:01:00.000000Z + + V1.2.1 + XX + v1.0 + +
+ + + + + 0 + + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + XX + SENDER01 + 1 + 2015-09-01T12:00:00Z + W000001 + + ETSI + AuthorisationStatus + Invalid + + + 2015-09-01T12:00:00Z + 2015-12-01T12:00:00Z + + + 3000 + The Authorisation is not associated with a valid Warrant Document Object + + + + + + 0 + + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + XX + SENDER01 + 1 + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + + 2015-09-01T12:00:00Z + LIID1 + + ETSI + TaskStatus + Invalid + + + + + + ETSI + InternationalE164 + + +447700900000 + + + + + ETSI + TaskDeliveryType + IRIandCC + + + + + 192.0.2.0 + + + + + XX + RECVER01 + + + 3000 + The associated Authorisation is in an Invalid state + + + + + + + +
diff --git a/103120/portal/examples/response3.xml b/103120/portal/examples/response3.xml new file mode 100644 index 0000000..59c09aa --- /dev/null +++ b/103120/portal/examples/response3.xml @@ -0,0 +1,58 @@ + + +
+ + XX + SENDER01 + + + XX + RECVER01 + + 69353ac0-9582-4c71-b162-86259c99de20 + 2015-09-01T12:02:00.000000Z + + V1.2.1 + XX + v1.0 + +
+ + + + + 0 + + 4193f541-5e19-468e-b4a3-1c636ce115e9 + + + + 1 + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + XX + SENDER01 + 2 + + 4193f541-5e19-468e-b4a3-1c636ce115e9 + + 2015-09-01T12:02:00Z + W000001 + + ETSI + AuthorisationStatus + Active + + + 2015-09-01T12:00:00Z + 2015-12-01T12:00:00Z + + + + + + + +
diff --git a/103120/portal/examples/response4-delivery.xml b/103120/portal/examples/response4-delivery.xml new file mode 100644 index 0000000..2f4136b --- /dev/null +++ b/103120/portal/examples/response4-delivery.xml @@ -0,0 +1,55 @@ + + +
+ + XX + SENDER01 + + + XX + RECEIVER01 + + 8854cfad-44ac-43b8-99ae-530b690b43da + 2019-09-30T13:37:37.000000Z + + V1.3.1 + XX + v1.0 + +
+ + + + + 0 + + + 71ff52ca-bcea-4fa3-b34e-1b89dcfb0d9e + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + + + XX-SENDER01-12345 + + d1079830-8e9a-4731-8fb7-36b9b961eb72 + 1 + true + + + ETSI + ManifestSpecification + TS102657-XML + + + + PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4= + text/xml + d8ecb368c8dd3b353b775d5cd2cca7a621e9956ec3b150f445ce4d4d48a4dff3 + + + + + + + +
diff --git a/103120/portal/examples/response4.xml b/103120/portal/examples/response4.xml new file mode 100644 index 0000000..d367d69 --- /dev/null +++ b/103120/portal/examples/response4.xml @@ -0,0 +1,38 @@ + + +
+ + XX + SENDER01 + + + XX + RECEIVER01 + + c02358b2-76cf-4ba4-a8eb-f6436ccaea2e + 2019-09-30T13:37:01.000000Z + + V1.3.1 + XX + v1.0 + +
+ + + + + 0 + + 7dbbc880-8750-4d3c-abe7-ea4a17646045 + + + + 1 + + 2b36a78b-b628-416d-bd22-404e68a0cd36 + + + + + +
diff --git a/103120/portal/schema/TS_103_280_v020401.xsd b/103120/portal/schema/TS_103_280_v020401.xsd new file mode 100644 index 0000000..1f32155 --- /dev/null +++ b/103120/portal/schema/TS_103_280_v020401.xsd @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/103120/portal/schema/ts_103120v010401p0_Authorisation.xsd b/103120/portal/schema/ts_103120v010401p0_Authorisation.xsd new file mode 100644 index 0000000..2f1dd90 --- /dev/null +++ b/103120/portal/schema/ts_103120v010401p0_Authorisation.xsd @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/103120/portal/ts_103120v010201p0_Common.xsd b/103120/portal/schema/ts_103120v010401p0_Common.xsd similarity index 72% rename from 103120/portal/ts_103120v010201p0_Common.xsd rename to 103120/portal/schema/ts_103120v010401p0_Common.xsd index d5d315c..6d023f2 100644 --- a/103120/portal/ts_103120v010201p0_Common.xsd +++ b/103120/portal/schema/ts_103120v010401p0_Common.xsd @@ -1,13 +1,13 @@ - - - + + + @@ -20,7 +20,7 @@ - + @@ -31,7 +31,7 @@ - + @@ -39,16 +39,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -59,9 +59,9 @@ - - - - - + + + + + diff --git a/103120/portal/ts_103120v010201p0_Core.xsd b/103120/portal/schema/ts_103120v010401p0_Core.xsd similarity index 89% rename from 103120/portal/ts_103120v010201p0_Core.xsd rename to 103120/portal/schema/ts_103120v010401p0_Core.xsd index 9aa2c89..3dd81bc 100644 --- a/103120/portal/ts_103120v010201p0_Core.xsd +++ b/103120/portal/schema/ts_103120v010401p0_Core.xsd @@ -1,15 +1,15 @@ - - - - + + + @@ -87,6 +87,7 @@ + @@ -125,7 +126,7 @@ - + @@ -150,8 +151,13 @@ + + + + + - + diff --git a/103120/portal/schema/ts_103120v010401p0_Delivery.xsd b/103120/portal/schema/ts_103120v010401p0_Delivery.xsd new file mode 100644 index 0000000..2ef9d7b --- /dev/null +++ b/103120/portal/schema/ts_103120v010401p0_Delivery.xsd @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/103120/portal/schema/ts_103120v010401p0_Document.xsd b/103120/portal/schema/ts_103120v010401p0_Document.xsd new file mode 100644 index 0000000..d1de856 --- /dev/null +++ b/103120/portal/schema/ts_103120v010401p0_Document.xsd @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/103120/portal/schema/ts_103120v010401p0_Notification.xsd b/103120/portal/schema/ts_103120v010401p0_Notification.xsd new file mode 100644 index 0000000..40681ad --- /dev/null +++ b/103120/portal/schema/ts_103120v010401p0_Notification.xsd @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/103120/portal/ts_103120v010201p0_LITask.xsd b/103120/portal/schema/ts_103120v010401p0_Task.xsd similarity index 55% rename from 103120/portal/ts_103120v010201p0_LITask.xsd rename to 103120/portal/schema/ts_103120v010401p0_Task.xsd index d7b0d01..d5b190f 100644 --- a/103120/portal/ts_103120v010201p0_LITask.xsd +++ b/103120/portal/schema/ts_103120v010401p0_Task.xsd @@ -1,17 +1,17 @@ - - - - + + + + @@ -93,11 +93,11 @@ - - - - - + + + + + @@ -108,9 +108,72 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/103120/portal/ts_103120v010201p0_Authorisation.xsd b/103120/portal/ts_103120v010201p0_Authorisation.xsd deleted file mode 100644 index 5cfd5b4..0000000 --- a/103120/portal/ts_103120v010201p0_Authorisation.xsd +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/103120/portal/ts_103120v010201p0_Dictionaries.xsd b/103120/portal/ts_103120v010201p0_Dictionaries.xsd deleted file mode 100644 index 0d3801e..0000000 --- a/103120/portal/ts_103120v010201p0_Dictionaries.xsd +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/103120/portal/ts_103120v010201p0_Document.xsd b/103120/portal/ts_103120v010201p0_Document.xsd deleted file mode 100644 index d51d545..0000000 --- a/103120/portal/ts_103120v010201p0_Document.xsd +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/103120/portal/ts_103120v010201p0_ETSIDictionaryDefinitions.xml b/103120/portal/ts_103120v010201p0_ETSIDictionaryDefinitions.xml deleted file mode 100644 index 3d9af00..0000000 --- a/103120/portal/ts_103120v010201p0_ETSIDictionaryDefinitions.xml +++ /dev/null @@ -1,367 +0,0 @@ - - - - ETSI - ObjectType - - - Authorisation - An Authorisation Object as defined in section 7.2 - - - Document - A Document Object as defined in section 7.3 - - - Notification - A Notification Object as defined in section 7.4 - - - Task - A Task Object as defined in section 8.2 - - - - - ETSI - AuthorisationLegalType - - - Manual - The implementation should consult the AuthorisationManualInformation field for details on the type of legal Authorisation - - - - - ETSI - AuthorisationPriority - - - High - An Authorisation has high priority - - - Routine - The Authorisation has a routine priority - - - - - ETSI - AuthorisationStatus - - - AwaitingApproval - Authorisation is still waiting approval from one or more relevant authorities - - - EmergencyApproval - The Authorisation has been approved under emergency procedures - - - Approved - The Authorisation has been approved by the relevant authorities - - - Rejected - The Authorisation has been explicitly denied or rejected by one or more relevant authorities - - - Suspended - The Authorisation has been suspended temporarily - - - Cancelled - The Authorisation has been permanently cancelled - - - Expired - The expiry date for this Authorisation has passed, meaning that the Authorisation has lapsed. - - - Invalid - The Authorisation is not active due to a problem with the current information populated in the Authorisation Object. - - - - - ETSI - AuthorisationDesiredStatus - - - AwaitingApproval - Authorisation is still waiting approval from one or more relevant authorities - - - EmergencyApproval - The Authorisation has been approved under emergency procedures - - - Approved - The Authorisation has been approved by the relevant authorities - - - Rejected - The Authorisation has been explicitly denied or rejected by one or more relevant authorities - - - Suspended - The Authorisation has been suspended temporarily - - - Cancelled - The Authorisation has been permanently cancelled - - - Expired - The expiry date for this Authorisation has passed, meaning that the Authorisation has lapsed. - - - - - ETSI - AuthorisationFlag - - - IsEmergency - Indicates if the authorisation was issued under nationally-defined emergency procedures (e.g. orally). The circumstances and consequences for setting the field shall be defined by the relevant national profile - - - IsConsensual - Indicates that the current authorisation is for consensual interception. This may alter the process or documentation accompanying the authorisation - - - IsTest - Indicates that the current authorisation is given for test purposes. This may alter the process or documentation accompanying the authorisation - - - - - ETSI - DocumentStatus - - - AwaitingApproval - The Document is still waiting approval from one or more relevant authorities - - - Approved - The Document has been approved by the relevant authorities - - - Rejected - The Document has been explicitly denied or rejected by one or more relevant authorities - - - Suspended - The Document has been suspended temporarily - - - Cancelled - The Document has been permanently cancelled - - - Expired - The expiry date for this Document has passed. - - - Invalid - The Document is invalid due to a problem with the current information populated in the Document Object. - - - - - ETSI - DocumentDesiredStatus - - - AwaitingApproval - The Document is still waiting approval from one or more relevant authorities - - - Approved - The Document has been approved by the relevant authorities - - - Rejected - The Document has been explicitly denied or rejected by one or more relevant authorities - - - Suspended - The Document has been suspended temporarily - - - Cancelled - The Document has been permanently cancelled - - - Expired - The expiry date for this Document has passed. - - - - - ETSI - DocumentType - - - Warrant - This Document represents a legal Warrant - - - - - ETSI - NotificationType - - - General - A general notification that a change has occurred with the specified Objects - - - - - ETSI - TaskStatus - - - AwaitingApproval - The Task is still waiting approval from one or more relevant authorities - - - AwaitingProvisioning - The Task is approved, but is not yet provisioned in the LI system - - - Active - The Task is active and can produce LI traffic - - - Rejected - The Task has been explicitly denied or rejected by one or more relevant authorities - - - Suspended - The Task has been suspended temporarily - - - Cancelled - The Task has been permanently cancelled - - - Expired - The Task date for this Document has passed, meaning that the Task has lapsed - - - Error - The Task is not active due to a problem with the underlying LI system - - - Invalid - The Task is not active due to a problem with the current information populated in the Task Object - - - - - ETSI - TaskDesiredStatus - - - AwaitingApproval - The Task is still waiting approval from one or more relevant authorities - - - AwaitingProvisioning - The Task is approved, but is not yet provisioned in the LI system - - - Active - The Task is active and can produce LI traffic - - - Rejected - The Task has been explicitly denied or rejected by one or more relevant authorities - - - Suspended - The Task has been suspended temporarily - - - Cancelled - The Task has been permanently cancelled - - - Expired - The Task date for this Document has passed, meaning that the Task has lapsed - - - - - ETSI - TaskServiceType - - - - ETSI - TaskDeliveryType - - - IRIOnly - Only IRI is delivered - - - CCOnly - Only CC is delivered - - - IRIandCC - Both IRI and CC is delivered - - - - - ETSI - HandoverFormat - - - TS102232-2 - Handed over in TS 102 232 part 2 format - - - TS102232-3 - Handed over in TS 102 232 part 3 format - - - TS102232-4 - Handed over in TS 102 232 part 4 format - - - TS102232-5 - Handed over in TS 102 232 part 5 format - - - TS102232-6 - Handed over in TS 102 232 part 6 format - - - TS102232-7 - Handed over in TS 102 232 part 7 format - - - - - ETSI - TaskFlag - - - IsTest - Indicates that the current Task is for test purposes. This may alter the process or documentation accompanying the authorisation - - - IsEmergency - Indicates if the LI Task was issued under nationally-defined emergency procedures. The circumstances and consequences for setting the field shall be defined by the relevant national profile (see clause B.1.3) - - - - - diff --git a/103120/portal/ts_103120v010201p0_Notification.xsd b/103120/portal/ts_103120v010201p0_Notification.xsd deleted file mode 100644 index eeb86a1..0000000 --- a/103120/portal/ts_103120v010201p0_Notification.xsd +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/103120/schema/ts_103120_Authorisation.xsd b/103120/schema/ts_103120_Authorisation.xsd index 5cfd5b4..2f1dd90 100644 --- a/103120/schema/ts_103120_Authorisation.xsd +++ b/103120/schema/ts_103120_Authorisation.xsd @@ -1,59 +1,59 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/103120/schema/ts_103120_Common.xsd b/103120/schema/ts_103120_Common.xsd index d5d315c..6d023f2 100644 --- a/103120/schema/ts_103120_Common.xsd +++ b/103120/schema/ts_103120_Common.xsd @@ -1,13 +1,13 @@ - - - + + + @@ -20,7 +20,7 @@ - + @@ -31,7 +31,7 @@ - + @@ -39,16 +39,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -59,9 +59,9 @@ - - - - - + + + + + diff --git a/103120/schema/ts_103120_Core.xsd b/103120/schema/ts_103120_Core.xsd index 9aa2c89..3dd81bc 100644 --- a/103120/schema/ts_103120_Core.xsd +++ b/103120/schema/ts_103120_Core.xsd @@ -1,15 +1,15 @@ - - - - + + + @@ -87,6 +87,7 @@ + @@ -125,7 +126,7 @@ - + @@ -150,8 +151,13 @@ + + + + + - + diff --git a/103120/schema/ts_103120_Delivery.xsd b/103120/schema/ts_103120_Delivery.xsd new file mode 100644 index 0000000..2ef9d7b --- /dev/null +++ b/103120/schema/ts_103120_Delivery.xsd @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/103120/schema/ts_103120_Document.xsd b/103120/schema/ts_103120_Document.xsd index d51d545..d1de856 100644 --- a/103120/schema/ts_103120_Document.xsd +++ b/103120/schema/ts_103120_Document.xsd @@ -1,65 +1,63 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/103120/schema/ts_103120_Notification.xsd b/103120/schema/ts_103120_Notification.xsd index eeb86a1..40681ad 100644 --- a/103120/schema/ts_103120_Notification.xsd +++ b/103120/schema/ts_103120_Notification.xsd @@ -1,34 +1,33 @@ - - - + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/103120/schema/ts_103120_LITask.xsd b/103120/schema/ts_103120_Task.xsd similarity index 55% rename from 103120/schema/ts_103120_LITask.xsd rename to 103120/schema/ts_103120_Task.xsd index d7b0d01..d5b190f 100644 --- a/103120/schema/ts_103120_LITask.xsd +++ b/103120/schema/ts_103120_Task.xsd @@ -1,17 +1,17 @@ - - - - + + + + @@ -93,11 +93,11 @@ - - - - - + + + + + @@ -108,9 +108,72 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab