hs:ProspectiveVictimCategoryCodeSimpleType
simpleType ProspectiveVictimCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/
Definition
A data type for a kind of identification of a prospective or potential victim of human trafficking.
Diagram
Enumerations
Value | Definition |
Call | Call to National or local hotline seeking help for victim |
Direct Contact | Direct contact by service provider, but without status |
Previously Served | Previously served for Human Trafficking |
Victim Location | Victim located in area suspected for human trafficking |
XML Schema
<xs:simpleType name="ProspectiveVictimCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of identification of a prospective or potential victim of human trafficking.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Call">
<xs:annotation>
<xs:documentation>
Call to National or local hotline seeking help for victim</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Direct Contact">
<xs:annotation>
<xs:documentation>
Direct contact by service provider, but without status</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Previously Served">
<xs:annotation>
<xs:documentation>
Previously served for Human Trafficking</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Victim Location">
<xs:annotation>
<xs:documentation>
Victim located in area suspected for human trafficking</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>