Definition Type: ComplexType
Name: RemitMsgRec_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_PmtLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RemitDelRs in schema ifx170_remitdel_xsd Drilldown into RemitStatusModRs in schema ifx170_remitstatusmod_xsd Drilldown into RemitModRs in schema ifx170_remitmod_xsd Drilldown into RemitAddRs in schema ifx170_remitadd_xsd Drilldown into MsgRecDt in schema ifx170_corelib_xsd Drilldown into CustId in schema ifx170_corelib_xsdXSD Diagram of RemitMsgRec_Type in schema ifx170_pmtlib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="RemitMsgRec_Type">
    <xsd:sequence>
        <xsd:element ref="CustId" minOccurs="0" />
        <xsd:element ref="MsgRecDt" minOccurs="0" />
        <xsd:choice>
            <xsd:element ref="RemitAddRs" />
            <xsd:element ref="RemitModRs" />
            <xsd:element ref="RemitStatusModRs" />
            <xsd:element ref="RemitDelRs" />
        </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)
RemitAddRs ifx:RemitAddRs (1) (1)
RemitModRs ifx:RemitModRs (1) (1)
RemitStatusModRs ifx:RemitStatusModRs (1) (1)
RemitDelRs ifx:RemitDelRs (1) (1)
Collapse Derivation Tree:
Collapse References:
ifx:RemitMsgRec