<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:enumeration value="Incomplete">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The repair has neither been reviewed nor modified.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|