complexType "TimeZoneExtendedType"
Namespace:
Content:
complex, 5 elements
Defined:
globally in myCalendar.xsd; see XML source
Includes:
definitions of 5 elements
Used:
never
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (5):
additionalDaylightBias (type xsd:int), daylightDate (defined in TimeZoneExtendedType complexType), standardBias (type xsd:int), standardDate (defined in TimeZoneExtendedType complexType), tzid (type tzidEnum)
Annotation
Contains the full (extended) structural definition of the timezone.
XML Source (see within schema source)
<xsd:complexType name="TimeZoneExtendedType">
<xsd:annotation>
<xsd:documentation>
Contains the full (extended) structural definition of the timezone.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="tzid" type="tzidEnum"/>
<!--
<xsd:element
name="name"
type="hs:localizableString"
>
<xsd:annotation>
<xsd:documentation>
The current name of this time zone. Time zones currently in
the daylight period will switch names to daylightName. This
property is read only, except for id is <b>USER_DEFINED</b>.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-->
<xsd:element name="standardBias" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Specifies the current bias, in minutes, for local time translation.
The bias is the difference, in minutes, between Coordinated Universal
Time (UTC) and local time. All translations between UTC and local
time are based on the following formula:
<PRE>UTC = local time + bias</PRE>
This property is read only, except for id is
<b>USER_DEFINED</b>
.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--
<xsd:element
name="daylightName"
type="hs:localizableString"
minOccurs="0"
maxOccurs="1"
>
<xsd:annotation>
<xsd:documentation>
[Optional] Specifies the name of the timeZone during daylight periods.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-->
<xsd:element maxOccurs="1" minOccurs="0" name="additionalDaylightBias" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
[Optional] Specifies an additional bias value to be added to standardBias
used during local time translations that occur during daylight
saving time. In most time zones, the value of this member is minus 60.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="standardDate">
<xsd:annotation>
<xsd:documentation>
This fragment describes the standard date to daylight date transition
using the RepeatYearlyByDay recurrence rule.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="transitionRule" type="transitionRuleType">
<xsd:annotation>
<xsd:documentation>
Specifies a date and local time when the transition from
standard time to daylight time occurs.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="transitionTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
Specifies the local time (e.g. 2am) to transition from standard
to daylight.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="daylightDate">
<xsd:annotation>
<xsd:documentation>
This fragment describes the daylight date to standard date transition
using the RepeatYearlyByDay recurrence rule.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="transitionRule" type="transitionRuleType">
<xsd:annotation>
<xsd:documentation>
Specifies a date and local time when the transition from daylight
saving time to standard time occurs.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="transitionTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
Specifies the local time (e.g. 2am) to transition from daylight
to standard.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 5/5)
additionalDaylightBias
Type:
xsd:int, predefined, simple content
Defined:
locally within (this) TimeZoneExtendedType complexType
[Optional] Specifies an additional bias value to be added to standardBias used during local time translations that occur during daylight saving time. In most time zones, the value of this member is minus 60.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="additionalDaylightBias" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
[Optional] Specifies an additional bias value to be added to standardBias
used during local time translations that occur during daylight
saving time. In most time zones, the value of this member is minus 60.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

daylightDate
Type:
anonymous complexType, complex content
Defined:
locally within (this) TimeZoneExtendedType complexType
This fragment describes the daylight date to standard date transition using the RepeatYearlyByDay recurrence rule.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="daylightDate">
<xsd:annotation>
<xsd:documentation>
This fragment describes the daylight date to standard date transition
using the RepeatYearlyByDay recurrence rule.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="transitionRule" type="transitionRuleType">
<xsd:annotation>
<xsd:documentation>
Specifies a date and local time when the transition from daylight
saving time to standard time occurs.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="transitionTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
Specifies the local time (e.g. 2am) to transition from daylight
to standard.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>

standardBias
Type:
xsd:int, predefined, simple content
Defined:
locally within (this) TimeZoneExtendedType complexType
Specifies the current bias, in minutes, for local time translation. The bias is the difference, in minutes, between Coordinated Universal Time (UTC) and local time. All translations between UTC and local time are based on the following formula: <PRE>UTC = local time + bias </PRE> This property is read only, except for id is <b>USER_DEFINED</b>.
XML Source (see within schema source)
<xsd:element name="standardBias" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Specifies the current bias, in minutes, for local time translation.
The bias is the difference, in minutes, between Coordinated Universal
Time (UTC) and local time. All translations between UTC and local
time are based on the following formula:
<PRE>UTC = local time + bias</PRE>
This property is read only, except for id is
<b>USER_DEFINED</b>
.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

standardDate
Type:
anonymous complexType, complex content
Defined:
locally within (this) TimeZoneExtendedType complexType
This fragment describes the standard date to daylight date transition using the RepeatYearlyByDay recurrence rule.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="standardDate">
<xsd:annotation>
<xsd:documentation>
This fragment describes the standard date to daylight date transition
using the RepeatYearlyByDay recurrence rule.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="transitionRule" type="transitionRuleType">
<xsd:annotation>
<xsd:documentation>
Specifies a date and local time when the transition from
standard time to daylight time occurs.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="transitionTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
Specifies the local time (e.g. 2am) to transition from standard
to daylight.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>

tzid
Type:
tzidEnum, simple content
Defined:
locally within (this) TimeZoneExtendedType complexType
XML Source (see within schema source)
<xsd:element name="tzid" type="tzidEnum"/>