2.2.4.8 t:RecurringDateTransitionType Complex Type

The RecurringDateTransitionType complex type specifies a time zone transition that occurs on a specified day of the year.

 <xs:complexType name="RecurringDateTransitionType">
   <xs:complexContent>
     <xs:extension
       base="t:RecurringTimeTransitionType"
     >
       <xs:sequence>
         <xs:element name="Day"
           type="xs:int"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the child elements of the RecurringDateTransitionType complex type.

Element name

Type

Description

Day

xs:int [XMLSCHEMA2]

Specifies the day of the year on which the time zone transition occurs.