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