ReportingQuarterOrMissingType
Last modified by Artur K. on 2026/06/05 16:25
- https://purl.semanticip.org/linked-data/sdmx/ML/common/ReportingQuarterOrMissingType
TTL - rdfs:Datatype
- Reporting Quarter 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="ReportingQuarterOrMissingType">
<xs:union memberTypes="ReportingQuarterType MissingType" />
</xs:simpleType>
owl:unionOf (
sip-sdmx-ML-common:ReportingQuarterType
sip-sdmx-ML-common:MissingType
)