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

From version 21.14
edited by Helena
on 2025/06/08 16:42
Change comment: There is no comment for this version
To version 21.16
edited by Helena
on 2025/06/08 16:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1018,7 +1018,7 @@
1018 1018  
1019 1019  **Figure 19: Logical Class Diagram of the Subscription**
1020 1020  
1021 -===== {{id name="_Toc90828"/}}7.5.2 Subscription Information =====
1021 +=== 7.5.2 Subscription Information ===
1022 1022  
1023 1023  Regardless of the type of registry/repository events being observed, a subscription always contains:
1024 1024  
... ... @@ -1027,18 +1027,16 @@
1027 1027  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.
1028 1028  1. A selector which specifies which type of events are of interest. The set of event types is:
1029 1029  
1030 -:
1031 -::
1032 -
1033 1033  (((
1034 -|**Event Type**|**Comment**
1035 -|STRUCTURAL_REPOSITORY_EVENTS|Life-cycle changes to Maintainable Artefacts in the structural metadata repository.
1036 -|DATA_REGISTRATION_EVENTS|Whenever a published dataset is registered. This can be either a SDMXML data file or an SDMX conformant database.
1037 -|METADATA_REGISTRATION_EVENTS|Whenever a published metadataset is registered. This can be either a SDMXML reference metadata file or an SDMX conformant database.
1038 -|ALL_EVENTS|All events of the specified EventType
1031 +(% style="width:1061.83px" %)
1032 +|**Event Type**|(% style="width:660px" %)**Comment**
1033 +|STRUCTURAL_REPOSITORY_EVENTS|(% style="width:660px" %)Life-cycle changes to Maintainable Artefacts in the structural metadata repository.
1034 +|DATA_REGISTRATION_EVENTS|(% style="width:660px" %)Whenever a published dataset is registered. This can be either a SDMXML data file or an SDMX conformant database.
1035 +|METADATA_REGISTRATION_EVENTS|(% style="width:660px" %)Whenever a published metadataset is registered. This can be either a SDMXML reference metadata file or an SDMX conformant database.
1036 +|ALL_EVENTS|(% style="width:660px" %)All events of the specified EventType
1039 1039  )))
1040 1040  
1041 -===== {{id name="_Toc90829"/}}7.5.3 Wildcard Facility =====
1039 +=== 7.5.3 Wildcard Facility ===
1042 1042  
1043 1043  Subscription notification supports wildcarded identifier components URNs, which are identifiers which have some or all of their component parts replaced by the wildcard character `*`. Identifier components comprise:
1044 1044  
... ... @@ -1094,30 +1094,29 @@
1094 1094  
1095 1095  The complete SDMX versioning syntax can be found in the SDMX Standards Section 6 “Technical Notes”, paragraph “4.3 Versioning”.
1096 1096  
1097 -===== {{id name="_Toc90830"/}}7.5.4 Structural Repository Events =====
1095 +=== 7.5.4 Structural Repository Events ===
1098 1098  
1099 1099  Whenever a maintainable artefact (data structure definition, concept scheme, codelist, metadata structure definition, category scheme, etc.) is added to, deleted from, or modified in the structural metadata repository, a structural metadata event is triggered. Subscriptions may be set up to monitor all such events, or focus on specific artefacts such as a Data Structure Definition.
1100 1100  
1101 -===== {{id name="_Toc90831"/}}7.5.5 Registration Events =====
1099 +=== 7.5.5 Registration Events ===
1102 1102  
1103 1103  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:
1104 1104  
1105 -:
1106 -
1107 1107  (((
1108 -|**Selector**|**Comment**
1109 -|DataProvider|Any datasets registered by the specified dataprovider will activate the notification.
1110 -|ProvisionAgreement|Any datasets for the agreement will activate the notification.
1111 -|Dataflow|Any datasets for the specified dataflow will activate the notification.
1112 -|DataStructureDefinition|Any datasets for those dataflows that are based on the specified Data Structure Definition will activate the notification
1113 -|Category|Any datasets registered for those dataflows, provision agreements that are categorised by the category.
1104 +(% style="width:1082.83px" %)
1105 +|(% style="width:230px" %)**Selector**|(% style="width:850px" %)**Comment**
1106 +|(% style="width:230px" %)DataProvider|(% style="width:850px" %)Any datasets registered by the specified dataprovider will activate the notification.
1107 +|(% style="width:230px" %)ProvisionAgreement|(% style="width:850px" %)Any datasets for the agreement will activate the notification.
1108 +|(% style="width:230px" %)Dataflow|(% style="width:850px" %)Any datasets for the specified dataflow will activate the notification.
1109 +|(% style="width:230px" %)DataStructureDefinition|(% style="width:850px" %)Any datasets for those dataflows that are based on the specified Data Structure Definition will activate the notification
1110 +|(% style="width:230px" %)Category|(% style="width:850px" %)Any datasets registered for those dataflows, provision agreements that are categorised by the category.
1114 1114  )))
1115 1115  
1116 1116  The event will also capture the semantic of the registration: deletion or replacement of an existing registration or a new registration.
1117 1117  
1118 -== {{id name="_Toc90832"/}}7.6 Notification ==
1115 +== 7.6 Notification ==
1119 1119  
1120 -==== {{id name="_Toc90833"/}}7.6.1 Logical Class Diagram ====
1117 +=== 7.6.1 Logical Class Diagram ===
1121 1121  
1122 1122  [[image:SDMX 3.1 Section 5_en_8bc1b889.jpg||height="379" width="579"]]
1123 1123  
... ... @@ -1134,11 +1134,11 @@
1134 1134  
1135 1135  Additionally, supplementary information may be contained in the notification as detailed below.
1136 1136  
1137 -==== {{id name="_Toc90834"/}}7.6.2 Structural Event Component ====
1134 +=== 7.6.2 Structural Event Component ===
1138 1138  
1139 1139  The notification will contain the MaintainableArtefact that triggered the event in a form similar to the SDMX-ML structural message (using elements from that namespace).
1140 1140  
1141 -==== {{id name="_Toc90835"/}}7.6.3 Registration Event Component ====
1138 +=== 7.6.3 Registration Event Component ===
1142 1142  
1143 1143  The notification will contain the Registration.
1144 1144