<xsd:complexType name="ServicePlanPricingABIEType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Aggregate of Vehicle Service Plan and Pricing Information</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="PlanYear" type="qdt:YearDateType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Marketing Year designator for the Service Plan.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="StateOrProvinceCountrySub-DivisionID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A unique identifer that identifies a state or province within a country. For the US this would typically be the two letter state abbreviation or name.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PlanCategoryString" type="qdt:StringType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Plan category.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PlanSubCategoryString" type="qdt:StringType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Plan subcategory.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PlanType" type="PlanTypeGroupType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">...</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PlanTypeGroup" type="PlanTypeGroupType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">...</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PlanTypeSubGroup" type="PlanTypeGroupType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">...</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PlanBasePriceAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The base price of the contract without options.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PlanBaseDealerCostAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The base cost to the dealer of the contract without options.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PlanOptionPricing" type="ServicePlanOptionPricingType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Plan option and pricing information.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PlanAdditionalPrice" type="PriceABIEType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Additional plan price elements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PlanFee" type="FeeType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Fees associated with the Service Plan</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PlanSurcharge" type="SurchargeType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Surcharges associated with the Service Plan</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Coverage" minOccurs="0" />
<xsd:element minOccurs="0" name="DealerReservePriceAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The amount of the price associated with the dealer reserve.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PurchaseNetPriceAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>The total amount paid by the customer net of taxes.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TotalDealerCostAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>Total amount paid by the dealer including tax (i.e. total dealer cost).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="AdditionalDetailDescription" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|