Definition Type: ComplexType
Name: CustRec_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_CustLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UpDt in schema ifx170_corelib_xsd Drilldown into CustStatus in schema ifx170_custlib_xsd Drilldown into CustInfo in schema ifx170_corelib_xsd Drilldown into CustId in schema ifx170_corelib_xsdXSD Diagram of CustRec_Type in schema ifx170_custlib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="CustRec_Type">
    <xsd:sequence>
        <xsd:element ref="CustId" />
        <xsd:element ref="CustInfo" minOccurs="0" />
        <xsd:element ref="CustStatus" />
        <xsd:element ref="UpDt" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CustId ifx:CustId (1) (1)
CustInfo ifx:CustInfo 0 (1)
CustStatus ifx:CustStatus (1) (1)
UpDt ifx:UpDt 0 (1)
Collapse Derivation Tree:
Collapse References:
ifx:CustRec