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