2.2.4.40 t:RecurringMasterItemIdRangesType Complex Type
The RecurringMasterItemIdRangesType complex type specifies a union of all occurrences of a recurring master item, which fit into at least one of the specified ranges. This type extends the ItemIdType complex type, as specified by section 2.2.4.25.<98>
-
<xs:complexType name="RecurringMasterItemIdRangesType"> <xs:complexContent> <xs:extension base="t:ItemIdType"> <xs:sequence> <xs:element name="Ranges" type="t:ArrayOfOccurrenceRangesType" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table describes the child element of the RecurringMasterItemIdRangesType complex type.
Element |
Type |
Description |
---|---|---|
Ranges |
t:ArrayOfOccurrenceRangesType (section 2.2.4.12) |
Specifies an array of occurrence ranges. |