[Table of Contents] [docx version]
Error! No text of specified style in document.
title (Title)
This element defines the title given to a style definition header. The title is simply a name for the style definition.
[Example: Consider the following example of title being used in DiagramML:
<styleDefHdr uniqueId="urn:quickstyle/3d1" minVer="12.0">
...
</styleDefHdr>
In this example we see the title being set to My Title. 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_SDName">
<attribute name="lang" type="xsd:string" use="optional" default=""/>
<attribute name="val" type="xsd:string" use="required"/>
</complexType>