ncic:VictimToPersonRelationshipCodeSimpleType
simpleType VictimToPersonRelationshipCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.2/
Definition
A data type for a relationship of the defendant to the victim of a misdemeanor crime of domestic violence.
Diagram
Enumerations
Value | Definition |
1 | Current or former spouse of victim (can be same sex) |
10 | Person similarly situated to guardian of victim |
2 | Parent/step-parent of victim |
3 | Guardian of victim |
4 | Child in common (child must be born) |
5 | Person is cohabiting or has cohabited as spouse of victim (can be same sex) |
6 | Person is cohabiting or has cohabited as parent of victim |
7 | Person is cohabiting or has cohabited as guardian of victim |
8 | Person similarly situated to spouse (can be same sex) |
9 | Person similarly situataed to parent of victim |
99 | N/R |
XML Schema
<xs:simpleType name="VictimToPersonRelationshipCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a relationship of the defendant to the victim of a misdemeanor crime of domestic violence.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Current or former spouse of victim (can be same sex)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Person similarly situated to guardian of victim</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Parent/step-parent of victim</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Guardian of victim</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Child in common (child must be born)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Person is cohabiting or has cohabited as spouse of victim (can be same sex)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Person is cohabiting or has cohabited as parent of victim</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Person is cohabiting or has cohabited as guardian of victim</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Person similarly situated to spouse (can be same sex)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Person similarly situataed to parent of victim</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="99">
<xs:annotation>
<xs:documentation>
N/R</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>