[Table of Contents] [docx version]
Error! No text of specified style in document.
desc (Style Label Description)
This element defines a description for a style label definition. The description is simply a string describing the characteristics of the style label definition.
[Example: Consider the following example of the desc element in DiagramML:
<desc lang="" val="3-D Style 1"/>
In this example we define the description to be 3-D Style 1. end example]
Parent Elements |
styleDef (§5.9.5.7); styleDefHdr (§5.9.5.8) |
Attributes |
Description |
lang (Natural Language) |
The natural language of the title or description of this quick style.
The possible values for this attribute are defined by the XML Schema string datatype. |
val (Description Value) |
The string used for the description.
The possible values for this attribute are defined by the XML Schema string datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SDDescription">
<attribute name="lang" type="xsd:string" use="optional" default=""/>
<attribute name="val" type="xsd:string" use="required"/>
</complexType>