Definition Type: ComplexType
Name: ForExDealMsgRec_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_ForExLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ForExDealCanRs in schema ifx170_forexdealcan_xsd Drilldown into ForExDealModRs in schema ifx170_forexdealmod_xsd Drilldown into ForExDealAddRs in schema ifx170_forexdealadd_xsd Drilldown into MsgRecDt in schema ifx170_corelib_xsd Drilldown into CustId in schema ifx170_corelib_xsdXSD Diagram of ForExDealMsgRec_Type in schema ifx170_forexlib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="ForExDealMsgRec_Type">
    <xsd:sequence>
        <xsd:element ref="CustId" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="MsgRecDt" minOccurs="0" />
        <xsd:choice>
            <xsd:element ref="ForExDealAddRs" />
            <xsd:element ref="ForExDealModRs" />
            <xsd:element ref="ForExDealCanRs" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CustId ifx:CustId 0 unbounded
MsgRecDt ifx:MsgRecDt 0 (1)
ForExDealAddRs ifx:ForExDealAddRs (1) (1)
ForExDealModRs ifx:ForExDealModRs (1) (1)
ForExDealCanRs ifx:ForExDealCanRs (1) (1)
Collapse Derivation Tree:
Collapse References:
ifx:ForExDealMsgRec