Logic in Xpath Constraint

0
Hello, Could you please let me know what does the following Xpath constraint means:-   Thanks
asked
1 answers
0

This means only Employees who are configured in the Employee_Department_Security can read/write/delete. 

 

Employee_Department → Navigates to Department from Employee

Employee_Department_Security → Navigates from Department to Department_Security

 

I’m guessing Department_Security is a generalization of Employee table. 

answered