Definition Type: ComplexType
Name: SaleType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: IncentiveInquiry.xsd
Abstract
Documentation:
Sale
Collapse XSD Schema Diagram:
Drilldown into SaleIndicator in schema incentiveinquiry_xsd Drilldown into TypeSalesCodes in schema components_xsdXSD Diagram of SaleType in schema incentiveinquiry_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TypeSalesCodes star:TypeSalesCodes 0 1
SaleIndicator star:SaleIndicator 0 1
Collapse Derivation Tree:
Collapse References:
star:Sale