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