code element

The code element describes a code fragment.

Type

Anonymous

Elements and Attributes

Child Elements

Element Description
legacyItalic
legacyBold
comment

Attributes

Attribute Type Required Description Possible Values
language maml:devLanguagesType optional See external namespace.

Usage

      <code
	language="maml:devLanguagesType"
/>
    

Definition

      <element name="code" >
  <complexType mixed="true">
    <choice minOccurs="0" maxOccurs="unbounded">
      <element name="legacyItalic" type="maml:textType"></element>
      <element name="legacyBold" type="maml:textType"></element>
    <element name="comment" type="string">
    </element>
  </choice>
  <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup" />
  <attribute name="language" type="maml:devLanguagesType">
  </attribute>
</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