Definition Type: ComplexType
Name: StartingDate
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-eq-shared-5-2.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-eq-shared-5-2_xsd Drilldown into dateRelativeTo in schema fpml-eq-shared-5-2_xsdXSD Diagram of StartingDate in schema fpml-eq-shared-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="StartingDate">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">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="DateReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to a date defined elswhere in the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="adjustableDate" type="AdjustableDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Date from which early termination clause can be exercised.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dateRelativeTo nsA:dateRelativeTo 0 (1)
adjustableDate nsA:adjustableDate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:startingDate