Definition Type: ComplexType
Name: TaxCreditType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
>Component to represent a tax credit.
Collapse XSD Schema Diagram:
Drilldown into TaxCreditAmount in schema components_xsd Drilldown into TaxCreditDescription in schema components_xsd Drilldown into TaxCreditTypeCode in schema components_xsdXSD Diagram of TaxCreditType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="TaxCreditType">
    <xsd:annotation>
        <xsd:documentation>&gt;Component to represent a tax credit.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" name="TaxCreditTypeCode" type="scl:TaxCreditTypeEnumeratedType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the type of tax credit being applied.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="TaxCreditDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Description of tax credit.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="TaxCreditAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Amount of tax credit.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TaxCreditTypeCode star:TaxCreditTypeCode 1 1
TaxCreditDescription star:TaxCreditDescription 0 1
TaxCreditAmount star:TaxCreditAmount 0 1
Collapse Derivation Tree:
Collapse References:
star:TaxCredit