Definition Type: Element
Name: solutionProperties
Namespace: http://schemas.microsoft.com/office/infopath/2003/solutionDefinition
Containing Schema: sd.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into publishSaveUrl in schema sd_xsd Drilldown into fullyEditableNamespace in schema sd_xsd Drilldown into lastVersionNeedingTransform in schema sd_xsd Drilldown into automaticallyCreateNodes in schema sd_xsd Drilldown into scriptLanguage in schema sd_xsd Drilldown into lastOpenView in schema sd_xsd Drilldown into allowCustomization in schema sd_xsdXSD Diagram of solutionProperties in schema sd_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="solutionProperties">
    <xsd:complexType>
        <xsd:attribute name="allowCustomization" type="xsf:xdYesNo" use="optional" />
        <xsd:attribute name="lastOpenView" use="optional" />
        <xsd:attribute name="scriptLanguage" type="xsf:xdScriptLanguage" use="optional" />
        <xsd:attribute name="automaticallyCreateNodes" type="xsf:xdYesNo" use="optional" />
        <xsd:attribute name="lastVersionNeedingTransform" type="xsf:xdSolutionVersion" use="optional" />
        <xsd:attribute name="fullyEditableNamespace" type="xsd:anyURI" use="optional" />
        <xsd:attribute name="publishSaveUrl" type="xsd:string" use="optional" />
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
allowCustomization xsf:allowCustomization Optional
lastOpenView xsf:lastOpenView Optional
scriptLanguage xsf:scriptLanguage Optional
automaticallyCreateNodes xsf:automaticallyCreateNodes Optional
lastVersionNeedingTransform xsf:lastVersionNeedingTransform Optional
fullyEditableNamespace xsf:fullyEditableNamespace Optional
publishSaveUrl xsf:publishSaveUrl Optional