<!--
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="ListCommoditySubClass">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Amber Durum Wheat" />
<xsd:enumeration value="Barley" />
<xsd:enumeration value="Dark Northern Spring Wheat" />
<xsd:enumeration value="Durum Wheat" />
<xsd:enumeration value="Hard Amber Durum Wheat" />
<xsd:enumeration value="Northern Spring Wheat" />
<xsd:enumeration value="Red Spring Wheat" />
<xsd:enumeration value="Six-rowed Barley" />
<xsd:enumeration value="Six-rowed Blue Malting Barley" />
<xsd:enumeration value="Six-rowed Malting Barley" />
<xsd:enumeration value="Soft White Wheat" />
<xsd:enumeration value="Two-rowed Barley" />
<xsd:enumeration value="Two-rowed Malting Barley" />
<xsd:enumeration value="Western White Wheat" />
<xsd:enumeration value="White Club Wheat" />
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
|