ncic:VehicleEPDCodeSimpleType

simpleType VehicleEPDCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.2/

Definition

A data type for 7 - Vehicle Engine Power or Displacement (EPD) Field Codes

Diagram

Enumerations

ValueDefinition
CCUBIC CENTIMETERS
HHORSEPOWER
ICUBIC INCH
LLITER
PPOUNDS OF THRUST OR VOLTAGE

XML Schema

<xs:simpleType name="VehicleEPDCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 7 - Vehicle Engine Power or Displacement (EPD) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
CUBIC CENTIMETERS
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H">
<xs:annotation>
<xs:documentation>
HORSEPOWER
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
CUBIC INCH
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="L">
<xs:annotation>
<xs:documentation>
LITER
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
POUNDS OF THRUST OR VOLTAGE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>