<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>
|