I am working on a use case diagram for a library system. I have student and teacher actors. The students can only borrow certain books and the teachers can borrow all books. What is the best way to illustrate this?
I currently have "staff" and "student" actors that can "search catalog" but I am unsure on how to then go on to show books each different actor is allowed to borrow.
Any pointers would be greatly appreciated.