<!--
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="ListVehicleIdentifierType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Bar Code" />
<xsd:enumeration value="Barge" />
<xsd:enumeration value="Bill of Lading" />
<xsd:enumeration value="Contract" />
<xsd:enumeration value="Description" />
<xsd:enumeration value="Driver Name" />
<xsd:enumeration value="Load Order" />
<xsd:enumeration value="Rail Car" />
<xsd:enumeration value="Scale Ticket" />
<xsd:enumeration value="Trailer License" />
<xsd:enumeration value="Truck License" />
<xsd:enumeration value="United States Department of Transportation Number" />
<xsd:enumeration value="Vessel Hold" />
<xsd:enumeration value="Vessel Name" />
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
|