How can I show struct members in the UML class diagram. In class diagram, I added struct as attribute and don\'t know how to add \'x\', \'next\' elements to that struct.
something like this?!
and you would just remove the <<ptr>> stereotype and use the * as well, like +next:node*
<<ptr>>
*
+next:node*