<xsd:complexType name="VehicleABIEType">
<xsd:sequence>
<xsd:element minOccurs="0" name="Model" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Manufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ModelYear" type="qdt:YearDateType">
<xsd:annotation>
<xsd:documentation>Vehicle designated model year</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="ModelDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Descriptive vehicle model name</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MakeString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>Vehicle make code - Usually available in the VIN number (use NCIC code).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="SaleClassCode" type="scl:SaleClassEnumeratedType">
<xsd:annotation>
<xsd:documentation>Class of Sale</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Condition" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Condition of Vehicle - Example: Excellent, Good, Fair, Poor, Unknown</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="VehicleNote" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Any vehicle related notes</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TrimCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>Manufacturer assigned trim code</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DoorsQuantityNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation>Number of doors on vehicle</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="BodyStyle" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Manufacturer-assigned vehicle body style</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="TransmissionGroup">
<xsd:annotation>
<xsd:documentation>Vehicle Transmission type</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="ColorGroup" />
<xsd:element minOccurs="0" name="VehicleClassCode" type="scl:VehicleClassEnumeratedType">
<xsd:annotation>
<xsd:documentation>VehicleClass</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FuelTypeCode" type="sqdt:FuelTypeCodeType">
<xsd:annotation>
<xsd:documentation>Type of vehicle fuel</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DriveTrain" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Indicates whether the vehicle is 2 or 4 wheel drive (i.e., 2WD, 4WD, 4x4, 4x2)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DriveTypeCode" type="scl:DriveTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation>Designates Vehicle drive type</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="VehiclePassengersNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation>Passenger/seat capacity count of vehicle</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="unbounded" ref="Engine">
<xsd:annotation>
<xsd:documentation>Describes the engine on the vehicle.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="VehicleID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation>
The Vehicle identification. This could be the VIN, HIN, or some other unique identifier for a vehicle.
This optional element allows only one vehicle ID for a given Vehicle. However, for some type
of vehicles (e.g. construction equipment), the need arises to record more than one VehicleID for a Vehicle.
If more than one vehicle ID must be recorded, please use the "VehicleIdentificationGroup" element below.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="AxleCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>The code on the axle of the vehicle.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="ManufacturerName" type="udt:NameType">
<xsd:annotation>
<xsd:documentation>Manufacturer name.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="VehicleWeightMeasure" type="sqdt:WeightMeasureType">
<xsd:annotation>
<xsd:documentation>Vehicle weight.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="GrossWeightMeasure" type="sqdt:WeightMeasureType">
<xsd:annotation>
<xsd:documentation>Gross weight.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="UnloadedVehicleWeightMeasure" type="sqdt:WeightMeasureType">
<xsd:annotation>
<xsd:documentation>The weight of the item without any load. If the item has a trailer, this would be the weight of the item minus it</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="ModelGroup" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Grouping of similar models for order management purposes</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="ModelYearChangeIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>Model Year can change indicator</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="DistributorModelCode" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Alternate model code, usually used for vehicle ordering</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="ModelClass" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Indicates the specific class of vehicle attached to the model description (ie: GT, XLE, SE)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="RegistrationID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A governement issued registration identifier for a vehicle. I.e. license plate number.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="VehicleLengthMeasure" type="sqdt:LengthMeasureType">
<xsd:annotation>
<xsd:documentation>Length of the vehicle.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="Chassis">
<xsd:annotation>
<xsd:documentation>A general term that refers to all of the mechanical parts of a car attached to a structural frame. In cars with unitized construction, the chassis comprises everything but the body of the car.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="SeriesCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>The model series code for the specified vehicle (i.e., trim level). This is different from Make and Model. Example, Limited Edition</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="SeriesName" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>The name corresponding to the SeriesCode (i.e., trim level). This is different from Make and Model. Example, Limited Edition</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="VehicleStockString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Dealer assigned vehicle stock number</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="VehicleDescription" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A detailed description for the vehicle.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DryWeightMeasure" type="sqdt:WeightMeasureType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the weight of the item when all fluids are empty.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="WetWeightMeasure" type="sqdt:WeightMeasureType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the weight of the item when all fluids are added.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Tank" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the weight of the item when all fluids are added.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MaximumSpeedMeasure" type="sqdt:SpeedMeasureType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The maximum speed at which a particular vehicle configuration may obtain. This includes the entire configuration of the vehicle.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="VehicleDimension" minOccurs="0" maxOccurs="1" />
<xsd:element name="WheelBaseMeasure" type="sqdt:LengthMeasureType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The horizontal distance between the center of the front wheel, and the center of the rear wheel</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TurningRadiusMeasure" type="sqdt:LengthMeasureType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Size of the smallest circular turn (ie. U-turn) that the vehicle is capable of making</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="GroundClearanceMeasure" type="sqdt:LengthMeasureType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Amount of space between the base of an vehicle tire and the underside of the chassis.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SeatHeightMeasure" type="sqdt:LengthMeasureType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The distance from the ground to the top of the seat. Used primarily with ATVs.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TowingCapacityWeightMeasure" type="sqdt:WeightMeasureType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A measurement describing the upper limit to the weight of a trailer a vehicle can tow.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="CertificationGroup" minOccurs="0" maxOccurs="1" />
<xsd:element name="PayloadCapacityWeightMeasure" type="sqdt:WeightMeasureType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A measurement for describing the payload capacity of the vehicle</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="InteriorDescription" type="udt:TextType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Description of the interior condition of a preowned vehicle</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FrontAxleWeight" type="sqdt:WeightMeasureType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The vehicle's front axle weight</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RearAxleWeight" type="sqdt:WeightMeasureType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The vehicle's rear axle weight</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="VehicleIdentificationGroup" minOccurs="0" maxOccurs="1" />
<xsd:element name="MarketConfigurationCode" type="udt:TextType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
A code identifying a particular market-specific configuration.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CountryExportedTo" type="sqdt:CountryCodeType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Country where the vehicle has been exported to.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="VehicleOperation" type="udt:TextType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Indicates industry/area where the vehicle operates. Possible values are: Truck Timber; Truck Tipper, Truck Tanker.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="VehicleApplication" type="udt:TextType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Indicates type of operations the vehicle is used in. Possible values are: Normal; Heavy; Severe; Other.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="VehicleHistoryDateGroup" minOccurs="0" maxOccurs="unbounded">
</xsd:element>
<xsd:element name="VariantID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Code to indicate the product option and variations within a function or property.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="VariantDescription" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Description of the product option and variations within a function or property.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CustomerAdaptations" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Used to alter the basic specification of a standard vehicle. This is done
by adding and deleting parts as required and possibly reconfiguring the truck to suit a customer’s specific requirements.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CustomerAdaptationsDescriptions" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Also called S-Note, used to alter the basic specification of a standard vehicle. This is done by adding and deleting parts
as required and possibly reconfiguring the truck to suit a customer’s specific requirements.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="InactiveCode" type="udt:TextType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Status code to indicate the reason why the vehicle became inactive; used to filter out campaigns.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Project" type="udt:TextType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Used to identify if the vehicle is in project mode or in serial production.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Development" type="udt:TextType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Used to identify if a vehicle is development or design vehicle.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RegistrationStateProvince" type="udt:TextType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
State or Province where vehicle is registered.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RegistrationCountry" type="sqdt:CountryCodeType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Country where vehicle is registered.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Option" minOccurs="0" maxOccurs="unbounded">
</xsd:element>
<xsd:element ref="VehicleMajorPartsProductItem" minOccurs="0" maxOccurs="unbounded">
</xsd:element>
<xsd:element name="ProductClassCode" type="udt:CodeType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Used to communicate product class codes.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ProductClassCodeDescription" type="udt:TextType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Used to communicate product class code description.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|