Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
title<open-registry-person> example representation
<?xml version="1.0"?>
<open-registry-person sor="TEST" sor-person-id="134" >
    <dob>1964-02-10</dob>
    <ssn>123456789</ssn>
    <gender>F</gender>
    <names>
       <name type="FORMAL" first="Cindy" last="Simon" />
    </names>
   <reconciliation>
	<emails>
		<email>simon@gmail</email>
        </emails>
        <address>
                <address-line1>123 Main St.</address-line1>
                <address-line2>Suite 5</address-line2>
                <city>New Brunswick</city>
                <region>NJ</region>
                <postal-code>08819</postal-code>
        </address>
        <phones>
                <phone>908-445-3355</phone>
        </phones>
        <identifiers>
                <identifier type="NETID">CS101010</identifier>
        </identifiers>
   </reconciliation>
</open-registry-person>

...