<xsd:complexType name="PaymentInfo">
<xsd:annotation>
<xsd:documentation>
The OFX element "PMTINFO" is of type "PaymentInfo"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
<xsd:element name="TRNAMT" type="ofx:AmountType" />
<xsd:choice>
<xsd:element name="PAYEEID" type="ofx:PayeeIdType" />
<xsd:element name="PAYEE" type="ofx:Payee" />
</xsd:choice>
<xsd:element name="PAYEELSTID" type="ofx:PayeeIdType" minOccurs="0" maxOccurs="1" />
<xsd:element name="BANKACCTTO" type="ofx:BankAccount" minOccurs="0" maxOccurs="1" />
<xsd:element name="EXTDPMT" type="ofx:ExtendedPayment" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PAYACCT" type="ofx:IdType" />
<xsd:element name="DTDUE" type="ofx:DateTimeType" />
<xsd:element name="MEMO" type="ofx:MessageType" minOccurs="0" maxOccurs="1" />
<xsd:element name="BILLREFINFO" type="ofx:BillRefInfoType" minOccurs="0" maxOccurs="1" />
<xsd:element name="BILLPUBINFO" type="ofx:BillPubInfo" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
|