Definition Type: ComplexType
Name: BillerRec_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_BillLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into BSPReferTo in schema ifx170_corelib_xsd Drilldown into BillerStatus in schema ifx170_billlib_xsd Drilldown into BillerInfo in schema ifx170_billlib_xsd Drilldown into BillerId in schema ifx170_corelib_xsdXSD Diagram of BillerRec_Type in schema ifx170_billlib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="BillerRec_Type">
    <xsd:sequence>
        <xsd:element ref="BillerId" maxOccurs="unbounded" />
        <xsd:element ref="BillerInfo" />
        <xsd:element ref="BillerStatus" minOccurs="0" />
        <xsd:element ref="BSPReferTo" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BillerId ifx:BillerId (1) unbounded
BillerInfo ifx:BillerInfo (1) (1)
BillerStatus ifx:BillerStatus 0 (1)
BSPReferTo ifx:BSPReferTo 0 (1)
Collapse Derivation Tree:
Collapse References:
ifx:BillerRec