EmployeeInfo

OFX / Types / EmployeeInfo
#TagType
1 SSN GenericNameType
2 NAME GenericNameType
3 ADDR1 AddressType
4 ADDR2 AddressType
5 CITY AddressType
6 STATE StateType
7 POSTALCODE ZipType
8 COUNTRYSTRING CountryStringType
Usages:
XSD
	<xsd:complexType name="EmployeeInfo">
		<xsd:annotation>
			<xsd:documentation>The OFX element "EMPLOYEEINFO" is of type "EmployeeInfo"</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="SSN" type="ofx:GenericNameType"/>
			<xsd:element name="NAME" type="ofx:GenericNameType">
				<xsd:annotation>
					<xsd:documentation>First name, middle initial, last name)</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ADDR1" type="ofx:AddressType" minOccurs="0"/>
			<xsd:element name="ADDR2" 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.