<?xml version="1.0" encoding="UTF-8"?>
<ext:Person xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns:hmis="http://www.hmis.info/schema/2_8/HUD_HMIS_2_8.xsd"
 xmlns:ext="http://www.hmis.info/schema/2_8/Example_Extend_HUD_HMIS_2_8.xsd">
    <hmis:PersonID>
        <hmis:Unhashed hmis:dateCollected="2004-08-01T00:00:00">DCF017Y0</hmis:Unhashed>
    </hmis:PersonID>
    <hmis:DateOfBirth>
        <hmis:Unhashed hmis:dateCollected="2004-08-01T00:00:00">1965-02-12</hmis:Unhashed>
    </hmis:DateOfBirth>
    <hmis:Ethnicity>
        <hmis:Unhashed hmis:dateCollected="2004-08-01T00:00:00">0</hmis:Unhashed>
    </hmis:Ethnicity>
    <hmis:Gender>
        <hmis:Unhashed hmis:dateCollected="2004-08-01T00:00:00">1</hmis:Unhashed>
    </hmis:Gender>
    <hmis:LegalFirstName>
        <hmis:Unhashed hmis:dateCollected="2004-08-01T00:00:00">George</hmis:Unhashed>
    </hmis:LegalFirstName>
    <hmis:LegalLastName>
        <hmis:Unhashed hmis:dateCollected="2004-08-01T00:00:00">Washington</hmis:Unhashed>
    </hmis:LegalLastName>
    <hmis:LegalMiddleName>
        <hmis:Unhashed hmis:dateCollected="2004-08-01T00:00:00">Michael</hmis:Unhashed>
    </hmis:LegalMiddleName>
    <hmis:LegalSuffix>
        <hmis:Unhashed hmis:dateCollected="2004-08-01T00:00:00">Sr.</hmis:Unhashed>
    </hmis:LegalSuffix>
    <hmis:SocialSecurityNumber>
        <hmis:Unhashed hmis:dateCollected="2004-08-01T00:00:00">654434321</hmis:Unhashed>  
        <hmis:SocialSecNumberQualityCode hmis:dateCollected="2004-08-01T00:00:00">1</hmis:SocialSecNumberQualityCode>          
    </hmis:SocialSecurityNumber>            
<!--    Here is our element extending the standard HUD HMIS Client information:-->
    <ext:StateOfBirth>Ohio</ext:StateOfBirth>
</ext:Person>
