<?xml version="1.0" encoding="UTF-8"?>
<!--Sample XML file generated by XMLSPY v5 rel. 2 U (http://www.xmlspy.com)-->
<c:customer xmlns:c="urn:customer-example" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:customer-example
C:\Prototype\CustomerExample\run\Customer.xsd">
	<personal-info>
		<first-name>Jane</first-name>
		<last-name>Doe</last-name>
		<c:gender>F</c:gender>
		<date-of-birth>1975-02-21</date-of-birth>
	</personal-info>
	<c:contact-info>
		<billing-address>
			<street>123 Any Street</street>
			<street>Suite 1</street>
			<city>Ottawa</city>
			<state>ON</state>
			<zip-code>A1B 2C3</zip-code>
		</billing-address>
		<shipping-address>
			<street>456 Another Street</street>
			<street>Unit 2</street>
			<city>Raleigh</city>
			<state>NC</state>
			<zip-code>12345</zip-code>
		</shipping-address>
		<c:phone-number type="work">(613) 555-1111</c:phone-number>
		<c:phone-number type="cell">(613) 555-2222</c:phone-number>
	</c:contact-info>
</c:customer>
