Last modified by Artur on 2025/09/10 11:19

From version 4.5
edited by Helena
on 2025/06/24 14:51
Change comment: There is no comment for this version
To version 4.6
edited by Helena
on 2025/06/24 14:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -471,21 +471,17 @@
471 471  **//TimeSeriesObsType//: **TimeSeriesObsType defines the abstract structure of a time series observation. The observation must be provided a value for the time dimension. This time value should disambiguate the observation within the series in which it is defined (i.e. there should not be another observation with the same time value). The observation can contain an observed value and/or attribute values. The same rules for derivation as the base observation type apply to this specialized observation.
472 472  
473 473  Derivation:
474 +* //com:AnnotableType// (extension) 
475 +** //ObsType// (restriction) 
476 +*** //TimeSeriesObsType//
474 474  
475 -//com:AnnotableType// (extension) 
476 - //ObsType// (restriction) 
477 - //TimeSeriesObsType//
478 -
479 479  Attributes:
480 -
481 481  TIME_PERIOD, REPORTING_YEAR_START_DAY?, OBS_VALUE?
482 482  
483 483  Content:
484 -
485 485  com:Annotations?
486 486  
487 487  Attribute Documentation:
488 -
489 489  |**Name**|**Type**|**Documentation**
490 490  |TIME_PERIOD|com: ObservationalTimePer iodType|The TIME_PERIOD attribute is an explicit attribute for the time dimension. This is declared in the base schema since it has a fixed identifier and representation. Since this data is structured to be time series only, this attribute is always required. If the time dimension specifies a more specific representation of time the derived type will restrict the type definition to the appropriate type.
491 491  |REPORTING_YEAR_START_DAY|xs:gMonthDay|The REPORTING_YEAR_START_DAY attribute is an explict attribute for the reporting year start day, which provides context to the time dimension when its value contains a reporting period (e.g. 2010-Q1). This attribute is used to state the month and day that the reporting year begins (e.g. ~-~-07-01 for July 1st). In the absence of an explicit value provided in this attribute, all reporting period values will be assumed to be based on a reporting year start day of January 1. This is declared in the base schema since it has a fixed identifier and representation. The derived observation type may either require or prohibit this attribute, depending on whether the data structure declared the reporting year start day attribute and if so, the attribute relationship and assignment status assigned to it.
... ... @@ -492,13 +492,10 @@
492 492  |OBS_VALUE|xs:anySimpleType|The OBS_VALUE attribute is an explicit attribute for the primary measure, which is intended to hold the value for the observation. This is declared in the base schema since it has a fixed identifier. This attribute is un-typed, since the representation of the observed value can vary widely. Derived types will restrict this to be a type based on the representation of the primary measure. In the case that an explicit measure is used, the derived type for a given measure might further restrict the type of the primary measure to be more specific to the core representation for the measure concept. Note that it is required that in the case of multiple measures being used, that the representation of the primary measure is broad enough to handle the various representations of the measure concepts.
493 493  
494 494  Element Documentation:
495 -
496 496  |**Name**|**Type**|**Documentation**
497 497  |com:Annotations|com:AnnotationsType|Annotations is a reusable element the provides for a collection of annotations. It has been made global so that restrictions of types that extend AnnotatableType my reference it.
498 498  
499 -1.
500 -11.
501 -111. Simple Types
494 +=== Simple Types ===
502 502  
503 503  **DataScopeType: **DataScopeType is an enumeration of the possible validity scopes for a data set. These scopes indicate the level at which the data is stated to be valid.
504 504  
... ... @@ -505,7 +505,6 @@
505 505  Derived by restriction of xs:string .
506 506  
507 507  Enumerations:
508 -
509 509  |**Value**|**Documentation**
510 510  |DataStructure|The data set conforms simply to the data structure definition as it is defined, without regard to any constraints.
511 511  |ConstrainedDataStructure|The data set conforms to the known allowable content constraints applied to the data structure definition.
... ... @@ -512,46 +512,35 @@
512 512  |Dataflow|The data set conforms to the known allowable content constraints applied to the dataflow.
513 513  |ProvisionAgreement|The data set conforms to the known allowable content constraints applied to the provision agreement.
514 514  
515 -1.
516 -11. Generic Metadata Namespace
507 +== Generic Metadata Namespace ==
517 517  
518 518  **http:~/~/www.sdmx.org/resources/sdmxml/schemas/v2_1/metadata/generic**
519 519  
520 -1.
521 -11.
522 -111. Summary
511 +=== Summary ===
523 523  
524 524  Referenced Namespaces:
525 -
526 526  |**Namespace**|**Prefix**
527 527  |http:~/~/www.sdmx.org/resources/sdmxml/schemas/v2_1/common|com
528 528  |http:~/~/www.w3.org/2001/XMLSchema|xs
529 529  
530 530  Contents:
531 -
532 532  6 Complex Types
533 533  
534 -1.
535 -11.
536 -111. Complex Types
521 +=== Complex Types ===
537 537  
538 538  **MetadataSetType: **MetadataSetType describes the structure for a metadata set, which contains a collection of reported metadata against a set of values for a given full or partial target identifier, as described in a metadata structure definition. The metadata set may contain reported metadata for multiple report structures defined in a metadata structure definition.
539 539  
540 540  Derivation:
526 +* //com:AnnotableType// (extension) 
527 +** MetadataSetType
541 541  
542 -//com:AnnotableType// (extension) 
543 - MetadataSetType
544 -
545 545  Attributes:
546 -
547 547  structureRef, setID?, action?, reportingBeginDate?, reportingEndDate?, validFromDate?, validToDate?, publicationYear?, publicationPeriod?
548 548  
549 549  Content:
550 -
551 551  com:Annotations?, com:Name*, DataProvider?, Report+
552 552  
553 553  Attribute Documentation:
554 -
555 555  |**Name**|**Type**|**Documentation**
556 556  |structureRef|xs:IDREF|The structureRef contains a reference to a structural specification in the header of a data or reference metadata message. The structural specification details which structure the data or reference metadata conforms to, as well as providing additional information such as how the data is structure (e.g. which dimension occurs at the observation level for a data set).
557 557  |setID|com:IDType|The setID provides an identification of the data or metadata set.