<?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>
  <contacts>
    <phone addr:location="home" addr:number="888.737.1752"/>
  </contacts>
</addr:address>