Definition Type: ComplexType
Name: DepAppMsgRec_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_AcctLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DepAppCanRs in schema ifx170_depappcan_xsd Drilldown into DepAppModRs in schema ifx170_depappmod_xsd Drilldown into DepAppAddRs in schema ifx170_depappadd_xsd Drilldown into MsgRecDt in schema ifx170_corelib_xsd Drilldown into CustId in schema ifx170_corelib_xsdXSD Diagram of DepAppMsgRec_Type in schema ifx170_acctlib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="DepAppMsgRec_Type">
    <xsd:sequence>
        <xsd:element ref="CustId" minOccurs="0" />
        <xsd:element ref="MsgRecDt" minOccurs="0" />
        <xsd:choice>
            <xsd:element ref="DepAppAddRs" />
            <xsd:element ref="DepAppModRs" />
            <xsd:element ref="DepAppCanRs" />
        </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)
DepAppAddRs ifx:DepAppAddRs (1) (1)
DepAppModRs ifx:DepAppModRs (1) (1)
DepAppCanRs ifx:DepAppCanRs (1) (1)
Collapse Derivation Tree:
Collapse References:
ifx:DepAppMsgRec