<?xml version="1.0"?>
<BookStore xmlns="http://www.books.org" 
	       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
		   xsi:schemaLocation="http://www.books.org 
		   c:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp_myserver\BookStore.xsd"
>
        <Book>
                <Title>My Life and Times</Title>
                <Author>Paul McCartney</Author>
                <Date>1999-12-01</Date>
                <ISBN>94303-12021-43892</ISBN>
                <Publisher>McMillin Publishing</Publisher>
        </Book>
</BookStore>
