<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>
|