UsageType

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

  

https://purl.semanticip.org/linked-data/sdmx/ML/UsageType page_white_text TTL
simpleType

An enumeration of optional | mandatory to indicate the usage of an attribute or measure.

SDMXStructureDataStructure.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="UsageType">
  <xs:annotation>
   <xs:documentation>An enumeration of optional | mandatory to indicate the usage of an attribute or measure.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
   <xs:enumeration value="mandatory" />
   <xs:enumeration value="optional" />
  </xs:restriction>
 </xs:simpleType>

© Semantic R&D Group, 2026