MeasureRelationshipType

Version 13.1 by Artur K. on 2026/05/26 14:02

  

https://purl.semanticip.org/linked-data/sdmx/ML/MeasureRelationshipType page_white_text TTL
Measure Relationship Type
complexType

MeasureRelationshipType allows for the description of an attribute's relationship to one or more measures.

SDMXStructureDataStructure.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MeasureRelationshipType">
  <xs:annotation>
   <xs:documentation>MeasureRelationshipType allows for the description of an attribute's relationship to one or more measures.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="Measure" type="common:NCNameIDType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>This is a reference to a measure defined in this data structure definition.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

© Semantic R&D Group, 2026