ndex:OffenseCategoryCodeSimpleType

simpleType OffenseCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/

Definition

A data type for a code that indicates the category of offense.

Diagram

Enumerations

ValueDefinition
FELONYA 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.
MISDEMEANORA 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.
OTHEROTHER

XML Schema

<xs:simpleType name="OffenseCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that indicates the category of offense.
</xs:documentation>
</xs:annotation>
<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>