<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
. ]
Attributes |
Description |
---|---|
|
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. |
|
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>