Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

ElementData TypeDescriptionSample Data
AddressLine1StringAddress Line 1123 Main Street
AddressLine2StringAddress Line 2Suite 200
AttentionStringAddressee Name or Department, etc..Mr. Smith
CityStringCityBoston
CompanyNameStringCompany NameRevcorp-WS
CountryStringCountryUSA
StateOrProvinceStringState or ProvinceMA
ZipOrPostalCodeStringZip or Postal CodeZip or Postal Code

Usage Example


Example 01
                     <Address>
                        <AddressLine1>123 Main Street</AddressLine1>
                        <AddressLine2>Suite 300</AddressLine2>
                        <Attention>Mr. Smith</Attention>
                        <City>Boston</City>
                        <CompanyName>Projector PSA</CompanyName>
                        <Country>USA</Country>
                        <StateOrProvince>MA</StateOrProvince>
                        <ZipOrPostalCode>02114</ZipOrPostalCode>
                     </Address>
  • No labels