Difference between revisions of "Valuelist"
(Created page with "Category:SDMX Structures =Overview= An Valuelist is a managed list of values, similar to an SDMX Codelist but unlike a Code the Value Id does not need to conf...") |
(→Conventions) |
||
(22 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:SDMX Structures]] | + | [[Category:SDMX 2.1 Structures]] |
=Overview= | =Overview= | ||
− | + | A Valuelist is a managed list of values, similar to an [[Codelist_V10|SDMX Codelist]] but unlike a Code the Value Id does not need to conform to the [[Identifiable_V10|SDMX ID]] Type. | |
− | '''Note:''' | + | '''Note:''' Value List became an official part of the SDMX standard in version 3.0 |
==Structure Properties== | ==Structure Properties== | ||
Line 11: | Line 11: | ||
|- | |- | ||
! scope=row style="text-align: left;" | Maintainable | ! scope=row style="text-align: left;" | Maintainable | ||
− | | Yes | + | | [[Maintainable V10|Yes]] |
|- | |- | ||
! scope=row style="text-align: left;" | Identifiable | ! scope=row style="text-align: left;" | Identifiable | ||
− | | Yes | + | | [[Identifiable V10|Yes]] |
|- | |- | ||
! scope=row style="text-align: left;" | Item Scheme | ! scope=row style="text-align: left;" | Item Scheme | ||
− | | | + | | No |
|- | |- | ||
! scope=row style="text-align: left;" | SDMX Information Model Versions | ! scope=row style="text-align: left;" | SDMX Information Model Versions | ||
− | | | + | | 3.0 |
+ | |- | ||
+ | ! scope=row style="text-align: left;" | Concept ID | ||
+ | | ValueList | ||
+ | |} | ||
+ | |||
+ | =Example= | ||
+ | |||
+ | The following table is used to demonstrate the types of values that a Valuelist could hold | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Id !! Name !! Description | ||
+ | |- | ||
+ | | $ || Dollar || - | ||
+ | |- | ||
+ | | £|| Pound || - | ||
+ | |- | ||
+ | | % || Percent || A number or ratio that represents a fraction of 100. | ||
|} | |} | ||
− | == | + | =Formats= |
− | + | {| class="wikitable" | |
− | + | |- | |
+ | ! Format !! supported !! Example | ||
+ | |- | ||
+ | | SDXM-EDI || No || - | ||
+ | |- | ||
+ | | SDMX-1.0|| No || - | ||
+ | |- | ||
+ | | SDMX-2.0 || No || - | ||
+ | |- | ||
+ | | SDMX-2.1 || No || - | ||
+ | |- | ||
+ | | Fusion-JSON || Yes|| [[ValueList_FusionJSON|Click Here to View Sample]] | ||
+ | |} | ||
− | <p> | + | ==Context within the 2.1 Information Model== |
+ | ::[[File:Valuelist Model.png|600px]] | ||
+ | <p>The schematic illustrates the how the Valuelist is used by Data Structure Definitions (DSD).</p> | ||
+ | <p>'''Note''' A Valuelist is not an official part of the SDMX Information model at version 2.1, which is currently the latest model.</p> | ||
==Usage== | ==Usage== | ||
− | <p>Valuelists provide an enumerated list of allowable values, for which there is also a mandatory Name and optional | + | <p>Valuelists provide an enumerated list of allowable values, for which there is also a mandatory Name and optional description. This list can be referenced for defining the set of allowed values for enumerated Components [[Data_Structure_Definitions|Data Structure Definitions (DSDs)]] or [[Metadata Structure Definition|Metadata Structure Definitions]] which describe [[Reference Metadata]].</p> |
− | |||
− | |||
− | |||
=Conventions= | =Conventions= | ||
Line 40: | Line 69: | ||
Valielist IDs are given a 'VL_' prefix to distinguish them from other structures. For instance: VL_CURRENCY. | Valielist IDs are given a 'VL_' prefix to distinguish them from other structures. For instance: VL_CURRENCY. | ||
</p> | </p> | ||
+ | [[URN V10|You can seem more examples and information on Identities in this article]]. |
Latest revision as of 06:07, 13 May 2024
Contents
Overview
A Valuelist is a managed list of values, similar to an SDMX Codelist but unlike a Code the Value Id does not need to conform to the SDMX ID Type.
Note: Value List became an official part of the SDMX standard in version 3.0
Structure Properties
Structure Type | Standard SDMX Structural Metadata Artefact |
---|---|
Maintainable | Yes |
Identifiable | Yes |
Item Scheme | No |
SDMX Information Model Versions | 3.0 |
Concept ID | ValueList |
Example
The following table is used to demonstrate the types of values that a Valuelist could hold
Id | Name | Description |
---|---|---|
$ | Dollar | - |
£ | Pound | - |
% | Percent | A number or ratio that represents a fraction of 100. |
Formats
Format | supported | Example |
---|---|---|
SDXM-EDI | No | - |
SDMX-1.0 | No | - |
SDMX-2.0 | No | - |
SDMX-2.1 | No | - |
Fusion-JSON | Yes | Click Here to View Sample |
Context within the 2.1 Information Model
The schematic illustrates the how the Valuelist is used by Data Structure Definitions (DSD).
Note A Valuelist is not an official part of the SDMX Information model at version 2.1, which is currently the latest model.
Usage
Valuelists provide an enumerated list of allowable values, for which there is also a mandatory Name and optional description. This list can be referenced for defining the set of allowed values for enumerated Components Data Structure Definitions (DSDs) or Metadata Structure Definitions which describe Reference Metadata.
Conventions
'VL_' Valuelist ID Prefix
Valielist IDs are given a 'VL_' prefix to distinguish them from other structures. For instance: VL_CURRENCY.
You can seem more examples and information on Identities in this article.