<?xml version="1.0" encoding="UTF-8"?>

<!ELEMENT queryid (#PCDATA)*>
<!ELEMENT count EMPTY>
<!ATTLIST count
  num CDATA #REQUIRED
>
<!--Contains the number of found documents and the
corrosponding queryid-->
<!ELEMENT references (count,queryid)>