<xsd:complexType name="styleElt">
<xsd:annotation>
<xsd:documentation>Defines a document style.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="name" type="stringProperty" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the primary name of style. Built-in style names are converted to a language-independent form.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="aliases" type="stringProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the secondary names of a style, separated by commas</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="wx:uiName" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A hint as to the name for this style as it appears to the user in Word.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sti" type="decimalNumberProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the built-in style's unique numerical identifier.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="basedOn" type="stringProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the styleId (name of style) this style is based on.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="next" type="stringProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the styleId name of the next-paragraph-style; used only for paragraph styles.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="link" type="stringProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the styleId of the linked style; used only for linked paragraph and character styles.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="autoRedefine" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether this style can be automatically redefined when appropriate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hidden" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether to show this style to the user.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="semiHidden" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies not to show this style to users unless they request to see it.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="locked" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Restricts this style from use by the end user.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="personal" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether this is another user's HTML threading personal style.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="personalCompose" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether this is another user's HTML threading compose style.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="personalReply" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether this is another user's HTML threading reply style.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rsid" type="longHexNumberProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the Revision Save ID for this style, which is a unique identifier used to track when the style was last changed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pPr" type="pPrElt" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the paragraph properties for the style, if any.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rPr" type="rPrElt" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the character properties for the style, if any.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tblPr" type="tblPrElt" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the table properties for the style.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="trPr" type="trPrElt" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the row properties for the style.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tcPr" type="tcPrElt" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the cell properties for the style.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tblStylePr" type="tblStylePrElt" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Represents the table-style conditional-override properties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="type" type="styleKindValue" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the type of style.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="styleId" type="stringType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the name used to refer to this style within XML. This name is unique within the file. This attribute is otherwise unused.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="default" type="onOffType" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies whether this style is the default for this type of style.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|