Definition Type: Group
Name: Period.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-loan-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into endDate in schema fpml-loan-4-4_xsd Drilldown into startDate in schema fpml-loan-4-4_xsdXSD Diagram of Period.model in schema fpml-loan-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="Period.model">
    <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">
            <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 fpml:startDate (1) (1)
endDate fpml:endDate (1) (1)