<?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="e7"/>
      <mobile color="black" type="pawn"/>
   </pieces>
   <!-- the black pawn can never take the white pawn on e7, nor could the white pawn take the black -->
   <!-- but the kings can take the pawns... -->
   <futurebase filename="kpk.htb" type="capture"/>
   <futurebase filename="kpk.htb" type="capture" colors="invert"/>
   <futurebase filename="kqkp.htb" type="promotion"/>
   <futurebase filename="krkp.htb" type="promotion"/>
   <futurebase filename="knkp.htb" type="promotion"/>
   <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>
