<styleDefHdrLst>
(List of Style Definition Headers)
This element is simply a list of style definition headers and is used to consolidate multiple headers into one group.
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_StyleDefinitionHeaderLst">
<sequence>
<element name="styleDefHdr" type="CT_StyleDefinitionHeader" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>