<?xml version="1.0"?>
<!DOCTYPE billable 
  PUBLIC "-//crism//DTD Record of Billable Expenses//EN"
  "invoice.dtd">
<billable>
  <agent id="bob">
    <name sortas="Jones, Bob">Bob Jones</name>
    <address>
      <building>Nutcase Lodge</building>
      <street>1313 Mockingbird Ln.</street>
      <suite>Suite 666</suite>
      <village>Uxton-on-Fnord</village>
      <city>Pondling</city>
      <state>Surrey</state>
      <postcode>1X3 B4Q</postcode>
      <nation>UK</nation>
    </address>
    <email>bob@example.com</email>
  </agent>
  <client id="scarycorp">
    <name>Scary Corporation</name>
    <contact>
      <name sortas="Blow, Joe">Joe Blow</name>
      <address>
	<street>1317 Mockingbird Ln.</street>
	<village>Uxton-on-Fnord</village>
	<city>Pondling</city>
	<state>Surrey</state>
	<postcode>1X3 B4Q</postcode>
	<nation>UK</nation>
      </address>
      <telephone>+44.(0).362.7542</telephone>
      <email>joe@example.com</email>
    </contact>
    <address>
      <street>One Main St.</street>
      <city>Boston</city>
      <state>MA</state>
      <postcode>02140</postcode>
      <nation>USA</nation>
    </address>
    <telephone>+1.617.555.1234</telephone>
    <uri real-uri="http://www.example.com/">www.example.com</uri>
  </client>
  <project id="samp1">
    <shortdesc>One sample project</shortdesc>
    <para>This project is just a sample.  It has a somewhat long
      description so that we can see how it formats.  And here we are
      still talking.  Blah blah blah&#8212;that's us.</para>
    <para>And here's one more paragraph to see how this looks.</para>
  </project>
  <project id="samp2">
    <shortdesc>A different project</shortdesc>
    <para>This project is also just a sample.  And yet, it is an
      entirely different sample from the first one.</para>
  </project>
  <project id="samp3">
    <shortdesc>Whatever</shortdesc>
    <para>Nothin' doin' here.</para>
  </project>
  <category id="surcharge">
    <shortdesc>surcharge</shortdesc>
  </category>
  <period start="1999-01-01" end="2001-03-31">
    <time projref="samp1" start="1999-02-28T09:00Z"
	  end="1999-03-01T17:00Z" rate="1" currency="USD">
    </time>
    <time projref="samp2" start="2000-02-28T09:00Z"
	  end="2000-03-01T17:00Z" rate="1" currency="USD">
    </time>
    <time projref="samp1" start="2000-03-02T09:00Z"
	  end="2000-03-02T17:00Z" rate="1" currency="USD">
    </time>
    <time projref="samp3" start="1999-12-31T12:00Z"
	  end="2000-01-01T12:00Z" rate="1" currency="USD">
    </time>
    <expense amount="200" category="surcharge" currency="USD"
	     date="2000-03-31">
      <para>A&amp;A fee</para>
    </expense>
  </period>
</billable>