simpleType timeZoneType
type restriction of xsd:byte
properties
base xsd:byte
used by
attribute dateTimeGroupElementType/@timeZone
facets
Kind Value Annotation
minInclusive -12
maxInclusive 12
annotation
documentation
Enumeration for global time zone relative to GMT [-12..12]
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy