<xsd:complexType name="ExtendedPayment">
<xsd:annotation>
<xsd:documentation>
The OFX element "EXTDPMT" is of type "ExtendedPayment"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="EXTDPMTFOR" type="ofx:ExtendedPaymentForEnum" minOccurs="0" maxOccurs="1" />
<xsd:element name="EXTDPMTCHK" type="ofx:ExtType" minOccurs="0" maxOccurs="1" />
<xsd:choice>
<xsd:sequence>
<xsd:element name="EXTDPMTDSC" type="ofx:MessageType" />
<xsd:element name="EXTDPMTINV" type="ofx:ExtendedPaymentInvoice" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
<xsd:element name="EXTDPMTINV" type="ofx:ExtendedPaymentInvoice" />
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|