<lit> (Literal)
This element specifies that the characters in the run are literal; that is, they are to be interpreted literally and not take on any special mathematical meaning such as operators or characters that trigger conversion to a 2-dimensional format. 
example: : In the following XML, the + operator is treated literally and does not receive proper binary spacing:
<m:r>a</m:r>
<m:r>
  <m:rPr>
    <m:lit/>
  </m:rPr>
  <m:t>+</m:t>
</m:r>
<m:r>
  <m:t>b</m:t>
</m:r>
Parent Elements  | 
|---|
  | 
Attributes  | 
Description  | 
|---|---|
  | 
Specifies a binary value for the property defined by the parent XML element. A value of  A value of  The possible values for this attribute are defined by the ST_OnOff simple type (§7.1.3.9).  | 
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OnOff">
	<attribute name="val" type="ST_OnOff"/>
</complexType>