UsageType

Version 18.1 by Artur K. on 2026/05/27 11:11

  

https://purl.semanticip.org/linked-data/sdmx/ML/UsageType page_white_text TTL
rdfs:Datatype
Usage Type
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>

xsd:string

owl:withRestrictions (
    [ xsd:enumeration (
        "mandatory"xsd:string
        "optional"
xsd:string
    ) ]
)

© Semantic R&D Group, 2026