XSD
<xsd:complexType name="FIDirectDepositInfo">
<xsd:annotation>
<xsd:documentation>The OFX element "FIDIRECTDEPOSITINFO" is of type" FIDirectDepositInfo"</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="FINAME_DIRECTDEPOSIT" type="ofx:GenericNameType">
<xsd:annotation>
<xsd:documentation>Financial Insti. name</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FIROUTINGNUM" type="ofx:BankIdType">
<xsd:annotation>
<xsd:documentation>Routing number</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FIACCTNUM" type="ofx:AccountIdType">
<xsd:annotation>
<xsd:documentation>Account number for the Direct Deposit</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FIACCOUNTNICKNAME" type="ofx:GenericNameType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Account nickname</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>