TimezoneType

Version 7.1 by Artur K. on 2026/05/25 16:20

  

https://purl.semanticip.org/linked-data/sdmx/ML/TimezoneType page_white_text TTL
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>

 

© Semantic R&D Group, 2026