<desc>
(Description)
This element holds a description for a layout definition. The description can be used to describe the qualities associated with a particular layout definition.
Attributes |
Description |
---|---|
|
The natural language of the title or description of this layout definition. The possible values for this attribute are defined by the XML Schema string datatype. |
|
The string which is used as the description of the layout definition. 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_Description">
<attribute name="lang" type="xsd:string" use="optional" default=""/>
<attribute name="val" type="xsd:string" use="required"/>
</complexType>