[Table of Contents] [docx version]

Error! No text of specified style in document.

title (Title)

Title of the Diagram Layout.

Parent Elements

layoutDef5.9.2.16); layoutDefHdr5.9.2.17)

 

Attributes

Description

lang (Language)

Specifies the 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)

Specifies the title or description of this 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_Name">

   <attribute name="lang" type="xsd:string" use="optional" default=""/>

   <attribute name="val" type="xsd:string" use="required"/>

</complexType>