JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
Diagrams and visualizations using Mermaid
Diagrams and visualizations using Mermaid
More
Share
Explore
Diagrams and visualizations using Mermaid
Requirement Diagram
A Requirement diagram provides a visualization for requirements and their connections, to each other and other documented elements.
Syntax documentation
Syntax
Theme
:
default
requirement
test_req
{
id
:
1
text
:
the
test
text
.
risk
:
high
verifymethod
:
test
}
functionalRequirement
test_req2
{
id
:
1.1
text
:
the
second
test
text
.
risk
:
low
verifymethod
:
inspection
}
performanceRequirement
test_req3
{
id
:
1.2
text
:
the
third
test
text
.
risk
:
medium
verifymethod
:
demonstration
}
interfaceRequirement
test_req4
{
id
:
1.2.1
text
:
the
fourth
test
text
.
risk
:
medium
verifymethod
:
analysis
}
physicalRequirement
test_req5
{
id
:
1.2.2
text
:
the
fifth
test
text
.
risk
:
medium
verifymethod
:
analysis
}
designConstraint
test_req6
{
id
:
1.2.3
text
:
the
sixth
test
text
.
risk
:
medium
verifymethod
:
analysis
}
element
test_entity
{
type
:
simulation
}
element
test_entity2
{
type
:
word
doc
docRef
:
reqs
/
test_entity
}
element
test_entity3
{
type
:
\
"test suite\"
docRef
:
github
.
com
/
all_the_tests
}
test_entity
-
satisfies
->
test_req2
test_req
-
traces
->
test_req2
test_req
-
contains
->
test_req3
test_req3
-
contains
->
test_req4
test_req4
-
derives
->
test_req5
test_req5
-
refines
->
test_req6
test_entity3
-
verifies
->
test_req5
test_req
<-
copies
-
test_entity2
Syntax
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.