-
Notifications
You must be signed in to change notification settings - Fork 3
TagSection
lukas edited this page May 19, 2017
·
1 revision
Table of Contents
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.
<fds>
<section id="Example">
<!-- this is a section -->
</section>
<section id="Example2">
<!-- this is another section -->
</section>
</fds>