Definition Type: ComplexType
Name: VDSOptionType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into VSConflictsOption in schema components_xsd Drilldown into VSInclusivesOption in schema components_xsd Drilldown into VDSCode in schema components_xsdXSD Diagram of VDSOptionType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VDSCode star:VDSCode 0 (1)
VSInclusivesOption star:VSInclusivesOption 0 unbounded
VSConflictsOption star:VSConflictsOption 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:VDSOption