Definition Type: ComplexType
Name: latentStylesElt
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 lsdException in schema wordnet_xsd Drilldown into latentStyleCount in schema wordnet_xsd Drilldown into defLockedState in schema wordnet_xsdXSD Diagram of latentStylesElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="latentStylesElt">
    <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:sequence>
        <xsd:element name="lsdException" type="lsdExceptionElt" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Represents a specific instance of a latent style (the attributes give information about the locked state).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="defLockedState" type="onOffType">
        <xsd:annotation>
            <xsd:documentation>Gets or sets defines the default locked state.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="latentStyleCount" type="decimalNumberType">
        <xsd:annotation>
            <xsd:documentation>If not zero, represents the number of latent styles that should be initialized to the given defaults.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
lsdException W:lsdException 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
defLockedState W:defLockedState (Optional)
latentStyleCount W:latentStyleCount (Optional)
Collapse Derivation Tree:
Collapse References:
W:latentStyles