DataKeySetType

Version 10.1 by Artur K. on 2026/05/25 18:41

  

https://purl.semanticip.org/linked-data/sdmx/ML/DataKeySetType page_white_text TTL
complexType

DataKeySetType defines a collection of full or partial data keys (dimension values).

SDMXStructureConstraint.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DataKeySetType">
  <xs:annotation>
   <xs:documentation>DataKeySetType defines a collection of full or partial data keys (dimension values).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="Key" type="DataKeyType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>Key contains a set of dimension values which identify a full set of data.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
  <xs:attribute name="isIncluded" type="xs:boolean" use="required">
   <xs:annotation>
    <xs:documentation>The isIncluded attribute indicates whether the keys defined in this key set are inclusive or exclusive to the constraint.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
 </xs:complexType>

 

© Semantic R&D Group, 2026