Definition Type: ComplexType
Name: ScheduledTerminationDate
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-cd-5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into relativeDate in schema fpml-cd-5-0_xsd1 Drilldown into adjustableDate in schema fpml-cd-5-0_xsd1XSD Diagram of ScheduledTerminationDate in schema fpml-cd-5-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ScheduledTerminationDate">
    <xsd:choice>
        <xsd:element name="adjustableDate" type="AdjustableDate2" minOccurs="0" />
        <xsd:element name="relativeDate" type="Period" minOccurs="0" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
adjustableDate nsB:adjustableDate 0 (1)
relativeDate nsB:relativeDate 0 (1)