[Table of Contents] [docx version]
Error! No text of specified style in document.
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.
Parent Elements |
layoutDef (§5.9.2.16); layoutDefHdr (§5.9.2.17) |
Attributes |
Description |
lang (Language) |
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. |
val (Value) |
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>