<xsd:complexType name="CancelableProvisionAdjustedDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type to define the adjusted dates for a cancelable provision on a swap transaction.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="cancellationEvent" type="CancellationEvent" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The adjusted dates for an individual cancellation date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|