This an example of a simple table. The for loop iterates through the
requirements and adds the requirement ID, name, and description to the table.
Sample Template
| ID | Name | Description |
{m:for req | myRequirementsModel.requirements}
{m:req.id} | {m:req.name} | {m:req.desc} |
{m:endfor}
Sample Output
| ID | Name | Description |
|---|---|---|
| 1 | SingleCatLiftLoss_SingleFailure | Loss of a lift unit in a critical "OEI avoid" phase shall not result from a single failure. |
| 2 | SingleCatLiftLoss_Rate | Loss of a lift unit in a critical "OEI avoid" phase shall not occur at a rate higher than 1E-09 per flight hour. |
| 3 | SingleLiftControlIssue_Rate | Controllability issues of a single lift unit shall not occur at a rate higher than 1E-05 per flight hour. |