Definition Type: ComplexType
Name: AcctBal_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_CoreLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Desc in schema ifx170_corelib_xsd Drilldown into ExpDt in schema ifx170_corelib_xsd Drilldown into EffDt in schema ifx170_corelib_xsd Drilldown into CurAmt in schema ifx170_corelib_xsd Drilldown into BalType in schema ifx170_corelib_xsdXSD Diagram of AcctBal_Type in schema ifx170_corelib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="AcctBal_Type">
    <xsd:sequence>
        <xsd:element ref="BalType" />
        <xsd:element ref="CurAmt" />
        <xsd:element ref="EffDt" minOccurs="0" />
        <xsd:element ref="ExpDt" minOccurs="0" />
        <xsd:element ref="Desc" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BalType ifx:BalType (1) (1)
CurAmt ifx:CurAmt (1) (1)
EffDt ifx:EffDt 0 (1)
ExpDt ifx:ExpDt 0 (1)
Desc ifx:Desc 0 (1)
Collapse Derivation Tree:
Collapse References:
ifx:AcctBal