Employer

OFX / Types / Employer
#TagType
1 FEDIDNUMBER GenericNameType
2 NAME1 GenericNameType
3 NAME2 GenericNameType
4 ADDR1 AddressType
5 ADDR2 AddressType
6 ADDR3 AddressType
7 CITY AddressType
8 STATE StateType
9 POSTALCODE ZipType
10 COUNTRYSTRING CountryStringType
Usages:
XSD
	<xsd:complexType name="Employer">
		<xsd:annotation>
			<xsd:documentation>The OFX element "EMPLOYER" is of type "Employer"</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="FEDIDNUMBER" type="ofx:GenericNameType"/>
			<xsd:element name="NAME1" type="ofx:GenericNameType"/>
			<xsd:element name="NAME2" type="ofx:GenericNameType" minOccurs="0"/>
			<xsd:element name="ADDR1" type="ofx:AddressType"/>
			<xsd:element name="ADDR2" type="ofx:AddressType" minOccurs="0"/>
			<xsd:element name="ADDR3" type="ofx:AddressType" minOccurs="0"/>
			<xsd:element name="CITY" type="ofx:AddressType"/>
			<xsd:element name="STATE" type="ofx:StateType"/>
			<xsd:element name="POSTALCODE" type="ofx:ZipType"/>
			<xsd:element name="COUNTRYSTRING" type="ofx:CountryStringType" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>

© Copyright 2023. All Rights Reserved.