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