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