<xsd:simpleType name="SplitsTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">SplitType represents information about a split in the charge of vehicle service</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Job">
<xsd:annotation>
<xsd:documentation>Split in the charge of vehicle service related to the Job</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Labor">
<xsd:annotation>
<xsd:documentation>Split in the charge of vehicle service related to the Labor</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Parts">
<xsd:annotation>
<xsd:documentation>Split in the charge of vehicle service related to the Parts</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Sublet">
<xsd:annotation>
<xsd:documentation>Split in the charge of vehicle service related to the Sublet</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Miscellaneous">
<xsd:annotation>
<xsd:documentation>Split in the charge of vehicle service related to a miscellaneous charge.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GasOilGrease">
<xsd:annotation>
<xsd:documentation>Split in the charge of vehicle service related to Gas, Oil and Grease</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PaintMaterials">
<xsd:annotation>
<xsd:documentation>Split in the charge of vehicle service related to Paint Materials</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ShopSupplies">
<xsd:annotation>
<xsd:documentation>Split in the charge of vehicle service related to Shop Supplies</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Freight">
<xsd:annotation>
<xsd:documentation>Split in the charge of vehicle service related to Freight</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Total">
<xsd:annotation>
<xsd:documentation>Split in the charge of vehicle service related to the Total of a particular charge, i.e. Total Job Split Adjustment</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|