<xs:complexType name="shippingInstructionsLineItemByProduct">
<xs:sequence>
<xs:element ref="ShippingInstructionsLineItemNumber" />
<xs:element ref="ShippingInstructionsReference" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="ShipToInformation" maxOccurs="unbounded" />
<xs:element ref="PackagingCharacteristics" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="ShippingInstructionsLineItemStatusType" type="shippingInstructionsLineItemStatusType" use="required" />
</xs:complexType>
|