<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>
|