C.8.9.2.4. level

Tests the level of the current selection in the Outline.

<level
    type="{project | model | environment | solution}"
    condition="{is-ambiguous | is-not-ambiguous | is-selected | is-not-selected}" />
Attributes

type

Identifies the level. A level consists of a container (for example, the Environment) and all children excluding other containers.

condition

Specifies a condition to test.

is-ambiguous Returns true if a specific container cannot be resolved given the current Outline selection.
is-not-ambiguous Returns true if a specific container is identified given the current Outline selection.
is-selected Returns true if any object at the given level is currently selected.
is-not-selected Returns true if no object at the given level is currently selected.
Element Information
Parents if, and, or, not
Children None
End Tag No - close element with "/>"
Return Value As defined by the condition attribute.