Skip to content

TagSection

lukas edited this page May 19, 2017 · 1 revision

Table of Contents

tag section

description

This tag has the purpose to help structuring the FDS-XML input file. It has no functionality and will be ignored when the file is evaluated. Nodes in a section will be evaluated normally.

examples

<fds>
    <section id="Example">
        <!-- this is a section -->
    </section>
    <section id="Example2">
        <!-- this is another section -->
    </section>
</fds>

Clone this wiki locally