<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  | 
|---|
  | 
Child Elements  | 
Subclause  | 
|---|---|
  | 
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>