<?xml version="1.0"?>
<addr:address xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://namespaces.oreilly.com/xmlnut/address 
      address-schema.xsd"
    xmlns:addr="http://namespaces.oreilly.com/xmlnut/address"
    addr:language="en"
    addr:ssn="123-45-6789">
  <fullName>
    <first>William</first>
    <middle>Scott</middle>
    <last>Means</last>
  </fullName>
  <physicalAddress addr:latitude="34.003855" addr:longitude="-81.034808">
    <street>1400 Main St.</street>
    <city>Columbia</city>
    <state>SC</state>
  </physicalAddress>
  <contacts>
    <phone addr:location="home" addr:number="888.737.1752"/>
  </contacts>
</addr:address>