ucr:PersonAgeCodeSimpleType

simpleType PersonAgeCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.1/

Definition

A data type used to indicate the age of an individual victim when the reported crime occurred. Age code of person less than or equal to 1 year old.

Diagram

Enumerations

ValueDefinition
BABYPerson age 6 days to 1 year old
NEONATALPerson age under 24 hours
NEWBORNPerson age 1 to 6 days old
UNKNOWNUnknown

XML Schema

<xs:simpleType name="PersonAgeCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type used to indicate the age of an individual victim when the reported crime occurred. Age code of person less than or equal to 1 year old.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="BABY">
<xs:annotation>
<xs:documentation>
Person age 6 days to 1 year old
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NEONATAL">
<xs:annotation>
<xs:documentation>
Person age under 24 hours
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NEWBORN">
<xs:annotation>
<xs:documentation>
Person age 1 to 6 days old
</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>