@startuml
left to right direction
skinparam packageStyle rect
actor customer
actor clerk
rectangle checkout {
customer -- (checkout)
(checkout) .> (payment) : include
(help) .> (checkout) : extends
(checkout) -- clerk
}
@enduml
Simplecommunication exampleonseverallines and usinghtmlThis is hosted by(File not found: /var/lib/jetty/sourceforge.jpg)AliceAliceBobBobAuthentication RequestAuthentication Response
SEQUENCE DIAGRAM
5677868650594304
Simplecommunication exampleonseverallines and usinghtmlThis is hosted by(File not found: /var/lib/jetty/sourceforge.jpg)AliceAliceBobBobAuthentication RequestAuthentication Response
@startuml
title
<u>Simple</u> communication example
on <i>several</i> lines and using <font color=red>html</font>
This is hosted by <img:sourceforge.jpg>
end title
Alice -> Bob: Authentication Request
Bob -> Alice: Authentication Response
@enduml