<xsd:complexType name="BillPayResponseMessageSetV1">
<xsd:annotation>
<xsd:documentation>
The OFX element "BILLPAYMSGSRSV1" is of type "BillPayResponseMessageSetV1"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractResponseMessageSet">
<xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="PAYEETRNRS" type="ofx:PayeeTransactionResponse" />
<xsd:element name="PAYEESYNCRS" type="ofx:PayeeSyncResponse" />
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="PMTTRNRS" type="ofx:PaymentTransactionResponse" />
<xsd:element name="RECPMTTRNRS" type="ofx:RecurringPaymentTransactionResponse" />
<xsd:element name="PMTINQTRNRS" type="ofx:PaymentInquiryTransactionResponse" />
<xsd:element name="PMTMAILTRNRS" type="ofx:PaymentMailTransactionResponse" />
<xsd:element name="PMTSYNCRS" type="ofx:PaymentSyncResponse" />
<xsd:element name="RECPMTSYNCRS" type="ofx:RecurringPaymentSyncResponse" />
<xsd:element name="PMTMAILSYNCRS" type="ofx:PaymentMailSyncResponse" />
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|