|
|
|
|
@ -580,7 +580,7 @@ SHOW_LEGEND()
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Element properties
|
|
|
|
|
## Element and Relation properties
|
|
|
|
|
|
|
|
|
|
A model can be extended with (a table of) properties that concrete deployments or more detailed concepts can be documented:
|
|
|
|
|
|
|
|
|
|
@ -616,11 +616,15 @@ Deployment_Node_L(nodeAlias, "Label", "Optional Type", "Optional Description (wi
|
|
|
|
|
|
|
|
|
|
System(systemAlias, "Label", "Optional Description (without properties)")
|
|
|
|
|
|
|
|
|
|
Rel(personAlias, containerAlias, "Label", "Optional Technology")
|
|
|
|
|
' starting with v.2.5.0 relations support properties too
|
|
|
|
|
WithoutPropertyHeader()
|
|
|
|
|
AddProperty("PropC1", "ValueC1")
|
|
|
|
|
AddProperty("PropC2", "ValueC2")
|
|
|
|
|
Rel(personAlias, containerAlias, "Label", "Optional Technology", "Optional Description")
|
|
|
|
|
@enduml
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Version information
|
|
|
|
|
|
|
|
|
|
|