Definition Type: Group
Name: PeriodOptionalEnd.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model that describes a period, with an optional end date.
Collapse XSD Schema Diagram:
Drilldown into endDate in schema fpml-loan-5-10_xsd Drilldown into startDate in schema fpml-loan-5-10_xsdXSD Diagram of PeriodOptionalEnd.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="PeriodOptionalEnd.model">
    <xsd:annotation>
        <xsd:documentation>A model that describes a period, with an optional end date.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="startDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Date on which this period begins.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="endDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Date on which this period ends.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startDate nsA:startDate (1) (1)
endDate nsA:endDate 0 (1)