Difference between revisions of "Representation"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
| Non-Enumerated || SDMX data types like 'string', 'integer' or one of the 'date/time' types. | | Non-Enumerated || SDMX data types like 'string', 'integer' or one of the 'date/time' types. | ||
|} | |} | ||
+ | There are several different representations in SDMX-ML, taken from XML Schemas and common programming languages. These are listed below: | ||
+ | |||
+ | '''SDMX-ML Data Type ''' | ||
+ | * String | ||
+ | * Big Integer | ||
+ | * Integer | ||
+ | * Long | ||
+ | * Short | ||
+ | * Decimal | ||
+ | * Float | ||
+ | * Double | ||
+ | * Boolean | ||
+ | * URI | ||
+ | * DateTime | ||
+ | * Time | ||
+ | * GregorianYear | ||
+ | * GregorianMonth | ||
+ | * GregorianDay | ||
+ | * Day, MonthDay, Month | ||
+ | * Duration |
Revision as of 02:31, 10 February 2021
The representation of a Concept or Component defines the set of legal values.
There are two different representation types:
Enumerated | A discrete list of values defined by a Codelist |
Non-Enumerated | SDMX data types like 'string', 'integer' or one of the 'date/time' types. |
There are several different representations in SDMX-ML, taken from XML Schemas and common programming languages. These are listed below:
SDMX-ML Data Type
- String
- Big Integer
- Integer
- Long
- Short
- Decimal
- Float
- Double
- Boolean
- URI
- DateTime
- Time
- GregorianYear
- GregorianMonth
- GregorianDay
- Day, MonthDay, Month
- Duration