Specifies the value of the attribute to be inserted.
xsd:stringThe value attribute is a required attribute of the attributeData element.
The following is an example of the value 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>