Defines the type of list (single, multi, hybrid).
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| val | listTypeValues | required | Defines the type of list (single, multi, or hybrid). | 
 | 
      
<xsd:complexType name="listTypeProperty" >
  <xsd:attribute name="val" type="listTypeValues" use="required"></xsd:attribute>
</xsd:complexType>