Definition Type: ComplexType
Name: Discount
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Common.xsd
Abstract
Documentation:
The OFX element "DISCOUNT" is of type "Discount"
Collapse XSD Schema Diagram:
Drilldown into DSCDESC in schema ofx_common_xsd Drilldown into DSCDATE in schema ofx_common_xsd Drilldown into DSCAMT in schema ofx_common_xsd Drilldown into DSCRATE in schema ofx_common_xsdXSD Diagram of Discount in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="Discount">
    <xsd:annotation>
        <xsd:documentation>
              The OFX element "DISCOUNT" is of type "Discount"
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="DSCRATE" type="ofx:RateType" />
        <xsd:element name="DSCAMT" type="ofx:AmountType" />
        <xsd:element name="DSCDATE" type="ofx:DateTimeType" minOccurs="0" />
        <xsd:element name="DSCDESC" type="ofx:ShortMessageType" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DSCRATE ofx:DSCRATE (1) (1)
DSCAMT ofx:DSCAMT (1) (1)
DSCDATE ofx:DSCDATE 0 (1)
DSCDESC ofx:DSCDESC (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:DISCOUNT