<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>
|