Defines the settings for the kind of style.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
      
<xsd:simpleType name="styleKindValue" >
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="paragraph"></xsd:enumeration>
    <xsd:enumeration value="character"></xsd:enumeration>
    <xsd:enumeration value="table"></xsd:enumeration>
    <xsd:enumeration value="list"></xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>