Definition Type: ComplexType
Name: PmtAuthInfo_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_PmtLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Name in schema ifx170_corelib_xsd Drilldown into CurAmt in schema ifx170_corelib_xsd Drilldown into CardAcctIdFrom in schema ifx170_corelib_xsd Drilldown into DepAcctIdFrom in schema ifx170_corelib_xsdXSD Diagram of PmtAuthInfo_Type in schema ifx170_pmtlib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="PmtAuthInfo_Type">
    <xsd:sequence>
        <xsd:choice>
            <xsd:element ref="DepAcctIdFrom" />
            <xsd:element ref="CardAcctIdFrom" />
        </xsd:choice>
        <xsd:element ref="CurAmt" />
        <xsd:element ref="Name" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DepAcctIdFrom ifx:DepAcctIdFrom (1) (1)
CardAcctIdFrom ifx:CardAcctIdFrom (1) (1)
CurAmt ifx:CurAmt (1) (1)
Name ifx:Name 0 (1)
Collapse Derivation Tree:
Collapse References:
ifx:PmtAuthInfo