NotApplicableType

Version 14.1 by Artur K. on 2026/05/26 14:03

  

https://purl.semanticip.org/linked-data/sdmx/ML/NotApplicableType page_white_text TTL
Not Applicable Type
simpleType

NotApplicableType is a reusable simple type that allows for not applicable dimension values to be reported. This is required for datasets against a DSD which includes data from Dataflows, which only use a subset of Dimensions as defined by a Dimension Constraint, or for data-related reference metadata attributes that are not attached to all dimensions.

SDMXCommon.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NotApplicableType">
  <xs:annotation>
   <xs:documentation>NotApplicableType is a reusable simple type that allows for not applicable dimension values to be reported. This is required for datasets against a DSD which includes data from Dataflows, which only use a subset of Dimensions as defined by a Dimension Constraint, or for data-related reference metadata attributes that are not attached to all dimensions.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
   <xs:enumeration value="" />
  </xs:restriction>
 </xs:simpleType>
 
 

© Semantic R&D Group, 2026