Definition Type: ComplexType
Name: CheckRange
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractCheckInfo
Containing Schema: OFX_Banking.xsd
Abstract
Documentation:
The OFX element "CHKRANGE" is of type "CheckRange"
Collapse XSD Schema Diagram:
Drilldown into CHKNUMEND in schema ofx_banking_xsd Drilldown into CHKNUMSTART in schema ofx_banking_xsd Drilldown into AbstractCheckInfo in schema ofx_banking_xsdXSD Diagram of CheckRange in schema ofx_banking_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="CheckRange">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "CHKRANGE" is of type "CheckRange"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractCheckInfo">
            <xsd:sequence>
                <xsd:element name="CHKNUMSTART" type="ofx:CheckNumberType" />
                <xsd:element name="CHKNUMEND" type="ofx:CheckNumberType" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CHKNUMSTART ofx:CHKNUMSTART (1) (1)
CHKNUMEND ofx:CHKNUMEND 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:CHKRANGE