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

ValueDefinition
AuxillaryA auxillary employee
Full-timeA full-time employee
InternshipA internship employee
OtherA unspecified employee
PartnerA Partner
Part-timeA part-time employee
ReserveA reserve employee
VolunteerA 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: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>