Definition Type: ComplexType
Name: docPrStyleProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines style reference that is a document property.
Collapse XSD Schema Diagram:
Drilldown into val in schema wordnet_xsd Drilldown into sti in schema wordnet_xsdXSD Diagram of docPrStyleProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="docPrStyleProperty">
    <xsd:annotation>
        <xsd:documentation>Defines style reference that is a document property.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="sti" type="stringType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets a built-in style's unique numerical identifier.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="val" type="stringType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the style name as show to the user at save time.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
sti W:sti Optional
val W:val Required
Collapse Derivation Tree:
Collapse References:
W:clickAndTypeStyle, W:defaultTableStyle