11.2. Simple Table Example

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

IDNameDescription

{m:for req | myRequirementsModel.requirements}

{m:req.id}{m:req.name}{m:req.desc}

{m:endfor}

Sample Output

IDNameDescription
1SingleCatLiftLoss_SingleFailureLoss of a lift unit in a critical "OEI avoid" phase shall not result from a single failure.
2SingleCatLiftLoss_RateLoss of a lift unit in a critical "OEI avoid" phase shall not occur at a rate higher than 1E-09 per flight hour.
3SingleLiftControlIssue_RateControllability issues of a single lift unit shall not occur at a rate higher than 1E-05 per flight hour.