﻿<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<dvd:DVD ISBN="0-7907-4261-6" xmlns:dvd="http://seattlecentral.org/faculty/sconge/DVD"
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xsi:schemaLocation="http://seattlecentral.org/faculty/sconge/DVD                  			DVD.xsd">
<dvd:title>The Matrix</dvd:title>
<dvd:studio>Warner Brothers</dvd:studio>
<dvd:rating>R</dvd:rating>
<dvd:genre>SciFi</dvd:genre>
<dvd:format>Wide Screen</dvd:format>
<dvd:purchaseDate>2003-08-05</dvd:purchaseDate>
<dvd:purchasePrice>14.99</dvd:purchasePrice>
<dvd:actors>
<dvd:actor>Keanu Reeves</dvd:actor>
<dvd:actor>Lawrence Fishburne</dvd:actor>
<dvd:actor>Carrie Anne Moss</dvd:actor>
<dvd:actor>Hugo Weaving</dvd:actor>
</dvd:actors>
<dvd:extras>
<dvd:extra>Commentaries</dvd:extra>
<dvd:extra>script</dvd:extra>
<dvd:extra>games</dvd:extra>
</dvd:extras>
<dvd:description>The world is an elaborate computer simulation. People are batteries for the machines</dvd:description>
</dvd:DVD>

