ParticipantAddressType
OFX / Types / ParticipantAddressType
# | Tag | Type |
---|---|---|
1 | ADDR1 | AddressType |
2 | ADDR2 | AddressType |
3 | ADDR3 | AddressType |
4 | CITY | AddressType |
5 | STATE | StateType |
6 | POSTALCODE | ZipType |
7 | PARTICIPANTNAME1 | GenericNameType |
8 | PARTICIPANTNAME2 | GenericNameType |
Usages:
- Tax5498SA_V100 PARTICIPANTADDR
- Tax5498_V100 PARTICIPANTADDR
XSD
<xsd:complexType name="ParticipantAddressType"> <xsd:complexContent> <xsd:extension base="ofx:Abstract5498RecipientAddressType"> <xsd:sequence> <xsd:element name="PARTICIPANTNAME1" type="ofx:GenericNameType"/> <xsd:element name="PARTICIPANTNAME2" type="ofx:GenericNameType" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>