node Attribute

Microsoft Office InfoPath

Show All Show All

node Attribute

Defines the XPath expression needed to extract the value of the specified property from the form's underlying XML document.

Type

      xsd:string
    

Remarks

The node attribute is a required attribute of the field element.

Example

The following is an example of the node attribute as it is used in the field element:

    <xsf:listProperties>
   <xsf:fields>
      <xsf:field
         type="xsd:date"
         name="TravelDate"
         columnName="TravelDate" 
         required="yes"
         viewable="yes"
         node="TravelReport/Header/travelDate"
         aggregation="first"/>
   </xsf:fields>
</xsf:listProperties>