attribute Attribute
Specifies the name of the attribute to be inserted.
Type
xsd:string
Remarks
The attribute attribute is a required attribute of the attributeData element.
Example
The following is an example of the attribute attribute as it is used in the attributeData element:
<xsf:editWith component="xOptional">
<xsf:fragmentToInsert>
<xsf:chooseFragment parent="report">
<xsf:attributeData attribute="author" value="author name"/>
</xsf:chooseFragment>
</xsf:fragmentToInsert>
</xsf:editWith>