ucr:ResidentCodeSimpleType

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

Definition

A data type for whether or not a person was a resident of a town, city, or community in relation to some activity.

Diagram

Enumerations

ValueDefinition
NONRESIDENTNONRESIDENT
RESIDENTRESIDENT
UNKNOWNUNKNOWN

XML Schema

<xs:simpleType name="ResidentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for whether or not a person was a resident of a town, city, or community in relation to some activity.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="NONRESIDENT">
<xs:annotation>
<xs:documentation>
NONRESIDENT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RESIDENT">
<xs:annotation>
<xs:documentation>
RESIDENT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN">
<xs:annotation>
<xs:documentation>
UNKNOWN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>