Definition Type: ComplexType
Name: CT_LsdException
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into qFormat in schema wml_xsd Drilldown into unhideWhenUsed in schema wml_xsd Drilldown into semiHidden in schema wml_xsd Drilldown into uiPriority in schema wml_xsd Drilldown into locked in schema wml_xsd Drilldown into name in schema wml_xsdXSD Diagram of CT_LsdException in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_LsdException">
    <xsd:attribute name="name" type="ST_String" use="required">
        <xsd:annotation>
            <xsd:documentation>Primary Style Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="locked" type="ST_OnOff">
        <xsd:annotation>
            <xsd:documentation>Latent Style Locking Setting</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="uiPriority" type="ST_DecimalNumber">
        <xsd:annotation>
            <xsd:documentation>Override default sorting order</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="semiHidden" type="ST_OnOff">
        <xsd:annotation>
            <xsd:documentation>Semi hidden text override</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="unhideWhenUsed" type="ST_OnOff">
        <xsd:annotation>
            <xsd:documentation>Unhide when used</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="qFormat" type="ST_OnOff">
        <xsd:annotation>
            <xsd:documentation>Latent Style Primary Style Setting</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
name w:name Required
locked w:locked (Optional)
uiPriority w:uiPriority (Optional)
semiHidden w:semiHidden (Optional)
unhideWhenUsed w:unhideWhenUsed (Optional)
qFormat w:qFormat (Optional)
Collapse Derivation Tree:
Collapse References:
w:lsdException