<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.0 U (http://www.xmlspy.com) by David Crewson (www.eydeas.net) -->
<?xml-stylesheet href="contacts.css" type="text/css"?>
<CONTACTS 
	xmlns:xlink="http://www.w3.org/1999/xlink" 
	xmlns:ss="http://www.eydeas.net/SalesSystem" 
	xlink:type="extended">
	<SALESREPORT>
		<ORDER 
			xlink:type="resource" 
			xlink:role="ss:order" 
			xlink:title="ORDER ITEM">
			<DATE
				xlink:href="order.xml#xpointer(/ORDER/DATE/DAY/range-to(/ORDER/DATE/YEAR))"
				xlink:actuate="onLoad"
				xlnk:show="embed"/>
			<TITLE
				xlink:href="order.xml#xpointer(//ORDER/ITEM/id('_35414')/TITLE)"
				xlink:actuate="onLoad"
				xlink:show="embed"/>
			<BUYER
				xlink:href="order.xml#xpointer(start-point(/ORDER/CUSTOMER/*[2]))"
				xlink:actuate="onLoad"
				xlink:show="embed"/>
		</ORDER>
	</SALESREPORT>
	<SALESPERSON 
		xlink:type="locator" 
		xlink:href="order.xml#xpointer(/ORDER/SALES/NAME)" 
		xlink:role="ss:salesperson" 
		xlink:title="Salesperson"/>
	<GetSalesPerson 
		xlink:type="arc" 
		xlink:from="ss:order" 
		xlink:to="ss:salesperson" 
		xlink:show="new" 
		xlink:actuate="onRequest" 
		xlink:role="ss:getsalesperson" 
		xlink:title="Get the name of the salesperson"/>
</CONTACTS>
