Definition Type: Group
Name: Period.model
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-shared-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into endDate in schema fpml-shared-5-10_xsd3 Drilldown into startDate in schema fpml-shared-5-10_xsd3XSD Diagram of Period.model in schema fpml-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="Period.model">
    <xsd:sequence>
        <xsd:element name="startDate" type="xsd:date" minOccurs="0">
            <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 nsD:startDate 0 (1)
endDate nsD:endDate 0 (1)