<xsd:complexType name="ServicePlanOptionPricingType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5" />
</xsd:annotation>
<xsd:sequence>
<xsd:element name="PlanOption" type="ServicePlanOptionType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The Service Plan Option</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PlanOptionPriceAmount" type="udt:AmountType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Price to the customer for the Service Plan Option</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PlanOptionDealerCostAmount" type="udt:AmountType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The cost to the dealer for the Service Plan Option</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|