<!--
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="ListCommodityUnitOfMeasure">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Barge" />
<xsd:enumeration value="Bushel" />
<xsd:enumeration value="Car Load" />
<xsd:enumeration value="Hundred Weight" />
<xsd:enumeration value="Kilogram" />
<xsd:enumeration value="Long Ton" />
<xsd:enumeration value="Metric Ton" />
<xsd:enumeration value="Pound" />
<xsd:enumeration value="Shipment" />
<xsd:enumeration value="Short Ton" />
<xsd:enumeration value="Truck" />
<xsd:enumeration value="Vessel" />
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
|