Definition Type: ComplexType
Name: FeeType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TaxabilityIndicator in schema components_xsd Drilldown into PublicOfficialFeeIndicator in schema components_xsd Drilldown into MaximumAllowableFeeAmount in schema components_xsd Drilldown into CapitalizedFeeIndicator in schema components_xsd Drilldown into FeePaidTo in schema components_xsd Drilldown into FeeAmount in schema components_xsd Drilldown into FeeDescription in schema components_xsd Drilldown into FeeTypeCode in schema components_xsdXSD Diagram of FeeType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FeeTypeCode star:FeeTypeCode 0 (1)
FeeDescription star:FeeDescription 0 unbounded
FeeAmount star:FeeAmount 0 (1)
FeePaidTo star:FeePaidTo 0 (1)
CapitalizedFeeIndicator star:CapitalizedFeeIndicator 0 1
MaximumAllowableFeeAmount star:MaximumAllowableFeeAmount 0 1
PublicOfficialFeeIndicator star:PublicOfficialFeeIndicator 0 1
TaxabilityIndicator star:TaxabilityIndicator 0 1
Collapse Derivation Tree:
Collapse References:
star:CreditContractFeeType, star:Fee