<?xml version="1.0" ?>
<!DOCTYPE photocatalogue [

<!-- Top tags -->
<!ELEMENT photocatalogue (image)*>

<!-- Level 1 tags -->
<!ELEMENT image (caption, filmstock?, exposure?, description?, development?)>
<!ATTLIST image imageID ID #REQUIRED>

<!ELEMENT caption (title,date?)>
<!ELEMENT filmstock (make,speed,type)>

<!ELEMENT exposure EMPTY>
<!ATTLIST exposure shutter CDATA #REQUIRED>
<!ATTLIST exposure aperture CDATA #REQUIRED>
<!ATTLIST exposure focal_length CDATA "">

<!ELEMENT description (#PCDATA)>
<!ELEMENT development (solution,time)>

<!-- Level 2 tags -->
<!ELEMENT title (#PCDATA)>
<!ELEMENT date (#PCDATA)>
<!ELEMENT make (#PCDATA)>
<!ELEMENT speed (#PCDATA)>
<!ELEMENT type (#PCDATA)>
<!ELEMENT solution (#PCDATA)>
<!ELEMENT time (#PCDATA)>

]>
<photocatalogue xmlns:html="http://www.w3.org/TR/REC-html40"
		xmlns:xlink="http://www.w3.org/1999/xlink">
	<image imageID="ST001">
		<caption>
			<title>
			Stags at Dawn
			</title>
			<date>
			12 January 1997
			</date>
		</caption>
		<filmstock>
			<make>
			kodak
			</make>
			<speed>
			200
			</speed>
			<type>
			colour
			</type>
		</filmstock>
		<exposure shutter="1/200" aperture="f2.8" focal_length="210"/>
		<description>
		Shot of stags in the morning at Bushey royal park
		</description>
	</image>
	<image imageID="BW101">
		<caption>
			<title>
			Clock Tower
			</title>
			<date>
			28 October 1997
			</date>
		</caption>
		<filmstock>
			<make>
			Ilford FP4
			</make>
			<speed>
			125
			</speed>
			<type>
			Black and white
			</type>
		</filmstock>
		<exposure shutter="12 sec" aperture="f8" focal_length="100" />
		<description>
		Night Time shot of the main clock on the Croydon Town Hall. Timed exposure, using tripod
		</description>
		<development>
			<solution>
			Jessops Econotol
			</solution>
			<time>
			30 sec
			</time>
		</development>
		<!-- HTML link and XLink equivalent -->
		<html:a href="gall030_clock.html">ClockTower Image</html:a>
		<imagelink xlink:type="simple" xlink:role="image link" xlink:title="ClockTower Image"
		       xlink:href="gall030_clock.html">ClockTower Image</imagelink>
	</image>
	<image imageID="BW102">
		<caption>
			<title>
			Curves
			</title>
			<date>
			16 November 1997
			</date>
		</caption>
		<filmstock>
			<make>
			Ilford FP4
			</make>
			<speed>
			125
			</speed>
			<type>
			Black and white
			</type>
		</filmstock>
		<exposure shutter="1/8 sec" aperture="f2.8" focal_length="50 mm macro" />
		<description>
		Shot of the relief of the stone carving on a grave stone in Hampton church cemetry
		</description>
		<development>
			<solution>
			Jessops Econotol
			</solution>
			<time>
			30 sec
			</time>
		</development>
		<!-- HTML link and XLink equivalent -->
		<html:a href="gall030_curves.html">Curves Image</html:a>
		<imagelink xlink:type="simple" xlink:role="image link" xlink:title="Curves Image"
		       xlink:href="gall030_curves.html">Curves Image</imagelink>
	</image>
</photocatalogue>
