<xsd:complexType name="ProductGroupLineItemType">
<xsd:sequence>
<xsd:element ref="ProductIdentification" maxOccurs="unbounded" />
<xsd:element ref="ProductQuantity" />
<xsd:element ref="ReferenceInformation" minOccurs="0" />
<xsd:element ref="ConfirmedPrice" minOccurs="0" />
<xsd:element ref="ScheduleDateTimeInformation" />
<xsd:element ref="SpecialInstructions" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="OptionType" type="cidxListProductGroupOption" use="required" />
</xsd:complexType>
|