<xsd:complexType name="ProcurementHeaderType">
<xsd:complexContent>
<xsd:extension base="RequestHeaderType">
<xsd:sequence>
<xsd:element ref="BillToParty" minOccurs="0" />
<xsd:element ref="CarrierParty" minOccurs="0" />
<xsd:element ref="PayFromParty" minOccurs="0" />
<xsd:element ref="PartialShipmentAllowedIndicator" minOccurs="0" />
<xsd:element ref="DropShipmentAllowedIndicator" minOccurs="0" />
<xsd:element ref="EarlyShipmentAllowedIndicator" minOccurs="0" />
<xsd:element ref="LicenseIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="TaxExemptIndicator" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Specifies whether the associated element is exempt from withholding taxes.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="TransportationTerm" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PaymentTerm" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="DistributedCharge" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="DistributedTax" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Distribution" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|