From f3980d323984d5c544e9aee5750d0b96d87444dd Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 15 Jun 2020 12:33:20 +0100 Subject: [PATCH] TS 103 221-1 v1.1.1 (2017-10-26) agreed at LI#46 (Rotterdam, 2017-10-03) --- 103221-1/TS_103_221_01.xsd | 825 ++++++++++++++++++ .../examples/ActivateTaskRequest_example.xml | 22 + .../examples/ActivateTaskResponse_example.xml | 11 + .../CreateDestinationRequest_example.xml | 24 + .../CreateDestinationResponse_example.xml | 11 + .../DeactivateTaskRequest_example.xml | 11 + .../DeactivateTaskResponse_example.xml | 11 + .../examples/GetAllDetailsRequest_example.xml | 10 + .../GetAllDetailsResponse_example.xml | 56 ++ .../GetDestinationDetailsRequest_example.xml | 11 + .../GetDestinationDetailsResponse_example.xml | 30 + .../examples/GetNEStatusRequest_example.xml | 10 + .../examples/GetNEStatusResponse_example.xml | 14 + .../GetTaskDetailsRequest_example.xml | 11 + .../GetTaskDetailsResponse_example.xml | 28 + .../examples/KeepaliveRequest_example.xml | 10 + .../examples/KeepaliveResponse_example.xml | 11 + .../ListAllDetailsRequest_example.xml | 10 + .../ListAllDetailsResponse_example.xml | 16 + .../examples/ModifyTaskRequest_example.xml | 22 + .../examples/ModifyTaskResponse_example.xml | 11 + 103221-1/examples/PingRequest_example.xml | 10 + 103221-1/examples/PingResponse_example.xml | 11 + .../RemoveAllDestinationsRequest_example.xml | 10 + .../RemoveAllDestinationsResponse_example.xml | 11 + .../RemoveDestinationRequest_example.xml | 11 + .../RemoveDestinationResponse_example.xml | 11 + .../ReportDestinationIssueRequest_example.xml | 13 + ...ReportDestinationIssueResponse_example.xml | 11 + .../examples/ReportNEIssueRequest_example.xml | 12 + .../ReportNEIssueResponse_example.xml | 11 + .../ReportTaskIssueRequest_example.xml | 13 + .../ReportTaskIssueResponse_example.xml | 11 + 103221-1/portal/TS_103_221_01_v010101.xsd | 825 ++++++++++++++++++ .../output/ActivateTaskRequest_example.xml | 22 + .../output/ActivateTaskResponse_example.xml | 11 + .../CreateDestinationRequest_example.xml | 24 + .../CreateDestinationResponse_example.xml | 11 + .../output/DeactivateTaskRequest_example.xml | 11 + .../output/DeactivateTaskResponse_example.xml | 11 + .../output/GetAllDetailsRequest_example.xml | 10 + .../output/GetAllDetailsResponse_example.xml | 56 ++ .../GetDestinationDetailsRequest_example.xml | 11 + .../GetDestinationDetailsResponse_example.xml | 30 + .../output/GetNEStatusRequest_example.xml | 10 + .../output/GetNEStatusResponse_example.xml | 14 + .../output/GetTaskDetailsRequest_example.xml | 11 + .../output/GetTaskDetailsResponse_example.xml | 28 + .../output/KeepaliveRequest_example.xml | 10 + .../output/KeepaliveResponse_example.xml | 11 + .../output/ListAllDetailsRequest_example.xml | 10 + .../output/ListAllDetailsResponse_example.xml | 16 + .../output/ModifyTaskRequest_example.xml | 22 + .../output/ModifyTaskResponse_example.xml | 11 + .../portal/output/PingRequest_example.xml | 10 + .../portal/output/PingResponse_example.xml | 11 + .../RemoveAllDestinationsRequest_example.xml | 10 + .../RemoveAllDestinationsResponse_example.xml | 11 + .../RemoveDestinationRequest_example.xml | 11 + .../RemoveDestinationResponse_example.xml | 11 + .../ReportDestinationIssueRequest_example.xml | 13 + ...ReportDestinationIssueResponse_example.xml | 11 + .../output/ReportNEIssueRequest_example.xml | 12 + .../output/ReportNEIssueResponse_example.xml | 11 + .../output/ReportTaskIssueRequest_example.xml | 13 + .../ReportTaskIssueResponse_example.xml | 11 + 66 files changed, 2600 insertions(+) create mode 100644 103221-1/TS_103_221_01.xsd create mode 100644 103221-1/examples/ActivateTaskRequest_example.xml create mode 100644 103221-1/examples/ActivateTaskResponse_example.xml create mode 100644 103221-1/examples/CreateDestinationRequest_example.xml create mode 100644 103221-1/examples/CreateDestinationResponse_example.xml create mode 100644 103221-1/examples/DeactivateTaskRequest_example.xml create mode 100644 103221-1/examples/DeactivateTaskResponse_example.xml create mode 100644 103221-1/examples/GetAllDetailsRequest_example.xml create mode 100644 103221-1/examples/GetAllDetailsResponse_example.xml create mode 100644 103221-1/examples/GetDestinationDetailsRequest_example.xml create mode 100644 103221-1/examples/GetDestinationDetailsResponse_example.xml create mode 100644 103221-1/examples/GetNEStatusRequest_example.xml create mode 100644 103221-1/examples/GetNEStatusResponse_example.xml create mode 100644 103221-1/examples/GetTaskDetailsRequest_example.xml create mode 100644 103221-1/examples/GetTaskDetailsResponse_example.xml create mode 100644 103221-1/examples/KeepaliveRequest_example.xml create mode 100644 103221-1/examples/KeepaliveResponse_example.xml create mode 100644 103221-1/examples/ListAllDetailsRequest_example.xml create mode 100644 103221-1/examples/ListAllDetailsResponse_example.xml create mode 100644 103221-1/examples/ModifyTaskRequest_example.xml create mode 100644 103221-1/examples/ModifyTaskResponse_example.xml create mode 100644 103221-1/examples/PingRequest_example.xml create mode 100644 103221-1/examples/PingResponse_example.xml create mode 100644 103221-1/examples/RemoveAllDestinationsRequest_example.xml create mode 100644 103221-1/examples/RemoveAllDestinationsResponse_example.xml create mode 100644 103221-1/examples/RemoveDestinationRequest_example.xml create mode 100644 103221-1/examples/RemoveDestinationResponse_example.xml create mode 100644 103221-1/examples/ReportDestinationIssueRequest_example.xml create mode 100644 103221-1/examples/ReportDestinationIssueResponse_example.xml create mode 100644 103221-1/examples/ReportNEIssueRequest_example.xml create mode 100644 103221-1/examples/ReportNEIssueResponse_example.xml create mode 100644 103221-1/examples/ReportTaskIssueRequest_example.xml create mode 100644 103221-1/examples/ReportTaskIssueResponse_example.xml create mode 100644 103221-1/portal/TS_103_221_01_v010101.xsd create mode 100644 103221-1/portal/output/ActivateTaskRequest_example.xml create mode 100644 103221-1/portal/output/ActivateTaskResponse_example.xml create mode 100644 103221-1/portal/output/CreateDestinationRequest_example.xml create mode 100644 103221-1/portal/output/CreateDestinationResponse_example.xml create mode 100644 103221-1/portal/output/DeactivateTaskRequest_example.xml create mode 100644 103221-1/portal/output/DeactivateTaskResponse_example.xml create mode 100644 103221-1/portal/output/GetAllDetailsRequest_example.xml create mode 100644 103221-1/portal/output/GetAllDetailsResponse_example.xml create mode 100644 103221-1/portal/output/GetDestinationDetailsRequest_example.xml create mode 100644 103221-1/portal/output/GetDestinationDetailsResponse_example.xml create mode 100644 103221-1/portal/output/GetNEStatusRequest_example.xml create mode 100644 103221-1/portal/output/GetNEStatusResponse_example.xml create mode 100644 103221-1/portal/output/GetTaskDetailsRequest_example.xml create mode 100644 103221-1/portal/output/GetTaskDetailsResponse_example.xml create mode 100644 103221-1/portal/output/KeepaliveRequest_example.xml create mode 100644 103221-1/portal/output/KeepaliveResponse_example.xml create mode 100644 103221-1/portal/output/ListAllDetailsRequest_example.xml create mode 100644 103221-1/portal/output/ListAllDetailsResponse_example.xml create mode 100644 103221-1/portal/output/ModifyTaskRequest_example.xml create mode 100644 103221-1/portal/output/ModifyTaskResponse_example.xml create mode 100644 103221-1/portal/output/PingRequest_example.xml create mode 100644 103221-1/portal/output/PingResponse_example.xml create mode 100644 103221-1/portal/output/RemoveAllDestinationsRequest_example.xml create mode 100644 103221-1/portal/output/RemoveAllDestinationsResponse_example.xml create mode 100644 103221-1/portal/output/RemoveDestinationRequest_example.xml create mode 100644 103221-1/portal/output/RemoveDestinationResponse_example.xml create mode 100644 103221-1/portal/output/ReportDestinationIssueRequest_example.xml create mode 100644 103221-1/portal/output/ReportDestinationIssueResponse_example.xml create mode 100644 103221-1/portal/output/ReportNEIssueRequest_example.xml create mode 100644 103221-1/portal/output/ReportNEIssueResponse_example.xml create mode 100644 103221-1/portal/output/ReportTaskIssueRequest_example.xml create mode 100644 103221-1/portal/output/ReportTaskIssueResponse_example.xml diff --git a/103221-1/TS_103_221_01.xsd b/103221-1/TS_103_221_01.xsd new file mode 100644 index 0000000..a0bb30b --- /dev/null +++ b/103221-1/TS_103_221_01.xsd @@ -0,0 +1,825 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/103221-1/examples/ActivateTaskRequest_example.xml b/103221-1/examples/ActivateTaskRequest_example.xml new file mode 100644 index 0000000..934993e --- /dev/null +++ b/103221-1/examples/ActivateTaskRequest_example.xml @@ -0,0 +1,22 @@ + + + + admfID + neID + 2017-10-06T18:46:21.247432Z + v1.1.1 + 3741800e-971b-4aa9-85f4-466d2b1adc7f + + 29f28e1c-f230-486a-a860-f5a784ab9172 + + + 447700900000 + + + X2andX3 + + 19867c20-8c94-473e-b9cd-8b72b7b05fd4 + + + + diff --git a/103221-1/examples/ActivateTaskResponse_example.xml b/103221-1/examples/ActivateTaskResponse_example.xml new file mode 100644 index 0000000..9d4aa09 --- /dev/null +++ b/103221-1/examples/ActivateTaskResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.401571Z + v1.1.1 + 3741800e-971b-4aa9-85f4-466d2b1adc7f + AcknowledgedAndCompleted + + diff --git a/103221-1/examples/CreateDestinationRequest_example.xml b/103221-1/examples/CreateDestinationRequest_example.xml new file mode 100644 index 0000000..6579d01 --- /dev/null +++ b/103221-1/examples/CreateDestinationRequest_example.xml @@ -0,0 +1,24 @@ + + + + admfID + neID + 2017-10-06T18:46:21.446605Z + v1.1.1 + 8e8ca539-e4dd-41f3-b1cb-acc2a5edece0 + + b0ce308c-aa17-42bd-a27b-287bcb5b3468 + X2andX3 + + + + 192.0.2.2 + + + 12345 + + + + + + diff --git a/103221-1/examples/CreateDestinationResponse_example.xml b/103221-1/examples/CreateDestinationResponse_example.xml new file mode 100644 index 0000000..0000489 --- /dev/null +++ b/103221-1/examples/CreateDestinationResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.446605Z + v1.1.1 + 8e8ca539-e4dd-41f3-b1cb-acc2a5edece0 + AcknowledgedAndCompleted + + diff --git a/103221-1/examples/DeactivateTaskRequest_example.xml b/103221-1/examples/DeactivateTaskRequest_example.xml new file mode 100644 index 0000000..c9e759f --- /dev/null +++ b/103221-1/examples/DeactivateTaskRequest_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.429594Z + v1.1.1 + 3da0df97-7bd5-4413-936d-74bebd7512fe + 29f28e1c-f230-486a-a860-f5a784ab9172 + + diff --git a/103221-1/examples/DeactivateTaskResponse_example.xml b/103221-1/examples/DeactivateTaskResponse_example.xml new file mode 100644 index 0000000..5a377d1 --- /dev/null +++ b/103221-1/examples/DeactivateTaskResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.430594Z + v1.1.1 + 3da0df97-7bd5-4413-936d-74bebd7512fe + AcknowledgedAndCompleted + + diff --git a/103221-1/examples/GetAllDetailsRequest_example.xml b/103221-1/examples/GetAllDetailsRequest_example.xml new file mode 100644 index 0000000..99e585a --- /dev/null +++ b/103221-1/examples/GetAllDetailsRequest_example.xml @@ -0,0 +1,10 @@ + + + + admfID + neID + 2017-10-06T18:46:21.496243Z + v1.1.1 + bfd0c982-b7d6-4a8e-80a0-89dab964aafd + + diff --git a/103221-1/examples/GetAllDetailsResponse_example.xml b/103221-1/examples/GetAllDetailsResponse_example.xml new file mode 100644 index 0000000..93663ce --- /dev/null +++ b/103221-1/examples/GetAllDetailsResponse_example.xml @@ -0,0 +1,56 @@ + + + + admfID + neID + 2017-10-06T18:46:21.496743Z + v1.1.1 + bfd0c982-b7d6-4a8e-80a0-89dab964aafd + + OK + + + + + + 29f28e1c-f230-486a-a860-f5a784ab9172 + + + 447700900000 + + + X2andX3 + + 1eb4406a-8b28-41fd-8f0f-e1a0a3eb5ff9 + + + + complete + + + + + + + + b0ce308c-aa17-42bd-a27b-287bcb5b3468 + X2andX3 + + + + 192.0.2.2 + + + 12345 + + + + + + activeAndWorking + + + + + + diff --git a/103221-1/examples/GetDestinationDetailsRequest_example.xml b/103221-1/examples/GetDestinationDetailsRequest_example.xml new file mode 100644 index 0000000..cc183c3 --- /dev/null +++ b/103221-1/examples/GetDestinationDetailsRequest_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.462616Z + v1.1.1 + 7de5709c-8269-417f-a123-7087d3971f8c + b0ce308c-aa17-42bd-a27b-287bcb5b3468 + + diff --git a/103221-1/examples/GetDestinationDetailsResponse_example.xml b/103221-1/examples/GetDestinationDetailsResponse_example.xml new file mode 100644 index 0000000..080274d --- /dev/null +++ b/103221-1/examples/GetDestinationDetailsResponse_example.xml @@ -0,0 +1,30 @@ + + + + admfID + neID + 2017-10-06T18:46:21.462616Z + v1.1.1 + 7de5709c-8269-417f-a123-7087d3971f8c + + + b0ce308c-aa17-42bd-a27b-287bcb5b3468 + X2andX3 + + + + 192.0.2.2 + + + 12345 + + + + + + activeAndWorking + + + + + diff --git a/103221-1/examples/GetNEStatusRequest_example.xml b/103221-1/examples/GetNEStatusRequest_example.xml new file mode 100644 index 0000000..556e7f0 --- /dev/null +++ b/103221-1/examples/GetNEStatusRequest_example.xml @@ -0,0 +1,10 @@ + + + + admfID + neID + 2017-10-06T18:46:21.487158Z + v1.1.1 + 93d571cb-3793-4385-8b59-2c14097ed743 + + diff --git a/103221-1/examples/GetNEStatusResponse_example.xml b/103221-1/examples/GetNEStatusResponse_example.xml new file mode 100644 index 0000000..8dc6247 --- /dev/null +++ b/103221-1/examples/GetNEStatusResponse_example.xml @@ -0,0 +1,14 @@ + + + + admfID + neID + 2017-10-06T18:46:21.488659Z + v1.1.1 + 93d571cb-3793-4385-8b59-2c14097ed743 + + OK + + + + diff --git a/103221-1/examples/GetTaskDetailsRequest_example.xml b/103221-1/examples/GetTaskDetailsRequest_example.xml new file mode 100644 index 0000000..0185b1a --- /dev/null +++ b/103221-1/examples/GetTaskDetailsRequest_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.418584Z + v1.1.1 + 609dcabd-5ab1-4c95-9681-a24681f105ac + 29f28e1c-f230-486a-a860-f5a784ab9172 + + diff --git a/103221-1/examples/GetTaskDetailsResponse_example.xml b/103221-1/examples/GetTaskDetailsResponse_example.xml new file mode 100644 index 0000000..b80bd03 --- /dev/null +++ b/103221-1/examples/GetTaskDetailsResponse_example.xml @@ -0,0 +1,28 @@ + + + + admfID + neID + 2017-10-06T18:46:21.420587Z + v1.1.1 + 609dcabd-5ab1-4c95-9681-a24681f105ac + + + 29f28e1c-f230-486a-a860-f5a784ab9172 + + + 447700900000 + + + X2andX3 + + 1eb4406a-8b28-41fd-8f0f-e1a0a3eb5ff9 + + + + complete + + + + + diff --git a/103221-1/examples/KeepaliveRequest_example.xml b/103221-1/examples/KeepaliveRequest_example.xml new file mode 100644 index 0000000..1bdbdc3 --- /dev/null +++ b/103221-1/examples/KeepaliveRequest_example.xml @@ -0,0 +1,10 @@ + + + + admfID + neID + 2017-10-06T18:46:21.541784Z + v1.1.1 + 6420aa0f-e5e6-4a32-9dff-15b836589257 + + diff --git a/103221-1/examples/KeepaliveResponse_example.xml b/103221-1/examples/KeepaliveResponse_example.xml new file mode 100644 index 0000000..5ed4d81 --- /dev/null +++ b/103221-1/examples/KeepaliveResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.542783Z + v1.1.1 + 6420aa0f-e5e6-4a32-9dff-15b836589257 + AcknowledgedAndCompleted + + diff --git a/103221-1/examples/ListAllDetailsRequest_example.xml b/103221-1/examples/ListAllDetailsRequest_example.xml new file mode 100644 index 0000000..229a918 --- /dev/null +++ b/103221-1/examples/ListAllDetailsRequest_example.xml @@ -0,0 +1,10 @@ + + + + admfID + neID + 2017-10-06T18:46:21.50833Z + v1.1.1 + 09529160-2e44-49c6-bf54-204ca5edcfab + + diff --git a/103221-1/examples/ListAllDetailsResponse_example.xml b/103221-1/examples/ListAllDetailsResponse_example.xml new file mode 100644 index 0000000..a1173f8 --- /dev/null +++ b/103221-1/examples/ListAllDetailsResponse_example.xml @@ -0,0 +1,16 @@ + + + + admfID + neID + 2017-10-06T18:46:21.50833Z + v1.1.1 + 09529160-2e44-49c6-bf54-204ca5edcfab + + 29f28e1c-f230-486a-a860-f5a784ab9172 + + + b0ce308c-aa17-42bd-a27b-287bcb5b3468 + + + diff --git a/103221-1/examples/ModifyTaskRequest_example.xml b/103221-1/examples/ModifyTaskRequest_example.xml new file mode 100644 index 0000000..1db578f --- /dev/null +++ b/103221-1/examples/ModifyTaskRequest_example.xml @@ -0,0 +1,22 @@ + + + + admfID + neID + 2017-10-06T18:46:21.411587Z + v1.1.1 + fcfc97de-1c77-413d-9925-d1630acbf763 + + 29f28e1c-f230-486a-a860-f5a784ab9172 + + + 447700900000 + + + X2andX3 + + 1eb4406a-8b28-41fd-8f0f-e1a0a3eb5ff9 + + + + diff --git a/103221-1/examples/ModifyTaskResponse_example.xml b/103221-1/examples/ModifyTaskResponse_example.xml new file mode 100644 index 0000000..105124b --- /dev/null +++ b/103221-1/examples/ModifyTaskResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.411587Z + v1.1.1 + fcfc97de-1c77-413d-9925-d1630acbf763 + AcknowledgedAndCompleted + + diff --git a/103221-1/examples/PingRequest_example.xml b/103221-1/examples/PingRequest_example.xml new file mode 100644 index 0000000..6697d38 --- /dev/null +++ b/103221-1/examples/PingRequest_example.xml @@ -0,0 +1,10 @@ + + + + admfID + neID + 2017-10-06T18:46:21.547786Z + v1.1.1 + 8f9fc2c5-923a-4a75-b70c-9e0c058bba45 + + diff --git a/103221-1/examples/PingResponse_example.xml b/103221-1/examples/PingResponse_example.xml new file mode 100644 index 0000000..fd927da --- /dev/null +++ b/103221-1/examples/PingResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.547786Z + v1.1.1 + 8f9fc2c5-923a-4a75-b70c-9e0c058bba45 + AcknowledgedAndCompleted + + diff --git a/103221-1/examples/RemoveAllDestinationsRequest_example.xml b/103221-1/examples/RemoveAllDestinationsRequest_example.xml new file mode 100644 index 0000000..1a5c185 --- /dev/null +++ b/103221-1/examples/RemoveAllDestinationsRequest_example.xml @@ -0,0 +1,10 @@ + + + + admfID + neID + 2017-10-06T18:46:21.480627Z + v1.1.1 + 88611050-d8e2-4ada-96fc-626b5dbd9cdf + + diff --git a/103221-1/examples/RemoveAllDestinationsResponse_example.xml b/103221-1/examples/RemoveAllDestinationsResponse_example.xml new file mode 100644 index 0000000..ab392cc --- /dev/null +++ b/103221-1/examples/RemoveAllDestinationsResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.481629Z + v1.1.1 + 88611050-d8e2-4ada-96fc-626b5dbd9cdf + AcknowledgedAndCompleted + + diff --git a/103221-1/examples/RemoveDestinationRequest_example.xml b/103221-1/examples/RemoveDestinationRequest_example.xml new file mode 100644 index 0000000..66277d9 --- /dev/null +++ b/103221-1/examples/RemoveDestinationRequest_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.47363Z + v1.1.1 + 8c229735-9acf-43ed-8d72-71602625b349 + b0ce308c-aa17-42bd-a27b-287bcb5b3468 + + diff --git a/103221-1/examples/RemoveDestinationResponse_example.xml b/103221-1/examples/RemoveDestinationResponse_example.xml new file mode 100644 index 0000000..b42246b --- /dev/null +++ b/103221-1/examples/RemoveDestinationResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.474625Z + v1.1.1 + 8c229735-9acf-43ed-8d72-71602625b349 + AcknowledgedAndCompleted + + diff --git a/103221-1/examples/ReportDestinationIssueRequest_example.xml b/103221-1/examples/ReportDestinationIssueRequest_example.xml new file mode 100644 index 0000000..52ba369 --- /dev/null +++ b/103221-1/examples/ReportDestinationIssueRequest_example.xml @@ -0,0 +1,13 @@ + + + + admfID + neID + 2017-10-06T18:46:21.526329Z + v1.1.1 + 7e3ff959-55b0-47bd-a417-0d0383252150 + b0ce308c-aa17-42bd-a27b-287bcb5b3468 + NonTerminatingFault + Example destination issue + + diff --git a/103221-1/examples/ReportDestinationIssueResponse_example.xml b/103221-1/examples/ReportDestinationIssueResponse_example.xml new file mode 100644 index 0000000..f6f54a0 --- /dev/null +++ b/103221-1/examples/ReportDestinationIssueResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.526329Z + v1.1.1 + 7e3ff959-55b0-47bd-a417-0d0383252150 + AcknowledgedAndCompleted + + diff --git a/103221-1/examples/ReportNEIssueRequest_example.xml b/103221-1/examples/ReportNEIssueRequest_example.xml new file mode 100644 index 0000000..4f3a8a8 --- /dev/null +++ b/103221-1/examples/ReportNEIssueRequest_example.xml @@ -0,0 +1,12 @@ + + + + admfID + neID + 2017-10-06T18:46:21.531784Z + v1.1.1 + c4cbb148-d3ee-46a9-8e1e-7446d6f91e3b + Warning + Example NE issue + + diff --git a/103221-1/examples/ReportNEIssueResponse_example.xml b/103221-1/examples/ReportNEIssueResponse_example.xml new file mode 100644 index 0000000..d234f89 --- /dev/null +++ b/103221-1/examples/ReportNEIssueResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.531784Z + v1.1.1 + c4cbb148-d3ee-46a9-8e1e-7446d6f91e3b + AcknowledgedAndCompleted + + diff --git a/103221-1/examples/ReportTaskIssueRequest_example.xml b/103221-1/examples/ReportTaskIssueRequest_example.xml new file mode 100644 index 0000000..fe3fd82 --- /dev/null +++ b/103221-1/examples/ReportTaskIssueRequest_example.xml @@ -0,0 +1,13 @@ + + + + admfID + neID + 2017-10-06T18:46:21.516321Z + v1.1.1 + 5f5ae0e4-58fe-4e4f-a949-3bb0d7b09295 + 29f28e1c-f230-486a-a860-f5a784ab9172 + NonTerminatingFault + Example task issue + + diff --git a/103221-1/examples/ReportTaskIssueResponse_example.xml b/103221-1/examples/ReportTaskIssueResponse_example.xml new file mode 100644 index 0000000..263a904 --- /dev/null +++ b/103221-1/examples/ReportTaskIssueResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.517323Z + v1.1.1 + 5f5ae0e4-58fe-4e4f-a949-3bb0d7b09295 + AcknowledgedAndCompleted + + diff --git a/103221-1/portal/TS_103_221_01_v010101.xsd b/103221-1/portal/TS_103_221_01_v010101.xsd new file mode 100644 index 0000000..a0bb30b --- /dev/null +++ b/103221-1/portal/TS_103_221_01_v010101.xsd @@ -0,0 +1,825 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/103221-1/portal/output/ActivateTaskRequest_example.xml b/103221-1/portal/output/ActivateTaskRequest_example.xml new file mode 100644 index 0000000..934993e --- /dev/null +++ b/103221-1/portal/output/ActivateTaskRequest_example.xml @@ -0,0 +1,22 @@ + + + + admfID + neID + 2017-10-06T18:46:21.247432Z + v1.1.1 + 3741800e-971b-4aa9-85f4-466d2b1adc7f + + 29f28e1c-f230-486a-a860-f5a784ab9172 + + + 447700900000 + + + X2andX3 + + 19867c20-8c94-473e-b9cd-8b72b7b05fd4 + + + + diff --git a/103221-1/portal/output/ActivateTaskResponse_example.xml b/103221-1/portal/output/ActivateTaskResponse_example.xml new file mode 100644 index 0000000..9d4aa09 --- /dev/null +++ b/103221-1/portal/output/ActivateTaskResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.401571Z + v1.1.1 + 3741800e-971b-4aa9-85f4-466d2b1adc7f + AcknowledgedAndCompleted + + diff --git a/103221-1/portal/output/CreateDestinationRequest_example.xml b/103221-1/portal/output/CreateDestinationRequest_example.xml new file mode 100644 index 0000000..6579d01 --- /dev/null +++ b/103221-1/portal/output/CreateDestinationRequest_example.xml @@ -0,0 +1,24 @@ + + + + admfID + neID + 2017-10-06T18:46:21.446605Z + v1.1.1 + 8e8ca539-e4dd-41f3-b1cb-acc2a5edece0 + + b0ce308c-aa17-42bd-a27b-287bcb5b3468 + X2andX3 + + + + 192.0.2.2 + + + 12345 + + + + + + diff --git a/103221-1/portal/output/CreateDestinationResponse_example.xml b/103221-1/portal/output/CreateDestinationResponse_example.xml new file mode 100644 index 0000000..0000489 --- /dev/null +++ b/103221-1/portal/output/CreateDestinationResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.446605Z + v1.1.1 + 8e8ca539-e4dd-41f3-b1cb-acc2a5edece0 + AcknowledgedAndCompleted + + diff --git a/103221-1/portal/output/DeactivateTaskRequest_example.xml b/103221-1/portal/output/DeactivateTaskRequest_example.xml new file mode 100644 index 0000000..c9e759f --- /dev/null +++ b/103221-1/portal/output/DeactivateTaskRequest_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.429594Z + v1.1.1 + 3da0df97-7bd5-4413-936d-74bebd7512fe + 29f28e1c-f230-486a-a860-f5a784ab9172 + + diff --git a/103221-1/portal/output/DeactivateTaskResponse_example.xml b/103221-1/portal/output/DeactivateTaskResponse_example.xml new file mode 100644 index 0000000..5a377d1 --- /dev/null +++ b/103221-1/portal/output/DeactivateTaskResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.430594Z + v1.1.1 + 3da0df97-7bd5-4413-936d-74bebd7512fe + AcknowledgedAndCompleted + + diff --git a/103221-1/portal/output/GetAllDetailsRequest_example.xml b/103221-1/portal/output/GetAllDetailsRequest_example.xml new file mode 100644 index 0000000..99e585a --- /dev/null +++ b/103221-1/portal/output/GetAllDetailsRequest_example.xml @@ -0,0 +1,10 @@ + + + + admfID + neID + 2017-10-06T18:46:21.496243Z + v1.1.1 + bfd0c982-b7d6-4a8e-80a0-89dab964aafd + + diff --git a/103221-1/portal/output/GetAllDetailsResponse_example.xml b/103221-1/portal/output/GetAllDetailsResponse_example.xml new file mode 100644 index 0000000..93663ce --- /dev/null +++ b/103221-1/portal/output/GetAllDetailsResponse_example.xml @@ -0,0 +1,56 @@ + + + + admfID + neID + 2017-10-06T18:46:21.496743Z + v1.1.1 + bfd0c982-b7d6-4a8e-80a0-89dab964aafd + + OK + + + + + + 29f28e1c-f230-486a-a860-f5a784ab9172 + + + 447700900000 + + + X2andX3 + + 1eb4406a-8b28-41fd-8f0f-e1a0a3eb5ff9 + + + + complete + + + + + + + + b0ce308c-aa17-42bd-a27b-287bcb5b3468 + X2andX3 + + + + 192.0.2.2 + + + 12345 + + + + + + activeAndWorking + + + + + + diff --git a/103221-1/portal/output/GetDestinationDetailsRequest_example.xml b/103221-1/portal/output/GetDestinationDetailsRequest_example.xml new file mode 100644 index 0000000..cc183c3 --- /dev/null +++ b/103221-1/portal/output/GetDestinationDetailsRequest_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.462616Z + v1.1.1 + 7de5709c-8269-417f-a123-7087d3971f8c + b0ce308c-aa17-42bd-a27b-287bcb5b3468 + + diff --git a/103221-1/portal/output/GetDestinationDetailsResponse_example.xml b/103221-1/portal/output/GetDestinationDetailsResponse_example.xml new file mode 100644 index 0000000..080274d --- /dev/null +++ b/103221-1/portal/output/GetDestinationDetailsResponse_example.xml @@ -0,0 +1,30 @@ + + + + admfID + neID + 2017-10-06T18:46:21.462616Z + v1.1.1 + 7de5709c-8269-417f-a123-7087d3971f8c + + + b0ce308c-aa17-42bd-a27b-287bcb5b3468 + X2andX3 + + + + 192.0.2.2 + + + 12345 + + + + + + activeAndWorking + + + + + diff --git a/103221-1/portal/output/GetNEStatusRequest_example.xml b/103221-1/portal/output/GetNEStatusRequest_example.xml new file mode 100644 index 0000000..556e7f0 --- /dev/null +++ b/103221-1/portal/output/GetNEStatusRequest_example.xml @@ -0,0 +1,10 @@ + + + + admfID + neID + 2017-10-06T18:46:21.487158Z + v1.1.1 + 93d571cb-3793-4385-8b59-2c14097ed743 + + diff --git a/103221-1/portal/output/GetNEStatusResponse_example.xml b/103221-1/portal/output/GetNEStatusResponse_example.xml new file mode 100644 index 0000000..8dc6247 --- /dev/null +++ b/103221-1/portal/output/GetNEStatusResponse_example.xml @@ -0,0 +1,14 @@ + + + + admfID + neID + 2017-10-06T18:46:21.488659Z + v1.1.1 + 93d571cb-3793-4385-8b59-2c14097ed743 + + OK + + + + diff --git a/103221-1/portal/output/GetTaskDetailsRequest_example.xml b/103221-1/portal/output/GetTaskDetailsRequest_example.xml new file mode 100644 index 0000000..0185b1a --- /dev/null +++ b/103221-1/portal/output/GetTaskDetailsRequest_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.418584Z + v1.1.1 + 609dcabd-5ab1-4c95-9681-a24681f105ac + 29f28e1c-f230-486a-a860-f5a784ab9172 + + diff --git a/103221-1/portal/output/GetTaskDetailsResponse_example.xml b/103221-1/portal/output/GetTaskDetailsResponse_example.xml new file mode 100644 index 0000000..b80bd03 --- /dev/null +++ b/103221-1/portal/output/GetTaskDetailsResponse_example.xml @@ -0,0 +1,28 @@ + + + + admfID + neID + 2017-10-06T18:46:21.420587Z + v1.1.1 + 609dcabd-5ab1-4c95-9681-a24681f105ac + + + 29f28e1c-f230-486a-a860-f5a784ab9172 + + + 447700900000 + + + X2andX3 + + 1eb4406a-8b28-41fd-8f0f-e1a0a3eb5ff9 + + + + complete + + + + + diff --git a/103221-1/portal/output/KeepaliveRequest_example.xml b/103221-1/portal/output/KeepaliveRequest_example.xml new file mode 100644 index 0000000..1bdbdc3 --- /dev/null +++ b/103221-1/portal/output/KeepaliveRequest_example.xml @@ -0,0 +1,10 @@ + + + + admfID + neID + 2017-10-06T18:46:21.541784Z + v1.1.1 + 6420aa0f-e5e6-4a32-9dff-15b836589257 + + diff --git a/103221-1/portal/output/KeepaliveResponse_example.xml b/103221-1/portal/output/KeepaliveResponse_example.xml new file mode 100644 index 0000000..5ed4d81 --- /dev/null +++ b/103221-1/portal/output/KeepaliveResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.542783Z + v1.1.1 + 6420aa0f-e5e6-4a32-9dff-15b836589257 + AcknowledgedAndCompleted + + diff --git a/103221-1/portal/output/ListAllDetailsRequest_example.xml b/103221-1/portal/output/ListAllDetailsRequest_example.xml new file mode 100644 index 0000000..229a918 --- /dev/null +++ b/103221-1/portal/output/ListAllDetailsRequest_example.xml @@ -0,0 +1,10 @@ + + + + admfID + neID + 2017-10-06T18:46:21.50833Z + v1.1.1 + 09529160-2e44-49c6-bf54-204ca5edcfab + + diff --git a/103221-1/portal/output/ListAllDetailsResponse_example.xml b/103221-1/portal/output/ListAllDetailsResponse_example.xml new file mode 100644 index 0000000..a1173f8 --- /dev/null +++ b/103221-1/portal/output/ListAllDetailsResponse_example.xml @@ -0,0 +1,16 @@ + + + + admfID + neID + 2017-10-06T18:46:21.50833Z + v1.1.1 + 09529160-2e44-49c6-bf54-204ca5edcfab + + 29f28e1c-f230-486a-a860-f5a784ab9172 + + + b0ce308c-aa17-42bd-a27b-287bcb5b3468 + + + diff --git a/103221-1/portal/output/ModifyTaskRequest_example.xml b/103221-1/portal/output/ModifyTaskRequest_example.xml new file mode 100644 index 0000000..1db578f --- /dev/null +++ b/103221-1/portal/output/ModifyTaskRequest_example.xml @@ -0,0 +1,22 @@ + + + + admfID + neID + 2017-10-06T18:46:21.411587Z + v1.1.1 + fcfc97de-1c77-413d-9925-d1630acbf763 + + 29f28e1c-f230-486a-a860-f5a784ab9172 + + + 447700900000 + + + X2andX3 + + 1eb4406a-8b28-41fd-8f0f-e1a0a3eb5ff9 + + + + diff --git a/103221-1/portal/output/ModifyTaskResponse_example.xml b/103221-1/portal/output/ModifyTaskResponse_example.xml new file mode 100644 index 0000000..105124b --- /dev/null +++ b/103221-1/portal/output/ModifyTaskResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.411587Z + v1.1.1 + fcfc97de-1c77-413d-9925-d1630acbf763 + AcknowledgedAndCompleted + + diff --git a/103221-1/portal/output/PingRequest_example.xml b/103221-1/portal/output/PingRequest_example.xml new file mode 100644 index 0000000..6697d38 --- /dev/null +++ b/103221-1/portal/output/PingRequest_example.xml @@ -0,0 +1,10 @@ + + + + admfID + neID + 2017-10-06T18:46:21.547786Z + v1.1.1 + 8f9fc2c5-923a-4a75-b70c-9e0c058bba45 + + diff --git a/103221-1/portal/output/PingResponse_example.xml b/103221-1/portal/output/PingResponse_example.xml new file mode 100644 index 0000000..fd927da --- /dev/null +++ b/103221-1/portal/output/PingResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.547786Z + v1.1.1 + 8f9fc2c5-923a-4a75-b70c-9e0c058bba45 + AcknowledgedAndCompleted + + diff --git a/103221-1/portal/output/RemoveAllDestinationsRequest_example.xml b/103221-1/portal/output/RemoveAllDestinationsRequest_example.xml new file mode 100644 index 0000000..1a5c185 --- /dev/null +++ b/103221-1/portal/output/RemoveAllDestinationsRequest_example.xml @@ -0,0 +1,10 @@ + + + + admfID + neID + 2017-10-06T18:46:21.480627Z + v1.1.1 + 88611050-d8e2-4ada-96fc-626b5dbd9cdf + + diff --git a/103221-1/portal/output/RemoveAllDestinationsResponse_example.xml b/103221-1/portal/output/RemoveAllDestinationsResponse_example.xml new file mode 100644 index 0000000..ab392cc --- /dev/null +++ b/103221-1/portal/output/RemoveAllDestinationsResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.481629Z + v1.1.1 + 88611050-d8e2-4ada-96fc-626b5dbd9cdf + AcknowledgedAndCompleted + + diff --git a/103221-1/portal/output/RemoveDestinationRequest_example.xml b/103221-1/portal/output/RemoveDestinationRequest_example.xml new file mode 100644 index 0000000..66277d9 --- /dev/null +++ b/103221-1/portal/output/RemoveDestinationRequest_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.47363Z + v1.1.1 + 8c229735-9acf-43ed-8d72-71602625b349 + b0ce308c-aa17-42bd-a27b-287bcb5b3468 + + diff --git a/103221-1/portal/output/RemoveDestinationResponse_example.xml b/103221-1/portal/output/RemoveDestinationResponse_example.xml new file mode 100644 index 0000000..b42246b --- /dev/null +++ b/103221-1/portal/output/RemoveDestinationResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.474625Z + v1.1.1 + 8c229735-9acf-43ed-8d72-71602625b349 + AcknowledgedAndCompleted + + diff --git a/103221-1/portal/output/ReportDestinationIssueRequest_example.xml b/103221-1/portal/output/ReportDestinationIssueRequest_example.xml new file mode 100644 index 0000000..52ba369 --- /dev/null +++ b/103221-1/portal/output/ReportDestinationIssueRequest_example.xml @@ -0,0 +1,13 @@ + + + + admfID + neID + 2017-10-06T18:46:21.526329Z + v1.1.1 + 7e3ff959-55b0-47bd-a417-0d0383252150 + b0ce308c-aa17-42bd-a27b-287bcb5b3468 + NonTerminatingFault + Example destination issue + + diff --git a/103221-1/portal/output/ReportDestinationIssueResponse_example.xml b/103221-1/portal/output/ReportDestinationIssueResponse_example.xml new file mode 100644 index 0000000..f6f54a0 --- /dev/null +++ b/103221-1/portal/output/ReportDestinationIssueResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.526329Z + v1.1.1 + 7e3ff959-55b0-47bd-a417-0d0383252150 + AcknowledgedAndCompleted + + diff --git a/103221-1/portal/output/ReportNEIssueRequest_example.xml b/103221-1/portal/output/ReportNEIssueRequest_example.xml new file mode 100644 index 0000000..4f3a8a8 --- /dev/null +++ b/103221-1/portal/output/ReportNEIssueRequest_example.xml @@ -0,0 +1,12 @@ + + + + admfID + neID + 2017-10-06T18:46:21.531784Z + v1.1.1 + c4cbb148-d3ee-46a9-8e1e-7446d6f91e3b + Warning + Example NE issue + + diff --git a/103221-1/portal/output/ReportNEIssueResponse_example.xml b/103221-1/portal/output/ReportNEIssueResponse_example.xml new file mode 100644 index 0000000..d234f89 --- /dev/null +++ b/103221-1/portal/output/ReportNEIssueResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.531784Z + v1.1.1 + c4cbb148-d3ee-46a9-8e1e-7446d6f91e3b + AcknowledgedAndCompleted + + diff --git a/103221-1/portal/output/ReportTaskIssueRequest_example.xml b/103221-1/portal/output/ReportTaskIssueRequest_example.xml new file mode 100644 index 0000000..fe3fd82 --- /dev/null +++ b/103221-1/portal/output/ReportTaskIssueRequest_example.xml @@ -0,0 +1,13 @@ + + + + admfID + neID + 2017-10-06T18:46:21.516321Z + v1.1.1 + 5f5ae0e4-58fe-4e4f-a949-3bb0d7b09295 + 29f28e1c-f230-486a-a860-f5a784ab9172 + NonTerminatingFault + Example task issue + + diff --git a/103221-1/portal/output/ReportTaskIssueResponse_example.xml b/103221-1/portal/output/ReportTaskIssueResponse_example.xml new file mode 100644 index 0000000..263a904 --- /dev/null +++ b/103221-1/portal/output/ReportTaskIssueResponse_example.xml @@ -0,0 +1,11 @@ + + + + admfID + neID + 2017-10-06T18:46:21.517323Z + v1.1.1 + 5f5ae0e4-58fe-4e4f-a949-3bb0d7b09295 + AcknowledgedAndCompleted + + -- GitLab