The code element describes a code fragment.
Anonymous
| Element | Description | 
|---|---|
| legacyItalic | |
| legacyBold | |
| comment | 
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| language | maml:devLanguagesType | optional | See external namespace. | 
      <code
	language="maml:devLanguagesType"
/>
    
      <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>