TimezoneType

Version 22.3 by Artur K. on 2026/05/28 23:28

  

https://purl.semanticip.org/linked-data/sdmx/ML/TimezoneType page_white_text TTL
rdfs:Datatype
Timezone Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
common
simpleType

TimezoneType defines the pattern for a time zone. An offset of -14:00 to +14:00 or Z can be specified.

SDMXCommon.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TimezoneType">
  <xs:annotation>
   <xs:documentation>TimezoneType defines the pattern for a time zone. An offset of -14:00 to +14:00 or Z can be specified.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
   <xs:pattern value="Z" />
   <xs:pattern value="(\+|\-)(14:00|((0[0-9]|1[0-3]):[0-5][0-9]))" />
  </xs:restriction>
 </xs:simpleType>

 

xsd:string

owl:withRestrictions (
    [ xsd:pattern "Z" ]
    [ xsd:pattern "(
+|
-)(14:00|((0[0-9]|1[0-3]):[0-5][0-9]))" ]
)

© Semantic R&D Group, 2026