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