Element | Data Type | Description | Sample Data |
---|---|---|---|
AddressLine1 | String | Address Line 1 | 123 Main Street |
AddressLine2 | String | Address Line 2 | Suite 200 |
Attention | String | Addressee Name or Department, etc.. | Mr. Smith |
City | String | City | Boston |
CompanyName | String | Company Name | Revcorp-WS |
Country | String | Country | USA |
StateOrProvince | String | State or Province | MA |
ZipOrPostalCode | String | Zip or Postal Code | Zip or Postal Code |
Usage Example
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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> |
...