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

transitionTime
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within (this) standardDate element
Specifies the local time (e.g. 2am) to transition from standard to daylight.
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 standard
to daylight.
</xsd:documentation>
</xsd:annotation>
</xsd:element>