<xsd:complexType name="PeriodRate">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that represents a rate applicable against a well-defined or open-ended period.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="PeriodOptionalEnd.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date from when the associated penalty rate is applicable.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="rate" type="xsd:decimal" />
</xsd:sequence>
</xsd:complexType>
|