<xsd:complexType name="LoanTradingNonRecurringFee">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that details the underlying elements that affect the calculation of a fee accrual.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="amount" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation xml:lang="en">The total accrual amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="feeType" type="LoanTradingNonRecurringFeeTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes the type of the accruing fee.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="miscFeeType" type="NonRecurringMiscFeeType">
<xsd:annotation>
<xsd:documentation>Miscellaneous nonrecurring fee type.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|