<!--
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="ListRole">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="AD" />
<xsd:enumeration value="AP" />
<xsd:enumeration value="AQ" />
<xsd:enumeration value="BN" />
<xsd:enumeration value="C1" />
<xsd:enumeration value="CN" />
<xsd:enumeration value="PF" />
<xsd:enumeration value="SF" />
<xsd:enumeration value="SH" />
<xsd:enumeration value="UC" />
<xsd:enumeration value="ZZ" />
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
|