Definition Type: ComplexType
Name: StartingDate
Namespace: http://www.fpml.org/2004/FpML-4-1
Containing Schema: fpml-eqs-4-1.xsd
Abstract
Documentation:
A type specifying the date from which the early termination clause can be exercised.
Collapse XSD Schema Diagram:
Drilldown into adjustableDate in schema fpml-eqs-4-1_xsd Drilldown into dateRelativeTo in schema fpml-eqs-4-1_xsdXSD Diagram of StartingDate in schema fpml-eqs-4-1_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="StartingDate">
    <xsd:annotation>
        <xsd:documentation>A type specifying the date from which the early termination clause can be exercised.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="dateRelativeTo" type="DateRelativeTo" />
        <xsd:element name="adjustableDate" type="AdjustableDate" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dateRelativeTo nsA:dateRelativeTo (1) (1)
adjustableDate nsA:adjustableDate (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:observationStartDatensA:startingDate,