<!--
Copyright 2001-2006 AgXML, LLC. All rights reserved.
Use of this schema is subject to the license agreement available at http://www.agxml.org.
-->
<xsd:schema targetNamespace="urn:www.agxml.org:schemas:all:2:0" xmlns="urn:www.agxml.org:schemas:all:2:0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:simpleType name="ListDeliveryBasis">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="CIF" />
<xsd:enumeration value="CIFFO" />
<xsd:enumeration value="CNF" />
<xsd:enumeration value="CNFFO" />
<xsd:enumeration value="Delivered" />
<xsd:enumeration value="FAS" />
<xsd:enumeration value="FOB" />
<xsd:enumeration value="FOB Farm" />
<xsd:enumeration value="FST" />
<xsd:enumeration value="In-store" />
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
|