2.2.4.13 t:TransitionType Complex Type

The TransitionType complex type is the base type for all time zone transition complex types.

 <xs:complexType name="TransitionType"
   abstract="false"
 > 
   <xs:sequence>
     <xs:element name="To"
       type="t:TransitionTargetType"
      />
   </xs:sequence>
 </xs:complexType>
  

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

Element name

Type

Description

To

t:TransitionTargetType (section 2.2.4.14)

One of the TransitionTargetType enumeration values that specify whether the time zone transition is a single period or a group of time zone transitions.

If the time zone transition is a single period, the value of this element MUST be one of the existing period Ids defined in the Period element as specified in section 2.2.4.7.

If the time zone transition is a group of time zone transitions, the value of this element MUST be one of the existing transition group Ids defined in the TransitionsGroup element as specified in section 2.2.4.4.