Issuer1097AddressType
OFX / Types / Issuer1097AddressType
# | 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 | ISSUERNAME1 | GenericNameType |
10 | ISSUERNAME2 | GenericNameType |
Usages:
- Tax1097BTC_V100 ISSUERADDR
XSD
<xsd:complexType name="Issuer1097AddressType"> <xsd:complexContent> <xsd:extension base="ofx:Abstract1097IssuerAddressType"> <xsd:sequence> <xsd:element name="ISSUERNAME1" type="ofx:GenericNameType"/> <xsd:element name="ISSUERNAME2" type="ofx:GenericNameType" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>