Definition Type: ComplexType
Name: EngineType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The Engine component provides detail information about a engine.
Collapse XSD Schema Diagram:
Drilldown into CompressionRatioMeasure in schema components_xsd Drilldown into OperatingVoltageMeasure in schema components_xsd Drilldown into DisplacementMeasure in schema components_xsd Drilldown into EngineDimensions in schema components_xsd Drilldown into GearRatioGroup in schema components_xsd Drilldown into TorqueMeasure in schema components_xsd Drilldown into CompressionPressureMeasure in schema components_xsd Drilldown into MeanPistonSpeedMeasure in schema components_xsd Drilldown into PowerMeasure in schema components_xsd Drilldown into EffectiveMeanPressureMeasure in schema components_xsd Drilldown into ShaftLengthMeasure in schema components_xsd Drilldown into WetWeightMeasure in schema components_xsd Drilldown into DryWeightMeasure in schema components_xsd Drilldown into TransmissionSerialString in schema components_xsd Drilldown into VDriveSerialString in schema components_xsd Drilldown into TransomShieldKitSerialString in schema components_xsd Drilldown into DriveSerialString in schema components_xsd Drilldown into EngineSerialString in schema components_xsd Drilldown into DriveTransmissionDescription in schema components_xsd Drilldown into DetailedEngineDescription in schema components_xsd Drilldown into GeneralEngineDescription in schema components_xsd Drilldown into PropellerType in schema components_xsd Drilldown into SteeringSystem in schema components_xsd Drilldown into Emissions in schema components_xsd Drilldown into CoolingSystem in schema components_xsd Drilldown into LubricationSystem in schema components_xsd Drilldown into IgnitionSystem in schema components_xsd Drilldown into StartingSystemTypeCode in schema components_xsd Drilldown into PowerTrimIndicator in schema components_xsd Drilldown into TotalEngineHoursNumeric in schema components_xsd Drilldown into FuelConsumptionMeasure in schema components_xsd Drilldown into BoatEngineLocationCode in schema components_xsd Drilldown into FuelInductionSystemCode in schema components_xsd Drilldown into NumberOfEngineCylindersNumeric in schema components_xsd Drilldown into CylinderConfigurationCode in schema components_xsd Drilldown into StrokeMeasure in schema components_xsd Drilldown into BoreMeasure in schema components_xsd Drilldown into PeakThrustMeasure in schema components_xsd Drilldown into CurrentDrawMeasure in schema components_xsd Drilldown into BatterySizeRequirementsMeasure in schema components_xsd Drilldown into AlternatorOutputMeasure in schema components_xsd Drilldown into IdleRevolutionPerMinuteForwardGearMinimumMeasure in schema components_xsd Drilldown into FullThrottleOperatingRangeMaximumMeasure in schema components_xsd Drilldown into FuelTypeCode in schema components_xsd Drilldown into BoatEngineTypeCode in schema components_xsd Drilldown into ColorGroup in schema components_xsd Drilldown into VehicleStockString in schema components_xsd Drilldown into Model in schema components_xsd Drilldown into Condition in schema components_xsd Drilldown into SaleClassCode in schema components_xsd Drilldown into ModelYear in schema components_xsd Drilldown into ModelDescription in schema components_xsd Drilldown into MakeString in schema components_xsdXSD Diagram of EngineType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="EngineType">
    <xsd:annotation>
        <xsd:documentation>The Engine component provides detail information about a
            engine.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="MakeString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Depracated: Use
                VehicleMake</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="ModelDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Descriptive vehicle model
                name</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="1" minOccurs="0" name="SaleClassCode" type="scl:SaleClassEnumeratedType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Class of
            sale.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="Condition" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Condition of Vehicle -
                Example: Excellent, Good, Fair, Poor, Unknown</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="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 maxOccurs="unbounded" minOccurs="0" ref="ColorGroup" />
        <xsd:element maxOccurs="1" minOccurs="0" name="BoatEngineTypeCode" type="scl:BoatEngineTypeEnumeratedType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Type of engine on or for
                a boat.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="FuelTypeCode" type="sqdt:FuelTypeCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Type of vehicle
            fuel</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="FullThrottleOperatingRangeMaximumMeasure" type="sqdt:SpeedMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Measured in RPM is the
                prop speed at full throttle.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="IdleRevolutionPerMinuteForwardGearMinimumMeasure" type="sqdt:SpeedMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Measured in RPM is the
                prop speed at minimum throttle.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="AlternatorOutputMeasure" type="sqdt:ElectricityMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The amount of current in
                amps that the alternator can supply.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="BatterySizeRequirementsMeasure" type="sqdt:ElectricityMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Battery size required to
                start the engine in CCA (Cold Cranking Amps).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="CurrentDrawMeasure" type="sqdt:ElectricityMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Current required to run
                the electric motor.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="PeakThrustMeasure" type="sqdt:ForceMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Maximum thrust produced
                by the electric motor.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="BoreMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The size of the engine
                piston / cylinder.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="StrokeMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Piston movement
            distance.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="CylinderConfigurationCode" type="scl:CylinderConfigurationEnumeratedType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the way the
                engine cylinder is configured.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="NumberOfEngineCylindersNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Represents the number of
                cylinders in the vehicle engine.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="FuelInductionSystemCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The type of system used
                to get the fuel into the engine cylinders, e.g., Carborated, Injected, Multiport,
                etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="BoatEngineLocationCode" type="sqdt:BoatEngineLocationCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Defines the location on
                the boat that the engine can be mounted.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="FuelConsumptionMeasure" type="sqdt:FuelConsumptionMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Amount of fuel consumed
                by the engine.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="TotalEngineHoursNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Total hours of engine(s)
                use.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="PowerTrimIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates if the engine
                has a Power Trim.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="StartingSystemTypeCode" type="scl:StartingSystemTypeEnumeratedType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The method required to
                start the engine.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="IgnitionSystem" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">System used to fire the
                engine.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LubricationSystem" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">System used to lubricate
                the engine.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="CoolingSystem" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">System used to cool the
                engine.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="Emissions" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">How much pollution the
                engine is rated to put out.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="SteeringSystem" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">System required to steer
                the engine.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="PropellerType" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the type of
                propeller, e.g. 3 bladded brass prop, composite, etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="GeneralEngineDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">General descriptive text
                used to describe the engine.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="DetailedEngineDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Detailed descriptive text
                used to describe the engine. This field provides more detail than the
                GeneralEngineDescription field.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="DriveTransmissionDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Text description of the
                transmission.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="EngineSerialString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Engine serial
            number.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="DriveSerialString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Drive serial
            number.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="TransomShieldKitSerialString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The serial number of the
                Transom Shield Kit (TSK).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="VDriveSerialString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">V-Drive serial
            number.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="TransmissionSerialString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The serial number of the
                Transmission.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="DryWeightMeasure" type="sqdt:WeightMeasureType">
            <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 maxOccurs="1" minOccurs="0" name="WetWeightMeasure" type="sqdt:WeightMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the weight of
                the item when all fluids are present.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="ShaftLengthMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Length of the shaft on
                which the prop mounts.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="EffectiveMeanPressureMeasure" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="PowerMeasure" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="MeanPistonSpeedMeasure" />
        <xsd:element maxOccurs="1" minOccurs="0" name="CompressionPressureMeasure" type="sqdt:PressureMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Pressure in the cylinder
                when the engine is running at 240-300 rpm</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="TorqueMeasure" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="GearRatioGroup" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="EngineDimensions" />
        <xsd:element maxOccurs="1" minOccurs="0" name="DisplacementMeasure" type="sqdt:DisplacementMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                       Volume displaced by each piston moving from bottom dead center to top dead center.  This is for all pistons in total.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="OperatingVoltageMeasure" type="sqdt:ElectricityMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Voltage required to run
                an electric motor.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="CompressionRatioMeasure" type="udt:MeasureType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                    A value that represents the ratio of the volume of its combustion chamber; from its largest capacity to its smallest capacity
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MakeString star:MakeString 0 1
ModelDescription star:ModelDescription 0 unbounded
ModelYear star:ModelYear 0 1
SaleClassCode star:SaleClassCode 0 1
Condition star:Condition 0 1
Model star:Model 0 1
VehicleStockString star:VehicleStockString 0 1
ColorGroup star:ColorGroup 0 unbounded
BoatEngineTypeCode star:BoatEngineTypeCode 0 1
FuelTypeCode star:FuelTypeCode 0 1
FullThrottleOperatingRangeMaximumMeasure star:FullThrottleOperatingRangeMaximumMeasure 0 (1)
IdleRevolutionPerMinuteForwardGearMinimumMeasure star:IdleRevolutionPerMinuteForwardGearMinimumMeasure 0 (1)
AlternatorOutputMeasure star:AlternatorOutputMeasure 0 1
BatterySizeRequirementsMeasure star:BatterySizeRequirementsMeasure 0 1
CurrentDrawMeasure star:CurrentDrawMeasure 0 1
PeakThrustMeasure star:PeakThrustMeasure 0 1
BoreMeasure star:BoreMeasure 0 1
StrokeMeasure star:StrokeMeasure 0 1
CylinderConfigurationCode star:CylinderConfigurationCode 0 1
NumberOfEngineCylindersNumeric star:NumberOfEngineCylindersNumeric 0 1
FuelInductionSystemCode star:FuelInductionSystemCode 0 1
BoatEngineLocationCode star:BoatEngineLocationCode 0 1
FuelConsumptionMeasure star:FuelConsumptionMeasure 0 1
TotalEngineHoursNumeric star:TotalEngineHoursNumeric 0 1
PowerTrimIndicator star:PowerTrimIndicator 0 1
StartingSystemTypeCode star:StartingSystemTypeCode 0 1
IgnitionSystem star:IgnitionSystem 0 1
LubricationSystem star:LubricationSystem 0 1
CoolingSystem star:CoolingSystem 0 1
Emissions star:Emissions 0 1
SteeringSystem star:SteeringSystem 0 1
PropellerType star:PropellerType 0 1
GeneralEngineDescription star:GeneralEngineDescription 0 unbounded
DetailedEngineDescription star:DetailedEngineDescription 0 unbounded
DriveTransmissionDescription star:DriveTransmissionDescription 0 unbounded
EngineSerialString star:EngineSerialString 0 1
DriveSerialString star:DriveSerialString 0 1
TransomShieldKitSerialString star:TransomShieldKitSerialString 0 1
VDriveSerialString star:VDriveSerialString 0 1
TransmissionSerialString star:TransmissionSerialString 0 1
DryWeightMeasure star:DryWeightMeasure 0 1
WetWeightMeasure star:WetWeightMeasure 0 1
ShaftLengthMeasure star:ShaftLengthMeasure 0 1
EffectiveMeanPressureMeasure star:EffectiveMeanPressureMeasure 0 unbounded
PowerMeasure star:PowerMeasure 0 unbounded
MeanPistonSpeedMeasure star:MeanPistonSpeedMeasure 0 unbounded
CompressionPressureMeasure star:CompressionPressureMeasure 0 1
TorqueMeasure star:TorqueMeasure 0 1
GearRatioGroup star:GearRatioGroup 0 unbounded
EngineDimensions star:EngineDimensions 0 unbounded
DisplacementMeasure star:DisplacementMeasure 0 1
OperatingVoltageMeasure star:OperatingVoltageMeasure 0 1
CompressionRatioMeasure star:CompressionRatioMeasure 0 1
Collapse Derivation Tree:
Collapse References:
star:Engine, star:SalesLeadEngine, star:VehicleRemarketingEngine