SpaceKeyType

Version 9.1 by Artur K. on 2026/05/25 16:46

  

https://purl.semanticip.org/linked-data/sdmx/ML/SpaceKeyType page_white_text TTL
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>

 

© Semantic R&D Group, 2026