EpochPeriodType

Version 21.1 by Artur K. on 2026/05/27 17:23

  

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

EpochPeriodType defines an enumeration of epoch period types.

SDMXStructureStructureMappings.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EpochPeriodType">
  <xs:annotation>
   <xs:documentation>EpochPeriodType defines an enumeration of epoch period types.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
   <xs:enumeration value="nanosecond" />
   <xs:enumeration value="millisecond" />
   <xs:enumeration value="microsecond" />
   <xs:enumeration value="second" />
   <xs:enumeration value="day" />
  </xs:restriction>
 </xs:simpleType>

 

xsd:string

owl:withRestrictions (
    [ xsd:enumeration (
        "nanosecond"xsd:string
        "millisecond"
xsd:string
        "microsecond"xsd:string
        "second"
xsd:string
        "day"xsd:string
    ) ]
)

© Semantic R&D Group, 2026