<xsd:simpleType name="RequestedAmountTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Enumerated field that indicates the type of amount requested by the Dealer for a Warranty Submission Claim.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Requested Labor Amount">
<xsd:annotation>
<xsd:documentation>Indicates the labor amounts requested by the dealer on the submitted transaction.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Requested Parts Amount">
<xsd:annotation>
<xsd:documentation>Indicates the part amounta requested by the dealer on the submitted transaction.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Requested Handling Amount">
<xsd:annotation>
<xsd:documentation>Indicates the part handling amount requested by the dealer on the submitted transaction.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Requested Other Amount">
<xsd:annotation>
<xsd:documentation>Indicates the net item amounts requested by the dealer on the submitted transaction.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|