Definition Type: ComplexType
Name: SurchargeType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Aggregate which holds surcharge information.
Collapse XSD Schema Diagram:
Drilldown into SurchargeCostAmount in schema components_xsd Drilldown into SurchargePriceAmount in schema components_xsd Drilldown into SurchargeDescription in schema components_xsd Drilldown into SurchargeCode in schema components_xsdXSD Diagram of SurchargeType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="SurchargeType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Aggregate which holds surcharge information.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="SurchargeCode" type="udt:CodeType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Unique code for the surcharge.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="SurchargeDescription" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Text description for the surcharge</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="SurchargePriceAmount" type="udt:AmountType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Customer price of the surchage.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="SurchargeCostAmount" type="udt:AmountType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Dealer (e.g) cost of the surcharge.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SurchargeCode star:SurchargeCode 0 (1)
SurchargeDescription star:SurchargeDescription 0 unbounded
SurchargePriceAmount star:SurchargePriceAmount 0 (1)
SurchargeCostAmount star:SurchargeCostAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
star:PlanSurcharge