Definition Type: ComplexType
Name: DeductionType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DeductionAmount in schema components_xsd Drilldown into DeductionDescription in schema components_xsdXSD Diagram of DeductionType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="DeductionType">
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="DeductionDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Description of any deductions from the dealer settlement
                            amount (e.g., Tax Stamp Amount).
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="DeductionAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        The dollar amount being deducted from the dealer settlement
                            amount.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DeductionDescription star:DeductionDescription 0 unbounded
DeductionAmount star:DeductionAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
star:Deduction