Definition Type: ComplexType
Name: ImageData
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Common.xsd
Abstract
Documentation:
The OFX element "IMAGEDATA" is of type "ImageData"
Collapse XSD Schema Diagram:
Drilldown into CHECKSUP in schema ofx_common_xsd Drilldown into IMAGETTL in schema ofx_common_xsd Drilldown into DTIMAGEAVAIL in schema ofx_common_xsd Drilldown into IMAGEDELAY in schema ofx_common_xsd Drilldown into IMAGEREFTYPE in schema ofx_common_xsd Drilldown into IMAGEREF in schema ofx_common_xsd Drilldown into IMAGETYPE in schema ofx_common_xsdXSD Diagram of ImageData in schema ofx_common_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="ImageData">
    <xsd:annotation>
        <xsd:documentation>
              The OFX element "IMAGEDATA" is of type "ImageData"
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="IMAGETYPE" type="ofx:ImageTypeEnum" />
        <xsd:element name="IMAGEREF" type="ofx:ImageRefType" />
        <xsd:element name="IMAGEREFTYPE" type="ofx:ImageRefTypeEnum" />
        <xsd:choice>
            <xsd:element name="IMAGEDELAY" type="ofx:ImageDelayType" />
            <xsd:element name="DTIMAGEAVAIL" type="ofx:DateTimeType" />
        </xsd:choice>
        <xsd:element name="IMAGETTL" type="ofx:ImageTotalType" minOccurs="0" />
        <xsd:element name="CHECKSUP" type="ofx:CheckSupportEnum" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IMAGETYPE ofx:IMAGETYPE (1) (1)
IMAGEREF ofx:IMAGEREF (1) (1)
IMAGEREFTYPE ofx:IMAGEREFTYPE (1) (1)
IMAGEDELAY ofx:IMAGEDELAY (1) (1)
DTIMAGEAVAIL ofx:DTIMAGEAVAIL (1) (1)
IMAGETTL ofx:IMAGETTL 0 (1)
CHECKSUP ofx:CHECKSUP 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:IMAGEDATA, ofx:IMAGEDATA, ofx:IMAGEDATA, ofx:IMAGEDATA, ofx:IMAGEDATA, ofx:IMAGEDATA