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