<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>
|