Question:What will be the output of the following trace statement? trace(myXML..employee.*.@*);
A An XMLList that includes every attribute defined on the employee tag, its parent and all descendants
B An XMLList that includes every attribute defined on the employee's parent tag and all descendant tags
C An XMLList that includes every attribute defined on the employee tag's descendants but not on the employee tag
D An XMLList that includes every attribute defined on the employee tag and all its descendants
+ AnswerC
+ Report