Definition Type: ComplexType
Name: ColorsCombinationDetailType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InteriorColorCode in schema components_xsd Drilldown into InteriorColor in schema components_xsdXSD Diagram of ColorsCombinationDetailType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ColorsCombinationDetailType">
    <xsd:sequence>
        <xsd:element name="InteriorColor" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Vehicle Interior Color(s)
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="InteriorColorCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        Vehicle Interior color code(s)
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InteriorColor star:InteriorColor (1) (1)
InteriorColorCode star:InteriorColorCode (1) (1)
Collapse Derivation Tree:
Collapse References:
star:ColorsCombinationDetail