search-attr

Specifies the search filter for attribute values. If more than one <search-attr> element is specified, the entry must match all attributes to be returned.

Definition

  <!ELEMENT search-attr     (value)+ >
  <!ATTLIST search-attr
            attr-name       CDATA              #REQUIRED>
  
  

Attributes

attr-name
Specifies the attribute that entry must have to be returned.

Elements

value
Specifies the attribute value the entry must have to be returned. If more than one value is specified for the attribute, the entry must match all values to be returned.

Parent

query