2.2.147.7 managedCodeType

The managedCodeType simple type specifies restrictions for specifying the business objects programming language used in the form template.

Referenced By

managedCode.xsf2.2.147.50@language

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

 <xsd:simpleType name="managedCodeType">
   <xsd:restriction base="xsd:string">
     <xsd:pattern value="[a-zA-Z0-9\.]*"/>
   </xsd:restriction>
 </xsd:simpleType>