Last modified by Artur on 2025/09/30 13:28
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1034,40 +1034,48 @@ 1034 1034 Examples of wildcarded identifier components for an identified object type of Codelist are shown below: 1035 1035 1036 1036 AgencyID = * 1037 + 1037 1037 Id = * 1039 + 1038 1038 Version = * 1039 1039 1040 1040 This subscribes to all Codelists of all versions for all agencies. 1041 1041 1042 1042 AgencyID = AGENCY1 1045 + 1043 1043 Id = CODELIST1 1047 + 1044 1044 Version = * 1045 1045 1046 1046 This subscribes to all versions of Codelist CODELIST1 maintained by the agency AGENCY1. 1047 1047 1048 -> AgencyID = AGENCY1 1049 -> Id = * 1050 -> Version = * 1052 +AgencyID = AGENCY1 1051 1051 1054 +Id = * 1055 + 1056 +Version = * 1057 + 1052 1052 This subscribes to all versions of all Codelist objects maintained by the agency AGENCY1. 1053 1053 1054 -> AgencyID = * 1055 -> Id = CODELIST1 1056 -> Version = * 1060 +AgencyID = * 1057 1057 1062 +Id = CODELIST1 1063 + 1064 +Version = * 1065 + 1058 1058 This subscribes to all versions of Codelist CODELIST1 maintained by any agency. 1059 1059 1060 1060 Note that if the subscription is to the latest stable version then this can be achieved by the + character, i.e.: 1061 1061 1062 - >Version = +1070 +Version = + 1063 1063 1064 1064 A subscription to the latest version (whether stable, draft or non-versioned) can be achieved by the ~~ character, i.e.: 1065 1065 1066 - >Version = ~~1074 +Version = ~~ 1067 1067 1068 1068 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.: 1069 1069 1070 - >Version = 2.3+.11078 +Version = 2.3+.1 1071 1071 1072 1072 The complete SDMX versioning syntax can be found in the SDMX Standards Section 6 “Technical Notes”, paragraph “4.3 Versioning”. 1073 1073