<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="paddock.css"?>
<paddock xmlns:html="http://www.w3.org/1999/xhtml">
		<!-- Assignment 3. Styled XML 
		Olga Garnova 
		-->
		<!-- This XML file describes a registry of breedable birds in an MMORPG -->
		<!-- =========== Bird entry ============ -->
	<bird id="b1">
		<info>
			<name>AlmPrFCam</name>
			<colour>almond</colour>
			<sex>female</sex>
			<capacities> <!-- up to 2 capacities may be specified -->
				<capacity id="1"><html:a href="http://dofuswiki.wikia.com/wiki/Breeder#Capacities">Chameleon<html:span>Click the link to read more about capacities.</html:span></html:a></capacity>
				<capacity id="2"><html:a href="http://dofuswiki.wikia.com/wiki/Breeder#Capacities">Wise<html:span>Click the link to read more about capacities.</html:span></html:a></capacity>
			</capacities>
		</info>
		<owner> <!-- useful if breeding is done with several characters -->
			<name>Kokoranashi</name>
			<guild>Alts Inc</guild>
			<notes>Stores chameleons that aren't used in active breeding</notes>
		</owner>
		<location> <!-- map location and notes regarding the location, for example the coordinates of the nearest teleport point or notes on paddock usage -->
			<coordinates>30,-1</coordinates>
			<notes>public paddocks only, no access to guild paddocks</notes>
		</location>
		<status> <!-- information related to the breeding process -->
			<breeding>no breeding</breeding>
			<matings>10</matings>
			<training>none</training>
		</status>
		<price units="coins">1000000</price>
	</bird>
	<!-- =========== End of bird entry ============ -->
	<bird id="b2">
		<info>
			<name>IndPrMGP</name>
			<colour>indigo</colour>
			<sex>male</sex>
			<capacities>
				<capacity id="1"><html:a href="http://dofuswiki.wikia.com/wiki/Breeder#Capacities">Genetically Predisposed<html:span>Click the link to read more about capacities.</html:span></html:a></capacity>
			</capacities>
		</info>
		<owner>
			<name>Xelonik</name>
			<guild>Alts Inc</guild>
			<notes>Crimson, Indigo, Ginger, Orchid birds only.</notes>
		</owner>
		<location>
			<coordinates>30,-1</coordinates>
			<notes>training in public paddocks only, guild paddocks can be used for mating</notes>
		</location>
		<status>
			<breeding>breed till sterile</breeding>
			<matings>18</matings>
			<training>stamina</training>
		</status>
		<price units="coins">5000</price>
	</bird>
	<bird id="b3">
		<info>
			<name>CrimIGMCam</name>
			<colour>crimson</colour>
			<sex>male</sex>
			<capacities>
				<capacity id="1"><html:a href="http://dofuswiki.wikia.com/wiki/Breeder#Capacities">Chameleon<html:span>Click the link to read more about capacities.</html:span></html:a></capacity>
			</capacities>
			<genealogy>
				<mother>b1</mother>
				<father>b2</father>
			</genealogy>
		</info>
		<owner>
			<name>Xelonik</name>
			<guild>Alts Inc</guild>
			<notes>Crimson, Indigo, Ginger, Orchid birds only.</notes>
		</owner>
		<location>
			<coordinates>30,-1</coordinates>
			<notes>training in public paddocks only, guild paddocks can be used for mating</notes>
		</location>
		<status>
			<breeding>breed till IIGM chicken</breeding>
			<matings>3</matings>
			<training>balance</training>
		</status>
		<price units="coins">1500000</price>
	</bird>
	<bird id="b4">
			<info>
				<name>EmGinZFLBW</name>
				<colour>Emerald and Ginger</colour>
				<sex>female</sex>
				<capacities>
					<capacity id="1"><html:a href="http://dofuswiki.wikia.com/wiki/Breeder#Capacities">Load Bearer<html:span>Click the link to read more about capacities.</html:span></html:a></capacity>
					<capacity id="2"><html:a href="http://dofuswiki.wikia.com/wiki/Breeder#Capacities">Wise<html:span>Click the link to read more about capacities.</html:span></html:a></capacity>
				</capacities>
				<genealogy>
					<mother>b1</mother>
					<father>b2</father>
				</genealogy>
			</info>
			<owner>
				<name>Otorashi</name>
				<guild>Emporum</guild>
				<notes>X generation only</notes>
			</owner>
			<location>
				<coordinates>-8,10</coordinates>
				<notes>can use only 12 slots guild paddock; train chameleons in public paddocks only; make sure paddock equipment is signed</notes>
			</location>
			<status>
				<breeding>breed till sterile</breeding>
				<matings>1</matings>
				<training>love</training>
			</status>
			<price units="coins">8000000</price>
		</bird>
</paddock>
