Definition Type: ComplexType
Name: RecChkOrdMsgRec_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_ChkLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RecChkOrdCanRs in schema ifx170_recchkordcan_xsd Drilldown into RecChkOrdModRs in schema ifx170_recchkordmod_xsd Drilldown into RecChkOrdAddRs in schema ifx170_recchkordadd_xsd Drilldown into MsgRecDt in schema ifx170_corelib_xsd Drilldown into CustId in schema ifx170_corelib_xsdXSD Diagram of RecChkOrdMsgRec_Type in schema ifx170_chklib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="RecChkOrdMsgRec_Type">
    <xsd:sequence>
        <xsd:element ref="CustId" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="MsgRecDt" minOccurs="0" />
        <xsd:choice>
            <xsd:element ref="RecChkOrdAddRs" />
            <xsd:element ref="RecChkOrdModRs" />
            <xsd:element ref="RecChkOrdCanRs" />
        </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)
RecChkOrdAddRs ifx:RecChkOrdAddRs (1) (1)
RecChkOrdModRs ifx:RecChkOrdModRs (1) (1)
RecChkOrdCanRs ifx:RecChkOrdCanRs (1) (1)
Collapse Derivation Tree:
Collapse References:
ifx:RecChkOrdMsgRec