Schema Name: AgXML_v2.0_ListTolerancePricingTerm.xsd
Target Namespace: urn:www.agxml.org:schemas:all:2:0
Collapse XSD Schema Code:

<!-- 
      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="ListTolerancePricingTerm">
    <xsd:restriction base="xsd:token">
      <xsd:enumeration value="Contract Basis" />
      <xsd:enumeration value="Contract Flat Price" />
      <xsd:enumeration value="Market Day After Unload" />
      <xsd:enumeration value="Market Day of Load" />
    </xsd:restriction>
  </xsd:simpleType>
</xsd:schema>
Collapse SimpleTypes: