2.2.4.5 t:NonEmptyArrayOfPeriodsType Complex Type
The NonEmptyArrayOfPeriodsType complex type specifies an array of PeriodType complex types, as specified in section 2.2.4.7, that has at least one member.
-
<xs:complexType name="NonEmptyArrayOfPeriodsType"> <xs:sequence> <xs:element name="Period" type="t:PeriodType" maxOccurs="unbounded" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the NonEmptyArrayOfPeriodsType complex type.
Element name |
Type |
Description |
---|---|---|
Period |
t:PeriodType (section 2.2.4.7) |
Specifies one or more PeriodType complex types. At least one PeriodType complex type MUST be included. |