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