<xsd:complexType name="OptionalEarlyTerminationAdjustedDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the adjusted dates associated with an optional early termination provision.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="earlyTerminationEvent" type="EarlyTerminationEvent" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The adjusted dates associated with an individual earley termination date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|