inlineType complexType

The inlineType complexType describes a simple inline-only content model. It provides both text and elements with similarly simple content models.

Elements and Attributes

Child Elements

Element Description
conditionalSection
conditionalContent
maml:sharedContent See external namespace.
maml:conditions See external namespace.

Attributes

None.

Definition

      <complexType name="inlineType" mixed="true" >
  <choice minOccurs="0" maxOccurs="unbounded">
    <group ref="maml:inlineGroup" />
    <element ref="maml:sharedContent" />
    <element name="conditionalSection">
      <complexType>
        <sequence>
          <element ref="maml:conditions" />
          <element name="conditionalContent" type="maml:inlineType"></element>
        </sequence>
      </complexType>
    </element>
  </choice>
  <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup" />
</complexType>

    
©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