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