[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

sldTgt (Slide Target)

This element specifies the slide as the target element.

[Example: For example, suppose we have a simple animation with a blind entrance.

<p:seq concurrent="1" nextAc="seek">

<p:cTn id="2" dur="indefinite" nodeType="mainSeq">...

<p:prevCondLst>...

<p:nextCondLst>

<p:cond evt="onNext" delay="0">

<p:tgtEl>

<p:sldTgt/>

</p:tgtEl>

</p:cond>

</p:nextCondLst>

</p:seq>

End Example]

Parent Elements

tgtEl (ยง4.6.81)

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

<complexType name="CT_Empty"/>