FilerAddressType
OFX / Types / FilerAddressType
| # | Tag | Type |
|---|---|---|
| 1 | ADDR1 | AddressType |
| 2 | ADDR2 | AddressType |
| 3 | ADDR3 | AddressType |
| 4 | CITY | AddressType |
| 5 | STATE | StateType |
| 6 | POSTALCODE | ZipType |
| 7 | COUNTRYSTRING | CountryStringType |
| 8 | PHONE | PhoneType |
| 9 | FILERNAME1 | GenericNameType |
| 10 | FILERNAME2 | GenericNameType |
Usages:
- Tax1099K_V100 FILERADDR
- Tax1099S_V100 FILERADDR
XSD
<xsd:complexType name="FilerAddressType"> <xsd:complexContent> <xsd:extension base="ofx:AbstractIssuerAddressType"> <xsd:sequence> <xsd:element name="FILERNAME1" type="ofx:GenericNameType"/> <xsd:element name="FILERNAME2" type="ofx:GenericNameType" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>