Changes for page Part IV. Data and Reference Metadata Namespaces
Last modified by Elena on 2025/09/10 11:19
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -524,13 +524,11 @@ 524 524 |(% style="width:267px" %)**SDMX Facet**|(% style="width:729px" %)**XML Schema Facet** 525 525 |(% style="width:267px" %)minLength|(% style="width:729px" %)xs:minLength 526 526 |(% style="width:267px" %)maxLength|(% style="width:729px" %)xs:maxLength 527 -|(% style="width:267px" %)minValue [^1]|(% style="width:729px" %)if ExclusiveValueRange: xs:minExclusives, else: xs:minInclusive528 -|(% style="width:267px" %)maxValue [^1]|(% style="width:729px" %)if ExclusiveValueRange: xs:maxExclusives, else: xs:maxInclusive529 -|(% style="width:267px" %)decimals [^1]|(% style="width:729px" %)xs:fractionDigits527 +|(% style="width:267px" %)minValue{{footnote}}Note that these options only apply to numeric representations and should be ignored if the data type is non-numeric.{{/footnote}}|(% style="width:729px" %)if ExclusiveValueRange: xs:minExclusives, else: xs:minInclusive 528 +|(% style="width:267px" %)maxValue^^1^^|(% style="width:729px" %)if ExclusiveValueRange: xs:maxExclusives, else: xs:maxInclusive 529 +|(% style="width:267px" %)decimals^^1^^|(% style="width:729px" %)xs:fractionDigits 530 530 |(% style="width:267px" %)pattern|(% style="width:729px" %)xs:pattern 531 531 532 -[^1]: Note that these options only apply to numeric representations and should be ignored if the data type is non-numeric. 533 - 534 534 Any other facets are informational only and will not affect the determined type. 535 535 536 536 === 3.3.7 Representation for Not Applicable Dimensions === ... ... @@ -897,13 +897,13 @@ 897 897 898 898 ~1. Without the //updatedAfter//, //includeHistory//, //detail//, //attributes// or //measures// URL parameters: 899 899 900 -The response message should contain the retrieved data in a *Replace*dataset (instead of the previous *information* dataset).898 +The response message should contain the retrieved data in a //Replace// dataset (instead of the previous *information* dataset). 901 901 902 -2. Without the *updatedAfter*and*includeHistory*, but with*detail*,*attributes*or*measures*URL parameters:900 +2. Without the //updatedAfter// and //includeHistory//, but with //detail//, //attributes// or //measures// URL parameters: 903 903 904 -The response message should contain the retrieved data in a *Merge*dataset (instead of the previous *Information* dataset).902 +The response message should contain the retrieved data in a //Merge// dataset (instead of the previous *Information* dataset). 905 905 906 -3. With the *updatedAfter*URL parameter:904 +3. With the //updatedAfter// URL parameter: 907 907 908 908 The response must include the information of all previously updated, inserted and deleted data or data-related reference metadata, even if bulk deletions have been used. One of the two approaches are possible: 909 909 ... ... @@ -912,19 +912,16 @@ 912 912 * a //Delete// dataset for entirely deleted observations, for entirely deleted sets of (data-related reference metadata) attribute values attached to specific dimension combinations and for individually deleted mesure, attribute and reference metadata values and 913 913 a //Merge// dataset for all other updated or inserted observation, attribute and data-related reference metadata values. 914 914 915 - 916 - The DB synchronization use case requires that the generated response must always allow achieving to replicate the exact same punctual data content as currently stored in the queried data source. 913 +The DB synchronization use case requires that the generated response must always allow achieving to replicate the exact same punctual data content as currently stored in the queried data source. 917 917 918 -1. With the *includeHistory* URL parameter: 919 - 920 - Using a number of datasets with *Delete*, *Replace* or *Merge* actions and limited in their validity time span that allow achieving to replicate the exact same punctual data contents as previously stored in the queried data source. 915 +~1. With the *includeHistory* URL parameter: 921 921 922 -1. With the *asOf* URL parameter: 923 - 924 - The recommendations of 1 and 2 apply depending on the other parameters. In addition, the returned dataset should have its validity time span limited to the point in time requested in the *asOf* parameter. 917 +Using a number of datasets with *Delete*, *Replace* or *Merge* actions and limited in their validity time span that allow achieving to replicate the exact same punctual data contents as previously stored in the queried data source. 925 925 926 - [^2]:So far this is recommended for systems thatdo notrequirebackward-compatibility.Later,with SDMX 4.0, this may generally bemademandatory.919 +2. With the *asOf* URL parameter: 927 927 921 +The recommendations of 1 and 2 apply depending on the other parameters. In addition, the returned dataset should have its validity time span limited to the point in time requested in the *asOf* parameter. 922 + 928 928 == 4.2 Reference Metadata Actions == 929 929 930 930 Reference metadata defined by a Metadataflow or a MetadataProvisionAgreement are exchanged within reference metadatasets, which are maintainable and thus for actions behave like structural metadata (artefacts): When interacting with SDMX Rest web services, the HTTP action verbs GET, PUT and POST are used to indicate the intended action per web request. Consequently, different actions cannot be bundled and executed with “transactional ACIDity”. Note that metadatasets retrieved using the HTTP header “Accept-Language” may contain only partial languages, and thus should be marked with its *isPartialLanguage* property set to true. Submitting such a partial metadataset to update an SDMX storage system will only add or update the included languages but not change other languages.