ResolvePeriodType

Version 19.1 by Artur K. on 2026/05/27 16:59

  

https://purl.semanticip.org/linked-data/sdmx/ML/ResolvePeriodType page_white_text TTL
rdfs:Datatype
Resolve Period Type
simpleType

ResolvePeriodType defines an enumeration of how date periods should be resolved.

SDMXStructureStructureMappings.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ResolvePeriodType">
  <xs:annotation>
   <xs:documentation>ResolvePeriodType defines an enumeration of how date periods should be resolved.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
   <xs:enumeration value="startOfPeriod" />
   <xs:enumeration value="endOfPeriod" />
   <xs:enumeration value="midPeriod" />
  </xs:restriction>
 </xs:simpleType>

xsd:string

owl:withRestrictions (
    [ xsd:enumeration (
        "startOfPeriod"xsd:string
        "endOfPeriod"
xsd:string
        "midPeriod"xsd:string
    ) ]
)

© Semantic R&D Group, 2026