Merge pull request #2266 from jmelfi/docs/2257_Requirements_Diagram_Table_Correction

Fix to table in documentation
This commit is contained in:
Ashish Jain 2021-08-26 18:10:47 +02:00 committed by GitHub
commit dbdee1f7f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
| Keyword | Options |
|---|---|
| Type | requirement, functionalRequirement, interfaceRequirement, performanceRequirement, physicalRequirement, designConstraint |
| Risk | Low, Medium, High |
| VerifcationMethod | Analysis, Inspection, Test, Demonstration |
@ -170,4 +171,4 @@ This example uses all features of the diagram.
test_req5 - refines -> test_req6
test_entity3 - verifies -> test_req5
test_req <- copies - test_entity2
```
```