ndex:OffenseCategoryNDExCodeSimpleType
simpleType OffenseCategoryNDExCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that indicates the category of offense.
Diagram
Enumerations
Value | Definition |
FELONY | A serious crime usually punishable by imprisonment for more than one year or by death, e.g., arson, rape, murder. Also termed major crime or serious crime. |
MISDEMEANOR | A crime that is less serious than a felony and is usually punishable by fine, penalty, forfeiture, or confinement (usually for a brief term) in a place other than prison, e.g., county jail. Also termed minor crime. |
OTHER | Other |
XML Schema
<xs:simpleType name="OffenseCategoryNDExCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that indicates the category of offense.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="FELONY">
<xs:annotation>
<xs:documentation>
A serious crime usually punishable by imprisonment for more than one year or by death, e.g., arson, rape, murder. Also termed major crime or serious crime.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MISDEMEANOR">
<xs:annotation>
<xs:documentation>
A crime that is less serious than a felony and is usually punishable by fine, penalty, forfeiture, or confinement (usually for a brief term) in a place other than prison, e.g., county jail. Also termed minor crime.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OTHER">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>