2.2.7.3 t:TimeChangePatternTypes Group
The TimeChangePatternTypes group specifies the date when the time changes from standard time or daylight saving time.
-
<xs:group name="t:TimeChangePatternTypes"> <xs:sequence> <xs:choice> <xs:element name="RelativeYearlyRecurrence" type="t:RelativeYearlyRecurrencePatternType" /> <xs:element name="AbsoluteDate" type="xs:date" /> </xs:choice> </xs:sequence> </xs:group>
The following table lists the child elements of the TimeChangePatternTypes complex type.
Element name |
Type |
Description |
---|---|---|
RelativeYearlyRecurrence |
t:RelativeYearlyRecurrencePatternType (section 2.2.4.61) |
Specifies a relative yearly recurrence pattern for a time zone transition date. |
AbsoluteDate |
xs:date ([XMLSCHEMA2]) |
Specifies the date when the time changes from standard time or daylight saving time. |