Definition Type: ComplexType
Name: CustInfo_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_CoreLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OrgInfo in schema ifx170_corelib_xsd Drilldown into PersonInfo in schema ifx170_corelib_xsd Drilldown into CustType in schema ifx170_corelib_xsd Drilldown into CustPref in schema ifx170_corelib_xsd Drilldown into ContactInfo in schema ifx170_corelib_xsd Drilldown into CustContact in schema ifx170_corelib_xsd Drilldown into PostAddr in schema ifx170_corelib_xsd Drilldown into CustName in schema ifx170_corelib_xsdXSD Diagram of CustInfo_Type in schema ifx170_corelib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="CustInfo_Type">
    <xsd:choice>
        <xsd:sequence>
            <xsd:element ref="CustName" />
            <xsd:element ref="PostAddr" minOccurs="0" />
            <xsd:element ref="CustContact" minOccurs="0" />
            <xsd:element ref="ContactInfo" minOccurs="0" />
            <xsd:element ref="CustPref" minOccurs="0" />
            <xsd:element ref="CustType" minOccurs="0" />
        </xsd:sequence>
        <xsd:element ref="PersonInfo" />
        <xsd:element ref="OrgInfo" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CustName ifx:CustName (1) (1)
PostAddr ifx:PostAddr 0 (1)
CustContact ifx:CustContact 0 (1)
ContactInfo ifx:ContactInfo 0 (1)
CustPref ifx:CustPref 0 (1)
CustType ifx:CustType 0 (1)
PersonInfo ifx:PersonInfo (1) (1)
OrgInfo ifx:OrgInfo (1) (1)
Collapse Derivation Tree:
Collapse References:
ifx:CustInfo