<xsd:complexType name="BankAccountInfo">
<xsd:annotation>
<xsd:documentation>
The OFX element "BANKACCTINFO" is of type "BankAccountInfo"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractAccountInfo">
<xsd:sequence>
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
<xsd:element name="SUPTXDL" type="ofx:BooleanType" />
<xsd:element name="XFERSRC" type="ofx:BooleanType" />
<xsd:element name="XFERDEST" type="ofx:BooleanType" />
<xsd:element name="SVCSTATUS" type="ofx:ServiceStatusEnum" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|