Definition Type: SimpleType
Name: TaxStatusCodeContentType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Identifies the type of charge associted with this line item. The types are parts, labor, lubrication, core amount, freight, sublet and miscellaneous.
Collapse XSD Schema Diagram:
XSD Diagram of TaxStatusCodeContentType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="TaxStatusCodeContentType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">Identifies the type of charge associted with this line item. The types are parts, labor, lubrication, core amount, freight, sublet and miscellaneous.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Paid">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The asking price already included tax so it has been paid.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Not Paid">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The asking price does not include tax so may not have been paid.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Not Applicable">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Not Applicable</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Other">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Status not in this list.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Paid
Enumeration Not Paid
Enumeration Not Applicable
Enumeration Other
Collapse Derivation Tree:
Collapse References:
sqdt:TaxStatusCodeType