- https://purl.semanticip.org/linked-data/sdmx/ML/CubeKeyValueType
TTL - complexType
CubeKeyValueType derives from the SimpleValueType, but does not allow for a locale (xml:lang).
- SDMXStructureConstraint.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CubeKeyValueType">
<xs:annotation>
<xs:documentation>CubeKeyValueType derives from the SimpleValueType, but does not allow for a locale (xml:lang).</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="SimpleComponentValueType">
<xs:attribute ref="xml:lang" use="prohibited" />
</xs:restriction>
</xs:simpleContent>
</xs:complexType>