2.2.2.1.2 emailAttachmentType

 The emailAttachmentType simple type specifies restrictions for specifying the file format of an attached form or form template when it is sent in e-mail.

Referenced By

emailAdapterExtension.xsf2.2.2.2.28@emailAttachmentType

sendByMail.xsf2.2.2.2.31@emailAttachmentType

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

 <xsd:simpleType name="emailAttachmentType">
   <xsd:restriction base="xsd:NMTOKEN">
     <xsd:pattern value="[a-zA-Z0-9_]*"/>
   </xsd:restriction>
 </xsd:simpleType>