Definition Type: ComplexType
Name: ObservationSchedule
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-fx-5-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into observationPeriodFrequency in schema fpml-fx-5-4_xsd Drilldown into endDate in schema fpml-fx-5-4_xsd Drilldown into startDate in schema fpml-fx-5-4_xsdXSD Diagram of ObservationSchedule in schema fpml-fx-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ObservationSchedule">
    <xsd:sequence>
        <xsd:element name="startDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The start of the period over which observations are made to determine whether a condition has occurred.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="endDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The end of the period over which observations are made to determine whether a condition has occurred.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="observationPeriodFrequency" type="Frequency" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Describes how often observations are made.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startDate nsA:startDate 0 (1)
endDate nsA:endDate 0 (1)
observationPeriodFrequency nsA:observationPeriodFrequency 0 (1)