<!--
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="ListFuturesCommodityName">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Durum Wheat" />
<xsd:enumeration value="Hard Red Spring Wheat" />
<xsd:enumeration value="Hard Red Winter Wheat" />
<xsd:enumeration value="Oats" />
<xsd:enumeration value="Soft Red Winter Wheat" />
<xsd:enumeration value="Soybean Meal" />
<xsd:enumeration value="White Wheat" />
<xsd:enumeration value="Yellow Corn" />
<xsd:enumeration value="Yellow Soybeans" />
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
|