Definition Type: ComplexType
Name: CT_LatentStyles
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into lsdException in schema wml_xsd Drilldown into count in schema wml_xsd Drilldown into defQFormat in schema wml_xsd Drilldown into defUnhideWhenUsed in schema wml_xsd Drilldown into defSemiHidden in schema wml_xsd Drilldown into defUIPriority in schema wml_xsd Drilldown into defLockedState in schema wml_xsdXSD Diagram of CT_LatentStyles in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_LatentStyles">
    <xsd:sequence>
        <xsd:element name="lsdException" type="CT_LsdException" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Latent Style Exception</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="defLockedState" type="ST_OnOff">
        <xsd:annotation>
            <xsd:documentation>Default Style Locking Setting</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="defUIPriority" type="ST_DecimalNumber">
        <xsd:annotation>
            <xsd:documentation>Default User Interface Priority Setting</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="defSemiHidden" type="ST_OnOff">
        <xsd:annotation>
            <xsd:documentation>Default Semi-Hidden Setting</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="defUnhideWhenUsed" type="ST_OnOff">
        <xsd:annotation>
            <xsd:documentation>Default Hidden Until Used Setting</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="defQFormat" type="ST_OnOff">
        <xsd:annotation>
            <xsd:documentation>Default Primary Style Setting</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="count" type="ST_DecimalNumber">
        <xsd:annotation>
            <xsd:documentation>Latent Style Count</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)
defUIPriority w:defUIPriority (Optional)
defSemiHidden w:defSemiHidden (Optional)
defUnhideWhenUsed w:defUnhideWhenUsed (Optional)
defQFormat w:defQFormat (Optional)
count w:count (Optional)
Collapse Derivation Tree:
Collapse References:
w:latentStyles