Share via


2.2.57 attachmentFileName

The attachmentFileName element specifies the file name of a file attachment to be included with the e-mail message when the form file is submitted using the e-mail data adapter.

Parent Elements

emailAdapter

Attributes:

value: This attribute specifies the value of the attachmentFileName element.

valueType: This attribute specifies whether the value attribute is interpreted as an XPath expression or a string literal. If set to "expression", the value attribute value MUST be evaluated as an XPath expression. If set to "literal", the value attribute value MUST be evaluated as a literal string.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="attachmentFileName" minOccurs="0">
   <xsd:complexType>
     <xsd:attribute name="value" type="xsd:string" use="required"/>
     <xsd:attribute name="valueType" type="xsf:xdExpressionLiteral" use="optional"/>
   </xsd:complexType>
 </xsd:element>