...
Overview
This structure represents the fields associated with an address.
...
a physical address.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required | Default(s)? | Description | Sample Data | |
---|---|---|---|---|---|---|
AddressLine1 | String (50) | No | Address Line 1 | 123 MainThe primary address information (i.e. Street Address). | 100 Main Street | |
AddressLine2 | String (50) | No | Address Line 2 | Suite 200The secondary address information (i.e. Apartment Number or Floor). | ||
Attention | String (50) | No | Addressee Name or Department, etc.. | Mr. SmithText field denoting the intended recipient within an organization. | Finance | |
City | String (50) | No | CityThe city name. | Boston | ||
CompanyName | String (50) | No | Company Name | Revcorp-WSThe company name. | Acme 1000 | |
Country | String (20) | No | CountryThe country name. | USA | ||
StateOrProvince | String (20) | No | State or ProvinceThe state or province name. | MA | ||
ZipOrPostalCode | String (20) | No | Zip or Postal Code | Zip or Postal CodeThe zip or postal code. | 02114 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<Address><b:Address> <AddressLine1>100<b:AddressLine1>100 Main Street</b:AddressLine1> <AddressLine2<b:AddressLine2 i:nil="true"/> <Attention>Jane Doe</<b:Attention>Finance</b:Attention> <City>Boston<<b:City>Boston</b:City> <CompanyName>Acme<b:CompanyName>Acme 123<1000</b:CompanyName> <Country>MA<<b:Country>USA</b:Country> <StateOrProvince>MA<<b:StateOrProvince>MA</b:StateOrProvince> <ZipOrPostalCode>02114<<b:ZipOrPostalCode>02114</b:ZipOrPostalCode> </b:Address> |