{% load aristotle_tags %} {% with cluster_inclusions=item.cluster_inclusions %} {% if cluster_inclusions %}
Clusters
{% include "aristotle_dse/downloads/html/helpers/inclusion_head.html" %} {% for dssinc in cluster_inclusions %} {% include "aristotle_dse/downloads/html/helpers/inclusion_row.html" with inc=dssinc %} {% endfor %}
{% endif %} {% endwith %} {% with de_inclusions=item.data_element_inclusions %} {% if de_inclusions %}
Data Elements
{% include "aristotle_dse/downloads/html/helpers/inclusion_head.html" %} {% for deinc in de_inclusions %} {% include "aristotle_dse/downloads/html/helpers/inclusion_row.html" with inc=deinc %} {% endfor %}
{% endif %} {% endwith %} Table Legend
Ref A reference name for this data element or cluster within this Data Set Specification.
Name The name of the data element or cluster
Inclusion Whether the item is optional, mandatory or conditional .
# The maximum number of times the data element may be repeated within the DataSet Specification