2.2.147.50 managedCode

The managedCode element specifies settings for business objects in the form template (.xsn) file. Business objects are loaded when a form template (.xsn) file is published. Platform specifics determine the success of loading business objects.

Parent Elements

solutionDefinition

Attributes:

enabled: This attribute MUST be ignored.

language: This attribute MUST be ignored.

projectPath: This attribute MUST be ignored.

version: This attribute specifies which version of the platform with which the business objects were compiled. The specified value MUST match a supported version of the platform installed on the protocol server.

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

 <xsd:element name="managedCode">
   <xsd:complexType>
     <xsd:sequence/>
     <xsd:attribute name="projectPath" type="xsd:string" use="optional"/>
     <xsd:attribute name="language" type="xsf2.2.147.7:managedCodeType" use="required"/>
     <xsd:attribute name="version" type="xsd:string" use="required"/>
     <xsd:attribute name="enabled" type="xsf:xdYesNo" use="optional"/>
   </xsd:complexType>
 </xsd:element>