TrusteeAddressType
OFX / Types / TrusteeAddressType
# | 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 | TRUSTEENAME1 | GenericNameType |
10 | TRUSTEENAME2 | GenericNameType |
Usages:
- Tax5498ESA_V100 TRUSTEEADDR
- Tax5498SA_V100 TRUSTEEADDR
- Tax5498_V100 TRUSTEEADDR
XSD
<xsd:complexType name="TrusteeAddressType"> <xsd:complexContent> <xsd:extension base="ofx:Abstract5498IssuerAddressType"> <xsd:sequence> <xsd:element name="TRUSTEENAME1" type="ofx:GenericNameType"/> <xsd:element name="TRUSTEENAME2" type="ofx:GenericNameType" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>