context-document-has-qname

If a Document is currently being observed and has a specific QName.

{
    "evaluator": "context-document-has-qname",
    "condition": "{qname}"
}

Example:

{
    "evaluator": "context-document-has-qname",
    "condition": "o:abcdef123456"
}