2.2.4.4 t:ArrayOfTransitionsType Complex Type
The ArrayOfTransitionsType complex type specifies an array of time zone transitions.
-
<xs:complexType name="ArrayOfTransitionsType"> <xs:sequence> <xs:element maxOccurs="unbounded" ref="t:Transition" /> </xs:sequence> <xs:attribute name="Id" type="xs:string" /> </xs:complexType>
The following table lists the child elements of the ArrayOfTransitionsType complex type.
Element name |
Type |
Description |
---|---|---|
Transition |
t:Transition (section 2.2.3.5) |
Specifies a descendent of the t:Transition element that describes the time zone transition. |
The following table lists the attributes of the ArrayOfTransitionsType complex type.
Attribute name |
Type |
Description |
---|---|---|
Id |
xs:string ([XMLSCHEMA2]) |
Specifies a unique identifier for the time zone transition. |