diff --git a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml index eb46ca4e0c29cfb840e37c51641b76d430f1e3bd..20ceb1a5798b5d7e753d959e44802a0126dbebe2 100644 --- a/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml +++ b/103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml @@ -800,4 +800,54 @@ + + + ETSI + DeliveryStatus + + + Available + The Delivery is available + + + Acknowledged + The Delivery object details have been acknowledged + + + Expired + The Delivery data is no longer available due to expiry + + + Error + The Delivery has an error + + + Received + The Delivery data has been received + + + + + + ETSI + DeliveryDesiredStatus + + + Available + The Delivery is available + + + Acknowledged + The Delivery object details have been acknowledged + + + Error + The Delivery has an error + + + Received + The Delivery data has been received + + + diff --git a/103120/schema/xsd/ts_103120_Common.xsd b/103120/schema/xsd/ts_103120_Common.xsd index cea9e81d16e5cbac79c0c660d90c65b102dec25a..a2b7e583cebcd3852423c44ca4315adb307e5a62 100644 --- a/103120/schema/xsd/ts_103120_Common.xsd +++ b/103120/schema/xsd/ts_103120_Common.xsd @@ -70,4 +70,21 @@ + + + + + + + + + + + + + + + + + diff --git a/103120/schema/xsd/ts_103120_Core.xsd b/103120/schema/xsd/ts_103120_Core.xsd index 76cfe1dbdef94708eba7888e4b0787fb4dac8190..36bfdc8eac0366936b07f447d8113ab955bc40fd 100644 --- a/103120/schema/xsd/ts_103120_Core.xsd +++ b/103120/schema/xsd/ts_103120_Core.xsd @@ -127,6 +127,9 @@ + + + diff --git a/103120/schema/xsd/ts_103120_Delivery.xsd b/103120/schema/xsd/ts_103120_Delivery.xsd index 0cb4b4cda3c639d1e0e18a8c403ab7260d0d8371..b288ae827b9250deb3cd0aa42c8b4bbd7fd6f90f 100644 --- a/103120/schema/xsd/ts_103120_Delivery.xsd +++ b/103120/schema/xsd/ts_103120_Delivery.xsd @@ -13,6 +13,8 @@ + + @@ -52,6 +54,7 @@ + @@ -72,4 +75,9 @@ + + + + + diff --git a/testing/xsd_compile_targets.json b/testing/xsd_compile_targets.json index 8aa1774d0537a3d02bc7d45b5bba7c455346c196..997c25d27b6c4a383d6f8f11564b7bfd6e1ab0ff 100644 --- a/testing/xsd_compile_targets.json +++ b/testing/xsd_compile_targets.json @@ -49,6 +49,7 @@ "103120/schema/xsd/ts_103120_Task.xsd", "103120/schema/xsd/ts_103120_TrafficPolicy.xsd", "103280/TS_103_280.xsd", + "103707/TS_103_707.xsd", "testing/deps/xmldsig/xmldsig-core-schema.xsd", "103120/examples/xml/FooServiceSchema.xsd" ],