2.2.4.2 t:ArrayOfTimeZoneDefinitionType Complex Type
The ArrayOfTimeZoneDefinitionType complex type specifies zero or more TimeZoneDefinitionType complex type, as specified in section 2.2.4.12, instances.
-
<xs:complexType name="ArrayOfTimeZoneDefinitionType"> <xs:sequence maxOccurs="unbounded" minOccurs="0" > <xs:element name="TimeZoneDefinition" type="t:TimeZoneDefinitionType" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the ArrayOfTimeZoneDefinitionType complex type.
Element name |
Type |
Description |
---|---|---|
TimeZoneDefinition |
t:TimeZoneDefinitionType (section 2.2.4.12) |
Specifies the definition of a time zone. |