<xsd:complexType name="CreditServiceContractType">
<xsd:sequence>
<xsd:element minOccurs="0" name="ContractCompanyName" type="udt:NameType">
<xsd:annotation>
<xsd:documentation>
Service contract company name
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ContractID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation>
Identification of Service Contract
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ContractPlanCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
Service Contract Plan Code
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ContractTypeString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
Service contract type and/or area of
coverage
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TermMeasure" type="sqdt:TimeMeasureType">
<xsd:annotation>
<xsd:documentation>
Number of months of contract term
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DealerCostAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
The cost incurred by the dealer.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CustomerSalePriceAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
The amount the customer pays for the service
contract.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ContractDeductibleAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Amount of contract deductible.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FinancedIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>
Indicates whether the service contract is being financed
through the retail credit contract or capitalized for
lease.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="InsideCarrierTypeIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>
Indicates whether the service contract is provided by the
finance source (inside) or an outside company.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TaxabilityIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>
Indicates if the service contract is
taxable.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="ServiceContractDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Free form description of service contract type applied to
the contract.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ContractTermDistanceMeasure" type="sqdt:LengthMeasureType">
<xsd:annotation>
<xsd:documentation>
The ContractTermMileage Compound represents the odometer
mileage allowed under terms of the warranty.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ContractCompanyAddress">
<xsd:annotation>
<xsd:documentation>
The address of the service company providing the service
contract.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="AmountFinanced" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The total amount
financed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="ContractCoverageAmount" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Dollar amount of coverage provided by service contract for example "Damage up to $40,000".</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="ContractEffectiveDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Start Date of Service
Contract</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="ContractFormNumberString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Identifies the type of
contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PreferredProviderIndicator" type="udt:IndicatorType" maxOccurs="1" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Indicates whether the provider is a preferred provider.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|