public function pipeNodeRefs(SchemaQName $qname, array $context = []): \Generator
    {
        $context = $this->enrichContext(__FUNCTION__, $context);
        $context['node_refs_only'] = true;
        $generator = $this->doPipeNodes($qname, $context);