Definition Type: ComplexType
Name: StopCheckRequest
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Banking_Messages.xsd
Abstract
Documentation:
The OFX element "STPCHKRQ" is of type "StopCheckRequest"
Collapse XSD Schema Diagram:
Drilldown into CHKDESC in schema ofx_banking_messages_xsd Drilldown into CHKRANGE in schema ofx_banking_messages_xsd Drilldown into BANKACCTFROM in schema ofx_banking_messages_xsdXSD Diagram of StopCheckRequest in schema ofx_banking_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="StopCheckRequest">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "STPCHKRQ" is of type "StopCheckRequest"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
        <xsd:choice>
            <xsd:element name="CHKRANGE" type="ofx:CheckRange" />
            <xsd:element name="CHKDESC" type="ofx:CheckDescription" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BANKACCTFROM ofx:BANKACCTFROM (1) (1)
CHKRANGE ofx:CHKRANGE (1) (1)
CHKDESC ofx:CHKDESC (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:STPCHKRQ