2.2.5.1 Category

Namespace: http://schemas.microsoft.com/office/infopath/2007/formsServices

The Category element indicates whether the corresponding Message element, as specified in section 2.2.4.4, is a potential performance issue or whether it represents an issue preventing the form template from being browser-enabled.

 <xs:simpleType name="Category" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="BrowserOptimization"/>
     <xs:enumeration value="BrowserCompatibility"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the Category simple type.

Value

Meaning

BrowserOptimization

This enumeration value MUST be used when a browser-optimization issue is found during the analysis of the form template (.xsn) file.

BrowserCompatibility

This enumeration value MUST be used for all issues that are not browser-optimization issues.