<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>
|