nc:PleaCategoryCodeSimpleType
simpleType PleaCategoryCodeSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for kinds of pleas.
Diagram
Enumerations
| Value | Definition | 
| A | PLEA IN ABEYANCE | 
| C | NO CONTEST | 
| G | GUILTY | 
| I | N GUILTY/INSANITY | 
| M | GUILTY/MENTAL ILL | 
| N | NOT GUILTY | 
| U | UNKNOWN | 
| X | NO PLEA ENTERED | 
XML Schema
<xs:simpleType name="PleaCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for kinds of pleas.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
PLEA IN ABEYANCE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
NO CONTEST</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="G">
<xs:annotation>
<xs:documentation>
GUILTY</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
N GUILTY/INSANITY</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
GUILTY/MENTAL ILL</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
NOT GUILTY</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="U">
<xs:annotation>
<xs:documentation>
UNKNOWN</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="X">
<xs:annotation>
<xs:documentation>
NO PLEA ENTERED</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>