<?xml version="1.0" encoding="UTF-8"?><mytopo_order xmlns="http://www.mytopo.com/oem/0/2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mytopo.com/oem/0/2 http://www.mytopo.com/oem/0/2/mytopo_order.xsd">	<!-- REQUIRED: Vendor-specifed order id (for tracking). -->	<orderID>Your Order ID</orderID>	<!-- REQURED: Vendor order date. -->	<orderDate>2005-01-01</orderDate>	<!-- REQUIRED: Order shipping address. -->	<shipTo>		<shipToID>Vendor shipping address or customer ID number</shipToID><!-- OPTIONAL -->		<firstName>Kevin</firstName><!-- REQUIRED -->		<lastName>Toohill</lastName><!-- REQUIRED -->		<company>MyTopo.com</company><!-- OPTIONAL -->		<address1>One South Broadway</address1><!-- REQUIRED -->		<address2>Suite 101</address2><!-- OPTIONAL -->		<city>Billings</city><!-- REQUIRED -->		<state>MT</state><!-- REQUIRED -->		<zip>59101</zip><!-- REQUIRED -->		<country>United States</country><!-- REQUIRED -->		<email>kevin@mytopo.com</email><!-- OPTIONAL -->		<phone>406-294.9411</phone><!-- OPTIONAL -->		<message>Message for customer packing slip.</message><!-- OPTIONAL -->	</shipTo>	<!-- REQUIRED: Vendor account (assigned). -->	<billTo>		<account>your account id</account>		<password/>	</billTo>	<shipType>STANDARD</shipType><!-- REQUIRED: Options USPSPM (Postal Priority), UPSG (UPS Ground), UPS2 (UPS 2nd Day), UPS1 (UPS Next Day), USPSGPM (Postal Global Priority), USPSPP (Postal International Parcel Post) -->	<shipQuoteID>12345</shipQuoteID> <!-- OPTIONAL -->	<!-- One oemPrint entry is required for every product in this order -->		<oemPrint>		<itemID>11223</itemID><!-- OPTIONAL -->		<qty>1</qty><!-- REQUIRED: Number of copies for this print -->		<width>24</width><!-- OPTIONAL: Width of print in inches -->		<height>24</height><!-- OPTIONAL: Height of print in inches -->		<output>L</output><!-- REQUIRED: Paper type. Options are S (Standard/Matte), L (Laminated), G (Glossy), W (Waterproof), C (Canvas), CM (Mounted Canvas), CD (CD-ROM), DVD (DVD-ROM) -->		<source>http://www.mysite.com/readytoprint/image.tif</source><!-- REQUIRED: URL of the source image -->	</oemPrint></mytopo_order>
