Definition Type: ComplexType
Name: BankAcctStmtImgInqRec_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_AcctLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ImageURL in schema ifx170_corelib_xsd Drilldown into StmtImg in schema ifx170_corelib_xsd Drilldown into EndDt in schema ifx170_corelib_xsd Drilldown into StartDt in schema ifx170_corelib_xsdXSD Diagram of BankAcctStmtImgInqRec_Type in schema ifx170_acctlib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="BankAcctStmtImgInqRec_Type">
    <xsd:sequence>
        <xsd:element ref="StartDt" />
        <xsd:element ref="EndDt" />
        <xsd:choice>
            <xsd:element ref="StmtImg" minOccurs="0" />
            <xsd:element ref="ImageURL" minOccurs="0" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDt ifx:StartDt (1) (1)
EndDt ifx:EndDt (1) (1)
StmtImg ifx:StmtImg 0 (1)
ImageURL ifx:ImageURL 0 (1)
Collapse Derivation Tree:
Collapse References:
ifx:BankAcctStmtImgInqRec