Address Runtime Representation

This topic shows the XML attribute-centric runtime representation for the Address profile, which stores both user and organization addresses. This definition is identical to the XML structures  returned by the GetProfileXML method (with the eRetrieveEnum parameter set to psRetrieveDataOnly and the bAttributeCentric parameter set to True) of the ProfileObject object.

<?xml version="1.0"?>
<ProfileDocument>
<Address>
   <GeneralInfo address_id id last_name first_name address_name 
      address_type description address_line1 address_line2 city 
      region_code region_name postal_code country_code country_name 
      tel_number tel_extension locale /> 
   </GeneralInfo>
   <ProfileSystem date_last_changed date_created>
   </ProfileSystem>
</Address>
</ProfileDocument>


All rights reserved.