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

ValueDefinition
APLEA IN ABEYANCE
CNO CONTEST
GGUILTY
IN GUILTY/INSANITY
MGUILTY/MENTAL ILL
NNOT GUILTY
UUNKNOWN
XNO PLEA ENTERED

XML Schema

<xs:simpleType name="PleaCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for kinds of pleas.
</xs:documentation>
</xs:annotation>
<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>