Definition Type: ComplexType
Name: StatementImage
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_BillerDelivery.xsd
Abstract
Documentation:
The OFX element "STMNTIMAGE" is of type "StatementImage"
Collapse XSD Schema Diagram:
Drilldown into DTEXPIRE in schema ofx_billerdelivery_xsd Drilldown into PREFETCHURL in schema ofx_billerdelivery_xsd Drilldown into IMAGEURL in schema ofx_billerdelivery_xsdXSD Diagram of StatementImage in schema ofx_billerdelivery_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="StatementImage">
    <xsd:annotation>
        <xsd:documentation>
	      The OFX element "STMNTIMAGE" is of type "StatementImage"
	    </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="IMAGEURL" type="ofx:UrlType" />
        <xsd:element name="PREFETCHURL" type="ofx:UrlType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DTEXPIRE" type="ofx:DateTimeType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IMAGEURL ofx:IMAGEURL (1) (1)
PREFETCHURL ofx:PREFETCHURL 0 unbounded
DTEXPIRE ofx:DTEXPIRE 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:STMNTIMAGE