I have no problem writing XQuery queries using relational style joins. However I am having some troubles using object-oriented style constructs. I have an xml database whose scheme can be found in the xsd document -> http://pastebin.com/Jj6PMgxe. And a diagram of the database is below. 
I am trying to list the StudentIDs of students and the FacultyIDs of their Mentors for students who have got at least one A in their grades. Any help is appreciated. Thanks