Employee

OFX / Types / Employee
#TagType
1 SSN GenericNameType
2 FIRSTNAME GenericNameType
3 MIDDLENAME GenericNameType
4 LASTNAME GenericNameType
5 SUFFIX GenericNameType
6 ADDR1 AddressType
7 ADDR2 AddressType
8 ADDR3 AddressType
9 CITY AddressType
10 STATE StateType
11 POSTALCODE ZipType
12 COUNTRYSTRING CountryStringType
Usages:
XSD
	<xsd:complexType name="Employee">
		<xsd:annotation>
			<xsd:documentation>The OFX element "EMPLOYEE" is of type "Employee"</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="SSN" type="ofx:GenericNameType"/>
			<xsd:element name="FIRSTNAME" type="ofx:GenericNameType"/>
			<xsd:element name="MIDDLENAME" type="ofx:GenericNameType" minOccurs="0"/>
			<xsd:element name="LASTNAME" type="ofx:GenericNameType"/>
			<xsd:element name="SUFFIX" type="ofx:GenericNameType" minOccurs="0"/>
			<xsd:element name="ADDR1" type="ofx:AddressType" minOccurs="0"/>
			<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" minOccurs="0"/>
			<xsd:element name="STATE" type="ofx:StateType" minOccurs="0"/>
			<xsd:element name="POSTALCODE" type="ofx:ZipType" minOccurs="0"/>
			<xsd:element name="COUNTRYSTRING" type="ofx:CountryStringType" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>

© Copyright 2023. All Rights Reserved.