type | restriction of xsd:byte | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:simpleType name="timeZoneType"> <xsd:annotation> <xsd:documentation>Enumeration for global time zone relative to GMT [-12..12]</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:byte"> <xsd:minInclusive value="-12"/> <xsd:maxInclusive value="12"/> </xsd:restriction> </xsd:simpleType> |