nlets:OrganizationCategoryCodeSimpleType
simpleType OrganizationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/nlets/4.0/
Definition
A data type for the functional kinds of an organization.
Diagram
Enumerations
| Value | Definition | 
| CJ | Will return all defined non-law enforcement criminal justice agencies and should be used as a general type for all ORIs ending in B, M, N, or Y. | 
| FE | Federal agency. | 
| JA | Any prosecutor. | 
| JC | Any corrections agency. | 
| JF | Any Federal non-law enforcement criminal justice agency. | 
| JG | Any probation agency. | 
| JJ | Any court agency. | 
| LE | Used as a catchall for any agency not fitting the above criteria. May be used on inquiry or record creation. | 
| NJ | Non-criminal justice agencies | 
| PD | Any agency of city government. | 
| SA | Any agency employed by a state with statewide jurisdiction. | 
| SO | Any agency of county government incl. parishes where apropos. | 
XML Schema
<xs:simpleType name="OrganizationCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the functional kinds of an organization.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="CJ">
<xs:annotation>
<xs:documentation>
Will return all defined non-law enforcement criminal justice agencies and should be used as a general type for all ORIs ending in B, M, N, or Y.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FE">
<xs:annotation>
<xs:documentation>
Federal agency.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JA">
<xs:annotation>
<xs:documentation>
Any prosecutor.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JC">
<xs:annotation>
<xs:documentation>
Any corrections agency.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JF">
<xs:annotation>
<xs:documentation>
Any Federal non-law enforcement criminal justice agency.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JG">
<xs:annotation>
<xs:documentation>
Any probation agency.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JJ">
<xs:annotation>
<xs:documentation>
Any court agency.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LE">
<xs:annotation>
<xs:documentation>
Used as a catchall for any agency not fitting the above criteria.  May be used on inquiry or record creation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NJ">
<xs:annotation>
<xs:documentation>
Non-criminal justice agencies</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PD">
<xs:annotation>
<xs:documentation>
Any agency of city government.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SA">
<xs:annotation>
<xs:documentation>
Any agency employed by a state with statewide jurisdiction.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SO">
<xs:annotation>
<xs:documentation>
Any agency of county government incl. parishes where apropos.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>