element <transitionRule> (unified local)
Namespace:
Type:
Content:
empty, 5 attributes
Defined:
locally at 2 locations in myCalendar.xsd
XML Representation Summary
<transitionRule
   
 = 
xsd:int
 = 
("day" | "weekday" | "weekend day" | "su" | "mo" | "tu" | "we" | "th" | "fr" | "sa")
 = 
xsd:int
 = 
xsd:int
 = 
("first" | "second" | "third" | "fourth" | "last")
/>
Included in content model of elements (2):
daylightDate (defined in TimeZoneExtendedType complexType), standardDate (defined in TimeZoneExtendedType complexType)
Definition Locations
Annotations (2) (by all definition locations)
Location:
within daylightDate (defined in TimeZoneExtendedType complexType) element [def]
Annotation:
Specifies a date and local time when the transition from daylight saving time to standard time occurs.

Location:
within standardDate (defined in TimeZoneExtendedType complexType) element [def]
Annotation:
Specifies a date and local time when the transition from standard time to daylight time occurs.
Attribute Detail (all declarations; 5/5)
afterDay
Type:
Use:
optional
Defined:
locally within transitionRuleType complexType
<b>afterDay</b> is needed to support certain time-zone recurrence rules for countries that use the format of the first Friday after the 15th (i.e. New Zealand, which ends the first Sunday on or after 5 March).
XML Source (see within schema source)
<xsd:attribute name="afterDay" type="dayValueEnum">
<xsd:annotation>
<xsd:documentation>
<b>afterDay</b>
is needed to support certain time-zone recurrence rules for
countries that use the format of the first Friday after the 15th (i.e. New
Zealand, which ends the first Sunday on or after 5 March).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

day
Type:
Use:
optional
Defined:
locally within transitionRuleType complexType
Used to specify a day of the week for the transition to occur on. If this attribute is present, then @dayOfMonth must also be present.
XML Source (see within schema source)
<xsd:attribute name="day" type="allDaysEnum">
<xsd:annotation>
<xsd:documentation>
Used to specify a day of the week for the transition to occur on. If this
attribute is present, then @dayOfMonth must also be present.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

dayOfMonth
Type:
xsd:int, predefined
Use:
optional
Defined:
locally within transitionRuleType complexType
Used to specify a transition on a particular day of a month. Eg, Iraq (Baghdad) transitions on 5/1 and 9/30.
XML Source (see within schema source)
<xsd:attribute name="dayOfMonth" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Used to specify a transition on a particular day of a month. Eg, Iraq (Baghdad)
transitions on 5/1 and 9/30.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

month
Type:
Use:
required
Defined:
locally within transitionRuleType complexType
XML Source (see within schema source)
<xsd:attribute name="month" type="monthValueEnum" use="required"/>

weekdayOfMonth
Type:
Use:
optional
Defined:
locally within transitionRuleType complexType
Used to specify a particular weekday of the month to transition on. If this attribute is present, then @day must also be present.
XML Source (see within schema source)
<xsd:attribute name="weekdayOfMonth" type="weekdayOfMonthEnum">
<xsd:annotation>
<xsd:documentation>
Used to specify a particular weekday of the month to transition on. If this attribute
is present, then @day must also be present.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>