<layoutDefHdrLst> (Diagram Layout Header List)

This element is simply a list of layout definition headers. This list of headers is used internally as a way to group all of the layout definition headers together into a single structure.

Child Elements

Subclause

<layoutDefHdr> (Layout Definition Header)

§5.9.2.17

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_DiagramDefinitionHeaderLst">
	<sequence>
	<element name="layoutDefHdr" type="CT_DiagramDefinitionHeader" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>