<title> (Title)

This element defines the title given to a style definition header. The title is simply a name for the style definition.

example:
<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 Title. ]

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>