Skip to content

Instantly share code, notes, and snippets.

@ryenski
Created July 9, 2010 18:53
Show Gist options
  • Save ryenski/469862 to your computer and use it in GitHub Desktop.
Save ryenski/469862 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<persona>
<birthday type="date" nil="true"></birthday>
<company-name>Innatech</company-name>
<department>Development</department>
<donations-count type="integer">0</donations-count>
<exclude type="boolean">false</exclude>
<gender-id type="integer" nil="true"></gender-id>
<id type="integer">60341</id>
<import-id type="integer" nil="true"></import-id>
<important-dates-count type="integer">0</important-dates-count>
<is-company type="boolean">false</is-company>
<job-title>Developer</job-title>
<legacy-id>123456</legacy-id>
<meta type="yaml" nil="true"></meta>
<notes-count type="integer">0</notes-count>
<organization-id type="integer">10001</organization-id>
<pledges-count type="integer" nil="true"></pledges-count>
<recognition-name>Mr. &amp; Mrs. Example M. Donor, Sr.</recognition-name>
<salutation>Example</salutation>
<salutation-formal>Mr. Donor</salutation-formal>
<names type="array">
<name>
<first-name>Example</first-name>
<id type="integer">54944</id>
<last-name>Donor</last-name>
<middle-name>M</middle-name>
<name-type-id type="integer">1</name-type-id>
<nameable-id type="integer">60341</nameable-id>
<nameable-type>Persona</nameable-type>
<nickname nil="true"></nickname>
<phonetic-first-name nil="true"></phonetic-first-name>
<phonetic-last-name nil="true"></phonetic-last-name>
<phonetic-middle-name nil="true"></phonetic-middle-name>
<position type="integer">1</position>
<prefix>Mr.</prefix>
<salutation nil="true"></salutation>
<suffix>Sr.</suffix>
</name>
<name>
<first-name>Test</first-name>
<id type="integer">525877</id>
<last-name>Donor</last-name>
<middle-name></middle-name>
<name-type-id type="integer">7</name-type-id>
<nameable-id type="integer">60341</nameable-id>
<nameable-type>Persona</nameable-type>
<nickname nil="true"></nickname>
<phonetic-first-name nil="true"></phonetic-first-name>
<phonetic-last-name nil="true"></phonetic-last-name>
<phonetic-middle-name nil="true"></phonetic-middle-name>
<position type="integer">2</position>
<prefix>Mrs.</prefix>
<salutation nil="true"></salutation>
<suffix></suffix>
</name>
</names>
<addresses type="array">
<address>
<address-type-id type="integer">1</address-type-id>
<addressable-id type="integer">60341</addressable-id>
<addressable-type>Persona</addressable-type>
<city>Wallawalla</city>
<country>US</country>
<id type="integer">481786</id>
<position type="integer">1</position>
<postal-code>56789</postal-code>
<state>WA</state>
<street-address>123 4th St</street-address>
<time-zone nil="true"></time-zone>
</address>
</addresses>
<email-addresses type="array">
<email-address>
<address-type-id type="integer">1</address-type-id>
<email-address>test@example.com</email-address>
<email-addressable-id type="integer">60341</email-addressable-id>
<email-addressable-type>Persona</email-addressable-type>
<id type="integer">31233</id>
<position type="integer">1</position>
</email-address>
<email-address>
<address-type-id type="integer">2</address-type-id>
<email-address>example@innatech.com</email-address>
<email-addressable-id type="integer">60341</email-addressable-id>
<email-addressable-type>Persona</email-addressable-type>
<id type="integer">180597</id>
<position type="integer">2</position>
</email-address>
</email-addresses>
<phone-numbers type="array">
<phone-number>
<address-type-id type="integer">2</address-type-id>
<extension>123</extension>
<id type="integer">186366</id>
<phone-number>888-888-5555</phone-number>
<phone-numberable-id type="integer">60341</phone-numberable-id>
<phone-numberable-type>Persona</phone-numberable-type>
<position type="integer">1</position>
</phone-number>
</phone-numbers>
<twitter-usernames type="array">
<twitter-username>
<address-type-id type="integer">2</address-type-id>
<id type="integer">749</id>
<position type="integer">1</position>
<twitter-username>example</twitter-username>
<twitter-usernameable-id type="integer">60341</twitter-usernameable-id>
<twitter-usernameable-type>Persona</twitter-usernameable-type>
</twitter-username>
</twitter-usernames>
</persona>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment