<xsd:complexType name="StopCheckResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "STPCHKRS" is of type "StopCheckResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="CURDEF" type="ofx:CurrencyEnum" />
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
<xsd:element name="STPCHKNUM" type="ofx:StopCheckNumber" maxOccurs="unbounded" />
<xsd:element name="FEE" type="ofx:AmountType" />
<xsd:element name="FEEMSG" type="ofx:ShortMessageType" />
</xsd:sequence>
</xsd:complexType>
|