ucr:PersonOrganizationAffiliationCategoryCodeSimpleType

simpleType PersonOrganizationAffiliationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ucr/5.0/

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
PART-TIMEA PART-TIME EMPLOYEE
PARTNERA PARTNER
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="PART-TIME">
<xs:annotation>
<xs:documentation>
A PART-TIME 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="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>