latentStylesElt complexType
Defines a specific instance of a latent style (the attributes give information about the locked state).
Type Information
      
        | Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
      
        | Schema name | XML Document 2003 | 
    
Elements and Attributes
Child Elements
      
        | Element | Description | 
      
        | lsdException | Represents a specific instance of a latent style (the attributes give information about the locked state). | 
    
Attributes
      
        | Attribute | Type | Required | Description | Possible Values | 
      
        | defLockedState | onOffType | optional | Gets or sets defines the default locked state. |  | 
      
        | latentStyleCount | decimalNumberType | optional | If not zero, represents the number of latent styles that should be initialized to the given defaults. |  | 
    
Definition
      
<xsd:complexType name="latentStylesElt" >
  <xsd:sequence>
    <xsd:element name="lsdException" type="lsdExceptionElt" minOccurs="0" maxOccurs="unbounded">
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="defLockedState" type="onOffType">
  </xsd:attribute>
  <xsd:attribute name="latentStyleCount" type="decimalNumberType">
  </xsd:attribute>
</xsd:complexType>
    ©2003-2004 Microsoft Corporation. All rights reserved.  
Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp