value Attribute (attributeData Element)

Microsoft Office InfoPath

value Attribute (attributeData Element)

Specifies the value of the attribute to be inserted.

Type

      xsd:string
    

Remarks

The value attribute is a required attribute of the attributeData element.

Example

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>