Definition Type: SimpleType
Name: styleKindValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines the settings for the kind of style.
Collapse XSD Schema Diagram:
XSD Diagram of styleKindValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="styleKindValue">
    <xsd:annotation>
        <xsd:documentation>Defines the settings for the kind of style.</xsd:documentation>
    </xsd:annotation>
    <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>
Collapse Facets:
Facet Value
Enumeration paragraph
Enumeration character
Enumeration table
Enumeration list
Collapse Derivation Tree:
Collapse References:
W:type, W:val