<xsd:complexType name="DateRelativeToPaymentDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type to provide the ability to point to multiple payment nodes in the document through the unbounded paymentDatesReference.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="paymentDatesReference" type="PaymentDatesReference" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A set of href pointers to payment dates defined somewhere else in the document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|