- https://purl.semanticip.org/linked-data/sdmx/ML/IntOrNotApplicableType
TTL - simpleType
- SDMXCommon.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IntOrNotApplicableType">
<xs:union memberTypes="xs:int NotApplicableType" />
</xs:simpleType>