Corporation2439AddressType

OFX / Types / Corporation2439AddressType
#TagType
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 CORPORATIONNAME1 GenericNameType
10 CORPORATIONNAME2 GenericNameType
Usages:
XSD
	<xsd:complexType name="Corporation2439AddressType">
		<xsd:complexContent>
			<xsd:extension base="ofx:Abstract2439IssuerAddressType">
				<xsd:sequence>
					<xsd:element name="CORPORATIONNAME1" type="ofx:GenericNameType"/>
					<xsd:element name="CORPORATIONNAME2" type="ofx:GenericNameType" minOccurs="0"/>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>

© Copyright 2023. All Rights Reserved.