Last modified by Artur on 2025/09/30 13:28

From version 24.5
edited by Helena
on 2025/06/08 21:37
Change comment: There is no comment for this version
To version 26.2
edited by Helena
on 2025/06/11 00:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Tags
... ... @@ -1,0 +1,1 @@
1 +Agency scheme|Artefact|Attribute|Category|Category scheme|Code|Code list|Component|Concept scheme|Data consumer|Data consumer scheme|Data provider|Data provider scheme|Data set|Data source|Data structure definition|Dataflow|Dimension|Hierarchy|Identifiable artefact|Item scheme|Maintainable artefact|Maintenance agency|Measure|Member selection|Metadata repository|Metadata set|Metadata structure definition|Metadataflow|Nameable artefact|Notification|Organisation unit scheme|Provision agreement|Reference metadata|Reference period|Representation|SDMX Information Model|SDMX Registry|SDMX-JSON|SDMX-ML|Series key|Statistical data and metadata exchange|Structural metadata|Subscription|Time period|Timeliness|Validation and transformation language|Versionable artefact|isExternalReference
Content
... ... @@ -385,6 +385,8 @@
385 385  
386 386  An example of this is shown in the XML snippet below:
387 387  
388 +[[image:1749590035576-196.png]]
389 +
388 388  **Figure 8: Example Showing Use of Agency Identifiers**
389 389  
390 390  Each of these [[maintenance agencies>>doc:sdmx:Glossary.Maintenance agency.WebHome]] has an identical [[Code list>>doc:sdmx:Glossary.Code list.WebHome]] with the Id CL_BOP. However, each is uniquely identified by means of the hierarchic agency structure.
... ... @@ -1014,7 +1014,6 @@
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 -(((
1018 1018  (% style="width:1061.83px" %)
1019 1019  |**Event Type**|(% style="width:660px" %)**Comment**
1020 1020  |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.
... ... @@ -1021,7 +1021,6 @@
1021 1021  |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.
1022 1022  |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.
1023 1023  |ALL_EVENTS|(% style="width:660px" %)All events of the specified EventType
1024 -)))
1025 1025  
1026 1026  === 7.5.3 Wildcard Facility ===
1027 1027  
... ... @@ -1033,49 +1033,41 @@
1033 1033  
1034 1034  Examples of wildcarded identifier components for an identified object type of Codelist are shown below:
1035 1035  
1036 -AgencyID = *
1036 +>(% style="font-size:18px" %) AgencyID = *
1037 +>(% style="font-size:18px" %) Id = *
1038 +>(% style="font-size:18px" %) Version = *
1037 1037  
1038 -Id = *
1039 -
1040 -Version = *
1041 -
1042 1042  This subscribes to all Codelists of all versions for all agencies.
1043 1043  
1044 -AgencyID = AGENCY1
1042 +> (% style="font-size:18px" %)AgencyID = AGENCY1
1043 +>(% style="font-size:18px" %) Id = CODELIST1
1044 +>(% style="font-size:18px" %) Version = *
1045 1045  
1046 -Id = CODELIST1
1047 -
1048 -Version = *
1049 -
1050 1050  This subscribes to all versions of Codelist CODELIST1 maintained by the agency AGENCY1.
1051 1051  
1052 -AgencyID = AGENCY1
1048 +> (% style="font-size:18px" %)AgencyID = AGENCY1
1049 +>(% style="font-size:18px" %) Id = *
1050 +>(% style="font-size:18px" %) Version = *
1053 1053  
1054 -Id = *
1055 -
1056 -Version = *
1057 -
1058 1058  This subscribes to all versions of all Codelist objects maintained by the agency AGENCY1.
1059 1059  
1060 -AgencyID = *
1054 +> (% style="font-size:18px" %)AgencyID = *
1055 +>(% style="font-size:18px" %) Id = CODELIST1
1056 +>(% style="font-size:18px" %) Version = *
1061 1061  
1062 -Id = CODELIST1
1063 -
1064 -Version = *
1065 -
1066 1066  This subscribes to all versions of Codelist CODELIST1 maintained by any agency.
1067 1067  
1068 1068  Note that if the subscription is to the latest stable version then this can be achieved by the + character, i.e.:
1069 1069  
1070 -Version = +
1062 +>(% style="font-size:18px" %) Version = +
1071 1071  
1072 1072  A subscription to the latest version (whether stable, draft or non-versioned) can be achieved by the ~~ character, i.e.:
1073 1073  
1074 -Version = ~~
1066 +> (% style="font-size:18px" %)Version = ~~
1075 1075  
1076 1076  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.:
1077 1077  
1078 -Version = 2.3+.1
1070 +>(% style="font-size:18px" %) Version = 2.3+.1
1079 1079  
1080 1080  The complete SDMX versioning syntax can be found in the SDMX Standards Section 6 “Technical Notes”, paragraph “4.3 Versioning”.
1081 1081  
1749590035576-196.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.helena
Size
... ... @@ -1,0 +1,1 @@
1 +46.8 KB
Content
SUZ.Methodology.Code.MethodologyClass[0]