Definition Type: ComplexType
Name: RequestedAmountDetailType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The purpose of the RequestedAmount component is to identify the type of amount requested by a Dealer for a Warranty Claim Submission and the amount.
Collapse XSD Schema Diagram:
Drilldown into RequestedAmount in schema components_xsd Drilldown into RequestedAmountTypeCode in schema components_xsdXSD Diagram of RequestedAmountDetailType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="RequestedAmountDetailType">
    <xsd:annotation>
        <xsd:documentation>The purpose of the RequestedAmount component is to identify the type
                of amount requested by a Dealer for a Warranty Claim Submission and the
            amount.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" name="RequestedAmountTypeCode" type="sqdt:RequestedAmountTypeCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Enumerated field that
                indicates the type of amount requested by the Dealer for a Warranty Submission
                Claim.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" name="RequestedAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the amount the
                Dealer has requested for a Warranty Claim Submission.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RequestedAmountTypeCode star:RequestedAmountTypeCode 1 1
RequestedAmount star:RequestedAmount 1 1
Collapse Derivation Tree:
Collapse References:
star:RequestedAmountDetail