ndex:OrganizationCategoryCodeSimpleType
simpleType OrganizationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/
Definition
A data type for a code that identifies the type of organization.
Diagram
Enumerations
Value | Definition |
BUSINESS | Business (for profit) |
CHARITY | Charity |
COMMUNITY_SOCIAL | Community_Social (includes Users Group, Internet clubs, common interest clubs, e.g. chess club, game club, boat club, book club, sports clubs, professional clubs, and groups based on common social interest) |
CRIMINAL JUSTICE | Criminal Justice |
CRIMINAL JUSTICE_ENFORCEMENT UNIT | A unit of an agency responsible for enforcing the law and maintaining peace |
CRIMINAL JUSTICE_SUPERVISORY ORGANIZATION | An agency which exercises control over a subject prior to or as a result of adjudication |
CRIMINAL JUSTICE_TASK FORCE | A special criminal justice organization institutionalizing teamwork among multiple local, state, tribal, and/or federal agencies formed expressly for the purpose of addressing a particular problem or set of problems through synchronization of investment and strategy |
EDUCATION | Education |
FOUNDATION | Foundation |
GANG | Gang |
GANG_JUVENILE | Juvenile Gang |
GANG_MOTORCYCLE | Motorcycle Gang |
GANG_PRISON | Prison Gang |
GOVERNMENT | Government |
ORGANIZED CRIME | Organized Crime |
POLITICAL GROUP | Political Group |
PROFESSIONAL ASSOCIATION | Professional Association |
RELIGIOUS | Religious |
SERVICE CLUB | Service Club (voluntary organization where members meet regularly for social outings and to perform charitable works either by direct hands-on efforts or by raising money for other organizations.) |
SOCIETY | Society (for primary use in depicting cases where society is victim) |
SPORTS_RECREATION | Sports_Recreation |
TERRORIST | Terrorist |
THREAT GROUP | Threat Group |
XML Schema
<xs:simpleType name="OrganizationCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the type of organization.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="BUSINESS">
<xs:annotation>
<xs:documentation>
Business (for profit)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CHARITY">
<xs:annotation>
<xs:documentation>
Charity</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="COMMUNITY_SOCIAL">
<xs:annotation>
<xs:documentation>
Community_Social (includes Users Group, Internet clubs, common interest clubs, e.g. chess club, game club, boat club, book club, sports clubs, professional clubs, and groups based on common social interest)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CRIMINAL JUSTICE">
<xs:annotation>
<xs:documentation>
Criminal Justice</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CRIMINAL JUSTICE_ENFORCEMENT UNIT">
<xs:annotation>
<xs:documentation>
A unit of an agency responsible for enforcing the law and maintaining peace</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CRIMINAL JUSTICE_SUPERVISORY ORGANIZATION">
<xs:annotation>
<xs:documentation>
An agency which exercises control over a subject prior to or as a result of adjudication</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CRIMINAL JUSTICE_TASK FORCE">
<xs:annotation>
<xs:documentation>
A special criminal justice organization institutionalizing teamwork among multiple local, state, tribal, and/or federal agencies formed expressly for the purpose of addressing a particular problem or set of problems through synchronization of investment and strategy</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EDUCATION">
<xs:annotation>
<xs:documentation>
Education</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FOUNDATION">
<xs:annotation>
<xs:documentation>
Foundation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GANG">
<xs:annotation>
<xs:documentation>
Gang</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GANG_JUVENILE">
<xs:annotation>
<xs:documentation>
Juvenile Gang</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GANG_MOTORCYCLE">
<xs:annotation>
<xs:documentation>
Motorcycle Gang</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GANG_PRISON">
<xs:annotation>
<xs:documentation>
Prison Gang</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GOVERNMENT">
<xs:annotation>
<xs:documentation>
Government</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ORGANIZED CRIME">
<xs:annotation>
<xs:documentation>
Organized Crime</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="POLITICAL GROUP">
<xs:annotation>
<xs:documentation>
Political Group</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PROFESSIONAL ASSOCIATION">
<xs:annotation>
<xs:documentation>
Professional Association</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RELIGIOUS">
<xs:annotation>
<xs:documentation>
Religious</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SERVICE CLUB">
<xs:annotation>
<xs:documentation>
Service Club (voluntary organization where members meet regularly for social outings and to perform charitable works either by direct hands-on efforts or by raising money for other organizations.)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SOCIETY">
<xs:annotation>
<xs:documentation>
Society (for primary use in depicting cases where society is victim)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SPORTS_RECREATION">
<xs:annotation>
<xs:documentation>
Sports_Recreation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TERRORIST">
<xs:annotation>
<xs:documentation>
Terrorist</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="THREAT GROUP">
<xs:annotation>
<xs:documentation>
Threat Group</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>