Definition Type: ComplexType
Name: ColorsCombinationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ColorsCombinationGroup in schema components_xsd Drilldown into ColorOrderEndDate in schema components_xsd Drilldown into ColorOrderStartDate in schema components_xsd Drilldown into FleetOnlyIndicator in schema components_xsd Drilldown into FleetAvailableIndicator in schema components_xsd Drilldown into ColorOptionExclusions in schema components_xsd Drilldown into ColorOptionRequirements in schema components_xsd Drilldown into ColorPricingComponent in schema components_xsd Drilldown into SecondaryColor in schema components_xsdXSD Diagram of ColorsCombinationType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ColorsCombinationType">
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="SecondaryColor">
            <xsd:annotation>
                <xsd:documentation>
                        Component to describe secondary colors
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="ColorPricingComponent">
            <xsd:annotation>
                <xsd:documentation>
                        Additional amount based on color option
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="ColorOptionRequirements">
            <xsd:annotation>
                <xsd:documentation>
                        Requirements related to color combination
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="ColorOptionExclusions">
            <xsd:annotation>
                <xsd:documentation>
                        Exclusions related to color combination
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="FleetAvailableIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>
                        Color combination available To Fleet
                        Indicator
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="FleetOnlyIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates that this Color combination only available to
                            Fleet
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ColorOrderStartDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>
                        Color Order Start Date
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ColorOrderEndDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>
                        Color Order End Date
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ColorsCombinationGroup">
            <xsd:annotation>
                <xsd:documentation>
                        The ColorsCombinationGroup component groups the various
                            combinations of vehicle interior colors and interior color
                        codes.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SecondaryColor star:SecondaryColor 0 unbounded
ColorPricingComponent star:ColorPricingComponent 0 unbounded
ColorOptionRequirements star:ColorOptionRequirements 0 unbounded
ColorOptionExclusions star:ColorOptionExclusions 0 unbounded
FleetAvailableIndicator star:FleetAvailableIndicator 0 (1)
FleetOnlyIndicator star:FleetOnlyIndicator 0 (1)
ColorOrderStartDate star:ColorOrderStartDate 0 (1)
ColorOrderEndDate star:ColorOrderEndDate 0 (1)
ColorsCombinationGroup star:ColorsCombinationGroup 0 (1)
Collapse Derivation Tree:
Collapse References:
star:ColorsCombination