Changes for page Part IV. Data and Reference Metadata Namespaces
Last modified by Elena on 2025/09/10 11:19
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -340,17 +340,19 @@ 340 340 341 341 Attribute Documentation: 342 342 343 -|**Name**|**Type**|**Documentation**| 344 -|id|IDType|The id attribute identifies the metadata attribute that the value is being reported for.| 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. 345 345 346 346 Element Documentation: 347 347 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.| 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. 354 354 355 355 = 3 Mapping to Structure-Specific Schemas = 356 356 ... ... @@ -365,10 +365,10 @@ 365 365 In the subsequent sections, the following namespace prefixes are used: 366 366 367 367 |**Namespace**|**Prefix**| 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| 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| 372 372 373 373 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: 374 374 ... ... @@ -432,8 +432,8 @@ 432 432 The representation of a component is determined by the following precedence: 433 433 434 434 1. The local representation defined by the component 435 - 2. The core representation defined in the concept from which the component takes its semantic436 - 3. A default representation of an un-faceted text format with a data type of String.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. 437 437 438 438 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). 439 439 ... ... @@ -458,7 +458,6 @@ 458 458 </xs:annotation> 459 459 </xs:enumeration> 460 460 461 - 462 462 === 3.3.5 Representation with Value List Enumeration === 463 463 464 464 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.