<?xml version="1.0" encoding="UTF-8"?>
<rentals xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="rentals.xsd" xmlns="http://dotmyself.net/j2xml">
	<rental type="DVD">
		<user>1</user>
		<title>Casino Royal</title>
		<begindate>15/07/2007</begindate>
	</rental>
	<rental type="VHS">
		<user>3</user>
		<title>Borat</title>
		<begindate>16/07/2007</begindate>
	</rental>
</rentals>
