Definition Type: ComplexType
Name: ServicePlanOptionPricingType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PlanOptionDealerCostAmount in schema components_xsd Drilldown into PlanOptionPriceAmount in schema components_xsd Drilldown into PlanOption in schema components_xsdXSD Diagram of ServicePlanOptionPricingType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PlanOption star:PlanOption (1) (1)
PlanOptionPriceAmount star:PlanOptionPriceAmount 0 (1)
PlanOptionDealerCostAmount star:PlanOptionDealerCostAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
star:PlanOptionPricing