Definition Type: Group
Name: PeriodWithDays.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 element to define number of days within the period.
Collapse XSD Schema Diagram:
Drilldown into numberOfDays in schema fpml-loan-5-10_xsd Drilldown into endDate in schema fpml-shared-5-10_xsd Drilldown into startDate in schema fpml-shared-5-10_xsd Drilldown into Period.model in schema fpml-shared-5-10_xsdXSD Diagram of PeriodWithDays.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="PeriodWithDays.model">
    <xsd:annotation>
        <xsd:documentation>A model that describes a period, with an element to define number of days within the period.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="Period.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Dates defining a generic period. This is a period of actual (adjusted) dates.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <xsd:element name="numberOfDays" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The actual number of days represented within the 'period'. This takes into account counting the appropriate convention.</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 (1) (1)
numberOfDays nsA:numberOfDays (1) (1)
<xs:group> nsA:Period.model (1) (1)