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
Value | Definition |
B | Both C and P |
C | Charging |
D | Definition |
J | Juvenile Status/CHIP |
N | Not Chargeable |
P | Penalty |
XML Schema
<xs:simpleType name="StatuteCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for kinds of statutes.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<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>