<controls> (List of controls)

This element specifies a list of embedded controls for the corresponding slide. Custom embedded controls may be embedded on slides.

Parent Elements

<cSld>4.4.1.15)

Child Elements

Subclause

<control> (Embedded Control)

§4.4.2.1

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

<complexType name="CT_ControlList">
	<sequence>
	<element name="control" type="CT_Control" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>