<xsd:simpleType name="ComponentTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">ComponentType represents information about the type of shop products and charges incurred during vehicle service.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Miscellaneous">
<xsd:annotation>
<xsd:documentation>Miscellaneous service type</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GasOilGrease">
<xsd:annotation>
<xsd:documentation>Service type related to gas, oil and grease</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PaintMaterials">
<xsd:annotation>
<xsd:documentation>Service type related to paint materials</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ShopSupplies">
<xsd:annotation>
<xsd:documentation>Service type related to shop supplies</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Freight">
<xsd:annotation>
<xsd:documentation>Service type related to freight</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation>Other</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Core">
<xsd:annotation>
<xsd:documentation>Charges related to cores.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Parts">
<xsd:annotation>
<xsd:documentation>Charges related to parts.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Labor">
<xsd:annotation>
<xsd:documentation>Charges related to labor</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|