2.2.4.66 CT_MediaCtrl

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Powerpoint.Interface.Shared

A complex type that SHOULD<27> specify a user interface region for a media element on a presentation slide.

 <xs:complexType name="CT_MediaCtrl" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="elemId" nillable="true" type="xs:string"/>
     <xs:element name="rct" nillable="true" type="tns:CT_Rectangle"/>
   </xs:sequence>
 </xs:complexType>

elemId: An xs:string ([XMLSCHEMA2] section 3.2.1) element that specifies a name that uniquely identifies a media element on the presentation slide.

rct:  A CT_Rectangle (section 2.2.4.45) element that specifies the user interface region for this element.