Changes for page 3 SDMX Base Package
Last modified by Helena K. on 2026/06/08 16:18
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Tags
-
... ... @@ -1,0 +1,1 @@ 1 +Annotable Artefact|Annotation|Artefact|Attribute|Category|Code|Codelist|Component|Concept|Concept Scheme|Constraint|Data Structure Definition|Dataflow|Decimals|Dimension|Facet|Hierarchy|Incremental update|International String|Item Scheme|Language|Maintenance agency|Measure|Metadata Set|Metadata Structure Definition|Metadataflow|Representation|SDMX Information Model|SDMX-ML|Statistical Data and Metadata eXchange|Structural metadata|Title|Version|isExternalReference - Content
-
... ... @@ -143,9 +143,9 @@ 143 143 144 144 === 3.5.1 Context === 145 145 146 -The Item Scheme is a basic architectural pattern that allows the creation of list schemes for use in simple taxonomies, for example. 146 +The [[Item Scheme>>doc:sdmx:Glossary 2\.1.Item scheme.WebHome]] is a basic architectural pattern that allows the creation of list schemes for use in simple taxonomies, for example. 147 147 148 -The //ItemScheme// is the basis for CategoryScheme, Codelist, ConceptScheme, ReportingTaxonomy, //OrganisationScheme//, TransformationScheme, CustomTypeScheme, NamePersonalisationScheme, RulesetScheme, VtlMappingScheme and UserDefinedOperatorScheme. 148 +The //ItemScheme// is the basis for CategoryScheme, [[Codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]], ConceptScheme, ReportingTaxonomy, //OrganisationScheme//, TransformationScheme, CustomTypeScheme, NamePersonalisationScheme, RulesetScheme, VtlMappingScheme and UserDefinedOperatorScheme. 149 149 150 150 === 3.5.2 Class Diagram === 151 151 ... ... @@ -157,15 +157,15 @@ 157 157 158 158 ==== 3.5.3.1 Narrative ==== 159 159 160 -The //ItemScheme// is an abstract class which defines a set of //Item// (this class is also abstract). Its main purpose is to define a mechanism which can be used to create taxonomies which can classify other parts of the SDMX Information Model. It is derived from //MaintainableArtefact// which gives it the ability to be annotated, have identity, naming, versioning and be associated with an Agency. An example of a concrete class is a ConceptScheme. The associated Concepts are //Item//s. 160 +The //ItemScheme// is an abstract class which defines a set of //Item// (this class is also abstract). Its main purpose is to define a mechanism which can be used to create taxonomies which can classify other parts of the [[SDMX Information Model>>doc:sdmx:Glossary 2\.1.SDMX Information Model.WebHome]]. It is derived from //MaintainableArtefact// which gives it the ability to be annotated, have identity, naming, versioning and be associated with an Agency. An example of a concrete class is a ConceptScheme. The associated [[Concepts>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] are //Item//s. 161 161 162 -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". 162 +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>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] to "true". 163 163 164 -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//. 164 +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>>doc:sdmx:Glossary 2\.1.Version.WebHome]]). This is important as this is the id that that is referenced in other structures (e.g., a [[Codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]] referenced in a [[DSD>>doc:sdmx:Glossary 2\.1.Data structure definition.WebHome]]) and this id is always the same, regardless of whether the disseminated //ItemScheme// is the full //ItemScheme// or a partial //ItemScheme//. 165 165 166 -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. 166 +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>>doc:sdmx:Glossary 2\.1.Code list.WebHome]] is used in a DataStructureDefinition it is sometimes the case that only a sub-set of the [[Codes>>doc:sdmx:Glossary 2\.1.Code.WebHome]] in a [[Codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]] are relevant. In this case a partial [[Codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]] can be constructed using the [[Constraint>>doc:sdmx:Glossary 2\.1.Constraint.WebHome]] mechanism explained later in this document. 167 167 168 -//Item// inherits from //NameableArtefact// which gives it the ability to be annotated and have identity, and therefore has id, uri and urn attributes, a name and a description in the form of an InternationalString. Unlike the parent //ItemScheme//, the //Item// itself is not a //MaintainableArtefact// and therefore cannot have an independent Agency (i.e., it implicitly has the same agencyId as the //ItemScheme//). 168 +//Item// inherits from //NameableArtefact// which gives it the ability to be annotated and have identity, and therefore has id, uri and urn [[attributes>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]], a name and a description in the form of an InternationalString. Unlike the parent //ItemScheme//, the //Item// itself is not a //MaintainableArtefact// and therefore cannot have an independent Agency (i.e., it implicitly has the same agencyId as the //ItemScheme//). 169 169 170 170 The //Item// can be hierarchic and so one //Item// can have child //Item//s. The restriction of the hierarchic association is that a child //Item// can have only parent //Item//. 171 171 ... ... @@ -179,7 +179,7 @@ 179 179 Direct sub classes are: 180 180 CategoryScheme 181 181 ConceptScheme 182 -Codelist 182 +[[Codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]] 183 183 ReportingTaxonomy 184 184 //OrganisationScheme// 185 185 TransformationScheme ... ... @@ -188,15 +188,15 @@ 188 188 VtlMappingScheme 189 189 UserDefinedOperatorScheme 190 190 )))|(% style="width:583px" %)The descriptive information for an arrangement or division of objects into groups based on characteristics, which the objects have in common. 191 -| |(% style="width:297px" %)isPartial|(% style="width:583px" %)Denotes whether the Item Scheme contains a subset of the full set of Items in the maintained scheme. 191 +| |(% style="width:297px" %)isPartial|(% style="width:583px" %)Denotes whether the [[Item Scheme>>doc:sdmx:Glossary 2\.1.Item scheme.WebHome]] contains a subset of the full set of Items in the maintained scheme. 192 192 | |(% style="width:297px" %)/items|(% style="width:583px" %)Association to the Items in the scheme. 193 193 |//Item//|(% style="width:297px" %)((( 194 194 Inherits from: 195 195 //NameableArtefact// 196 196 Direct sub classes are 197 -Category 198 -Concept 199 -Code 197 +[[Category>>doc:sdmx:Glossary 2\.1.Category.WebHome]] 198 +[[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] 199 +[[Code>>doc:sdmx:Glossary 2\.1.Code.WebHome]] 200 200 ReportingCategory 201 201 //Organisation// 202 202 Transformation ... ... @@ -206,15 +206,15 @@ 206 206 VtlMapping 207 207 UserDefinedOperator 208 208 )))|(% style="width:583px" %)((( 209 -The Item is an item of content in an Item Scheme. This may be a node in a taxonomy or ontology, a code in a code list etc. Node that at the conceptual level the Organisation is not hierarchic. 209 +The Item is an item of content in an [[Item Scheme>>doc:sdmx:Glossary 2\.1.Item scheme.WebHome]]. This may be a node in a taxonomy or ontology, a [[code>>doc:sdmx:Glossary 2\.1.Code.WebHome]] in a [[code list>>doc:sdmx:Glossary 2\.1.Code list.WebHome]] etc. Node that at the conceptual level the Organisation is not hierarchic. 210 210 ))) 211 -| |(% style="width:297px" %)hierarchy|(% style="width:583px" %)This allows an Item optionally to have one or more child Items 211 +| |(% style="width:297px" %)[[hierarchy>>doc:sdmx:Glossary 2\.1.Hierarchy.WebHome]]|(% style="width:583px" %)This allows an Item optionally to have one or more child Items 212 212 213 213 == 3.6 The Structure Pattern == 214 214 215 215 === 3.6.1 Context === 216 216 217 -The Structure Pattern is a basic architectural pattern which allows the specification of complex tabular structures which are often found in statistical data (such as Data (% id="confict-imterms-88" %)Structure(%%) Definition, and Metadata (% id="confict-imterms-89" %)Structure(%%) Definition). A Structure is a set of ordered lists. A pattern to underpin this tabular structure has been developed, so that commonalities between these structure definitions can be supported by common software and common syntax structures. 217 +The Structure Pattern is a basic architectural pattern which allows the specification of complex tabular structures which are often found in statistical data (such as [[Data (% id="confict-imterms-88" %)Structure(%%) Definition>>doc:Glossary 2\.1.Data structure definition.WebHome]], and [[Metadata (% id="confict-imterms-89" %)Structure(%%) Definition>>doc:Glossary 2\.1.Metadata structure definition.WebHome]]). A Structure is a set of ordered lists. A pattern to underpin this tabular structure has been developed, so that commonalities between these structure definitions can be supported by common software and common syntax structures. 218 218 219 219 === 3.6.2 Class Diagrams === 220 220 ... ... @@ -232,31 +232,31 @@ 232 232 233 233 The //Structure// is an abstract class which contains a set of one or more //ComponentList//(s) (this class is also abstract). An example of a concrete //Structure// is DataStructureDefinition. 234 234 235 -The //ComponentList// is a list of one or more //Component//(s//)//. The //ComponentList// has several concrete descriptor classes based on it: DimensionDescriptor, GroupDimensionDescriptor, MeasureDescriptor, and AttributeDescriptor of the DataStructureDefinition and MetadataAttributeDescriptor of the MetadataStructureDefinition. 235 +The //ComponentList// is a list of one or more //[[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]]//(s//)//. The //ComponentList// has several concrete descriptor classes based on it: DimensionDescriptor, GroupDimensionDescriptor, MeasureDescriptor, and AttributeDescriptor of the DataStructureDefinition and MetadataAttributeDescriptor of the MetadataStructureDefinition. 236 236 237 -The //Component// is contained in a //ComponentList//. The type of //Component// in a //ComponentList// is dependent on the concrete class of the ComponentList as follows: 237 +The //[[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]]// is contained in a //ComponentList//. The type of //[[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]]// in a //ComponentList// is dependent on the concrete class of the ComponentList as follows: 238 238 239 -DimensionDescriptor: Dimension, TimeDimension 240 -GroupDimensionDescriptor: Dimension, TimeDimension 241 -MeasureDescriptor: Measure 239 +DimensionDescriptor: [[Dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]], TimeDimension 240 +GroupDimensionDescriptor: [[Dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]], TimeDimension 241 +MeasureDescriptor: [[Measure>>doc:sdmx:Glossary 2\.1.Measure.WebHome]] 242 242 AttributeDescriptor: DataAttribute, MetadataAttributeRef 243 243 MetadataAttributeDescriptor: MetadataAttribute 244 244 245 -Each //Component// takes its semantic (and possibly also its representation) from a Concept in a ConceptScheme. This is represented by the conceptIdentity association to Concept. 245 +Each //[[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]]// takes its semantic (and possibly also its [[representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]]) from a [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] in a ConceptScheme. This is represented by the conceptIdentity association to [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]]. 246 246 247 -The //Component// may also have a localRepresentation. This allows a concrete class, such as Dimension, to specify its representation which is local to the //Structure// in which it is contained (for Dimension this will be DataStructureDefinition), and thus overrides any coreRepresentation specified for the Concept. 247 +The //[[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]]// may also have a localRepresentation. This allows a concrete class, such as [[Dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]], to specify its [[representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] which is local to the //Structure// in which it is contained (for [[Dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] this will be DataStructureDefinition), and thus overrides any coreRepresentation specified for the [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]]. 248 248 249 -The Representation can be enumerated or non-enumerated. The valid content of an enumerated representation is specified either in an //ItemScheme// which can be one of Codelist, ValueList or //GeoCodelist//. The valid content of a non-enumerated representation is specified as one or more Facet(s) (for example, these may specify minimum and maximum values). For any Attribute this is achieved by one of more 249 +The [[Representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] can be enumerated or non-enumerated. The valid content of an enumerated [[representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] is specified either in an //ItemScheme// which can be one of [[Codelist>>doc:sdmx:Glossary 2\.1.Code list.WebHome]], ValueList or //GeoCodelist//. The valid content of a non-enumerated [[representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] is specified as one or more Facet(s) (for example, these may specify minimum and maximum values). For any [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] this is achieved by one of more 250 250 251 -ExtendedFacet(s), which allow the additional representation of XHTML. 251 +ExtendedFacet(s), which allow the additional [[representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] of XHTML. 252 252 253 -The types of representation that are valid for specific components is expressed in the model as a constraint on the association: 253 +The types of [[representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] that are valid for specific [[components>>doc:sdmx:Glossary 2\.1.Component.WebHome]] is expressed in the model as a [[constraint>>doc:sdmx:Glossary 2\.1.Constraint.WebHome]] on the association: 254 254 255 -* The Dimension, DataAttribute, Measure, MetadataAttribute may be enumerated and, if so, use an //EnumeratedList//. 256 -* The Dimension and Measure may be non-enumerated and, if so, use one or more Facet(s), note that the FacetValueType applicable to the TimeDimension is restricted to those that represent time. 255 +* The [[Dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]], DataAttribute, [[Measure>>doc:sdmx:Glossary 2\.1.Measure.WebHome]], MetadataAttribute may be enumerated and, if so, use an //EnumeratedList//. 256 +* The [[Dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] and [[Measure>>doc:sdmx:Glossary 2\.1.Measure.WebHome]] may be non-enumerated and, if so, use one or more Facet(s), note that the FacetValueType applicable to the TimeDimension is restricted to those that represent time. 257 257 * The MetadataAttribute and DataAttribute may be non-enumerated and, if so, use one or more ExtendedFacet(s). 258 258 259 -The //Structure// may be used by one or more //StructureUsage//(s). An example of this, in terms of concrete classes, is that a Dataflow (sub class of //StructureUsage//) may use a particular DataStructureDefinition (sub class of //Structure//), and similar constructs apply for the Metadataflow (link to MetadataStructureDefinition). 259 +The //Structure// may be used by one or more //StructureUsage//(s). An example of this, in terms of concrete classes, is that a [[Dataflow>>doc:sdmx:Glossary 2\.1.Dataflow.WebHome]] (sub class of //StructureUsage//) may use a particular DataStructureDefinition (sub class of //Structure//), and similar constructs apply for the [[Metadataflow>>doc:sdmx:Glossary 2\.1.Metadataflow.WebHome]] (link to MetadataStructureDefinition). 260 260 261 261 ==== 3.6.3.2 Definitions ==== 262 262 ... ... @@ -266,17 +266,17 @@ 266 266 Inherits from: 267 267 //MaintainableArtefact// 268 268 Sub classes are: 269 -Dataflow 270 -Metadataflow 271 -)))|(% style="width:897px" %)An artefact whose components are described by a Structure. In concrete terms (sub-classes) an example would be a Dataflow which is linked to a given structure – in this case the Data Structure Definition. 272 -| |structure|(% style="width:897px" %)An association to a Structure specifying the structure of the artefact. 269 +[[Dataflow>>doc:sdmx:Glossary 2\.1.Dataflow.WebHome]] 270 +[[Metadataflow>>doc:sdmx:Glossary 2\.1.Metadataflow.WebHome]] 271 +)))|(% style="width:897px" %)An [[artefact>>doc:sdmx:Glossary 2\.1.Artefact.WebHome]] whose [[components>>doc:sdmx:Glossary 2\.1.Component.WebHome]] are described by a Structure. In concrete terms (sub-classes) an example would be a [[Dataflow>>doc:sdmx:Glossary 2\.1.Dataflow.WebHome]] which is linked to a given structure – in this case the [[Data Structure Definition>>doc:sdmx:Glossary 2\.1.Data structure definition.WebHome]]. 272 +| |structure|(% style="width:897px" %)An association to a Structure specifying the structure of the [[artefact>>doc:sdmx:Glossary 2\.1.Artefact.WebHome]]. 273 273 |Structure|((( 274 274 Inherits from: 275 275 //MaintainableArtefact// 276 276 Sub classes are: 277 277 DataStructureDefinition MetadataStructureDefinition 278 -)))|(% style="width:897px" %)Abstract specification of a list of lists to define a complex tabular structure. A concrete example of this would be statistical concepts, code lists, and their organisation in a data or metadata structure definition, defined by a centre institution, usually for the exchange of statistical information with its partners. 279 -| |grouping|(% style="width:897px" %)A composite association to one or more component lists. 278 +)))|(% style="width:897px" %)Abstract specification of a list of lists to define a complex tabular structure. A concrete example of this would be statistical [[concepts>>doc:sdmx:Glossary 2\.1.Concept.WebHome]], [[code lists>>doc:sdmx:Glossary 2\.1.Code list.WebHome]], and their organisation in a data or [[metadata structure definition>>doc:sdmx:Glossary 2\.1.Metadata structure definition.WebHome]], defined by a centre institution, usually for the exchange of statistical information with its partners. 279 +| |grouping|(% style="width:897px" %)A composite association to one or more [[component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] lists. 280 280 |//ComponentList//|((( 281 281 Inherits from: 282 282 //IdentifiableArtefact// ... ... @@ -285,34 +285,34 @@ 285 285 GroupDimensionDescriptor 286 286 MeasureDescriptor 287 287 AttributeDescriptor MetadataAttributeDescriptor 288 -)))|(% style="width:897px" %)An abstract definition of a list of components. A concrete example is a Dimension Descriptor, which defines the list of Dimensions in a Data Structure Definition. 289 -| |components|(% style="width:897px" %)An aggregate association to one or more components which make up the list. 290 -|//Component//|((( 288 +)))|(% style="width:897px" %)An abstract definition of a list of [[components>>doc:sdmx:Glossary 2\.1.Component.WebHome]]. A concrete example is a [[Dimension>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] Descriptor, which defines the list of [[Dimensions>>doc:sdmx:Glossary 2\.1.Dimension.WebHome]] in a [[Data Structure Definition>>doc:sdmx:Glossary 2\.1.Data structure definition.WebHome]]. 289 +| |[[components>>doc:sdmx:Glossary 2\.1.Component.WebHome]]|(% style="width:897px" %)An aggregate association to one or more [[components>>doc:sdmx:Glossary 2\.1.Component.WebHome]] which make up the list. 290 +|//[[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]]//|((( 291 291 Inherits from: 292 292 //IdentifiableArtefact// 293 293 Sub classes are: 294 -Measure 294 +[[Measure>>doc:sdmx:Glossary 2\.1.Measure.WebHome]] 295 295 //AttributeComponent 296 296 DimensionComponent// 297 -)))|(% style="width:897px" %)A Component is an abstract super class used to define qualitative and quantitative data and metadata items that belong to a Component List and hence a Structure. Component is refined through its sub-classes. 298 -| |conceptIdentity|(% style="width:897px" %)Association to a Concept in a Concept Scheme that identifies and defines the semantic of the Component. 297 +)))|(% style="width:897px" %)A [[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] is an abstract super class used to define qualitative and quantitative data and metadata items that belong to a [[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] List and hence a Structure. [[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] is refined through its sub-classes. 298 +| |conceptIdentity|(% style="width:897px" %)Association to a [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] in a [[Concept Scheme>>doc:sdmx:Glossary 2\.1.Concept scheme.WebHome]] that identifies and defines the semantic of the [[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]]. 299 299 | |localRepresentation|(% style="width:897px" %)((( 300 -Association to the Representation of the Component if this is different from the coreRepresentation of the Concept, which the Component uses (ConceptUsage). 300 +Association to the [[Representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] of the [[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] if this is different from the coreRepresentation of the [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]], which the [[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] uses (ConceptUsage). 301 301 ))) 302 -|Representation| |(% style="width:897px" %)The allowable value or format for Component or Concept 303 -| |+enumerated|(% style="width:897px" %)Association to an enumerated list that contains the allowable content for the Component when reported in a data or metadata set. The type of enumerated list that is allowed for any concrete Component is shown in the constraints on the association. 304 -| |+nonEnumerated|(% style="width:897px" %)Association to a set of Facets that define the allowable format for the content of the Component when reported in a data or metadata set. 305 -|Facet| |(% style="width:897px" %)Defines the format for the content of the Component when reported in a data or metadata set. 306 -| |facetType|(% style="width:897px" %)A specific content type, which is constrained by the Facet Type enumeration. 307 -| |facetValueType|(% style="width:897px" %)The format of the value of a Component when reported in a data or metadata set. This is constrained by the Facet Value Type enumeration. 308 -| |+itemSchemeFacet|(% style="width:897px" %)Defines the format of the identifiers in an Item Scheme used by a Component. Typically, this would define the number of characters (length) of the identifier. 309 -|ExtendedFacet| |(% style="width:897px" %)This has the same function as Facet but allows additionally an XHTML representation. This is constrained for use with a Metadata Attribute and a Data Attribute. 302 +|[[Representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]]| |(% style="width:897px" %)The allowable value or format for [[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] or [[Concept>>doc:sdmx:Glossary 2\.1.Concept.WebHome]] 303 +| |+enumerated|(% style="width:897px" %)Association to an enumerated list that contains the allowable content for the [[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] when reported in a data or [[metadata set>>doc:sdmx:Glossary 2\.1.Metadata set.WebHome]]. The type of enumerated list that is allowed for any concrete [[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] is shown in the [[constraints>>doc:sdmx:Glossary 2\.1.Constraint.WebHome]] on the association. 304 +| |+nonEnumerated|(% style="width:897px" %)Association to a set of [[Facets>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] that define the allowable format for the content of the [[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] when reported in a data or [[metadata set>>doc:sdmx:Glossary 2\.1.Metadata set.WebHome]]. 305 +|[[Facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]]| |(% style="width:897px" %)Defines the format for the content of the [[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] when reported in a data or [[metadata set>>doc:sdmx:Glossary 2\.1.Metadata set.WebHome]]. 306 +| |facetType|(% style="width:897px" %)A specific content type, which is constrained by the [[Facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] Type enumeration. 307 +| |facetValueType|(% style="width:897px" %)The format of the value of a [[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]] when reported in a data or [[metadata set>>doc:sdmx:Glossary 2\.1.Metadata set.WebHome]]. This is constrained by the [[Facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] Value Type enumeration. 308 +| |+itemSchemeFacet|(% style="width:897px" %)Defines the format of the identifiers in an [[Item Scheme>>doc:sdmx:Glossary 2\.1.Item scheme.WebHome]] used by a [[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]]. Typically, this would define the number of characters (length) of the identifier. 309 +|ExtendedFacet| |(% style="width:897px" %)This has the same function as [[Facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] but allows additionally an XHTML [[representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]]. This is constrained for use with a Metadata [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] and a Data [[Attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]]. 310 310 311 -The specification of the content and use of the sub classes to //ComponentList// and //Component// can be found in the section in which they are used (DataStructureDefinition and MetadataStructureDefinition). Moreover, the FacetType SentinelValues is explained in the datastructure representation diagram (see 5.3.2.2), since it only concerns DataStructureDefinitions. 311 +The specification of the content and use of the sub classes to //ComponentList// and //[[Component>>doc:sdmx:Glossary 2\.1.Component.WebHome]]// can be found in the section in which they are used (DataStructureDefinition and MetadataStructureDefinition). Moreover, the FacetType SentinelValues is explained in the datastructure [[representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] diagram (see 5.3.2.2), since it only concerns DataStructureDefinitions. 312 312 313 313 ==== 3.6.3.3 Representation Constructs ==== 314 314 315 -The majority of SDMX FacetValueTypes are compatible with those found in XML Schema, and have equivalents in most current implementation platforms: 315 +The majority of [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]] FacetValueTypes are compatible with those found in XML Schema, and have equivalents in most current implementation platforms: 316 316 317 317 |(% style="width:198px" %)((( 318 318 **SDMX Facet Value Type** ... ... @@ -324,7 +324,7 @@ 324 324 |(% style="width:198px" %)Integer|(% style="width:204px" %)xsd:int|(% style="width:209px" %)integer|(% style="width:187px" %)System.Int32|(% style="width:817px" %)int 325 325 |(% style="width:198px" %)Long|(% style="width:204px" %)xsd.long|(% style="width:209px" %)integer|(% style="width:187px" %)System.Int64|(% style="width:817px" %)long 326 326 |(% style="width:198px" %)Short|(% style="width:204px" %)xsd:short|(% style="width:209px" %)integer|(% style="width:187px" %)System.Int16|(% style="width:817px" %)short 327 -|(% style="width:198px" %)Decimal|(% style="width:204px" %)xsd:decimal|(% style="width:209px" %)number|(% style="width:187px" %)System.Decimal|(% style="width:817px" %)java.math.BigDecimal 327 +|(% style="width:198px" %)[[Decimal>>doc:sdmx:Glossary 2\.1.Decimals.WebHome]]|(% style="width:204px" %)xsd:decimal|(% style="width:209px" %)number|(% style="width:187px" %)System.Decimal|(% style="width:817px" %)java.math.BigDecimal 328 328 |(% style="width:198px" %)Float|(% style="width:204px" %)xsd:float|(% style="width:209px" %)number|(% style="width:187px" %)System.Single|(% style="width:817px" %)float 329 329 |(% style="width:198px" %)Double|(% style="width:204px" %)xsd:double|(% style="width:209px" %)number|(% style="width:187px" %)System.Double|(% style="width:817px" %)double 330 330 |(% style="width:198px" %)Boolean|(% style="width:204px" %)xsd:boolean|(% style="width:209px" %)boolean|(% style="width:187px" %)System.Boolean|(% style="width:817px" %)boolean ... ... @@ -337,25 +337,25 @@ 337 337 |(% style="width:198px" %)Day, MonthDay, Month|(% style="width:204px" %)xsd:g*|(% style="width:209px" %)string|(% style="width:187px" %)System.DateTime|(% style="width:817px" %)javax.xml.datatype.XML GregorianCalendar 338 338 |(% style="width:198px" %)Duration|(% style="width:204px" %)xsd:duration|(% style="width:209px" %)string|(% style="width:187px" %)System.TimeSpan|(% style="width:817px" %)javax.xml.datatype.Dur ation 339 339 340 -There are also a number of SDMX data types which do not have these direct correspondences, often because they are composite representations or restrictions of a broader data type. These are detailed in Section 6 of the standards. 340 +There are also a number of [[SDMX>>doc:sdmx:Glossary 2\.1.Statistical data and metadata exchange.WebHome]] data types which do not have these direct correspondences, often because they are composite [[representations>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] or restrictions of a broader data type. These are detailed in Section 6 of the standards. 341 341 342 -The Representation is composed of Facets, each of which conveys characteristic information related to the definition of a value domain. Often a set of Facets are needed to convey the required semantic. For example, a sequence is defined by a minimum of two Facets: one to define the start value, and one to define the interval. 342 +The [[Representation>>doc:sdmx:Glossary 2\.1.Representation.WebHome]] is composed of [[Facets>>doc:sdmx:Glossary 2\.1.Facet.WebHome]], each of which conveys characteristic information related to the definition of a value domain. Often a set of [[Facets>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] are needed to convey the required semantic. For example, a sequence is defined by a minimum of two [[Facets>>doc:sdmx:Glossary 2\.1.Facet.WebHome]]: one to define the start value, and one to define the interval. 343 343 344 344 (% style="width:981.835px" %) 345 345 |(% style="width:107px" %)**Facet Type**|(% style="width:872px" %)**Explanation** 346 -|(% style="width:107px" %)isSequence|(% style="width:872px" %)The isSequence facet indicates whether the values are intended to be ordered, and it may work in combination with the interval, startValue,and endValue facet or the timeInterval, startTime, and endTime, facets. If this attribute holds a value of true, a start value or time and a numeric or time interval must be supplied. If an end value is not given, then the sequence continues indefinitely. 347 -|(% style="width:107px" %)interval|(% style="width:872px" %)The interval attribute specifies the permitted interval (increment) in a sequence. In order for this to be used, the isSequence attribute must have a value of true. 348 -|(% style="width:107px" %)startValue|(% style="width:872px" %)The startValue facet is used in conjunction with the isSequence and interval facets (which must be set in order to use this facet). This facet isused for a numeric sequence and indicates the starting point of the sequence. This value is mandatory for a numeric sequence to be expressed. 349 -|(% style="width:107px" %)endValue|(% style="width:872px" %)The endValue facet is used in conjunction with the isSequence and interval facets (which must be set in order to use this facet). This facet is used for a numeric sequence and indicates that ending point (if any) of the sequence. 350 -|(% style="width:107px" %)timeInterval|(% style="width:872px" %)The timeInterval facet indicates the permitted duration in a time sequence. In order for this to be used, the isSequence facet must have a value of true. 351 -|(% style="width:107px" %)startTime|(% style="width:872px" %)The startTime facet is used in conjunction with the isSequence and timeInterval facets (which must be set in order to use this facet). Thisnattribute is used for a time sequence and indicates the start time of thensequence. This value is mandatory for a time sequence to be expressed. 352 -|(% style="width:107px" %)endTime|(% style="width:872px" %)The endTime facet is used in conjunction with the isSequence and timeInterval facets (which must be set in order to use this facet). This facet is used for a time sequence and indicates that ending point (if any) ofnthe sequence. 353 -|(% style="width:107px" %)minLength|(% style="width:872px" %)The minLength facet specifies the minimum and length of the value in characters. 354 -|(% style="width:107px" %)maxLength|(% style="width:872px" %)The maxLength facet specifies the maximum length of the value in characters. 355 -|(% style="width:107px" %)minValue|(% style="width:872px" %)The minValue facet is used for inclusive and exclusive ranges, indicating what the lower bound of the range is. If this is used with an inclusive range, a valid value will be greater than or equal to the value specified here. If the inclusive and exclusive data type is not specified (e.g., this facet is used with an integer data type), the value is assumed to be inclusive. 356 -|(% style="width:107px" %)maxValue|(% style="width:872px" %)The maxValue facet is used for inclusive and exclusive ranges, indicating what the upper bound of the range is. If this is used with an inclusive range, a valid value will be less than or equal to the value specified here. If the inclusive and exclusive data type is not specified (e.g., this facet is used with an integer data type), the value is assumed to be inclusive. 357 -|(% style="width:107px" %)Decimals|(% style="width:872px" %)The decimals facet indicates the number of characters allowed after the decimal separator. 358 -|(% style="width:107px" %)pattern|(% style="width:872px" %)The pattern attribute holds any regular expression permitted in the implementation syntax (e.g., W3C XML Schema). 346 +|(% style="width:107px" %)isSequence|(% style="width:872px" %)The isSequence [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] indicates whether the values are intended to be ordered, and it may work in combination with the interval, startValue,and endValue [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] or the timeInterval, startTime, and endTime, [[facets>>doc:sdmx:Glossary 2\.1.Facet.WebHome]]. If this [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] holds a value of true, a start value or time and a numeric or time interval must be supplied. If an end value is not given, then the sequence continues indefinitely. 347 +|(% style="width:107px" %)interval|(% style="width:872px" %)The interval [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] specifies the permitted interval (increment) in a sequence. In order for this to be used, the isSequence [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] must have a value of true. 348 +|(% style="width:107px" %)startValue|(% style="width:872px" %)The startValue [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] is used in conjunction with the isSequence and interval [[facets>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] (which must be set in order to use this [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]]). This [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] isused for a numeric sequence and indicates the starting point of the sequence. This value is mandatory for a numeric sequence to be expressed. 349 +|(% style="width:107px" %)endValue|(% style="width:872px" %)The endValue [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] is used in conjunction with the isSequence and interval [[facets>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] (which must be set in order to use this [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]]). This [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] is used for a numeric sequence and indicates that ending point (if any) of the sequence. 350 +|(% style="width:107px" %)timeInterval|(% style="width:872px" %)The timeInterval [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] indicates the permitted duration in a time sequence. In order for this to be used, the isSequence [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] must have a value of true. 351 +|(% style="width:107px" %)startTime|(% style="width:872px" %)The startTime [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] is used in conjunction with the isSequence and timeInterval [[facets>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] (which must be set in order to use this [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]]). Thisnattribute is used for a time sequence and indicates the start time of thensequence. This value is mandatory for a time sequence to be expressed. 352 +|(% style="width:107px" %)endTime|(% style="width:872px" %)The endTime [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] is used in conjunction with the isSequence and timeInterval [[facets>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] (which must be set in order to use this [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]]). This [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] is used for a time sequence and indicates that ending point (if any) ofnthe sequence. 353 +|(% style="width:107px" %)minLength|(% style="width:872px" %)The minLength [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] specifies the minimum and length of the value in characters. 354 +|(% style="width:107px" %)maxLength|(% style="width:872px" %)The maxLength [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] specifies the maximum length of the value in characters. 355 +|(% style="width:107px" %)minValue|(% style="width:872px" %)The minValue [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] is used for inclusive and exclusive ranges, indicating what the lower bound of the range is. If this is used with an inclusive range, a valid value will be greater than or equal to the value specified here. If the inclusive and exclusive data type is not specified (e.g., this [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] is used with an integer data type), the value is assumed to be inclusive. 356 +|(% style="width:107px" %)maxValue|(% style="width:872px" %)The maxValue [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] is used for inclusive and exclusive ranges, indicating what the upper bound of the range is. If this is used with an inclusive range, a valid value will be less than or equal to the value specified here. If the inclusive and exclusive data type is not specified (e.g., this [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] is used with an integer data type), the value is assumed to be inclusive. 357 +|(% style="width:107px" %)[[Decimals>>doc:sdmx:Glossary 2\.1.Decimals.WebHome]]|(% style="width:872px" %)The [[decimals>>doc:sdmx:Glossary 2\.1.Decimals.WebHome]] [[facet>>doc:sdmx:Glossary 2\.1.Facet.WebHome]] indicates the number of characters allowed after the [[decimal>>doc:sdmx:Glossary 2\.1.Decimals.WebHome]] separator. 358 +|(% style="width:107px" %)pattern|(% style="width:872px" %)The pattern [[attribute>>doc:sdmx:Glossary 2\.1.Attribute.WebHome]] holds any regular expression permitted in the implementation syntax (e.g., W3C XML Schema). 359 359 360 360 ---- 361 361