<tagLst> (Programmable Tab List)

This element specifies the list of programmable extensibility tags that will be used to store variables from legacy file formats.

Parent Elements

Root element of PresentationML User-Defined Tags part

Child Elements

Subclause

<tag> (Programmable Extensibility Tag)

§4.4.3.1

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

<complexType name="CT_TagList">
	<sequence>
	<element name="tag" type="CT_StringTag" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>