Definition Type: ComplexType
Name: SecondaryColorType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SecondaryExteriorColorDesc in schema components_xsd Drilldown into SecondaryExteriorColorCode in schema components_xsd Drilldown into SecondaryExteriorColor in schema components_xsdXSD Diagram of SecondaryColorType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="SecondaryColorType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="SecondaryExteriorColor" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Secondary Vehicle Exterior Color(s) Note: This is the
                            highlight or secondary color for the exterior of the
                        vehicle
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="SecondaryExteriorColorCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        Secondary Vehicle exterior color code(s) Note: This is the
                            highlight or secondary color code for the exterior of the
                        vehicle
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="SecondaryExteriorColorDesc" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Secondary Vehicle Exterior Color(s) Description Note: This
                            is the description of what the secondary color represents. Ex:
                            Convertible top or secondary exterior color
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SecondaryExteriorColor star:SecondaryExteriorColor 0 (1)
SecondaryExteriorColorCode star:SecondaryExteriorColorCode 0 (1)
SecondaryExteriorColorDesc star:SecondaryExteriorColorDesc 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:SecondaryColor