Changes for page 5 Data Structure Definition and Dataset
Last modified by Elena on 2025/09/10 11:19
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -305,8 +305,11 @@ 305 305 |**Class**|**Feature**|**Description** 306 306 |//DataSet//|((( 307 307 Abstract Class 308 + 308 308 Sub classes 310 + 309 309 StructureSpecificData 312 + 310 310 Set 311 311 )))|An organised collection of data. 312 312 | |reportingBegin|A specific time period in a known system of time periods that identifies the start period of a report. ... ... @@ -332,8 +332,11 @@ 332 332 |StructureSpecific DataSet| |An XML specific data format structure that contains data corresponding to one specific Data Structure Definition. 333 333 |//Key//|((( 334 334 Abstract class 338 + 335 335 Sub classes 340 + 336 336 SeriesKey 342 + 337 337 GroupKey 338 338 )))|Comprises the cross product of values of dimensions that identify uniquely an Observation. 339 339 | |keyValues|Association to the individual Key Values that comprise the Key. ... ... @@ -340,26 +340,34 @@ 340 340 | |+attachedAttribute|Association to the Attribute Values relating to the Series Key or Group Key. 341 341 |//KeyValue//|((( 342 342 Abstract class 349 + 343 343 Sub classes 351 + 344 344 TimeKeyValue 353 + 345 345 CodedKeyValue 355 + 346 346 UncodedKeyValue 347 347 )))|The value of a component of a key such as the value of the instance a Dimension in a Dimension Descriptor of a Data Structure Definition. 348 348 | |+valueFor|((( 349 349 Association to the key component in the Data Structure Definition for which this Key Value is a valid representation. 360 + 350 350 Note that this is conceptual association as the key component is identified explicitly in the data set. 351 351 ))) 352 352 |TimeKeyValue|((( 353 353 Inherits from 365 + 354 354 //KeyValue// 355 355 )))|The value of the Time Dimension component of the key. 356 356 |CodedKeyValue|((( 357 357 Inherits from 370 + 358 358 //KeyValue// 359 359 )))|The value of a coded component of the key. The value is the Code to which this class is associated. 360 360 | |+valueOf|Association to the Code. Note that this is a conceptual association showing that the Code must exist in the Code list associated with the Dimension in the Data Structure Definition. In the actual Data Set the value of the Code is placed in the Key Value. 361 361 |UnCodedKeyValue|((( 362 362 Inherits from 376 + 363 363 //KeyValue// 364 364 )))|The value of an uncoded component of the key. 365 365 | |value|The value of the key component. ... ... @@ -366,11 +366,13 @@ 366 366 | |startTime|This attribute is only used if the textFormat of the attribute is of the Timespan type in the Data Structure Definition (in which case the value field takes a duration). 367 367 |GroupKey|((( 368 368 Inherits from 383 + 369 369 //Key// 370 370 )))|A set of Key Values that comprise a partial key, of the same dimensionality as the Time Series Key for the purpose of attaching Data Attributes. 371 371 | |+describedBy|Associates the Group Dimension Descriptor defined in the Data Structure Definition. 372 372 |SeriesKey|((( 373 373 Inherits from 389 + 374 374 //Key// 375 375 )))|Comprises the cross product of values of all the Key Values that, together with the Key Value of the +observation Dimension identify uniquely an Observation. 376 376 | |+describedBy|Associates the Dimension Descriptor defined in the Data Structure Definition.