<xsd:complexType name="SaleType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Sale
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="TypeSalesCodes" minOccurs="0" maxOccurs="1">
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="1" name="SaleIndicator" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The purpose of this field is to disqualify the vehicle for any incentives if the vehicle is FLEET, EXPORT, BROKER, or USED
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|