Definition Type: ComplexType
Name: OtherChargesType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OtherChargesCapitalizedIndicator in schema components_xsd Drilldown into OtherChargesPaidTo in schema components_xsd Drilldown into OtherChargesPaidFor in schema components_xsd Drilldown into OtherChargesAmount in schema components_xsdXSD Diagram of OtherChargesType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="OtherChargesType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="OtherChargesAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation> Identifies the amount of other charges. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="OtherChargesPaidFor" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation> Describes the purpose of the other charges.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="OtherChargesPaidTo" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation> Describes to whom the other charges are to be paid.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="OtherChargesCapitalizedIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> Indicates whether the
                item is capitalized or not capitalized if part of an lease </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OtherChargesAmount star:OtherChargesAmount 0 (1)
OtherChargesPaidFor star:OtherChargesPaidFor 0 (1)
OtherChargesPaidTo star:OtherChargesPaidTo 0 (1)
OtherChargesCapitalizedIndicator star:OtherChargesCapitalizedIndicator 0 1
Collapse Derivation Tree:
Collapse References:
star:OtherCharges