ShortOrMissingType
Last modified by Artur K. on 2026/06/05 16:26
- https://purl.semanticip.org/linked-data/sdmx/ML/common/ShortOrMissingType
TTL - rdfs:Datatype
- Short Or Missing Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
- common
- simpleType
- SDMXCommon.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ShortOrMissingType">
<xs:union memberTypes="xs:short MissingType" />
</xs:simpleType>
owl:unionOf (
xsd:short
sip-sdmx-ML-common:MissingType
)