ucr:PersonOrganizationAffiliationCategoryCodeSimpleType
simpleType PersonOrganizationAffiliationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.2/
Definition
A data type for an affiliation between a person and an organization.
Diagram
Enumerations
| Value | Definition |
| Auxillary | A auxillary employee |
| Full-time | A full-time employee |
| Internship | A internship employee |
| Other | A unspecified employee |
| Partner | A Partner |
| Part-time | A part-time employee |
| Reserve | A reserve employee |
| Volunteer | A volunteer |
XML Schema
<xs:simpleType name="PersonOrganizationAffiliationCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an affiliation between a person and an organization.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Auxillary">
<xs:annotation>
<xs:documentation>
A auxillary employee</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Full-time">
<xs:annotation>
<xs:documentation>
A full-time employee</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Internship">
<xs:annotation>
<xs:documentation>
A internship employee</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
A unspecified employee</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Partner">
<xs:annotation>
<xs:documentation>
A Partner</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Part-time">
<xs:annotation>
<xs:documentation>
A part-time employee</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Reserve">
<xs:annotation>
<xs:documentation>
A reserve employee</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Volunteer">
<xs:annotation>
<xs:documentation>
A volunteer</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>