Definition Type: ComplexType
Name: ChkPrint_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_CoreLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Desc in schema ifx170_corelib_xsd Drilldown into Phone in schema ifx170_corelib_xsd Drilldown into PostAddr in schema ifx170_corelib_xsd Drilldown into PersonName in schema ifx170_corelib_xsd Drilldown into CustName in schema ifx170_corelib_xsdXSD Diagram of ChkPrint_Type in schema ifx170_corelib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="ChkPrint_Type">
    <xsd:sequence>
        <xsd:choice>
            <xsd:element ref="CustName" maxOccurs="unbounded" />
            <xsd:element ref="PersonName" maxOccurs="unbounded" />
        </xsd:choice>
        <xsd:element ref="PostAddr" />
        <xsd:element ref="Phone" minOccurs="0" />
        <xsd:element ref="Desc" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CustName ifx:CustName (1) unbounded
PersonName ifx:PersonName (1) unbounded
PostAddr ifx:PostAddr (1) (1)
Phone ifx:Phone 0 (1)
Desc ifx:Desc 0 (1)
Collapse Derivation Tree:
Collapse References:
ifx:ChkPrint