{% extends "base.html" %} {% block title %}The {{ element.name_with_brackets }} element{{ element.optional_disambiguation }}{% endblock %} {% block content %}
Parent element{{ parents|pluralize }}: {% if parents %} {% for parent in parents %} {{ parent.name_with_brackets }}{{ parent.optional_disambiguation }}{% if not forloop.last %}, {% endif %} {% endfor %} {% else %} None {% endif %}
{% if element.description %} {{ element.description|safe|linebreaks }} {% elif element.base_element and element.base_element.description %} {{ element.base_element.description|safe|linebreaks }} {% endif %}only in appropriate cases. #} {% if child_relationships|length == 1 and not child_relationships.0.is_abstract_element %}
{% include "includes/element_child_relationships.html" with element=element %}
{% else %} {% include "includes/element_child_relationships.html" with element=element %} {% endif %} {% else %}Always empty.
{% endif %}Name | Type | Required? | Description |
---|---|---|---|
{{ attribute.name }} | {{ attribute.data_type.name }} | {{ attribute.is_required|yesno|title }} | {{ attribute.description|safe|linebreaksbr }} |
None.
{% endif %} {% if concepts %}This element is used in the following examples:
{% for example in examples %}