Specify whether to show the attribute default value.

The default value is provided by the 'default' attribute specified in the XSD element of the attribute declaration. For example:

<xs:attribute name="abstract" type="xs:boolean" default="false"/>
When the attribute is defined by reference to a global attribute, its default value may be specified both in the local reference component (which is being documented here) and in the global (referenced) attribute component. In that case, the actual default value will be looked for, first, in the reference component and, then, in the global one.