Definition Type: SimpleType
Name: PartConditionCodeEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Identifies the condition of a part.
Collapse XSD Schema Diagram:
XSD Diagram of PartConditionCodeEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="PartConditionCodeEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">Identifies the condition of a part.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="New">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The part is in new condition.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Used">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The part has been previously used.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Remanned">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A refurbished or reconditioned part.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Core">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Core</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Other">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Other.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration New
Enumeration Used
Enumeration Remanned
Enumeration Core
Enumeration Other