<xsd:complexType name="BankResponseMessageSetV1">
<xsd:annotation>
<xsd:documentation>
The OFX element "BANKMSGSRSV1" is of type "BankResponseMessageSetV1"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractResponseMessageSet">
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element name="STMTTRNRS" type="ofx:StatementTransactionResponse" />
<xsd:element name="STMTENDTRNRS" type="ofx:StatementEndTransactionResponse" />
<xsd:element name="INTRATRNRS" type="ofx:IntraTransactionResponse" />
<xsd:element name="RECINTRATRNRS" type="ofx:RecurringIntraTransactionResponse" />
<xsd:element name="STPCHKTRNRS" type="ofx:StopCheckTransactionResponse" />
<xsd:element name="BANKMAILTRNRS" type="ofx:BankMailTransactionResponse" />
<xsd:element name="BANKMAILSYNCRS" type="ofx:BankMailSyncResponse" />
<xsd:element name="STPCHKSYNCRS" type="ofx:StopCheckSyncResponse" />
<xsd:element name="INTRASYNCRS" type="ofx:IntraSyncResponse" />
<xsd:element name="RECINTRASYNCRS" type="ofx:RecurringIntraSyncResponse" />
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|