element <daylightDate> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
XML Representation Summary
<daylightDate>
   
Content: 
</daylightDate>
Content model elements (2):
transitionRule (type transitionRuleType), transitionTime (type xsd:dateTime)
Annotation
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>
Content Element Detail (all declarations; 2/2)
transitionRule
Type:
transitionRuleType, empty content
Defined:
locally within (this) daylightDate element
Specifies a date and local time when the transition from daylight saving time to standard time occurs.
XML Source (see within schema source)
<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>

transitionTime
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within (this) daylightDate element
Specifies the local time (e.g. 2am) to transition from daylight to standard.
XML Source (see within schema source)
<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>