<tmpl> (Template Effects)

This element specifies the "template" effects that are used by the build element. Template effects are used in text builds on the master slide.  They define the rules of what effect should be applied to the 1st level paragraph, 2nd level paragraph, etc.

[Example: Consider a template with a fade in effect applied to it. The <tmpl> element should be used as follows:

<p:timing>
  <p:tnLst>...
  <p:bldLst>
    <p:bldP spid="3" grpId="0" build="p">
      <p:tmplLst>
        <p:tmpl lvl="1">
        </p:tmpl>
      </p:tmplLst>
    </p:bldP>
  </p:bldLst>
</p:timing>

End Example]

Parent Elements

<tmplLst>4.6.85)

Child Elements

Subclause

<tnLst> (Time Node List)

§4.6.87

Attributes

Description

<lvl> (Level)

This attribute describes the paragraph indent level to which this template effect applies.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

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

<complexType name="CT_TLTemplate">
	<sequence>
	<element name="tnLst" type="CT_TimeNodeList" minOccurs="1" maxOccurs="1"/>
	</sequence>
	<attribute name="lvl" type="xsd:unsignedInt" use="optional" default="0"/>
</complexType>