Specify whether to show the attribute fixed value.

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

<xs:attribute name="version" type="xs:string" fixed="2.0"/>
When the attribute is defined by reference to a global attribute, its fixed value can be specified either in the local reference component (which is being documented here) or in the global (referenced) attribute component. In that case, the fixed attribute is searched for in the both components.