applicationParameters-elementet

Microsoft Office InfoPath

Vis alt Vis alt

applicationParameters-elementet

Inneholder skjemaspesifikke egenskaper som beskriver hvordan et skjema skal brukes i utformingsmodus i Microsoft Office InfoPath 2003.

Type

      xsd:complexType
    

Struktur

Navn Beskrivelse
application (Obligatorisk attributt) Identifiserer navnet på programmet som ble brukt til å opprette InfoPath-skjemaet.
solutionProperties (Valgfritt element) Inneholder informasjon om utformingstid for InfoPath-skjemaet.

Merknader

applicationParameters-elementet er et valgfritt element for xDocumentClass-elementet.

Eksempel

Følgende er et eksempel på applicationParameters-elementet:

    <xsf: applicationParameters application="InfoPath Design Mode">
   <xsf: solutionProperties
      allowCustomization="no"
      lastOpenView="view1"
      scriptLanguage="JScript"
      automaticallyCreateNodes="no"
      lastVersionNeedingTransform="1.1.0.10"
      fullyEditableNamespace="urn:names?pace1:mynames"/>
</xsf:applicationParameters>