scr:PersonRoleCategoryCodeSimpleType

simpleType PersonRoleCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.1/

Definition

A data type for a kind of person role.

Diagram

Enumerations

ValueDefinition
AgentAgent
AttorneyAttorney
EmployeeFederal Employee
ICE EmployeeICE Employee
OfficerOfficer
WitnessWitness

XML Schema

<xs:simpleType name="PersonRoleCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of person role.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Agent">
<xs:annotation>
<xs:documentation>
Agent
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Attorney">
<xs:annotation>
<xs:documentation>
Attorney
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Employee">
<xs:annotation>
<xs:documentation>
Federal Employee
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ICE Employee">
<xs:annotation>
<xs:documentation>
ICE Employee
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Officer">
<xs:annotation>
<xs:documentation>
Officer
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Witness">
<xs:annotation>
<xs:documentation>
Witness
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>