SpaceKeyType

Version 18.1 by Artur K. on 2026/05/27 11:10

  

https://purl.semanticip.org/linked-data/sdmx/ML/SpaceKeyType page_white_text TTL
owl:Class
Space Key Type
complexType

SpaceKey defines the structure of a super- or sub- space for a SDMX Dataflow. It is a collection of references to the dimensions that make up the space.

SDMXStructureTransformation.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SpaceKeyType">
  <xs:annotation>
   <xs:documentation>SpaceKey defines the structure of a super- or sub- space for a SDMX Dataflow. It is a collection of references to the dimensions that make up the space.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="Key" type="common:SingleNCNameIDType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>A reference to a dimension by its identifier.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Key ;
    owl:allValuesFrom sip-sdmx-ML:SingleNCNameIDType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Key ;
    owl:minQualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML:SingleNCNameIDType
] ;

© Semantic R&D Group, 2026