The query path starts with the root element (module), continues with its child element (Object), the with the child attribute of the object, and so on. For example: Module/Object/Attribute/Name.
Query | Description |
---|---|
module | Returns a single result, the source module. |
module/object | Returns all of the objects in the source module, as filtered or sorted by a data source view. |
module/object/attribute | If used in a module/object context returns all of the attributes for the current object. If not used in this context, returns all of the objects in the source module. |
Element 1: module/object Element 1.1 (child of Element 1): module/object/attribute
In Element 1, only the attributes of IBM® Rational® DOORS® objects can be used. In Element 1.1, the attributes of Rational DOORS object attribute names can be used. The second query yields a list of attributes for the current object returned by the query of Element 1.