<xs:complexType name="shippingInstructionsHeader">
<xs:sequence>
<xs:element ref="ShippingInstructionsInformation" />
<xs:element ref="BuyerParty" />
<xs:element ref="BillToParty" minOccurs="0" />
<xs:element ref="SupplierParty" />
<xs:element ref="OtherParty" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="SenderParty" minOccurs="0" />
<xs:element ref="ReceiverParty" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="ShippingInstructionsHeaderStatusType" type="shippingInstructionsHeaderStatusType" />
</xs:complexType>
|