- https://purl.semanticip.org/linked-data/sdmx/ML/RangeValidMonthDayOrMissingType
TTL - rdfs:Datatype
- Range Valid Month Day Or Missing Type
- simpleType
- SDMXCommon.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RangeValidMonthDayOrMissingType">
<xs:union memberTypes="RangeValidMonthDayType MissingType" />
</xs:simpleType>
owl:unionOf (
sip-sdmx-ML:RangeValidMonthDayType
sip-sdmx-ML:MissingType
)