@startuml
アリス -> ボブ: Authentication Request
ボブ --> アリス: Authentication Response
アリス -> ボブ: Another authentication Request
アリス <-- ボブ: another authentication Response
@enduml
@startuml
User -> (Start)
User --> (Use the application) : A small label
:Main Admin: ---> (Use the application) : This is\nyet another\nlabel
@enduml
@startuml
Class01 <|-- Class02
Class03 *-- Class04
Class05 o-- Class06
Class07 .. Class08
Class09 -- Class10
@enduml