<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="timeslips.xsl"?>
<!DOCTYPE timeslips [
  <!ELEMENT imagebase (#PCDATA)>
  <!ELEMENT event (name, date, milage, location, conditions, octane,
                   timeslip?)>
  <!ELEMENT name (#PCDATA)>
  <!ELEMENT date (#PCDATA)>
  <!ELEMENT milage (#PCDATA)>
  <!ELEMENT location (#PCDATA)>
  <!ELEMENT elevation (#PCDATA)>
  <!ELEMENT conditions (#PCDATA)>
  <!ELEMENT octane (#PCDATA)>
  <!ELEMENT timeslip (personalbest?, time, reading?, image?)>
  <!ELEMENT personalbest EMPTY>
  <!ELEMENT time (#PCDATA)>
  <!ELEMENT reading EMPTY>
  <!ATTLIST reading type CDATA #REQUIRED
                    time CDATA #REQUIRED
                    mph CDATA #IMPLIED>
  <!ELEMENT image (#PCDATA)>
  <!ELEMENT video (#PCDATA)>
]>
<timeslips>
  <imagebase>http://esm.logic.net/gallery/v/Automotive/Timeslips/2005-WRX-Wagon</imagebase>
  <event>
    <name>Import Wars</name>
    <date>08/22/2005</date>
    <milage>7700</milage>
    <location url="http://www.greatlakesdragaway.com/">Great Lakes Dragaway</location>
    <elevation>715</elevation>
    <conditions>Afternoon, clear, 75 degrees</conditions>
    <octane>93</octane>
    <changes>
      Ran full-weight, including spare tire, jack, tools, etc. The final
      pass of the day was run as close to "cold" as we could get it, with
      a few degree temperature dip.
    </changes>
    <timeslip>
      <personalbest />
      <time>20:08</time>
      <reading type="response" time="0.625" />
      <reading type="sixtyfoot" time="2.030" />
      <reading type="eighth" time="9.544" mph="72.16" />
      <reading type="quarter" time="14.968" mph="90.15" />
      <image>200508202008-GLD-614.jpg</image>
    </timeslip>
    <timeslip>
      <time>17:51</time>
      <reading type="response" time="0.425" />
      <reading type="sixtyfoot" time="2.054" />
      <reading type="eighth" time="9.593" mph="71.13" />
      <reading type="quarter" time="15.072" mph="89.36" />
    </timeslip>
    <timeslip>
      <time>15:26</time>
      <reading type="response" time="0.761" />
      <reading type="sixtyfoot" time="2.084" />
      <reading type="eighth" time="9.683" mph="70.66" />
      <reading type="quarter" time="15.182" mph="90.11" />
    </timeslip>
    <timeslip>
      <time>15:21</time>
      <reading type="response" time="0.618" />
      <reading type="sixtyfoot" time="2.033" />
      <reading type="eighth" time="9.649" mph="71.23" />
      <reading type="quarter" time="15.138" mph="89.37" />
    </timeslip>
    <timeslip>
      <time>15:17</time>
      <reading type="response" time="0.731" />
      <reading type="sixtyfoot" time="2.081" />
      <reading type="eighth" time="9.769" mph="70.81" />
      <reading type="quarter" time="15.302" mph="88.65" />
    </timeslip>
    <timeslip>
      <time>15:04</time>
      <reading type="response" time="0.650" />
      <reading type="sixtyfoot" time="2.124" />
      <reading type="eighth" time="9.958" mph="67.52" />
      <reading type="quarter" time="15.647" mph="86.61" />
    </timeslip>
  </event>
</timeslips>
