Definition Type: ComplexType
Name: VehicleConfigType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: IncentiveInquiry.xsd
Abstract
Documentation:
Vehicle configuration
Collapse XSD Schema Diagram:
Drilldown into Option in schema components_xsd Drilldown into PhaseCode in schema incentiveinquiry_xsd Drilldown into Vehicle in schema components_xsdXSD Diagram of VehicleConfigType in schema incentiveinquiry_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VehicleConfigType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
				Vehicle configuration
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="Vehicle" maxOccurs="1" minOccurs="0" />
        <xsd:element minOccurs="0" maxOccurs="1" name="PhaseCode" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Start date when the
						The phase code indicates the pricing changes that occur to a vehicle throughout the model year.
						It is added to the end of the model number
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="Option" maxOccurs="unbounded" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Vehicle star:Vehicle 0 1
PhaseCode star:PhaseCode 0 1
Option star:Option 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:VehicleConfig