2.2.4.12 t:ArrayOfOccurrenceRangesType Complex Type

The ArrayOfOccurrenceRangesType complex type specifies an array of occurrence ranges.<41>

 <xs:complexType name="ArrayOfOccurrenceRangesType">
     <xs:sequence>
         <xs:element name="Range" type="t:OccurrencesRangeType" maxOccurs="unbounded"/>
     </xs:sequence>
 </xs:complexType>

Range: An element of type OccurrencesRangeType, as defined in section 2.2.4.36, that represents a single occurrence range.