complexType "AveragingPeriod"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
marketDisruption (defined in AveragingPeriod complexType),
schedule (defined in AveragingPeriod complexType)
All Direct / Indirect Based Elements (3):
Known Usage Locations
Annotation
Period over which an average value is taken.
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="AveragingPeriod">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="schedule" type="AveragingSchedule"/>
<xsd:choice minOccurs="0">
<xsd:element name="averagingDateTimes" type="DateTimeList"/>
<xsd:element name="averagingObservations" type="AveragingObservationList"/>
</xsd:choice>
<xsd:element minOccurs="0" name="marketDisruption" type="MarketDisruption"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
averagingDateTimes
Type:
DateTimeList, complex content
An unweighted list of averaging observation date and times.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="averagingDateTimes" type="DateTimeList"/>

averagingObservations
Type:
AveragingObservationList, complex content
A weighted list of averaging observation date and times.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="averagingObservations" type="AveragingObservationList"/>

marketDisruption
Type:
MarketDisruption, simple content
The market disruption event as defined by ISDA 2002 Definitions.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="marketDisruption" type="MarketDisruption"/>

schedule
Type:
AveragingSchedule, complex content
A schedule for generating averaging observation dates.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="schedule" type="AveragingSchedule"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.