<xs:element name="ByProduct">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element ref="Product" />
<xs:element ref="ShippingInstructionsPurchaseOrderLineItem" />
</xs:choice>
<xs:element ref="ShippingInstructionsLineItemByProduct" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
|