XML Schema Documentation

Complex Type: TimeZone

[Table of contents]

Super-types: Scheme < TimeZone (by extension)
Sub-types: None
Name TimeZone
Used by (from the same schema document) Complex Type CommodityBusinessCalendarTime
Abstract no
Documentation Defines an identifier for a specific location or region which translates into a combination of rules for calculating the UTC offset.
XML Instance Representation
<...
timeZoneScheme=" xsd:anyURI [0..1]">
Scheme
</...>
Diagram
Schema Component Representation
<xsd:complexType name="TimeZone">
<xsd:simpleContent>
<xsd:extension base=" Scheme ">
<xsd:attribute name="timeZoneScheme" type=" xsd:anyURI "/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>