<xsd:complexType name="RecurringIntraSyncResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "RECINTRASYNCRS" is of type "RecurringIntraSyncResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractSyncResponse">
<xsd:sequence>
<xsd:choice>
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
<xsd:element name="CCACCTFROM" type="ofx:CreditCardAccount" />
<xsd:element name="LOANACCTFROM" type="ofx:LoanAccount" />
</xsd:choice>
<xsd:element name="RECINTRATRNRS" type="ofx:RecurringIntraTransactionResponse" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|