Last modified by Artur on 2025/09/30 13:28
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1014,6 +1014,7 @@ 1014 1014 1. A validity period which defines both when the [[subscription>>doc:sdmx:Glossary.Subscription.WebHome]] becomes active and expires. The subscriber may be sent a [[notification>>doc:sdmx:Glossary.Notification.WebHome]] on expiration of the [[subscription>>doc:sdmx:Glossary.Subscription.WebHome]]. 1015 1015 1. A selector which specifies which type of events are of interest. The set of event types is: 1016 1016 1017 +((( 1017 1017 (% style="width:1061.83px" %) 1018 1018 |**Event Type**|(% style="width:660px" %)**Comment** 1019 1019 |STRUCTURAL_REPOSITORY_EVENTS|(% style="width:660px" %)Life-cycle changes to [[Maintainable Artefacts>>doc:sdmx:Glossary.Maintainable artefact.WebHome]] in the [[structural metadata>>doc:sdmx:Glossary.Structural metadata.WebHome]] repository. ... ... @@ -1020,6 +1020,7 @@ 1020 1020 |DATA_REGISTRATION_EVENTS|(% style="width:660px" %)Whenever a published [[dataset>>doc:sdmx:Glossary.Data set.WebHome]] is registered. This can be either a SDMXML data file or an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] conformant database. 1021 1021 |METADATA_REGISTRATION_EVENTS|(% style="width:660px" %)Whenever a published metadataset is registered. This can be either a SDMXML [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] file or an [[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]] conformant database. 1022 1022 |ALL_EVENTS|(% style="width:660px" %)All events of the specified EventType 1024 +))) 1023 1023 1024 1024 === 7.5.3 Wildcard Facility === 1025 1025 ... ... @@ -1031,41 +1031,41 @@ 1031 1031 1032 1032 Examples of wildcarded identifier components for an identified object type of Codelist are shown below: 1033 1033 1034 - >(% style="font-size:18px" %)AgencyID = *1035 - >(% style="font-size:18px" %)Id = *1036 - >(% style="font-size:18px" %)Version = *1036 +AgencyID = * 1037 +Id = * 1038 +Version = * 1037 1037 1038 1038 This subscribes to all Codelists of all versions for all agencies. 1039 1039 1040 - > (% style="font-size:18px" %)AgencyID = AGENCY11041 - >(% style="font-size:18px" %)Id = CODELIST11042 - >(% style="font-size:18px" %)Version = *1042 +AgencyID = AGENCY1 1043 +Id = CODELIST1 1044 +Version = * 1043 1043 1044 1044 This subscribes to all versions of Codelist CODELIST1 maintained by the agency AGENCY1. 1045 1045 1046 -> (% style="font-size:18px" %)AgencyID = AGENCY11047 -> (%style="font-size:18px" %)Id = *1048 -> (%style="font-size:18px" %)Version = *1048 +> AgencyID = AGENCY1 1049 +> Id = * 1050 +> Version = * 1049 1049 1050 1050 This subscribes to all versions of all Codelist objects maintained by the agency AGENCY1. 1051 1051 1052 -> (% style="font-size:18px" %)AgencyID = *1053 -> (%style="font-size:18px" %)Id = CODELIST11054 -> (%style="font-size:18px" %)Version = *1054 +> AgencyID = * 1055 +> Id = CODELIST1 1056 +> Version = * 1055 1055 1056 1056 This subscribes to all versions of Codelist CODELIST1 maintained by any agency. 1057 1057 1058 1058 Note that if the subscription is to the latest stable version then this can be achieved by the + character, i.e.: 1059 1059 1060 -> (%style="font-size:18px" %)Version = +1062 +> Version = + 1061 1061 1062 1062 A subscription to the latest version (whether stable, draft or non-versioned) can be achieved by the ~~ character, i.e.: 1063 1063 1064 -> (% style="font-size:18px" %)Version = ~~1066 +> Version = ~~ 1065 1065 1066 1066 A subscription to the latest stable version within major version 2 starting with version 2.3.1 can be achieved by adding the + character after the minor version number, i.e.: 1067 1067 1068 -> (%style="font-size:18px" %)Version = 2.3+.11070 +> Version = 2.3+.1 1069 1069 1070 1070 The complete SDMX versioning syntax can be found in the SDMX Standards Section 6 “Technical Notes”, paragraph “4.3 Versioning”. 1071 1071