<xsd:complexType name="PaymentSyncResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "PMTSYNCRS" is of type "PaymentSyncResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractSyncResponse">
<xsd:sequence>
<xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
<xsd:element name="PMTTRNRS" type="ofx:PaymentTransactionResponse" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|