<xsd:complexType name="CreditContractFeeType">
<xsd:complexContent>
<xsd:extension base="FeeType">
<xsd:sequence>
<!--<xsd:element ref="CapitalizedFeeIndicator" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Indicates whether the fee is capitalized, meaning whether it is included in the monthly payments. If the fee is not capitalized it is to be paid up front.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="MaximumAllowableFeeAmount" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
The maximum amount of the fee that can be charged.
</xsd:documentation>
</xsd:annotation>
</xsd:element>-->
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|