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 18 Next »

This specifies the fields associated with an address.


NameData TypeRequiredDefault(s)DescriptionSample Data
AddressLine1StringNo
Address Line 1123 Main Street
AddressLine2StringNo
Address Line 2Suite 200
AttentionStringNo
Addressee Name or Department, etc..Mr. Smith
CityStringNo
CityBoston
CompanyNameStringNo
Company NameRevcorp-WS
CountryStringNo
CountryUSA
StateOrProvinceStringNo
State or ProvinceMA
ZipOrPostalCodeStringNo
Zip or Postal CodeZip or Postal Code

Usage Example(s)


Example 01
                     <Address>
                        <AddressLine1>100 Main Street</AddressLine1>
                        <AddressLine2 i:nil="true"/>
                        <Attention>Jane Doe</Attention>
                        <City>Boston</City>
                        <CompanyName>Acme 123</CompanyName>
                        <Country>MA</Country>
                        <StateOrProvince>MA</StateOrProvince>
                        <ZipOrPostalCode>02114</ZipOrPostalCode>
                     </Address>
  • No labels