<CustomerInfo xmlns="http://www.ibm.com/schemas/SimpleXMLDemo" xmlns:cnt="http://www.ibm.com/schemas/ContactDemo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<CustomerID>0000000001</CustomerID>
	<CompanyName>MindLight Corp.</CompanyName>
	<Contacts>
		<cnt:Contact>
			<cnt:FirstName>Lee</cnt:FirstName>
			<cnt:LastName>Chen</cnt:LastName>
			<cnt:Email>LeeChen@gmail.com</cnt:Email>
		</cnt:Contact>
	</Contacts>
</CustomerInfo>
