<xs:element name="ShippingInstructionsInformation">
<xs:complexType>
<xs:sequence>
<xs:element ref="ShippingInstructionsNumber" />
<xs:element ref="ShippingInstructionsIssuedDate" />
<xs:element ref="ShippingInstructionsConfirmationIssuedDate" minOccurs="0" />
<xs:element ref="TransactionHistoryNumber" minOccurs="0" />
<xs:element ref="TransactionHistoryConfirmationNumber" minOccurs="0" />
<xs:element ref="ShippingInstructionsReference" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
|