Last modified by Artur on 2025/09/30 13:28
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -710,7 +710,7 @@ 710 710 )))|(% style="width:737px" %)BIS:PROCESS1(1.0.0).STEP1.TRANSITION1 711 711 |(% style="width:297px" %)UserDefinedOperator|(% style="width:647px" %)(% style="color:#000000" %)userDefinedOperatorSchemeAgencyId userDefinedOperatorSchemeId(version) usserDefinedOperatorId|(% style="width:737px" %)ECB:OS_CALC(1.2.0).OS267 712 712 |(% style="width:297px" %)//UserDefinedOperatorScheme//|(% style="width:647px" %)(% style="color:#000000" %)userDefinedOperatorSchemeAgencyId userDefinedOperatorSchemeId(version)|(% style="width:737px" %)ECB:OS_CALC(1.2.0) 713 -|(% style="width:297px" %)//ValueList//|(% style="width:647px" %)(% style="color:#000000" %)valuelistAgencyId:valuelistId(version)|(% style="width:737px" %)SDMX:VLIST(1.0.0) 713 +|(% style="width:297px" %)//ValueList//|(% style="width:647px" %)(% style="color:#000000" %)valuelistAgencyId:valuelistId(version)|(% style="width:737px" %)[[SDMX>>doc:sdmx:Glossary.Statistical data and metadata exchange.WebHome]]:VLIST(1.0.0) 714 714 |(% style="width:297px" %)VtlCodelistMapping|(% style="width:647px" %)(% style="color:#000000" %)vtlMappingSchemeAgencyId vtlMappingSchemeId(version) vtlCodelistMappingId|(% style="width:737px" %)ECB:CLIST_MP(2.0.0).ABZ 715 715 |(% style="width:297px" %)VtlConceptMapping|(% style="width:647px" %)(% style="color:#000000" %)vtlMappingSchemeAgencyId vtlMappingSchemeId(version) vtlConceptMappingId|(% style="width:737px" %)ECB:CLIST_MP(1.0.0).XYA 716 716 |(% style="width:297px" %)VtlDataflowMapping|(% style="width:647px" %)(% style="color:#000000" %)vtlMappingSchemeAgencyId vtlMappingSchemeId(version) vtlDataflowMappingId|(% style="width:737px" %)ECB:CLIST_MP(1.0.0).MOQ ... ... @@ -932,11 +932,10 @@ 932 932 The Registration has an action [[attribute>>doc:sdmx:Glossary.Attribute.WebHome]] which takes one of the following values: 933 933 934 934 ((( 935 -(% style="width:918.835px" %) 936 -|(% style="width:224px" %)**Action Attribute Value**|(% style="width:692px" %)**Behaviour** 937 -|(% style="width:224px" %)Append|(% style="width:692px" %)Add this Registration to the registry 938 -|(% style="width:224px" %)Replace|(% style="width:692px" %)Replace the existing Registration with identified by the id in the Registration of the SubmitRegistrationRequest 939 -|(% style="width:224px" %)Delete|(% style="width:692px" %)Delete the existing Registration identified by the id in the Registration of the SubmitRegistrationRequest 935 +|(% style="width:224px" %)**Action Attribute Value**|(% style="width:1457px" %)**Behaviour** 936 +|(% style="width:224px" %)Append|(% style="width:1457px" %)Add this Registration to the registry 937 +|(% style="width:224px" %)Replace|(% style="width:1457px" %)Replace the existing Registration with identified by the id in the Registration of the SubmitRegistrationRequest 938 +|(% style="width:224px" %)Delete|(% style="width:1457px" %)Delete the existing Registration identified by the id in the Registration of the SubmitRegistrationRequest 940 940 ))) 941 941 942 942 [[image:SDMX 3.1 Section 5_en_90b3c64a.jpg||height="434" width="579"]] ... ... @@ -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 = * 1036 + 1037 1037 Id = * 1038 + 1038 1038 Version = * 1039 1039 1040 1040 This subscribes to all Codelists of all versions for all agencies. 1041 1041 1042 1042 AgencyID = AGENCY1 1044 + 1043 1043 Id = CODELIST1 1046 + 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 = * 1051 +AgencyID = AGENCY1 1051 1051 1053 +Id = * 1054 + 1055 +Version = * 1056 + 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 = * 1059 +AgencyID = * 1057 1057 1061 +Id = CODELIST1 1062 + 1063 +Version = * 1064 + 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 = +1069 +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 = ~~1073 +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+.11077 +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