<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 schedule for generating averaging observation dates.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A choice between unweighted and weighted averaging date and times.</xsd:documentation>
</xsd:annotation>
<xsd:element name="averagingDateTimes" type="DateTimeList">
<xsd:annotation>
<xsd:documentation xml:lang="en">An unweighted list of averaging observation date and times.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="averagingObservations" type="AveragingObservationList">
<xsd:annotation>
<xsd:documentation xml:lang="en">A weighted list of averaging observation date and times.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="marketDisruption" type="MarketDisruption" minOccurs="0">
<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>
|