Definition Type: ComplexType
Name: StopCheckResponse
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Banking_Messages.xsd
Abstract
Documentation:
The OFX element "STPCHKRS" is of type "StopCheckResponse"
Collapse XSD Schema Diagram:
Drilldown into FEEMSG in schema ofx_banking_messages_xsd Drilldown into FEE in schema ofx_banking_messages_xsd Drilldown into STPCHKNUM in schema ofx_banking_messages_xsd Drilldown into BANKACCTFROM in schema ofx_banking_messages_xsd Drilldown into CURDEF in schema ofx_banking_messages_xsdXSD Diagram of StopCheckResponse in schema ofx_banking_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CURDEF ofx:CURDEF (1) (1)
BANKACCTFROM ofx:BANKACCTFROM (1) (1)
STPCHKNUM ofx:STPCHKNUM (1) unbounded
FEE ofx:FEE (1) (1)
FEEMSG ofx:FEEMSG (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:STPCHKRS