{% if item.description %}
Description |
{{ item.description }} |
{% endif %}
{% if item.data_type %}
Data Type |
{{ item.data_type }} |
{% endif %}
{% if item.unit_of_measure %}
Unit Of Measure |
{{ item.unit_of_measure }}
{% if item.unit_of_measure.symbol %}({{ item.unit_of_measure.symbol }}){% endif %}
|
{% endif %}
{% if item.format %}
Format |
{{ item.format }} |
{% endif %}
{% if item.maximum_length %}
Maximum character length |
{{ item.maximum_length }} |
{% endif %}
{% if item.representation_class %}
Representation Class |
{{ item.representation_class }} |
{% endif %}
{% if item.permissiblevalue_set.count > 0 or item.supplementaryvalue_set.count > 0 %}
{% if valueHeading %}