<xsd:complexType name="BankRequestMessageSetV1">
<xsd:annotation>
<xsd:documentation>
The OFX element "BANKMSGSRQV1" is of type "BankRequestMessageSetV1"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractRequestMessageSet">
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element name="STMTTRNRQ" type="ofx:StatementTransactionRequest" />
<xsd:element name="STMTENDTRNRQ" type="ofx:StatementEndTransactionRequest" />
<xsd:element name="INTRATRNRQ" type="ofx:IntraTransactionRequest" />
<xsd:element name="RECINTRATRNRQ" type="ofx:RecurringIntraTransactionRequest" />
<xsd:element name="STPCHKTRNRQ" type="ofx:StopCheckTransactionRequest" />
<xsd:element name="BANKMAILTRNRQ" type="ofx:BankMailTransactionRequest" />
<xsd:element name="BANKMAILSYNCRQ" type="ofx:BankMailSyncRequest" />
<xsd:element name="STPCHKSYNCRQ" type="ofx:StopCheckSyncRequest" />
<xsd:element name="INTRASYNCRQ" type="ofx:IntraSyncRequest" />
<xsd:element name="RECINTRASYNCRQ" type="ofx:RecurringIntraSyncRequest" />
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|