Definition Type: ComplexType
Name: VSOptionConflictSetType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into VSOption2 in schema components_xsd Drilldown into NumberOfOptionsNumeric in schema components_xsd Drilldown into SetID in schema components_xsdXSD Diagram of VSOptionConflictSetType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VSOptionConflictSetType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="SetID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation>
                        Identification of the group of options
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="NumberOfOptionsNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation>
                        Numbers of options in this set
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="VSOption2">
            <xsd:annotation>
                <xsd:documentation>
                        Options within set
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SetID star:SetID 0 (1)
NumberOfOptionsNumeric star:NumberOfOptionsNumeric 0 (1)
VSOption2 star:VSOption2 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:VSOptionConflictSet