I'm drawing some state diagrams.
In the PlantUML Language Reference Guide (I have 1.2023.11 which was the latest one I could find), in the State Diagram chapter, there is this:
9.8 Conditional [choice]
The stereotype <<choice>> can be used to use conditional state.
@startuml
state "Req(Id)" as ReqId <<sdlreceive>>
I cannot figure out what <<sdlreceive>> means. This is the only occurrence of sdlreceive in the pdf, if Adobe's "search" function is working. Also when I googled sdlreceive most of the results seem to be relating to PlantUML and don't tell me any more than searching the pdf. (Also, many of the pages found don't seem to have sdlreceive anywhere that Firefox can find it, which I find strange.)
So I don't know what <<sdlreceive>> means, but it seems it can give me a different shape on my state diagram, which could be useful.
So my question is, what other <<>> things could be used? Is there a list somewhere of things like <<sdlreceive>> which could be used to make items on the diagram look different when I want to make them stand out somehow?
Thanks
Frank