Most functions for topology reports, as described in Functions for topology report expressions, accept one or more XPath expressions as parameters. For example, the function getTopologyDiagrams accepts the XPath location of a topology along with either the name of a diagram or an asterisk character as a wildcard. If you are using a data source based on a single topology, the XPath location of that topology is usually DeployCoreRoot/topology. Similarly, if you are defining a data set that lists every unit in the topology, you might use the XPath expression DeployCoreRoot/topology/_schema-element_unit.
The content assistance in the data set editor provides several predefined XPath expressions along with the functions for topology reports. You can access content assistance by pressing Ctrl+Space in the data set editor.

Note that when using these predefined expressions, you must allow the expression editor to convert the keyword in the content assist window into the XPath expression. For example, if you select topologyXPath in the content assist window, content assist inserts the XPath expression DeployCoreRoot/topology into the expression editor. In this way, you cannot use topologyXPath as a literal value in your expression; you must allow content assist to convert your selection into the XPath expression DeployCoreRoot/topology.
Content assistance provides the following expressions for use with topology reports.
DeployCoreRoot/topology/import
DeployCoreRoot/topology/_schema-element_unit/_schema-element_artifact
DeployCoreRoot/topology/_schema-element_unit/_schema-element_capability
DeployCoreRoot/topology/_schema-element_unit/_schema-element_constraint
DeployCoreRoot/topology/_schema-element_unit/link.constraint
DeployCoreRoot/topology/_schema-element_unit/link.dependency
DeployCoreRoot/topology/_schema-element_unit/link.hosting
DeployCoreRoot/topology/_schema-element_unit/link.member
DeployCoreRoot/topology/_schema-element_unit/link.realization
DeployCoreRoot/topology/_schema-element_unit/_schema-element_requirement
DeployCoreRoot/topology/_schema-element_unit
DeployCoreRoot/topology