<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="application/xml" href="./pecitaChess.xsl"?>
<!DOCTYPE chess SYSTEM "http://pecita.net/2011/chess/pecitaChess.dtd">
<chess>
<title>Pecita Chess Board</title>
<desc>Chess Board using the Pecita Font</desc>
<square file="a" rank="1" type="rook" color="white" />
<square file="b" rank="1" type="knight" color="white" />
<square file="c" rank="1" type="bishop" color="white" />
<square file="d" rank="1" type="queen" color="white" />
<square file="e" rank="1" type="king" color="white" />
<square file="f" rank="1" type="bishop" color="white" />
<square file="g" rank="1" type="knight" color="white" />
<square file="h" rank="1" type="rook" color="white" />
<square file="a" rank="2" type="pawn" color="white" />
<square file="b" rank="2" type="pawn" color="white" />
<square file="c" rank="2" type="pawn" color="white" />
<square file="d" rank="2" type="pawn" color="white" />
<square file="e" rank="2" type="pawn" color="white" />
<square file="f" rank="2" type="pawn" color="white" />
<square file="g" rank="2" type="pawn" color="white" />
<square file="h" rank="2" type="pawn" color="white" />
<square file="a" rank="8" type="rook" color="black" />
<square file="b" rank="8" type="knight" color="black" />
<square file="c" rank="8" type="bishop" color="black" />
<square file="d" rank="8" type="queen" color="black" />
<square file="e" rank="8" type="king" color="black" />
<square file="f" rank="8" type="bishop" color="black" />
<square file="g" rank="8" type="knight" color="black" />
<square file="h" rank="8" type="rook" color="black" />
<square file="a" rank="7" type="pawn" color="black" />
<square file="b" rank="7" type="pawn" color="black" />
<square file="c" rank="7" type="pawn" color="black" />
<square file="d" rank="7" type="pawn" color="black" />
<square file="e" rank="7" type="pawn" color="black" />
<square file="f" rank="7" type="pawn" color="black" />
<square file="g" rank="7" type="pawn" color="black" />
<square file="h" rank="7" type="pawn" color="black" />
</chess>
