Definition Type: ComplexType
Name: styleElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a document style.
Collapse XSD Schema Diagram:
Drilldown into tblStylePr in schema wordnet_xsd Drilldown into tcPr in schema wordnet_xsd Drilldown into trPr in schema wordnet_xsd Drilldown into tblPr in schema wordnet_xsd Drilldown into rPr in schema wordnet_xsd Drilldown into pPr in schema wordnet_xsd Drilldown into rsid in schema wordnet_xsd Drilldown into personalReply in schema wordnet_xsd Drilldown into personalCompose in schema wordnet_xsd Drilldown into personal in schema wordnet_xsd Drilldown into locked in schema wordnet_xsd Drilldown into semiHidden in schema wordnet_xsd Drilldown into hidden in schema wordnet_xsd Drilldown into autoRedefine in schema wordnet_xsd Drilldown into link in schema wordnet_xsd Drilldown into next in schema wordnet_xsd Drilldown into basedOn in schema wordnet_xsd Drilldown into sti in schema wordnet_xsd Drilldown into uiName in schema wordnetaux_xsd Drilldown into aliases in schema wordnet_xsd Drilldown into name in schema wordnet_xsd Drilldown into default in schema wordnet_xsd Drilldown into styleId in schema wordnet_xsd Drilldown into type in schema wordnet_xsdXSD Diagram of styleElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name W:name 0 1
aliases W:aliases 0 (1)
uiName wx:uiName 0 1
sti W:sti 0 (1)
basedOn W:basedOn 0 (1)
next W:next 0 (1)
link W:link 0 (1)
autoRedefine W:autoRedefine 0 (1)
hidden W:hidden 0 (1)
semiHidden W:semiHidden 0 (1)
locked W:locked 0 (1)
personal W:personal 0 (1)
personalCompose W:personalCompose 0 (1)
personalReply W:personalReply 0 (1)
rsid W:rsid 0 (1)
pPr W:pPr 0 1
rPr W:rPr 0 1
tblPr W:tblPr 0 1
trPr W:trPr 0 1
tcPr W:tcPr 0 1
tblStylePr W:tblStylePr 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type W:type Optional
styleId W:styleId Optional
default W:default Optional
Collapse Derivation Tree:
Collapse References:
W:style