<xsd:complexType name="ScheduledDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">A list of dates (cash flows, resets, etc.) that are relevant for this structure, e.g. next cash flow, last reset, etc. Provides a way to list upcoming or recent servicing dates related to this trade stream in a way that is simpler and more flexible than the FpML "cashflows" structure.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="scheduledDate" type="ScheduledDate" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A single stream level scheduled servicing date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|