Definition Type: SimpleType
Name: RequestedAmountTypeEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Enumerated field that indicates the type of amount requested by the Dealer for a Warranty Submission Claim.
Collapse XSD Schema Diagram:
XSD Diagram of RequestedAmountTypeEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Requested Labor Amount
Enumeration Requested Parts Amount
Enumeration Requested Handling Amount
Enumeration Requested Other Amount