<xsd:complexType name="PresentmentAccount">
<xsd:annotation>
<xsd:documentation>
The OFX element "PRESACCTFROM" is of type "PresentmentAccount"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractAccount">
<xsd:sequence>
<xsd:element name="BILLPUB" type="ofx:GenericNameType" />
<xsd:element name="BILLERID" type="ofx:IdType" />
<xsd:element name="BILLERNAME" type="ofx:GenericNameType" minOccurs="0" />
<xsd:element name="ACCTID" type="ofx:AccountIdType" />
<xsd:element name="PRESNAMEADDRESS" type="ofx:PresentmentNameAddress" minOccurs="0" />
<xsd:element name="USERID" type="ofx:IdType" minOccurs="0" />
<xsd:sequence minOccurs="0">
<xsd:element name="SPNAME" type="ofx:GenericNameType" minOccurs="0" />
<xsd:element name="PAYEEID" type="ofx:PayeeIdType" />
<xsd:element name="PAYEELSTID" type="ofx:PayeeIdType" minOccurs="0" />
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|