ucr:VictimCategoryCodeSimpleType

simpleType VictimCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ucr/5.0/

Definition

A data type for kinds of victims in an incident.

Diagram

Enumerations

ValueDefinition
BUSINESSBUSINESS
FINANCIAL_INSTITUTIONFINANCIAL INSTITUTION
GOVERNMENTGOVERNMENT
INDIVIDUALINDIVIDUAL
LAW_ENFORCEMENT_OFFICERLAW ENFORCEMENT OFFICER
OTHEROTHER
RELIGIOUS_ORGANIZATIONRELIGIOUS ORGANIZATION
SOCIETY-PUBLICSOCIETY/ PUBLIC
UNKNOWNUNKNOWN

XML Schema

<xs:simpleType name="VictimCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for kinds of victims in an incident.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="BUSINESS">
<xs:annotation>
<xs:documentation>
BUSINESS
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FINANCIAL_INSTITUTION">
<xs:annotation>
<xs:documentation>
FINANCIAL INSTITUTION
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GOVERNMENT">
<xs:annotation>
<xs:documentation>
GOVERNMENT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INDIVIDUAL">
<xs:annotation>
<xs:documentation>
INDIVIDUAL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LAW_ENFORCEMENT_OFFICER">
<xs:annotation>
<xs:documentation>
LAW ENFORCEMENT OFFICER
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OTHER">
<xs:annotation>
<xs:documentation>
OTHER
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RELIGIOUS_ORGANIZATION">
<xs:annotation>
<xs:documentation>
RELIGIOUS ORGANIZATION
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SOCIETY-PUBLIC">
<xs:annotation>
<xs:documentation>
SOCIETY/ PUBLIC
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN">
<xs:annotation>
<xs:documentation>
UNKNOWN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>