2.2.2.1.3 compatibilityModesType

 The compatibilityModesType simple type specifies restrictions for specifying the compatibility mode for the form template.

Referenced By

solutionDefinition.xsf2.2.2.2.1@runtimeCompatibility

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

 <xsd:simpleType name="compatibilityModesType">
   <xsd:restriction base="xsd:NMTOKEN">
     <xsd:pattern value="[a-zA-Z0-9_]*"/>
   </xsd:restriction>
 </xsd:simpleType>