Namespace:
Filename:
Description: The fueltype
defines a type of vehcile
fuel.
Value: Enumeration, with the following legal values:
Electric
Gasoline
Jet
Nuclear
Code Fragment
<xs:datatype name="fueltype">
<xs:enumeration datatype="FUELTYPE">
<xs:option>Electric</xs:option>
<xs:option>Gasoline</xs:option>
<xs:option>Jet</xs:option>
<xs:option>Nuclear</xs:option>
</xs:enumeration>
</xs:datatype>