21.4.5.11 title

This element defines the title given to a definition.

style definition header.

The title is simply a name for the style

[Example: Consider the following example of title being used in DiagramML:

<styleDefHdr uniqueId="urn:quickstyle/3d1" minVer="12.0">
  <title val="My Title"/>
  <desc val="My Description"/>
</styleDefHdr>

In this example we see the title being set to My

Attributes

val (Description Value)

The string used for the description.

The possible values for this attribute are defined by the W3C XML Schema string datatype.

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 W3C XML Schema string datatype.

[Note: The W3C XML Schema definition of this element’s content model (CT_SDName) is located in A.5.3. end note]

Last updated on