Definition Type: ComplexType
Name: BaseVehicleType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: DeprecatedComponents.xsd
Abstract
Documentation:
Deprecated: Use VehicleABIEType The base elements that make up a vehicle common to all Vehicles.
Collapse XSD Schema Diagram:
Drilldown into EquipmentType in schema deprecatedcomponents_xsd Drilldown into TransmissionTypeCode in schema deprecatedcomponents_xsd Drilldown into Model in schema deprecatedcomponents_xsd Drilldown into VehicleMake in schema deprecatedcomponents_xsd Drilldown into VehicleDescription in schema deprecatedcomponents_xsd Drilldown into ModelYear in schema deprecatedcomponents_xsd Drilldown into VehicleID in schema deprecatedcomponents_xsdXSD Diagram of BaseVehicleType in schema deprecatedcomponents_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="BaseVehicleType">
    <xsd:annotation>
        <xsd:documentation>Deprecated: Use VehicleABIEType</xsd:documentation>
        <xsd:documentation>The base elements that make up a vehicle common to all Vehicles.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="VehicleID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The vehicle identification. This could be the VIN, HIN, or
                  some unique identifier for a vehicle.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="ModelYear" type="qdt:YearDateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Vehicle designated model year</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="VehicleDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The textual description of a Vehicle.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="VehicleMake" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The make of the Vehicle.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="Model" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Manufacturer-assigned model code of vehicle - Usually
                  available in the VIN number (use NCIC code)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="TransmissionTypeCode" type="scl:TransmissionTypeEnumeratedType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Vehicle Transmission type - 3 = 3 speed, 4 = 4 speed, 5 = 5
                  speed, 6 = 6 speed, A - Automatic</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="EquipmentType" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Type of equipment on the vehicle</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VehicleID star:VehicleID 0 1
ModelYear star:ModelYear 0 1
VehicleDescription star:VehicleDescription 0 unbounded
VehicleMake star:VehicleMake 0 1
Model star:Model 0 1
TransmissionTypeCode star:TransmissionTypeCode 0 1
EquipmentType star:EquipmentType 0 1
Collapse Derivation Tree:
Collapse References:
star:BaseVehicle