Expand Minimize
This topic has not yet been rated - Rate this topic

value Attribute (attributeData Element)

Office 2003

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>

  


Parent Objects | attributeData Element


Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.