codeInline element

The codeInline element describes a string of code of a particular computer language.

Type

Anonymous

Elements and Attributes

Child Elements

Element Description
legacyItalic
legacyBold

Attributes

None.

Usage

      <codeInline />
    

Definition

      <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>

    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp