Note:
This attribute determines whether an object definition is
a simple declaration or something more.
Declare is a Boolean attribute
Possible values are yes or true and no or false.
Yes or true indicates that the object is only a declaration.
No or false means that the object is more than a declaration
Syntax:
<object declare="value"> . . . </object>
|