- https://purl.semanticip.org/linked-data/sdmx/ML/metadata/Attribute
TTL - Attribute
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/metadata/generic
- metadata
- element
Attribute elements hold the reported values for a given metadata attribute. These values conform to the definition of the metadata attribute in the metadata structure definition.
- SDMXMetadataGeneric.xsd
- Attribute
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Attribute" type="AttributeType">
<xs:annotation>
<xs:documentation>Attribute elements hold the reported values for a given metadata attribute. These values conform to the definition of the metadata attribute in the metadata structure definition.</xs:documentation>
</xs:annotation>
<xs:unique name="Att_Unique_Value_Language">
<xs:selector xpath="common:Text | common:StructuredText" />
<xs:field xpath="@xml:lang" />
</xs:unique>
</xs:element>