Definition Type: ComplexType
Name: InitiativeDownloadVehicleLineItemType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: InitiativeDownload.xsd
Abstract
Documentation:
Detail information regarding a vehicle for a particular initiative download.
Collapse XSD Schema Diagram:
Drilldown into VDSCode in schema initiativedownload_xsd Drilldown into Vehicle in schema components_xsdXSD Diagram of InitiativeDownloadVehicleLineItemType in schema initiativedownload_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="InitiativeDownloadVehicleLineItemType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Detail information regarding a vehicle for a particular initiative
            download.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="Vehicle" minOccurs="0" maxOccurs="1" />
        <xsd:element name="VDSCode" type="udt:CodeType" minOccurs="0" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Vehicle Description Section- part of the VIN that correlates
                  to a specific vehicle model, bodystyle, and grade</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Vehicle star:Vehicle 0 1
VDSCode star:VDSCode 0 1
Collapse Derivation Tree:
Collapse References:
star:InitiativeDownloadVehicleLineItem