<!--
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="ListCommoditySpecialGrade">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Bleached" />
<xsd:enumeration value="Blighted" />
<xsd:enumeration value="Bright" />
<xsd:enumeration value="Ergoty" />
<xsd:enumeration value="Extra Heavy" />
<xsd:enumeration value="Flint" />
<xsd:enumeration value="Flint & Dent" />
<xsd:enumeration value="Garlicky" />
<xsd:enumeration value="Heavy" />
<xsd:enumeration value="Infested" />
<xsd:enumeration value="Light Garlicky" />
<xsd:enumeration value="Light Smutty" />
<xsd:enumeration value="Plump" />
<xsd:enumeration value="Purple Mottled or Stained" />
<xsd:enumeration value="Smutty" />
<xsd:enumeration value="Thin" />
<xsd:enumeration value="Treated" />
<xsd:enumeration value="Waxy" />
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
|