Share via


valueType Attribute (fileName Element)

Specifies whether the value of the fileName element should be interpreted as a literal value or as an XPath expression that returns a value.

Type

  xsf:xdExpressionLiteral

Parent Elements

Element Description
fileName Contains the name of the file as a literal string or as an XPath expression.

Definition

  <xsd:attribute name="valueType" type="xsf:xdExpressionLiteral" use="optional"></xsd:attribute>

Remarks

Example

The following is an example of the valueType attribute as it is used in the fileName element:

  <xsf:fileName value="my:myFields/my:fileName" valueType="expression"/>