<?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="e4"/>
      <mobile color="black" type="pawn"/>
   </pieces>
   <!-- either the kings or the other pawn can take the pawns... -->
   <futurebase filename="kpk.htb" type="capture"/>
   <futurebase filename="kpk.htb" type="capture" colors="invert"/>
   <futurebase filename="kpe5kp.htb" type="normal"/>
   <!-- the white pawn can no longer promote, but the black pawn 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>
