<xsd:complexType name="PaymentBase" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An abstract base class for payment types.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="PayerReceiver.model" />
<xsd:element name="paymentDate" type="AdjustableOrRelativeDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">The payment date, which can be expressed as either an adjustable or relative date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|