Definition Type: ComplexType
Name: RecPmtMsgRec_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_PmtLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RecPmtCanRs in schema ifx170_recpmtcan_xsd Drilldown into RecPmtModRs in schema ifx170_recpmtmod_xsd Drilldown into RecPmtAddRs in schema ifx170_recpmtadd_xsd Drilldown into MsgRecDt in schema ifx170_corelib_xsd Drilldown into CustId in schema ifx170_corelib_xsdXSD Diagram of RecPmtMsgRec_Type in schema ifx170_pmtlib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="RecPmtMsgRec_Type">
    <xsd:sequence>
        <xsd:element ref="CustId" minOccurs="0" />
        <xsd:element ref="MsgRecDt" minOccurs="0" />
        <xsd:choice>
            <xsd:element ref="RecPmtAddRs" />
            <xsd:element ref="RecPmtModRs" />
            <xsd:element ref="RecPmtCanRs" />
        </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)
RecPmtAddRs ifx:RecPmtAddRs (1) (1)
RecPmtModRs ifx:RecPmtModRs (1) (1)
RecPmtCanRs ifx:RecPmtCanRs (1) (1)
Collapse Derivation Tree:
Collapse References:
ifx:RecPmtMsgRec