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

From version 2.9
edited by Helena
on 2025/07/02 15:09
Change comment: There is no comment for this version
To version 2.7
edited by Helena
on 2025/07/02 15:04
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -340,19 +340,17 @@
340 340  
341 341  Attribute Documentation:
342 342  
343 -(% style="width:1037.29px" %)
344 -|(% style="width:113px" %)**Name**|(% style="width:162px" %)**Type**|(% style="width:760px" %)**Documentation**
345 -|(% style="width:113px" %)id|(% style="width:162px" %)IDType|(% style="width:760px" %)The id attribute identifies the metadata attribute that the value is being reported for.
343 +|**Name**|**Type**|**Documentation**|
344 +|id|IDType|The id attribute identifies the metadata attribute that the value is being reported for.|
346 346  
347 347  Element Documentation:
348 348  
349 -(% style="width:1095.29px" %)
350 -|**Name**|**Type**|(% style="width:821px" %)**Documentation**
351 -|Annotations|AnnotationsType|(% style="width:821px" %)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 may reference it.
352 -|Value|xs:anySimpleType|(% style="width:821px" %)Value holds any simple value (enumerated or not) for the metadata attribute. It can be repeated if this metadata attribute allows for multiple values.
353 -|Text|TextType|(% style="width:821px" %)Text is used to supply parallel multi-lingual textual values for the reported metadata attribute. This will be used if the text format of the metadata attribute has a type of string, and the multi-lingual value is set to true.
354 -|StructuredText|XHTMLType|(% style="width:821px" %)StructuredText is used to supply parallel multi-lingual structured (as XHTML) textual values for the reported metadata attribute. This will be used if the text format of the metadata attribute has a type of XHTML, and the multi-lingual value is set to true.
355 -|Attribute|AttributeType|(% style="width:821px" %)Att contains the reported metadata attribute values for the child metadata attributes.
348 +|**Name**|**Type**|**Documentation**|
349 +|Annotations|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 may reference it.|
350 +|Value|xs:anySimpleType|Value holds any simple value (enumerated or not) for the metadata attribute. It can be repeated if this metadata attribute allows for multiple values.|
351 +|Text|TextType|Text is used to supply parallel multi-lingual textual values for the reported metadata attribute. This will be used if the text format of the metadata attribute has a type of string, and the multi-lingual value is set to true.|
352 +|StructuredText|XHTMLType|StructuredText is used to supply parallel multi-lingual structured (as XHTML) textual values for the reported metadata attribute. This will be used if the text format of the metadata attribute has a type of XHTML, and the multi-lingual value is set to true.|
353 +|Attribute|AttributeType|Att contains the reported metadata attribute values for the child metadata attributes.|
356 356  
357 357  = 3 Mapping to Structure-Specific Schemas =
358 358  
... ... @@ -367,10 +367,10 @@
367 367  In the subsequent sections, the following namespace prefixes are used:
368 368  
369 369  |**Namespace**|**Prefix**|
370 -|http:~/~/www.w3.org/2001/XMLSchema|xs|
371 -|http:~/~/www.sdmx.org/resources/sdmxml/schemas/v3_1/common|common|
372 -|http:~/~/www.sdmx.org/resources/sdmxml/schemas/v3_1/data/structurespecific|dsd|
373 -|<http:~/~/www.sdmx.org/resources/sdmxml/schemas/v3_1/metadata/generic>|metadata|
368 +|http://www.w3.org/2001/XMLSchema|xs|
369 +|http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common|common|
370 +|http://www.sdmx.org/resources/sdmxml/schemas/v3_1/data/structurespecific|dsd|
371 +|<http://www.sdmx.org/resources/sdmxml/schemas/v3_1/metadata/generic>|metadata|
374 374  
375 375  It is assumed that in order to use this guide, the reader is familiar with schema terminology. However, for convenience the following is list of the terminology used here:
376 376  
... ... @@ -434,8 +434,8 @@
434 434  The representation of a component is determined by the following precedence:
435 435  
436 436  1. The local representation defined by the component
437 -1. The core representation defined in the concept from which the component takes its semantic
438 -1. A default representation of an un-faceted text format with a data type of String.
435 +2. The core representation defined in the concept from which the component takes its semantic
436 +3. A default representation of an un-faceted text format with a data type of String.
439 439  
440 440  The representation will either define a text format, an enumeration with an enumeration format, or a union of the former with the value of a irrelevant representation ‘’ (tilde).
441 441  
... ... @@ -460,6 +460,7 @@
460 460   </xs:annotation>
461 461   </xs:enumeration>
462 462  
461 +
463 463  === 3.3.5 Representation with Value List Enumeration ===
464 464  
465 465  A representation which defines an enumeration from a value list will result in a simple type that is a restriction of the xs:string data type. The simple type will define enumerations for each value item in the value list. The value for these enumerations will be identifier of the item. If desired, the names of the item may be placed in the documentation of the enumeration, but this is not required.