<xs:simpleType name="PurchaseOrderImportColumns" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="NotSpecified" />
<xs:enumeration value="Barcode" />
<xs:enumeration value="ProductNumber" />
<xs:enumeration value="OrderCode" />
<xs:enumeration value="RequestedSaleConsumerUnits" />
<xs:enumeration value="PurchaseUnitAmount" />
<xs:enumeration value="OrderMultiplier" />
<xs:enumeration value="MinimumOrderQuantity" />
<xs:enumeration value="PurchaseOrderUnitISOCode" />
<xs:enumeration value="PurchaseContentUnitISOCode" />
<xs:enumeration value="PurchasePricePerAmount" />
<xs:enumeration value="PurchasePrice" />
<xs:enumeration value="Note" />
<xs:enumeration value="CbmPerSingleUnit" />
</xs:restriction>
</xs:simpleType>
|