<xsd:complexType name="AveragingPeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">Period over which an average value is taken</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="schedule" type="AveragingSchedule" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A Equity Derivative schedule.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="averagingDateTimes" type="DateTimeList" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Averaging DateTimes</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="marketDisruption" type="MarketDisruption">
<xsd:annotation>
<xsd:documentation xml:lang="en">The market disruption event as defined by ISDA 2002 Definitions</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|