nc:StatuteCategoryCodeSimpleType

simpleType StatuteCategoryCodeSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for kinds of statutes.

Diagram

Enumerations

ValueDefinition
BBoth C and P
CCharging
DDefinition
JJuvenile Status/CHIP
NNot Chargeable
PPenalty

XML Schema

<xs:simpleType name="StatuteCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for kinds of statutes.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="B">
<xs:annotation>
<xs:documentation>
Both C and P
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
Charging
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
Definition
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J">
<xs:annotation>
<xs:documentation>
Juvenile Status/CHIP
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
Not Chargeable
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
Penalty
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>