trustSetting Attribute

Specifies the trust setting of a form template.

Type

  xsf:xdManualAuto

Parent Elements

Element Description
xDocumentClass The root element of the form definition file (.xsf) . Contains all other elements and attributes of the form definition file.

Definition

  <xsd:attribute name="trustSetting" type="xsf:xdManualAuto" use="optional"></xsd:attribute>

Remarks

The default value is "manual". If the trustSetting attribute is not present, the default value is also "manual".

Example

The following is an example of the trustSetting attribute as it is used in the xDocumentClass element:

  <xsf:xDocumentClass
   xmlns:xsf="http://schemas.microsoft.com/office/infopath/2003/solutionDefinition"
   name="urn:schemas-microsoft-com:myTravelReport"
   author="AuthorName"
   description="Travel Report form for entering travel reports, issues, expenses, etc."
   dataFormSolution="yes"
   solutionVersion = "1.0.0.1"
   productVersion="11.0.5106"
   solutionFormatVersion="1.0.0.0">
   dataFormSolution="yes"
   requireFullTrust="yes"
   trustLevel="restricted"
   trustSetting="manual"
   publishUrl="http://MyServer/InfoPathTemplates/MyTemplate.xsn">
   ...
</xsf:xDocumentClass>