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