Definition Type: ComplexType
Name: PmtMsgRec_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_PmtLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PmtCanRs in schema ifx170_pmtcan_xsd Drilldown into PmtStatusModRs in schema ifx170_pmtstatusmod_xsd Drilldown into PmtModRs in schema ifx170_pmtmod_xsd Drilldown into PmtAddRs in schema ifx170_pmtadd_xsd Drilldown into MsgRecDt in schema ifx170_corelib_xsd Drilldown into CustId in schema ifx170_corelib_xsdXSD Diagram of PmtMsgRec_Type in schema ifx170_pmtlib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="PmtMsgRec_Type">
    <xsd:sequence>
        <xsd:element ref="CustId" minOccurs="0" />
        <xsd:element ref="MsgRecDt" minOccurs="0" />
        <xsd:choice>
            <xsd:element ref="PmtAddRs" />
            <xsd:element ref="PmtModRs" />
            <xsd:element ref="PmtStatusModRs" />
            <xsd:element ref="PmtCanRs" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CustId ifx:CustId 0 (1)
MsgRecDt ifx:MsgRecDt 0 (1)
PmtAddRs ifx:PmtAddRs (1) (1)
PmtModRs ifx:PmtModRs (1) (1)
PmtStatusModRs ifx:PmtStatusModRs (1) (1)
PmtCanRs ifx:PmtCanRs (1) (1)
Collapse Derivation Tree:
Collapse References:
ifx:PmtMsgRec