<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Mike Overholt (Ashley Furniture Ind. / MIS Web Development) -->
<!-- 
Ver.   	Date         	 	By                      Action   
0.2		2006-03-07 		MOverholt		Original creation (draft)
1.0		2006-05-09		MOverholt		Initial release
-->
<schema targetNamespace="http://schema.fidx.org/fidx_LoadTendResp_v1.0" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:fidx_LTR="http://schema.fidx.org/fidx_LoadTendResp_v1.0" xmlns:fnBase="http://support.furnishnet.com/xml/schemas/fnBase_v1.6" xmlns:fnParty="http://support.furnishnet.com/xml/schemas/fnParty_v1.4" version="1.0">
	<import namespace="http://support.furnishnet.com/xml/schemas/fnBase_v1.6" schemaLocation="http://schema.fidx.org/DraftSchemas/Base%20Schemas/fn_base_v1.6.xsd"/>
	<import namespace="http://support.furnishnet.com/xml/schemas/fnParty_v1.4" schemaLocation="http://schema.fidx.org/DraftSchemas/Base%20Schemas/fn_party_v1.4.xsd"/>
	<element name="loadTenderResponse" type="fidx_LTR:loadTenderResponseType"/>
	<complexType name="loadTenderResponseType">
		<annotation>
			<documentation>Basic Load Tender Response information</documentation>
		</annotation>
		<sequence>
			<element name="response" type="fidx_LTR:responseType"/>
		</sequence>
	</complexType>
	<complexType name="responseType">
		<annotation>
			<documentation> All the Header information about the Load Tender Response</documentation>
		</annotation>
		<sequence>
			<element name="document" type="fidx_LTR:ltrDocumentType">
				<annotation>
					<documentation>Basic document information</documentation>
				</annotation>
			</element>
			<element name="loadTenderOfferDocument" type="fidx_LTR:ltoDocumentType">
				<annotation>
					<documentation>Reference to the document being responded to.</documentation>
				</annotation>
			</element>
			<element name="shipper" minOccurs="0">
				<annotation>
					<documentation>Shipper information. Party offering load to carrier</documentation>
				</annotation>
				<complexType>
					<complexContent>
						<extension base="fnParty:partyIdentificationType"/>
					</complexContent>
				</complexType>
			</element>
			<element name="carrier" minOccurs="0">
				<annotation>
					<documentation>Carrier information. Party responding to load tender offer.</documentation>
				</annotation>
				<complexType>
					<complexContent>
						<extension base="fnParty:partyIdentificationType"/>
					</complexContent>
				</complexType>
			</element>
			<element name="actionCode" type="fidx_LTR:actionCodeType">
				<annotation>
					<documentation>Action Code for this shipment</documentation>
				</annotation>
			</element>
		</sequence>
		<attribute name="comment" type="string" use="optional"/>
	</complexType>
	<simpleType name="actionCodeType">
		<annotation>
			<documentation> action code (accept or decline)</documentation>
		</annotation>
		<restriction base="string">
			<enumeration value="Accept"/>
			<enumeration value="Decline"/>
		</restriction>
	</simpleType>
	<complexType name="ltrDocumentType">
		<annotation>
			<documentation> represents the response to a load tender offer.</documentation>
		</annotation>
		<complexContent>
			<restriction base="fnBase:documentType">
				<sequence>
					<element name="creationDate" type="date">
						<annotation>
							<documentation>The creation date of the transaction referred to by this element.  Format is CCYY-MM-DD.</documentation>
						</annotation>
					</element>
					<element name="creationTime" type="time" minOccurs="0">
						<annotation>
							<documentation>The time on creationDate that the document was created.  Format is HH:MM:SS.</documentation>
						</annotation>
					</element>
				</sequence>
				<attribute name="type" fixed="loadTenderResp"/>
			</restriction>
		</complexContent>
	</complexType>
	<complexType name="ltoDocumentType">
		<annotation>
			<documentation> represents the original load tender offer being responded to.</documentation>
			<documentation> represents the original load tender offer being responded to.</documentation>
		</annotation>
		<complexContent>
			<restriction base="fnBase:documentType">
				<sequence>
					<element name="creationDate" type="date">
						<annotation>
							<documentation>The creation date of the transaction referred to by this element.  Format is CCYY-MM-DD.</documentation>
						</annotation>
					</element>
					<element name="creationTime" type="time" minOccurs="0">
						<annotation>
							<documentation>The time on creationDate that the document was created.  Format is HH:MM:SS.</documentation>
						</annotation>
					</element>
				</sequence>
				<attribute name="type" fixed="loadTenderOffer"/>
			</restriction>
		</complexContent>
	</complexType>
</schema>
