<?xml version="1.0" encoding="UTF-8"?>
<boroughs type="array">
  <borough>
    <created-at type="datetime">2009-01-22T09:39:41-05:00</created-at>
    <id type="integer">1</id>
    <name>Manhattan</name>
    <position type="integer">1</position>
    <updated-at type="datetime">2009-01-22T09:39:41-05:00</updated-at>
  </borough>
  <borough>
    <created-at type="datetime">2009-01-22T09:39:41-05:00</created-at>
    <id type="integer">2</id>
    <name>Bronx</name>
    <position type="integer">2</position>
    <updated-at type="datetime">2009-01-22T09:39:41-05:00</updated-at>
  </borough>
  <borough>
    <created-at type="datetime">2009-01-22T09:39:41-05:00</created-at>
    <id type="integer">3</id>
    <name>Staten Island</name>
    <position type="integer">3</position>
    <updated-at type="datetime">2009-01-22T09:39:41-05:00</updated-at>
  </borough>
</boroughs>
