Definition Type: ComplexType
Name: BillPubInfo
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_BillPay.xsd
Abstract
Documentation:
The OFX element "BILLPUBINFO" is of type "BillPubInfo"
Collapse XSD Schema Diagram:
Drilldown into BILLID in schema ofx_billpay_xsd Drilldown into BILLPUB in schema ofx_billpay_xsdXSD Diagram of BillPubInfo in schema ofx_billpay_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="BillPubInfo">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "BILLPUBINFO" is of type "BillPubInfo"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="BILLPUB" type="ofx:GenericNameType" />
        <xsd:element name="BILLID" type="ofx:IdType" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BILLPUB ofx:BILLPUB (1) (1)
BILLID ofx:BILLID (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:BILLPUBINFO