listType complexType
Elements and Attributes
Child Elements
Attributes
      
        | Attribute | Type | Required | Description | Possible Values | 
      
        | class | Anonymous | required |  |  | 
    
Definition
      <complexType name="listType" mixed="false" >
  <choice minOccurs="1" maxOccurs="unbounded">
    <element ref="maml:listItem" />
    <element name="conditionalSection">
      <complexType>
        <sequence>
          <element ref="maml:conditions" />
          <element name="conditionalContent" type="maml:listType"></element>
        </sequence>
      </complexType>
    </element>
  </choice>
  <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup" />
  <attribute name="class" use="required">
<simpleType>
  <restriction base="string">
    <enumeration value="bullet" />
    <enumeration value="nobullet" />
    <enumeration value="ordered" />
  </restriction>
</simpleType>
</attribute>
</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