EmployeeName
OFX / Types / EmployeeName
| # | Tag | Type |
|---|---|---|
| 1 | FIRSTNAME | GenericNameType |
| 2 | MIDDLENAME | GenericNameType |
| 3 | LASTNAME | GenericNameType |
| 4 | SUFFIX | GenericNameType |
Usages:
- TaxW2C_V200 PREVIOUSNAME
XSD
<xsd:complexType name="EmployeeName"> <xsd:annotation> <xsd:documentation>Fields for previous employee name in TaxW2C_V200, added for TY20</xsd:documentation> </xsd:annotation> <xsd:sequence> <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:sequence> </xsd:complexType>