trustSetting Attribute

Microsoft Office InfoPath

Show All Show All

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".

Note  This item is not supported when the Disable Service Pack features option on the Advanced tab of the Options dialog box in InfoPath is selected or when Microsoft Office 2003 Editions Service Pack 1 or later is not installed. Any form defined by a form definition file (.xsf) that includes this item cannot be opened in InfoPath when service pack features are disabled or unavailable.

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>