mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 14:29:48 +02:00
Merge pull request #2266 from jmelfi/docs/2257_Requirements_Diagram_Table_Correction
Fix to table in documentation
This commit is contained in:
@@ -63,6 +63,7 @@ A requirement definition contains a requirement type, name, id, text, risk, and
|
|||||||
Type, risk, and method are enumerations defined in SysML.
|
Type, risk, and method are enumerations defined in SysML.
|
||||||
|
|
||||||
| Keyword | Options |
|
| Keyword | Options |
|
||||||
|
|---|---|
|
||||||
| Type | requirement, functionalRequirement, interfaceRequirement, performanceRequirement, physicalRequirement, designConstraint |
|
| Type | requirement, functionalRequirement, interfaceRequirement, performanceRequirement, physicalRequirement, designConstraint |
|
||||||
| Risk | Low, Medium, High |
|
| Risk | Low, Medium, High |
|
||||||
| VerifcationMethod | Analysis, Inspection, Test, Demonstration |
|
| VerifcationMethod | Analysis, Inspection, Test, Demonstration |
|
||||||
@@ -170,4 +171,4 @@ This example uses all features of the diagram.
|
|||||||
test_req5 - refines -> test_req6
|
test_req5 - refines -> test_req6
|
||||||
test_entity3 - verifies -> test_req5
|
test_entity3 - verifies -> test_req5
|
||||||
test_req <- copies - test_entity2
|
test_req <- copies - test_entity2
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user