Definition Type: ComplexType
Name: CreditAuthMsgRec_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_CreditLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CreditAuthCanRs in schema ifx170_creditauthcan_xsd Drilldown into CreditAuthModRs in schema ifx170_creditauthmod_xsd Drilldown into CreditAuthAddRs in schema ifx170_creditauthadd_xsd Drilldown into MsgRecDt in schema ifx170_corelib_xsd Drilldown into CustId in schema ifx170_corelib_xsdXSD Diagram of CreditAuthMsgRec_Type in schema ifx170_creditlib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="CreditAuthMsgRec_Type">
    <xsd:sequence>
        <xsd:element ref="CustId" minOccurs="0" />
        <xsd:element ref="MsgRecDt" minOccurs="0" />
        <xsd:choice>
            <xsd:element ref="CreditAuthAddRs" />
            <xsd:element ref="CreditAuthModRs" />
            <xsd:element ref="CreditAuthCanRs" />
        </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)
CreditAuthAddRs ifx:CreditAuthAddRs (1) (1)
CreditAuthModRs ifx:CreditAuthModRs (1) (1)
CreditAuthCanRs ifx:CreditAuthCanRs (1) (1)
Collapse Derivation Tree:
Collapse References:
ifx:CreditAuthMsgRec