{##} {##} {# #} ...

<REQ-IF>

<THE-HEADER>

{% if reqif_bundle.req_if_header %}

<REQ-IF-HEADER>

TITLE: {{ reqif_bundle.req_if_header.title }}
CREATION-TIME: {{ reqif_bundle.req_if_header.creation_time }}
{% endif %}

<CORE-CONTENT>

<REQ-IF-CONTENT>

<DATATYPES>

{% if reqif_bundle.core_content %} {% if reqif_bundle.core_content.req_if_content %} {% for data_type in reqif_bundle.core_content.req_if_content.data_types %}
TITLE: {{ data_type.identifier }}
{% endfor %} {% endif %} {% endif %}

<SPEC-TYPES>

{% if reqif_bundle.core_content %} {% if reqif_bundle.core_content.req_if_content %} {% for spec_type in reqif_bundle.core_content.req_if_content.spec_types %}
TITLE: {{ spec_type.identifier }}
{% endfor %} {% endif %} {% endif %}

<SPEC-OBJECTS>

<SPEC-RELATIONS>

<SPECIFICATIONS>

<TOOL-EXTENSIONS>


{% if reqif_bundle.core_content %} {% if reqif_bundle.core_content.req_if_content %} {% for specification in reqif_bundle.core_content.req_if_content.specifications %}

{{ specification.long_name }}

{% for current_hierarchy in reqif_bundle.iterate_specification_hierarchy(specification) %} {% set spec_object = reqif_bundle.get_spec_object_by_ref(current_hierarchy.spec_object) %} {% for attribute in spec_object.attributes %} {% endfor %}
<SPEC-OBJECT>
<SPEC-OBJECT-TYPE> {{ spec_object.spec_object_type }}
IDENTIFIER {{ spec_object.identifier }}
<VALUES>
{{attribute.name}} {{attribute.value}}
{% endfor %} {% endfor %} {% endif %} {% endif %}