ucr:PersonAgeCodeSimpleType

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

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>