<xsd:complexType name="AccruingFeeExpiry">
<xsd:annotation>
<xsd:documentation xml:lang="en">An event describing a future expiry of one of the accruing fees associated with a specific facility.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractFacilityEvent">
<xsd:sequence>
<xsd:element name="id" type="AccrualTypeId">
<xsd:annotation>
<xsd:documentation xml:lang="en">A unique id associated with the loan accrual type.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="type" type="AccruingFeeType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The accruing fee type which ix expiring.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|