Definition Type: ComplexType
Name: listTypeProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the type of list (single, multi, hybrid).
Collapse XSD Schema Diagram:
Drilldown into val in schema wordnet_xsdXSD Diagram of listTypeProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="listTypeProperty">
    <xsd:annotation>
        <xsd:documentation>Defines the type of list (single, multi, hybrid).</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="val" type="listTypeValues" use="required">
        <xsd:annotation>
            <xsd:documentation>Defines the type of list (single, multi, or hybrid).</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
val W:val Required
Collapse Derivation Tree:
  • listTypeProperty
Collapse References:
W:plt