<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 |
---|---|
|
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>