2.2.1.2.5 solutionProperties

The solutionProperties element MUST be ignored.

Parent Elements

applicationParameters

Attributes:

allowCustomization: This attribute MUST be ignored.

automaticallyCreateNodes: This attribute MUST be ignored.

fullyEditableNamespace: This attribute MUST be ignored.

lastOpenView: This attribute MUST be ignored.

lastVersionNeedingTransform: This attribute MUST be ignored.

publishSaveUrl: This attribute MUST be ignored.

scriptLanguage: This attribute MUST be ignored.

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

 <xsd:element name="solutionProperties">
   <xsd:complexType>
     <xsd:attribute name="allowCustomization" type="xsf:xdYesNo" use="optional"/>
     <xsd:attribute name="lastOpenView" type="xsf:xdFileName" 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>