{% extends "aristotle_mdr/concepts/managedContent.html" %} {% load aristotle_tags i18n %} {% block extra_head_scripts %} {% endblock %} {% block objSpecific %}

Metadata items in this Data Set Specification

Below is a list of all the components within this Dataset Specification.
Each entry includes the item name, whether the item is optional, mandatory or conditional and the maximum times the item can occur in a dataset.
If the items must occur in a particular order in the dataset, the sequence number is included before the item name.

{% if item|can_edit:request.user %} {% endif %} {% if item.dssclusterinclusion_set.exists or item|can_edit:request.user %} {% for deinc in item.dssclusterinclusion_set.all %} {% if item|can_edit:request.user %} {% endif %} {% endfor %} {% endif %} {% if item.dssdeinclusion_set.exists or item|can_edit:request.user %} {% endif %} {% for deinc in item.dssdeinclusion_set.all %} {% if item|can_edit:request.user %} {% endif %} {% endfor %} {% endif %} {% if item|can_edit:request.user %} {% endif %}
Components Statuses Inclusion # Edit
Clusters {% if item|can_edit:request.user %} {% endif %}
{% include "aristotle_mdr/helpers/itemLink.html" with item=deinc.child %} {% if deinc.specific_information %}
Specific Information: {{ deinc.specific_information | safe }}
{% endif %} {% if deinc.conditional_obligation %}
Conditional Obligation:{{ deinc.conditional_obligation|safe }}
{% endif %}
    {% for s in item.current_statuses %}
  • [{{ s.registrationAuthority }}: {{ s.state_name }}]
  • {% empty %}
  • Unregistered
  • {% endfor %}
{{ deinc.cardinality }} {{ deinc.maximum_occurances }}
Data Elements {% if item|can_edit:request.user %}
{{ deinc.order }}{% include "aristotle_mdr/helpers/itemLink.html" with item=deinc.data_element %} {% if deinc.specific_information %}
Specific Information: {{ deinc.specific_information | safe }}
{% endif %} {% if deinc.conditional_obligation %}
Conditional Obligation:{{ deinc.conditional_obligation | safe }}
{% endif %}
    {% for s in item.current_statuses %}
  • [{{ s.registrationAuthority }}: {{ s.state_name }}]
  • {% empty %}
  • Unregistered
  • {% endfor %}
{{ deinc.cardinality }} {{ deinc.maximum_occurances }}
Data Element Inclusion # Edit
{% if item|can_edit:request.user %} {% bootstrap_modal 'addDEtoDSS' %} {% bootstrap_modal 'addClusterstoDSS' %} {% bootstrap_modal 'reorderPane' size='lg' %} {% bootstrap_modal 'deleteConfirm' %} {% endif %} {% endblock %} {% block relationships %} {% if item.parent_dss.exists %}

Contained in the following datasets

{% endif %} {% endblock %}