ucr:PersonAgeCodeSimpleType
simpleType PersonAgeCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.2/
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
Value | Definition |
BABY | Person age 6 days to 1 year old |
NEONATAL | Person age under 24 hours |
NEWBORN | Person age 1 to 6 days old |
UNKNOWN | Unknown |
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:restriction base="xs:token">
<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>