<xsd:complexType name="VDSOptionType">
<xsd:sequence>
<xsd:element minOccurs="0" name="VDSCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
Vehicle description Section - part of the VIN that
correlates to a specific vehicle model, bodystyle and
grade
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="VSInclusivesOption">
<xsd:annotation>
<xsd:documentation>
Requirements related to color combination
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="VSConflictsOption">
<xsd:annotation>
<xsd:documentation>
Exclusions related to color combination
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|