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