<?xml version="1.0" encoding="utf-8"?>
<!-- Here follows an <address> tag
     and it encloses <street>, <city>,
     <state> and <zip> tags -->
<address>
  <street>31 Concord Rd.</street>
  <city>Lower Farthing</city>
  <state>Old Hampshire</state>
  <zip>99999</zip>
</address>