Definition Type: SimpleType
Name: RepairStatusCodeEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Enables the dealer to indicate the current repair status of a Service Campaign.
Collapse XSD Schema Diagram:
XSD Diagram of RepairStatusCodeEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="RepairStatusCodeEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">
                Enables the dealer to indicate the current repair status of a Service Campaign.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Modified">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        The repair has be reviewed and/or fixed.  
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Inspected">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                          The issue has been reviewed and is waiting the appropriate action.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Modified
Enumeration Inspected