Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Overview


This structure represents the fields associated with an Address.a physical address.

Format


Panel
titlePwsAddress
  • PwsAddress
    • AddressLine1: String (50)
    • AddressLine2: String (50)
    • Attention: String (50)
    • City: String (50)
    • CompanyName: String (50)
    • Country: String (20)
    • StateOrProvince: String (20)
    • ZipOrPostalCode: String (20)

Elements


Element

Data Type

Required?

Default

Description

Sample Data

AddressLine1

String (50)

 

 

 Address Line 1

85 Merrimac

No

The primary address information (i.e. Street Address).

100 Main Street

AddressLine2

String (50)

 

 

 Address Line 2

Suite 200

No


The secondary address information (i.e. Apartment Number or Floor).


Attention

String (50)

 

 

 Addressee Name or Department, etc...

No


Text field denoting the intended recipient within an organization.

Finance

City

String (50)

 

 

 City

No


The city name.

Boston

CompanyName

String (50)

 

No


The company name. 

 Company Name

Projector PSA
Acme 1000

Country

String (20)

 

No


The country name. 

 Country

USA

StateOrProvince

String (20)

 

No


The state or province name. 

 State or Province

MA

ZipOrPostalCode

String (20)

 

 

 Zip or Postal Code

No


The zip or postal code. 

02114


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                      <b:Address>
<PwsAddress>                         <b:AddressLine1>100 <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>
 
                     </PwsAddress>b:Address>