<xsd:complexType name="CT_StylePaneFilter">
<xsd:attribute name="allStyles" type="s:ST_OnOff"/>
<xsd:attribute name="customStyles" type="s:ST_OnOff"/>
<xsd:attribute name="latentStyles" type="s:ST_OnOff"/>
<xsd:attribute name="stylesInUse" type="s:ST_OnOff"/>
<xsd:attribute name="headingStyles" type="s:ST_OnOff"/>
<xsd:attribute name="numberingStyles" type="s:ST_OnOff"/>
<xsd:attribute name="tableStyles" type="s:ST_OnOff"/>
<xsd:attribute name="directFormattingOnRuns" type="s:ST_OnOff"/>
<xsd:attribute name="directFormattingOnParagraphs" type="s:ST_OnOff"/>
<xsd:attribute name="directFormattingOnNumbering" type="s:ST_OnOff"/>
<xsd:attribute name="directFormattingOnTables" type="s:ST_OnOff"/>
<xsd:attribute name="clearFormatting" type="s:ST_OnOff"/>
<xsd:attribute name="top3HeadingStyles" type="s:ST_OnOff"/>
<xsd:attribute name="visibleStyles" type="s:ST_OnOff"/>
<xsd:attribute name="alternateStyleNames" type="s:ST_OnOff"/>
</xsd:complexType> |