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

Overview


This specifies the fields associated with an address.

Format


PwsAddress
  • PwsAddress
    • AddressLine1: String
    • AddressLine2: String
    • Attention: String
    • City: String
    • CompanyName: String
    • Country: String
    • StateOrProvince: String
    • ZipOrPostalCode: String

Elements


Element

Data Type

Description

Sample Data

AddressLine1

String

 Address Line 1

85 Merrimac Street

AddressLine2

String

 Address Line 2

Suite 200

Attention

String

 Addressee Name or Department, etc...

Finance

City

String

 City

Boston

CompanyName

String

 Company Name

Projector PSA

Country

String

 Country

USA

StateOrProvince

String

 State or Province

MA

ZipOrPostalCode

String

 Zip or Postal Code

02114

Usage Example(s)


Example 01
                       <PwsAddress> 
                          <AddressLine1>85 Merrimac Street</AddressLine1>
                          <AddressLine2>Suite 200</AddressLine2>
                          <Attention>Finance</Attention>
                          <City>Boston</City>
                          <CompanyName>Projector PSA</CompanyName>
                          <Country>MA</Country>
                          <StateOrProvince>MA</StateOrProvince>
                          <ZipOrPostalCode>02114</ZipOrPostalCode>
                       </PwsAddress>
  • No labels