scr:PersonRoleCategoryCodeSimpleType
simpleType PersonRoleCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a kind of person role.
Diagram
Enumerations
Value | Definition |
Agent | Agent |
Attorney | Attorney |
Employee | Federal Employee |
ICE Employee | ICE Employee |
Officer | Officer |
Witness | Witness |
XML Schema
<xs:simpleType name="PersonRoleCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of person role.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<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>