Last modified by Helena on 2025/09/10 11:19

From version 22.1
edited by Helena
on 2025/05/15 14:33
Change comment: There is no comment for this version
To version 21.14
edited by Helena
on 2025/05/15 14:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -946,13 +946,13 @@
946 946  The Registration has an action attribute which takes one of the following values:
947 947  
948 948  (((
949 -(% style="width:761.294px" %)
950 -|(% style="width:196px" %)**Action Attribute Value**|(% style="width:561px" %)**Behaviour**
951 -|(% style="width:196px" %)Append|(% style="width:561px" %)Add this Registration to the registry
952 -|(% style="width:196px" %)Replace|(% style="width:561px" %)(((
949 +(% style="width:679.294px" %)
950 +|(% style="width:196px" %)**Action Attribute Value**|(% style="width:480px" %)**Behaviour**
951 +|(% style="width:196px" %)Append|(% style="width:480px" %)Add this Registration to the registry
952 +|(% style="width:196px" %)Replace|(% style="width:480px" %)(((
953 953  Replace the existing Registration with identified by the id in the Registration of the SubmitRegistrationRequest
954 954  )))
955 -|(% style="width:196px" %)Delete|(% style="width:561px" %)Delete the existing Registration identified by the id in the Registration of the SubmitRegistrationRequest
955 +|(% style="width:196px" %)Delete|(% style="width:480px" %)Delete the existing Registration identified by the id in the Registration of the SubmitRegistrationRequest
956 956  )))
957 957  
958 958  [[image:SDMX 3-0-0 SECTION 5 FINAL-1.0_en_bc1dcdec.jpg||height="575" width="579"]]
... ... @@ -969,20 +969,27 @@
969 969  
970 970  Information in the data or metadata set is extracted and placed in one or more //Constraint//s (see the //Constraint// model in the SDMX Information Model – Section 2 of the SDMX Standards). The information to be extracted is indicated by the Boolean values set on the ProvisionAgreement or MetadataProvisionAgreement as shown in the table below.
971 971  
972 +:
973 +
972 972  (((
973 -(% style="width:678.294px" %)
974 -|**Indexing Required**|(% style="width:504px" %)**Registration Process Activity**
975 -|indexTimeSeries|(% style="width:504px" %)Extract all the series keys and create a KeySet(s) Constraint.
976 -|indexDataSet|(% style="width:504px" %)Extract all the codes and other content of the Key value of the Series Key in a Data Set and create one or more Cube Regions containing Member Selections of Dimension Components of the Constraints model in the SDMX-IM, and the associated Selection Value.
977 -|indexReportingPeriod|(% style="width:504px" %)(((
975 +|**Indexing Required**|**Registration Process Activity**
976 +|indexTimeSeries|Extract all the series keys and create a KeySet(s) Constraint.
977 +|indexDataSet|Extract all the codes and other content of the Key value of the Series Key in a Data Set and create one or more Cube Regions containing Member Selections of Dimension Components of the Constraints model in the SDMX-IM, and the associated Selection Value.
978 +|indexReportingPeriod|(((
978 978  This applies only to a registered __dataset__.
980 +
979 979  Extract the Reporting Begin and Reporting End from the Header of the Message containing the data set, and create a Reference Period constraint.
980 980  )))
981 -|**Indexing Required**|(% style="width:504px" %)**Registration Process Activity**
982 -|indexAttributes|(% style="width:504px" %)(((
983 +|**Indexing Required**|**Registration Process Activity**
984 +|indexAttributes|(((
983 983  **Data Set**
984 -Extract the content of the Attribute Values in a Data Set and create one or more Cube Regions containing Member Selections of Data Attribute Components of the Constraints model in the SDMXIM, and the associated Selection Value
986 +
987 +Extract the content of the Attribute Values in a Data Set and create one or more Cube Regions containing Member Selections of Data Attribute Components of the Constraints model in the
988 +
989 +SDMXIM, and the associated Selection Value
990 +
985 985  **Metadata Set**
992 +
986 986  Indicate the presence of a Reported Attribute by creating one or more Cube Regions containing Member Selections of Metadata Attribute Components of the Constraints model in the SDMX-IM. Note that the content is not stored in the Selection Value.
987 987  )))
988 988  )))
... ... @@ -991,7 +991,7 @@
991 991  
992 992  The Registration must reference the ProvisionAgreement or MetadataProvisionAgreement to which it relates.
993 993  
994 -=== {{id name="_Toc93876"/}}7.4.3 Registration Response ===
1001 +===== {{id name="_Toc93876"/}}7.4.3 Registration Response =====
995 995  
996 996  After a registration request has been submitted to the registry, a response is returned to the submitter indicating success or failure. Given that a registration request can hold many Registrations, then there must be a registration status for each Registration. The SubmitRegistration class has a status field, which is either set to “Success”, “Warning” or “Failure”.
997 997  
... ... @@ -1021,18 +1021,20 @@
1021 1021  
1022 1022  Regardless of the type of registry/repository events being observed, a subscription always contains:
1023 1023  
1024 -1. set of URIs describing the end-points to which notifications must be sent if the subscription is activated. The URIs can be either mailto~: or http: protocol. In the former case an email notification is sent; in the latter an HTTP POST notification is sent.
1031 +1. A set of URIs describing the end-points to which notifications must be sent if the subscription is activated. The URIs can be either mailto~: or http: protocol. In the former case an email notification is sent; in the latter an HTTP POST notification is sent.
1025 1025  1. A user-defined identifier, which is returned in the response to the subscription request. This helps with asynchronous processing and is NOT stored in the Registry.
1026 1026  1. A validity period which defines both when the subscription becomes active and expires. The subscriber may be sent a notification on expiration of the subscription.
1027 1027  1. A selector which specifies which type of events are of interest. The set of event types is:
1028 1028  
1036 +:
1037 +::
1038 +
1029 1029  (((
1030 -(% style="width:856.294px" %)
1031 -|(% style="width:320px" %)**Event Type**|(% style="width:532px" %)**Comment**
1032 -|(% style="width:320px" %)STRUCTURAL_REPOSITORY_EVENTS|(% style="width:532px" %)Life-cycle changes to Maintainable Artefacts in the structural metadata repository.
1033 -|(% style="width:320px" %)DATA_REGISTRATION_EVENTS|(% style="width:532px" %)Whenever a published dataset is registered. This can be either a SDMXML data file or an SDMX conformant database.
1034 -|(% style="width:320px" %)METADATA_REGISTRATION_EVENTS|(% style="width:532px" %)Whenever a published metadataset is registered. This can be either a SDMXML reference metadata file or an SDMX conformant database.
1035 -|(% style="width:320px" %)ALL_EVENTS|(% style="width:532px" %)All events of the specified EventType
1040 +|**Event Type**|**Comment**
1041 +|STRUCTURAL_REPOSITORY_EVENTS|Life-cycle changes to Maintainable Artefacts in the structural metadata repository.
1042 +|DATA_REGISTRATION_EVENTS|Whenever a published dataset is registered. This can be either a SDMXML data file or an SDMX conformant database.
1043 +|METADATA_REGISTRATION_EVENTS|Whenever a published metadataset is registered. This can be either a SDMXML reference metadata file or an SDMX conformant database.
1044 +|ALL_EVENTS|All events of the specified EventType
1036 1036  )))
1037 1037  
1038 1038  === {{id name="_Toc93880"/}}7.5.3 Wildcard Facility ===
... ... @@ -1099,14 +1099,15 @@
1099 1099  
1100 1100  Whenever a dataset or metadata-set is registered a registration event is created. A subscription may be observing all data or metadata registrations, or it may focus on specific registrations as shown in the table below:
1101 1101  
1111 +:
1112 +
1102 1102  (((
1103 -(% style="width:1126.29px" %)
1104 -|(% style="width:382px" %)**Selector**|(% style="width:740px" %)**Comment**
1105 -|(% style="width:382px" %)DataProvider & MetadataProvider|(% style="width:740px" %)Any datasets or metadata sets registered by the specified data or metadata provider will activate the notification.
1106 -|(% style="width:382px" %)ProvisionAgreement & MetadataProvisionAgreement|(% style="width:740px" %)Any datasets or metadata sets registered for the agreement will activate the notification.
1107 -|(% style="width:382px" %)Dataflow & Metadataflow|(% style="width:740px" %)Any datasets or metadata sets registered for the specified dataflow (or metadataflow) will activate the notification.
1108 -|(% style="width:382px" %)DataStructureDefinition & MetadataStructureDefinition|(% style="width:740px" %)Any datasets or metadata sets registered for those dataflows (or metadataflows) that are based on the specified Data Structure Definition will activate the notification
1109 -|(% style="width:382px" %)Category|(% style="width:740px" %)Any datasets or metadata sets registered for those dataflows, metadataflows, provision agreements that are categorised by the category.
1114 +|**Selector**|**Comment**
1115 +|DataProvider & MetadataProvider|Any datasets or metadata sets registered by the specified data or metadata provider will activate the notification.
1116 +|ProvisionAgreement & MetadataProvisionAgreement|Any datasets or metadata sets registered for the agreement will activate the notification.
1117 +|Dataflow & Metadataflow|Any datasets or metadata sets registered for the specified dataflow (or metadataflow) will activate the notification.
1118 +|DataStructureDefinition & MetadataStructureDefinition|Any datasets or metadata sets registered for those dataflows (or metadataflows) that are based on the specified Data Structure Definition will activate the notification
1119 +|Category|Any datasets or metadata sets registered for those dataflows, metadataflows, provision agreements that are categorised by the category.
1110 1110  )))
1111 1111  
1112 1112  The event will also capture the semantic of the registration: deletion or replacement of an existing registration or a new registration.
... ... @@ -1138,6 +1138,12 @@
1138 1138  
1139 1139  The notification will contain the Registration.
1140 1140  
1141 -----
1151 +[[1>>path:#sdfootnote1anc||name="sdfootnote1sym"]] With semantic versioning, it is allowed to reference a range of artefacts, e.g., a DSD referencing a Codelist with version 1.2.3+ means all patch versions greater than 1.2.3. This means that deleting 1.2.4draft does not break integrity of the aforementioned DSD.
1142 1142  
1153 +[[2>>path:#sdfootnote2anc||name="sdfootnote2sym"]] The identification of an Agency in the URN structure for the maintainable object is by means of the agencyId. The AgencyScheme is not identified as SDMX has a mechanism for identifying an Agency uniquely by its Id. Note that this Id may be hierarchical. For example, a sub-agency of IMF is referred like this:
1154 +
1155 +IMF.SubAgency1
1156 +
1157 +[[3>>path:#sdfootnote3anc||name="sdfootnote3sym"]] Note that Codelist is also an EnumeratedList.
1158 +
1143 1143  {{putFootnotes/}}