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

<tablebase index="simple">
   <move-restriction color="white" type="concede"/>
   <move-restriction color="black" type="concede"/>
   <pieces>
      <mobile color="white" type="king"/>
      <mobile color="black" type="king"/>
      <mobile color="white" type="pawn" location="a4"/>
      <mobile color="white" type="pawn" location="d4"/>
      <mobile color="white" type="pawn" location="f4"/>
      <mobile color="white" type="pawn" location="d5"/>
      <mobile color="black" type="pawn" location="a5"/>
      <mobile color="black" type="pawn" location="f5"/>
      <mobile color="black" type="pawn" location="d6"/>
   </pieces>
</tablebase>
