<xsd:complexType name="RecurringInterTransactionResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "RECINTERTRNRS" is of type "RecurringInterTransactionResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractTransactionResponse">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="RECINTERRS" type="ofx:RecurringInterResponse" />
<xsd:element name="RECINTERMODRS" type="ofx:RecurringInterModResponse" />
<xsd:element name="RECINTERCANRS" type="ofx:RecurringInterCancellationResponse" />
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|