| title | LIBRS Data Element Available Values |
|---|---|
| layout | default |
| permalink | /data-element-values |
{% for de in site.data.data-element-defs %} {% endfor %}
| Element Number | Element Name and Definition | Length | Format | Values | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{de.de_num}} | {{de.name}} {{de.definition}} |
{{de.length}} | {{de.format}} |
{% for subsection in de.subsection %}
{% if subsection.title != "" %} {% endif %}
{% for values in subsection.values %}
{% endfor %}
{% endif %} {% endfor %} |
{{de.comment}} | ||||||
The following table outlines the values that are allowed to be used for data Element 14, Property Loss Type, when an Offense of a particular NIBRS Code is either Attempted or Completed.
{% for de in site.data.loss-types-by-nibrs-code.applicablePropertyLossTypes %} {% endfor %}| NIBRS Code | When Attempted... | When Completed... |
|---|---|---|
| {{de.nibrs}} |
{% for att in de.attempted %}
{{att.lossType}} - {{att.description}}{% if forloop.last == false %} {% endif %} {% endfor %} |
{% for com in de.completed %}
{{com.lossType}} - {{com.description}}{% if forloop.last == false %} {% endif %} {% endfor %} |