<xsd:complexType name="TransferInfo">
<xsd:annotation>
<xsd:documentation>
The OFX element "XFERINFO" is of type "TransferInfo"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice>
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
<xsd:element name="LOANACCTFROM" type="ofx:LoanAccount" />
<xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount" />
</xsd:choice>
<xsd:choice>
<xsd:element name="BANKACCTTO" type="ofx:BankAccount" />
<xsd:element name="LOANACCTTO" type="ofx:LoanAccount" />
<xsd:element name="CCACCTTO" type="ofx:CreditCardAccount" />
</xsd:choice>
<xsd:element name="TRNAMT" type="ofx:AmountType" />
<xsd:element name="LOANTRNAMT" type="ofx:LoanTransactionAmount" />
<xsd:element name="DTDUE" type="ofx:DateTimeType" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|