2.2.4.6 t:NonEmptyArrayOfTimeZoneIdType Complex Type
The NonEmptyArrayOfTimeZoneIdType complex type specifies one or more time zone identifiers.
-
<xs:complexType name="NonEmptyArrayOfTimeZoneIdType"> <xs:sequence> <xs:element name="Id" type="xs:string" maxOccurs="unbounded" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the NonEmptyArrayOfTimeZoneIdType complex type.
Element name |
Type |
Description |
---|---|---|
Id |
xs:string [XMLSCHEMA2] |
Specifies a time zone identifier. |