<xsd:complexType name="BankAccount">
<xsd:annotation>
<xsd:documentation>
The OFX elements BANKACCTFROM and BANKACCTTO are of type "BankAccount"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractAccount">
<xsd:sequence>
<xsd:element name="BANKID" type="ofx:BankIdType" />
<xsd:element name="BRANCHID" type="ofx:AccountIdType" minOccurs="0" />
<xsd:element name="ACCTID" type="ofx:AccountIdType" />
<xsd:element name="ACCTTYPE" type="ofx:AccountEnum" />
<xsd:element name="ACCTKEY" type="ofx:AccountIdType" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|