Changes for page 3 SDMX Base Package
Last modified by Helena on 2025/09/10 11:19
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -30,8 +30,10 @@ 30 30 31 31 This group of classes forms the nucleus of the administration facets of SDMX objects. They provide features which are reusable by derived classes to support horizontal functionality such as identity, versioning etc. 32 32 33 -All classes derived from the abstract class //AnnotableArtefact// may have Annotations (or notes): this supports the need to add notes to all SDMX-ML elements. The Annotation is used to convey extra information to describe any SDMX construct. This information may be in the form of a URL reference and/or a multilingual text (represented by the association to InternationalString).33 +All classes derived from the abstract class //AnnotableArtefact// may have Annotations (or notes): this supports the need to add notes to all SDMX-ML elements. The Annotation is used to convey extra information to describe any SDMX construct. This information may be in the form of a URL reference and/or a multilingual text (represented by the association to 34 34 35 +InternationalString). 36 + 35 35 The //IdentifiableArtefact// is an abstract class that comprises the basic attributes needed for identification. Concrete classes based on //IdentifiableArtefact// all inherit the ability to be uniquely identified. 36 36 37 37 The //NamableArtefact// is an abstract class that inherits from //IdentifiableArtefact //and in addition the +description and +name roles support multilingual descriptions and names for all objects based on //NameableArtefact//. The InternationalString supports the representation of a description in multiple locales (locale is similar to language but includes geographic variations such as Canadian French, US English etc.). The //LocalisedString// supports the representation of a description in one locale. ... ... @@ -44,24 +44,23 @@ 44 44 45 45 ==== 3.2.2.2 Definitions ==== 46 46 47 -(% style="width:914.039px" %) 48 -|**Class**|(% style="width:244px" %)**Feature**|(% style="width:514px" %)**Description** 49 -|//AnnotableArtefact//|(% style="width:244px" %)((( 49 +|**Class**|**Feature**|**Description** 50 +|//AnnotableArtefact//|((( 50 50 Base inheritance sub classes are: 51 51 52 52 //IdentifiableArtefact// 53 -)))| (% style="width:514px" %)Objects of classes derived from this can have attached annotations.54 -|Annotation| (%style="width:244px" %)|(% style="width:514px" %)Additional descriptive information attached to an object.55 -| | (% style="width:244px" %)id|(% style="width:514px" %)Identifier for the Annotation. It can be used to disambiguate one Annotation from another where there are several Annotations for the same annotated object.56 -| | (% style="width:244px" %)title|(% style="width:514px" %)A title used to identify an annotation.57 -| | (% style="width:244px" %)type|(% style="width:514px" %)Specifies how the annotation is to be processed.58 -| | (% style="width:244px" %)url|(% style="width:514px" %)A link to external descriptive text.59 -| | (% style="width:244px" %)value|(% style="width:514px" %)A non-localised version of the Annotation content.60 -| | (% style="width:244px" %)+url|(% style="width:514px" %)An International URI provides a set of links that are language specific, via this role.61 -| | (% style="width:244px" %)+text|(% style="width:514px" %)An International String provides the multilingual text content of the annotation via this role.62 -|InternationalUri| (%style="width:244px" %)|(% style="width:514px" %)The International Uri is a collection of Localised URIs and supports linking to external descriptions in multiple locales.63 -|LocalisedUri| (%style="width:244px" %)|(% style="width:514px" %)The Localised URI supports the link to an external description in one locale (locale is similar to language but includes geographic variations such as Canadian French, US English etc.).64 -|//IdentifiableArtefact//|( % style="width:244px" %)(((54 +)))|Objects of classes derived from this can have attached annotations. 55 +|Annotation| |Additional descriptive information attached to an object. 56 +| |id|Identifier for the Annotation. It can be used to disambiguate one Annotation from another where there are several Annotations for the same annotated object. 57 +| |title|A title used to identify an annotation. 58 +| |type|Specifies how the annotation is to be processed. 59 +| |url|A link to external descriptive text. 60 +| |value|A non-localised version of the Annotation content. 61 +| |+url|An International URI provides a set of links that are language specific, via this role. 62 +| |+text|An International String provides the multilingual text content of the annotation via this role. 63 +|InternationalUri| |The International Uri is a collection of Localised URIs and supports linking to external descriptions in multiple locales. 64 +|LocalisedUri| |The Localised URI supports the link to an external description in one locale (locale is similar to language but includes geographic variations such as Canadian French, US English etc.). 65 +|//IdentifiableArtefact//|((( 65 65 Superclass is 66 66 67 67 //AnnotableArtefact// ... ... @@ -69,28 +69,28 @@ 69 69 Base inheritance sub classes are: 70 70 71 71 //NameableArtefact// 72 -)))| (% style="width:514px" %)Provides identity to all derived classes. It also provides annotations to derived classes because it is a subclass of Annotable Artefact.73 -| | (% style="width:244px" %)id|(% style="width:514px" %)The unique identifier of the object.74 -| | (% style="width:244px" %)uri|(% style="width:514px" %)Universal resource identifier that may or may not be resolvable.75 -| | (% style="width:244px" %)urn|(% style="width:514px" %)Universal resource name – this is for use in registries: all registered objects have a urn.76 -|//NameableArtefact//|( % style="width:244px" %)(((73 +)))|Provides identity to all derived classes. It also provides annotations to derived classes because it is a subclass of Annotable Artefact. 74 +| |id|The unique identifier of the object. 75 +| |uri|Universal resource identifier that may or may not be resolvable. 76 +| |urn|Universal resource name – this is for use in registries: all registered objects have a urn. 77 +|//NameableArtefact//|((( 77 77 Superclass is 78 78 79 79 //IdentifiableArtefact// Base inheritance sub classes are: 80 80 81 81 //VersionableArtefact// 82 -)))| (% style="width:514px" %)Provides a Name and Description to all derived classes in addition to identification and annotations.83 -| | (% style="width:244px" %)+description|(% style="width:514px" %)(((83 +)))|Provides a Name and Description to all derived classes in addition to identification and annotations. 84 +| |+description|((( 84 84 A multi-lingual description is provided by this role via the 85 85 86 86 International String class. 87 87 ))) 88 -| | (% style="width:244px" %)+name|(% style="width:514px" %)A multi-lingual name is provided by this role via the International String class89 -|InternationalString| (%style="width:244px" %)|(% style="width:514px" %)The International String is a collection of Localised Strings and supports the representation of text in multiple locales.90 -|LocalisedString| (%style="width:244px" %)|(% style="width:514px" %)The Localised String supports the representation of text in one locale (locale is similar to language but includes geographic variations such as Canadian French, US English etc.).91 -| | (% style="width:244px" %)label|(% style="width:514px" %)Label of the string.92 -| | (% style="width:244px" %)locale|(% style="width:514px" %)The geographic locale of the string e.g French, Canadian French.93 -|//VersionableArtefact//|( % style="width:244px" %)(((89 +| |+name|A multi-lingual name is provided by this role via the International String class 90 +|InternationalString| |The International String is a collection of Localised Strings and supports the representation of text in multiple locales. 91 +|LocalisedString| |The Localised String supports the representation of text in one locale (locale is similar to language but includes geographic variations such as Canadian French, US English etc.). 92 +| |label|Label of the string. 93 +| |locale|The geographic locale of the string e.g French, Canadian French. 94 +|//VersionableArtefact//|((( 94 94 Superclass is 95 95 96 96 //NameableArtefact// ... ... @@ -98,20 +98,20 @@ 98 98 Base inheritance sub classes are: 99 99 100 100 //MaintainableArtefact// 101 -)))| (% style="width:514px" %)Provides versioning information for all derived objects.102 -| | (% style="width:244px" %)version|(% style="width:514px" %)A version string following SDMX versioning rules.103 -| | (% style="width:244px" %)validFrom|(% style="width:514px" %)Date from which the version is valid104 -| | (% style="width:244px" %)validTo|(% style="width:514px" %)Date from which version is superseded105 -|//MaintainableArtefact//|( % style="width:244px" %)(((102 +)))|Provides versioning information for all derived objects. 103 +| |version|A version string following SDMX versioning rules. 104 +| |validFrom|Date from which the version is valid 105 +| |validTo|Date from which version is superseded 106 +|//MaintainableArtefact//|((( 106 106 Inherits from 107 107 108 108 //VersionableArtefact// 109 -)))| (% style="width:514px" %)An abstract class to group together primary structural metadata artefacts that are maintained by an Agency.110 -| | (% style="width:244px" %)isExternalReference|(% style="width:514px" %)If set to “true” it indicates that the content of the object is held externally.111 -| | (%style="width:244px" %)structureURL|(% style="width:514px" %)The URL of an SDMX-ML document containing the external object.112 -| | (%style="width:244px" %)serviceURL|(% style="width:514px" %)The URL of an SDMX-compliant web service from which the external object can be retrieved.113 -| | (% style="width:244px" %)+maintainer|(% style="width:514px" %)Association to the Maintenance Agency responsible for maintaining the artefact.114 -|Agency| (%style="width:244px" %)|(% style="width:514px" %)See section on “Organisations”110 +)))|An abstract class to group together primary structural metadata artefacts that are maintained by an Agency. 111 +| |isExternalReference|If set to “true” it indicates that the content of the object is held externally. 112 +| |structureURL|The URL of an SDMX-ML document containing the external object. 113 +| |serviceURL|The URL of an SDMX-compliant web service from which the external object can be retrieved. 114 +| |+maintainer|Association to the Maintenance Agency responsible for maintaining the artefact. 115 +|Agency| |See section on “Organisations” 115 115 116 116 == 3.3 Basic Inheritance == 117 117 ... ... @@ -180,7 +180,7 @@ 180 180 181 181 In an exchange environment an //ItemScheme// is allowed to contain a sub-set of the //Item//s in the maintained //ItemScheme//. If such an ItemScheme is disseminated with a sub-set of the //Item//s then the fact that this is a sub-set is denoted by setting the isPartial attribute to "true". 182 182 183 -A “partial” //ItemScheme// cannot be maintained independently in its partial form i.e., it cannot contain //Item//s that are not present in the full //ItemScheme// and the content of any one //Item //(e.g., names and descriptions) cannot deviate from the content in the full //ItemScheme//. Furthermore, the id of the //ItemScheme// where isPartial is set to "true" is the same as the id of the full //ItemScheme// (agencyId, id, version). This is important as this is the id that that is referenced in other structures (e.g., a Codelist referenced in a DSD) and this id is always the same, regardless of whether the disseminated //ItemScheme// is the full //ItemScheme// or a partial //ItemScheme//. 184 +A[[image:SDMX 3-0-0 SECTION 2 FINAL-1.0 (1)_en_99fcc5a.gif||alt="Shape28" height="36" width="31"]] “partial” //ItemScheme// cannot be maintained independently in its partial form i.e., it cannot contain //Item//s that are not present in the full //ItemScheme// and the content of any one //Item //(e.g., names and descriptions) cannot deviate from the content in the full //ItemScheme//. Furthermore, the id of the //ItemScheme// where isPartial is set to "true" is the same as the id of the full //ItemScheme// (agencyId, id, version). This is important as this is the id that that is referenced in other structures (e.g., a Codelist referenced in a DSD) and this id is always the same, regardless of whether the disseminated //ItemScheme// is the full //ItemScheme// or a partial //ItemScheme//. 184 184 185 185 The purpose of a partial //ItemScheme// is to support the exchange and dissemination of a subset //ItemScheme// without the need to maintain multiple //ItemScheme//s which contain the same //Item//s. For instance, when a Codelist is used in a DataStructureDefinition it is sometimes the case that only a sub-set of the Codes in a Codelist are relevant. In this case a partial Codelist can be constructed using the Constraint mechanism explained later in this document. 186 186