complexType "FxObservationScheduleBase"
Namespace:
Content:
complex, 3 elements
Defined:
globally in fpml-fx-5-8.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
endDate (in observationSchedule in fixingSchedule defined in FxPerformanceSwap complexType),
endDate (in observationSchedule in fixingSchedule defined in FxPerformanceSwap complexType),
startDate (in observationSchedule in fixingSchedule defined in FxPerformanceSwap complexType)
All Direct / Indirect Based Elements (1):
observationSchedule (in fixingSchedule defined in FxPerformanceSwap complexType)
Known Usage Locations
Annotation
A type that describes a single continuous observation period.
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="FxObservationScheduleBase">
<xsd:sequence>
<!--TBD: startDate/endDate refactored, adding a choice of specifying an endDate only to the existing sequence of startDate and endDate-->
<xsd:choice>
<xsd:sequence>
<xsd:element name="startDate" type="xsd:date"/>
<xsd:element name="endDate" type="xsd:date"/>
</xsd:sequence>
<xsd:element name="endDate" type="xsd:date"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
endDate
Type:
xsd:date, predefined, simple content
The end of the period over which observations are made to determine whether a trigger event has occurred.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="endDate" type="xsd:date"/>

endDate
Type:
xsd:date, predefined, simple content
The end of the period over which observations are made to determine whether a trigger event has occurred.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="endDate" type="xsd:date"/>

startDate
Type:
xsd:date, predefined, simple content
The start of the period over which observations are made to determine whether a trigger has occurred.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="startDate" type="xsd:date"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.