2.2.1.2.38 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 how the value of the value attribute MUST be interpreted. If this attribute is set to "expression", the value of the value attribute MUST be evaluated as an XPath expression. If this attribute is set to "literal", the value of the value attribute 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>