Definition Type: ComplexType
Name: ChkOrdMsgRec_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_ChkLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ChkOrdCanRs in schema ifx170_chkordcan_xsd Drilldown into ChkOrdModRs in schema ifx170_chkordmod_xsd Drilldown into ChkOrdAddRs in schema ifx170_chkordadd_xsd Drilldown into MsgRecDt in schema ifx170_corelib_xsd Drilldown into CustId in schema ifx170_corelib_xsdXSD Diagram of ChkOrdMsgRec_Type in schema ifx170_chklib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="ChkOrdMsgRec_Type">
    <xsd:sequence>
        <xsd:element ref="CustId" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="MsgRecDt" minOccurs="0" />
        <xsd:choice>
            <xsd:element ref="ChkOrdAddRs" />
            <xsd:element ref="ChkOrdModRs" />
            <xsd:element ref="ChkOrdCanRs" />
        </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)
ChkOrdAddRs ifx:ChkOrdAddRs (1) (1)
ChkOrdModRs ifx:ChkOrdModRs (1) (1)
ChkOrdCanRs ifx:ChkOrdCanRs (1) (1)
Collapse Derivation Tree:
Collapse References:
ifx:ChkOrdMsgRec