|
Some attributes assigned to an object depend on the selected DTD. Use this command to select objects based on the values of DTD-specific object attributes.
|
Condition
|
Selects element if…
|
(IS or) IS EQUAL TO
|
it has an DTD-specific object attribute with a value that matches the specified object_attribute_value string.
|
(IS NOT or) IS NOT EQUAL TO
|
it has an DTD-specific object attribute with a value that does not match the specified object_attribute_value string.
|
CONTAINS
|
it has an DTD-specific object attribute with a value that contains or matches the specified object_attribute_value string.
|
EXISTS
|
it has an DTD-specific object attribute with the value, object_attribute_value.
|
EXISTS NOT
|
it does not have an DTD-specific object attribute with the value object_attribute_value.
|