DoubleOrNotApplicableType
Last modified by Artur K. on 2026/06/05 16:22
- https://purl.semanticip.org/linked-data/sdmx/ML/common/DoubleOrNotApplicableType
TTL - rdfs:Datatype
- Double Or Not Applicable 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="DoubleOrNotApplicableType">
<xs:union memberTypes="xs:double NotApplicableType" />
</xs:simpleType>
owl:unionOf (
xsd:double
sip-sdmx-ML-common:NotApplicableType
)