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>