<xsd:complexType name="BillerInfo">
<xsd:annotation>
<xsd:documentation>
The OFX element "BILLERINFO" is of type "BillerInfo"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="BILLPUB" type="ofx:GenericNameType" />
<xsd:element name="BILLERID" type="ofx:IdType" />
<xsd:element name="NAME" type="ofx:GenericNameType" />
<xsd:element name="ADDR1" type="ofx:AddressType" />
<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" />
<xsd:element name="STATE" type="ofx:StateType" />
<xsd:element name="POSTALCODE" type="ofx:ZipType" />
<xsd:element name="COUNTRY" type="ofx:CountryType" />
<xsd:element name="SIC" type="ofx:StandardIndustryCodeType" />
<xsd:element name="PHONE" type="ofx:PhoneType" />
<xsd:element name="PAYMENTINSTRUMENTS" type="ofx:PaymentInstruments" minOccurs="0" maxOccurs="1" />
<xsd:element name="ACCTFORMAT" type="ofx:MessageType" minOccurs="0" maxOccurs="1" />
<xsd:element name="ACCTEDITMASK" type="ofx:MessageType" minOccurs="0" maxOccurs="1" />
<xsd:element name="HELPMESSAGE" type="ofx:MessageType" minOccurs="0" maxOccurs="1" />
<xsd:element name="RESTRICT" type="ofx:MessageType" minOccurs="0" maxOccurs="1" />
<xsd:element name="LOGO" type="ofx:UrlType" minOccurs="0" maxOccurs="1" />
<xsd:element name="VALIDATE" type="ofx:UrlType" minOccurs="0" maxOccurs="1" />
<xsd:element name="BILLERINFOURL" type="ofx:UrlType" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
|