- https://purl.semanticip.org/linked-data/sdmx/ML/LongOrMissingType
TTL - Long Or Missing Type
- simpleType
- SDMXCommon.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="LongOrMissingType">
<xs:union memberTypes="xs:long MissingType" />
</xs:simpleType>