Definition Type: ComplexType
Name: lsdExceptionElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a specific instance of a latent style (the attributes give information about the locked state).
Collapse XSD Schema Diagram:
Drilldown into locked in schema wordnet_xsd Drilldown into name in schema wordnet_xsdXSD Diagram of lsdExceptionElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="lsdExceptionElt">
    <xsd:annotation>
        <xsd:documentation>Defines a specific instance of a latent style (the attributes give information about the locked state).</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="name" type="stringType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the built-in style name for this latent style. If this name doesn't match a built-in Word style, this attribute will be ignored.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="locked" type="onOffType">
        <xsd:annotation>
            <xsd:documentation>Overrides the default locked state if a specific value is specified for this attribute.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
name W:name Required
locked W:locked (Optional)
Collapse Derivation Tree:
Collapse References:
W:lsdException