<!--
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="ListFuturesCommodityCode">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="C" />
<xsd:enumeration value="DW" />
<xsd:enumeration value="KW" />
<xsd:enumeration value="MW" />
<xsd:enumeration value="NW" />
<xsd:enumeration value="O" />
<xsd:enumeration value="S" />
<xsd:enumeration value="SM" />
<xsd:enumeration value="W" />
<xsd:enumeration value="XC" />
<xsd:enumeration value="XE" />
<xsd:enumeration value="XO" />
<xsd:enumeration value="XS" />
<xsd:enumeration value="XW" />
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
|