Entity Relationship Diagram

Основана на нотации Information Engineering.

Является расширением существующей диаграммы классов. Это расширение добавляет:

В остальном синтаксис построения диаграмм такой же, как и для диаграмм классов. Все остальные возможности диаграмм классов также поддерживаются.

See also Chen [Entity Relationship Diagrams](er-diagram).

*[Ref. [GH-31](https://github.com/plantuml/plantuml/pull/31)]*
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 }|--

Examples:

Entities

Again, this is the normal class diagram syntax (aside from use of 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