ucr:PersonAgeCodeType
complexType PersonAgeCodeType 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
XML Schema
<xs:complexType name="PersonAgeCodeType">
<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:simpleContent>
<xs:extension base="ucr:PersonAgeCodeSimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>