- https://purl.semanticip.org/linked-data/sdmx/ML/structure/CubeKeyValueType
TTL - owl:Class
- Cube Key Value Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- 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>rdfs:subClassOf sip-sdmx-ML-structure:SimpleComponentValueType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty xml:lang ;
owl:allValuesFrom xsd:language
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty xml:lang ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:language
] ;