<?xml version="1.0" standalone="yes" ?>


<Collection> <!-- owner="Ken Sall" location="nevermind" -->
  <Owner xml:link="simple" href="http://www.w3.org/">Ken Sall</Owner>
<!-- A Collection consists of Book and CD elements in no particular order. -->

    <Book>
	<Title xml:link="simple" href="http://www.w3.org/">Complete Beatles Chronicle, The</Title>
	<Author>Lewisohn, Mark</Author>
	<Type>Chronology</Type>
	<Published publisher="Harmony Books">1992</Published>
	<Rating>5 stars</Rating>
	<Notes>
	Covers the years 1957 through 1970. No solo info.
	Great appendices with chart info, discography, composer index,
	radio, tv, and live performances, and much more.
	</Notes>
    </Book>
    <CD>
	<Title>Band on the Run</Title>
	<Artist>McCartney, Paul and Wings</Artist>
	<Chart>
	    <Peak weeks="4">1</Peak>
	    <Peak country="UK">1</Peak> <!-- guess -->
	</Chart>
	<Type>Rock</Type>
	<Label>Capitol</Label>
	<Label country="UK">EMI</Label>
	<AlbumReleased>1973</AlbumReleased>
	<Remastered format="gold CD">1993</Remastered>
	<Remastered format="2 disc box set with booklet">1999</Remastered>
    </CD>
    <CD>
	<Title>Venus and Mars</Title>
	<Artist>McCartney, Paul and Wings</Artist>
	<Chart>
	    <Peak weeks="1">1</Peak>
	    <Peak country="UK">2</Peak> <!-- guess -->
	</Chart>
	<Type>Rock</Type>
	<Label>Capitol</Label>
	<Label country="UK">EMI</Label>
	<AlbumReleased>1975</AlbumReleased>
	<Remastered format="gold CD with 3 bonus tracks">1994</Remastered>
    </CD>
    <Book>
	<Title>Many Years From Now</Title>
	<Author>McCartney, Paul</Author>
	<Type>Autobiographical</Type>
	<Published publisher="Henry Holt and Company">1997</Published>
	<!-- Notice the absence of Notes and Rating elements.
	I haven't read this book yet. This illustrates some optional
	elements that are children of Book element.
	-->
    </Book>
</Collection>
