2.2.5.2 CompatibilityMode

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Word.Server.Conversions

A string value specifying the preferred compatibility mode of the output file of a conversion item.

 <xs:simpleType name="CompatibilityMode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Word2003"/>
     <xs:enumeration value="Word2007"/>
     <xs:enumeration value="Word2010"/>
     <xs:enumeration value="Word2013"/>
     <xs:enumeration value="MaintainCurrentSetting"/>
     <xs:enumeration value="Current"/>
   </xs:restriction>
 </xs:simpleType>

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

Value

Meaning

Word2003

Compatible with features defined in [MS-DOC].

Word2007

Compatible with word processing features specified in [ECMA-376].

Word2010

Compatible with word processing features specified in [ISO/IEC29500-1:2011] and [ISO/IEC29500-4:2011] as well as those specified in [MS-DOCX] except where noted for an [MS-DOCX] section 2.3.5 element with a val attribute whose value is 14.

Word2013

Compatible with word processing features specified in [ISO/IEC29500-1:2011] and [ISO/IEC29500-4:2011] as well as those specified in [MS-DOCX].

MaintainCurrentSetting

Maintain the compatibility mode of the input file.

Current

Use the latest compatibility mode of the protocol server.