XML File Format Schema
AddressesList Element
Namespace (none)
Diagram
ContactInformation Element Sequence AddressesList Element
Overview
Sequence
Sequence
AddressID xs:string
Address1 xs:string
Physical location - address line 1
Address2 xs:string
Physical location - address line 2
Address3 xs:string
Physical location - address line 3
City xs:string
Physical location - city
State xs:string
Physical location - two-letter state abbreviation
County xs:string
Physical location - county
ZipCode xs:string
Physical location - five- or nine-digit ZIP code
Country xs:string
Country name from IRS options
Phone1 xs:string
Location phone
Phone1Extension xs:string
Phone2 xs:string
Alternate location phone
Phone2Extension xs:string
Phone3 xs:string
Alternate location phone 2
Phone3Extension xs:string
Fax xs:string
Fax Number
FaxExtension xs:string
Email xs:string
Employee’s corporate email address
ForeignAddress xs:string
Indicate whether it is a foreign address or not
ForeignState xs:string
State when address is non-U.S. (e.g. a Canadian province)
ForeignPostalCode xs:string
Postal code when address is non-U.S. (e.g. a Canadian postal code)
IsVerified xs:boolean
Source
<xs:element name="AddressesList" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ContactInformation">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="AddressID" />
            <xs:element type="xs:string" name="Address1" />
            <xs:element type="xs:string" name="Address2" />
            <xs:element type="xs:string" name="Address3" />
            <xs:element type="xs:string" name="City" />
            <xs:element type="xs:string" name="State" />
            <xs:element type="xs:string" name="County" />
            <xs:element type="xs:string" name="ZipCode" />
            <xs:element type="xs:string" name="Country" />
            <xs:element type="xs:string" name="Phone1" />
            <xs:element type="xs:string" name="Phone1Extension" />
            <xs:element type="xs:string" name="Phone2" />
            <xs:element type="xs:string" name="Phone2Extension" />
            <xs:element type="xs:string" name="Phone3" />
            <xs:element type="xs:string" name="Phone3Extension" />
            <xs:element type="xs:string" name="Fax" />
            <xs:element type="xs:string" name="FaxExtension" />
            <xs:element type="xs:string" name="Email" />
            <xs:element type="xs:string" name="ForeignAddress" />
            <xs:element type="xs:string" name="ForeignState" />
            <xs:element type="xs:string" name="ForeignPostalCode" />
            <xs:element type="xs:boolean" name="IsVerified" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
Employee ElementEmployeesList ElementSyncDataSet ElementXML File Format Schema

 

 


© 2015 All Rights Reserved.

Send comments on this topic.