ncic:VehicleEPDCodeSimpleType
simpleType VehicleEPDCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 7 - Vehicle Engine Power or Displacement (EPD) Field Codes
Diagram
Enumerations
Value | Definition |
C | CUBIC CENTIMETERS |
H | HORSEPOWER |
I | CUBIC INCH |
L | LITER |
P | POUNDS 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:restriction base="xs:token">
<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>