<xsd:complexType name="FeeType">
<xsd:sequence>
<xsd:element minOccurs="0" name="FeeTypeCode" type="scl:FeeTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation>Designates the type of fee being applied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="FeeDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Describes the type of fee being applied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FeeAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>Describes the type of fee being applied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FeePaidTo" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Describes to whom the fee is to be paid.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="CapitalizedFeeIndicator" type="udt:IndicatorType">
<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 maxOccurs="1" minOccurs="0" name="MaximumAllowableFeeAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>The maximum amount of the fee that can be charged.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="PublicOfficialFeeIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicator of whether a fee is considered as paid to a public official</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="TaxabilityIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Determines whether an item or amount is taxable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|