ndex:ConveyanceFuelCategoryCodeSimpleType
simpleType ConveyanceFuelCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies the type of fuel or motive power used to propel a conveyance.
Diagram
Enumerations
Value | Definition |
Biodiesel | Biodiesel |
Compressed Natural Gas | Compressed Natural Gas |
Diesel | Diesel |
Electric | Electric |
Gasohol | Gasohol |
Gasoline | Gasoline |
Hybrid | Hybrid |
Hydrogen | Hydrogen |
Jet Fuel | Jet Fuel |
Kerosene | Kerosene |
Liquefied Natural Gas | Liquefied Natural Gas |
Liquefied Petroleum Gas_Butane | Liquefied Petroleum Gas_Butane |
Liquefied Petroleum Gas_Propane | Liquefied Petroleum Gas_Propane |
Nuclear | Nuclear |
Steam | Steam |
Wind | Wind |
XML Schema
<xs:simpleType name="ConveyanceFuelCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the type of fuel or motive power used to propel a conveyance.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Biodiesel">
<xs:annotation>
<xs:documentation>
Biodiesel</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Compressed Natural Gas">
<xs:annotation>
<xs:documentation>
Compressed Natural Gas</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Diesel">
<xs:annotation>
<xs:documentation>
Diesel</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Electric">
<xs:annotation>
<xs:documentation>
Electric</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Gasohol">
<xs:annotation>
<xs:documentation>
Gasohol</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Gasoline">
<xs:annotation>
<xs:documentation>
Gasoline</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hybrid">
<xs:annotation>
<xs:documentation>
Hybrid</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hydrogen">
<xs:annotation>
<xs:documentation>
Hydrogen</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Jet Fuel">
<xs:annotation>
<xs:documentation>
Jet Fuel</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Kerosene">
<xs:annotation>
<xs:documentation>
Kerosene</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Liquefied Natural Gas">
<xs:annotation>
<xs:documentation>
Liquefied Natural Gas</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Liquefied Petroleum Gas_Butane">
<xs:annotation>
<xs:documentation>
Liquefied Petroleum Gas_Butane</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Liquefied Petroleum Gas_Propane">
<xs:annotation>
<xs:documentation>
Liquefied Petroleum Gas_Propane</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Nuclear">
<xs:annotation>
<xs:documentation>
Nuclear</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Steam">
<xs:annotation>
<xs:documentation>
Steam</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Wind">
<xs:annotation>
<xs:documentation>
Wind</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>