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