Entity Relationship Diagram
Основана на нотации Information Engineering. Является расширением существующей диаграммы классов. Это расширение добавляет:- Дополнительные отношения для нотации Information Engineering.
- Псевдоним
entity, который сопоставляется с диаграммой классовclass. - Дополнительный модификатор видимости
*для идентификации обязательных атрибутов.
WARNING
This translation need to be updated. WARNING
Information Engineering Relations
| Type | Symbol |
| Zero or One |
|o--
|
| Exactly One |
||--
|
| Zero or Many |
}o--
|
| One or Many |
}|--
|
Entities
entity instead of class). Anything that you can do in a class diagram can be done here.
The * visibility modifier can be used to identify mandatory attributes. A space can be used after the modifier character to avoid conflicts with the creole bold:
Полный пример
linetype ortho skinparam.
WARNING
This translation need to be updated. WARNING