The codeInline element describes a string of code of a particular computer language.
Anonymous
| Element | Description | 
|---|---|
| legacyItalic | |
| legacyBold | 
None.
      <codeInline />
    
      <element name="codeInline" >
  <complexType mixed="true">
    <choice minOccurs="0" maxOccurs="unbounded">
      <element name="legacyItalic" type="maml:textType"></element>
      <element name="legacyBold" type="maml:textType"></element>
    </choice>
  </complexType>
</element>