2.2.5.6 MarkupTypes

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

A string value specifying the preferred markup types to display in the output file of a conversion item.

 <xs:simpleType name="MarkupTypes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:list>
     <xs:simpleType>
       <xs:restriction base="xs:string">
         <xs:enumeration value="Comments"/>
         <xs:enumeration value="Ink"/>
         <xs:enumeration value="Text"/>
         <xs:enumeration value="Formatting"/>
       </xs:restriction>
     </xs:simpleType>
   </xs:list>
 </xs:simpleType>

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

Value

Meaning

Comments

Display comments.

Ink

Display ink annotations.

Text

Display content revisions.

Formatting

Display formatting revisions.