CubeKeyValueType

Version 23.1 by Artur K. on 2026/05/29 11:42

  

https://purl.semanticip.org/linked-data/sdmx/ML/structure/CubeKeyValueType page_white_text 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: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
] ;

© Semantic R&D Group, 2026