Customizer's Guide > Customizing Your Site's Profiling Configuration > Profiling DTD Element Reference > AttributeTest Element
  
AttributeTest Element
Synopsis
Mixed content model:
AttributeTest
EMPTY
Attributes:
name CDATA #REQUIRED
value CDATA #IMPLIED
Description
The <AttributeTest> element specifies whether an attribute test must be performed.
The element has no child elements.
The <AttributeTest> element has the following attributes:
name = CDATA
Specifies the attribute name to test.
value = CDATA
Specifies the value to test for. If value is not specified, and the tested attribute has any declared value, the test will return TRUE. If value is set to ATI#UNDECLARED, the test will return TRUE only if the test attribute is undefined.