complexType "ObservationSchedule"
Namespace:
Content:
complex, 3 elements
Defined:
globally in fpml-fx-5-3.xsd; see XML source
Includes:
definitions of 3 elements
Used:
never
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
startDate?, endDate?, observationPeriodFrequency?
</...>
Content Model Elements (3):
endDate (defined in ObservationSchedule complexType), startDate (defined in ObservationSchedule complexType)
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="ObservationSchedule">
<xsd:sequence>
<xsd:element minOccurs="0" name="startDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="endDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="observationPeriodFrequency" type="Frequency"/>
</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 condition has occurred.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="endDate" type="xsd:date"/>

observationPeriodFrequency
Type:
Frequency, complex content
Describes how often observations are made.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="observationPeriodFrequency" type="Frequency"/>

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

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