Definition Type: ComplexType
Name: FindBillerRequest
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_BillerDirectory_Messages.xsd
Abstract
Documentation:
The OFX element "FINDBILLERRQ" is of type "FindBillerRequest"
Collapse XSD Schema Diagram:
Drilldown into INCIMAGES in schema ofx_billerdirectory_messages_xsd Drilldown into CONSUPOSTALCODE in schema ofx_billerdirectory_messages_xsd Drilldown into SIC in schema ofx_billerdirectory_messages_xsd Drilldown into COUNTRY in schema ofx_billerdirectory_messages_xsd Drilldown into POSTALCODE in schema ofx_billerdirectory_messages_xsd Drilldown into STATE in schema ofx_billerdirectory_messages_xsd Drilldown into CITY in schema ofx_billerdirectory_messages_xsd Drilldown into ADDR3 in schema ofx_billerdirectory_messages_xsd Drilldown into ADDR2 in schema ofx_billerdirectory_messages_xsd Drilldown into ADDR1 in schema ofx_billerdirectory_messages_xsd Drilldown into NAME in schema ofx_billerdirectory_messages_xsd Drilldown into BILLERID in schema ofx_billerdirectory_messages_xsd Drilldown into DTUPDATE in schema ofx_billerdirectory_messages_xsdXSD Diagram of FindBillerRequest in schema ofx_billerdirectory_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="FindBillerRequest">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "FINDBILLERRQ" is of type "FindBillerRequest"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="DTUPDATE" type="ofx:DateTimeType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="BILLERID" type="ofx:IdType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="NAME" type="ofx:GenericNameType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="ADDR1" type="ofx:AddressType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="ADDR2" type="ofx:AddressType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="ADDR3" type="ofx:AddressType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="CITY" type="ofx:AddressType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="STATE" type="ofx:StateType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="POSTALCODE" type="ofx:ZipType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="COUNTRY" type="ofx:CountryType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="SIC" type="ofx:StandardIndustryCodeType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="CONSUPOSTALCODE" type="ofx:ZipType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="INCIMAGES" type="ofx:BooleanType" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DTUPDATE ofx:DTUPDATE 0 1
BILLERID ofx:BILLERID 0 1
NAME ofx:NAME 0 1
ADDR1 ofx:ADDR1 0 1
ADDR2 ofx:ADDR2 0 1
ADDR3 ofx:ADDR3 0 1
CITY ofx:CITY 0 1
STATE ofx:STATE 0 1
POSTALCODE ofx:POSTALCODE 0 1
COUNTRY ofx:COUNTRY 0 1
SIC ofx:SIC 0 1
CONSUPOSTALCODE ofx:CONSUPOSTALCODE 0 1
INCIMAGES ofx:INCIMAGES (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:FINDBILLERRQ