<xsd:simpleType name="PaymentLineTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Identifies the type of charge associted with this line item. The types are parts, labor, lubrication, core amount, freight, sublet and miscellaneous.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Parts">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Parts</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Labor">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Labor</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Lubrication">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Lubrication</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Core Amount">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Core Amount</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Freight">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Freight</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Sublet">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Sublet</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Miscellaneous">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Miscellaneous</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Shop Charge">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Shop Charge
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|