<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:
<desc lang="" val="3-D Style 1"/>
In this example we define the description to be 3-D Style 1
. ]
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_SDDescription">
<attribute name="lang" type="xsd:string" use="optional" default=""/>
<attribute name="val" type="xsd:string" use="required"/>
</complexType>