tsd:dereference

Purpose

If present, this element specifies that dereferencing should be applied.

The default is that dereferencing is not applied. If specified, for the query result the referenced document is additionally included into the current element, which becomes mixed content.

Parent element tsd:objectRef
Child elements None
Attributes None
Type Empty

Example

This example shows the use of the tsd:dereference element in the context of the tsd:objectRef element.

<tsd:objectRef>
  <tsd:collectionRef>encyclopedia</tsd:collectionRef>
  <tsd:dereference/>
  <tsd:accessPredicate operator = "=">
    <tsd:nodeRef>jazzMusician/@ID</tsd:nodeRef>
  </tsd:accessPredicate>
</tsd:objectRef>