<xsd:complexType name="AccruingFeeChange">
<xsd:annotation>
<xsd:documentation xml:lang="en">An event describing a future change an accruing fee associated with a specific facility.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractFacilityEvent">
<xsd:sequence>
<xsd:element name="accruingFeeOption" type="AccruingFeeOption">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines new rate and the date on which the rate is no longer valid.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|