<xsd:simpleType name="DriveTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Designates vehicle drive type</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Front">
<xsd:annotation>
<xsd:documentation>Front wheel drive</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Rear">
<xsd:annotation>
<xsd:documentation>Rear wheel drive</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Stern">
<xsd:annotation>
<xsd:documentation>The engine is located inboard just forward transom (sterm) and delivers power via a shaft that goes through the transom to the drive unit.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Sail">
<xsd:annotation>
<xsd:documentation>An arrangement of an inboard motor that is about a sailboat's equivalent of a motorboat's stern drive. The difference is the motor sticks out of the bottom of the hull of the boat, instead of from the stern.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="V">
<xsd:annotation>
<xsd:documentation>
Consists of two drive shafts, a gearbox, and a propeller. In these types of "V-drive" boats the engine is mounted in the rear of the boat and the front of the engine faces aft. Connected to the rear of the engine is the transmission and out of the transmission comes the first of the two drive shafts. This drive shaft connects to the rear of the transmission and to the gearbox which is mounted in the center of the boat. Then out of the gearbox comes the second drive shaft which extends to the rear and out the bottom of the boat which gives this propulsion system it's V configuration. At the end of the second drive shaft the propeller is mounted.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Jet">
<xsd:annotation>
<xsd:documentation>
Unlike a powerboat or motorboat that uses a propeller in the water below or behind the boat, a jet drive draws the water from under the boat into a pump-jet inside the boat, then expels it through a nozzle at the stern.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Direct">
<xsd:annotation>
<xsd:documentation>
Configuration where a drive shaft is used to connect the transmission to the propeller.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Surface">
<xsd:annotation>
<xsd:documentation>
Engine(s) located aft or amidships, mated to a transmission with an output shaft passing through the transom to a non-steering outdrive that locates the propeller near the water surface. Usually associated with high-performance boats and yachts.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Air Propeller">
<xsd:annotation>
<xsd:documentation>
Engine drives a propeller spinning in the air to create thrust to move the craft forward. Used on hovercraft and air boats.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Pod">
<xsd:annotation>
<xsd:documentation>
Engines located amidships and mated to pivoting drive units located below the hull that steer the boat by changing the direction of propeller thrust.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation>
Other drive type not available in the list.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|