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