<?xml version="1.0"?>
<!DOCTYPE tablebase SYSTEM "tablebase.dtd">

<tablebase>
   <pieces>
      <mobile color="white" type="king"/>
      <mobile color="black" type="king"/>
      <mobile color="white" type="pawn" location="e6"/>
      <mobile color="black" type="pawn"/>
   </pieces>
   <!-- the kings can take the pawns... -->
   <futurebase filename="kpk.htb" type="capture"/>
   <futurebase filename="kpk.htb" type="capture" colors="invert"/>
   <futurebase filename="kpe7kp.htb" type="normal"/>
   <!-- the white pawn can now take the black pawn -->
   <!-- ...but we handled this with the kpk futurebases -->
   <!-- <futurebase filename="kpd7k.htb" type="capture"/> -->
   <!-- <futurebase filename="kpf7k.htb" type="capture"/> -->
   <!-- the white pawn can no longer promote, but the black pawns can... -->
   <futurebase filename="kqkp.htb" type="promotion" colors="invert"/>
   <futurebase filename="krkp.htb" type="promotion" colors="invert"/>
   <futurebase filename="knkp.htb" type="promotion" colors="invert"/>
</tablebase>
