2.2.4.65 CT_Media

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

A complex type that SHOULD<26> specify information about a media object.

 <xs:complexType name="CT_Media" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="Item" nillable="true" type="xs:anyType"/>
     <xs:element name="name" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

Item: An xs:anyType ([XMLSCHEMA1] section 3.4.7) element that specifies a media object. The child element MUST be CT_MediaLink (section 2.2.4.67), CT_MediaLocal (section 2.2.4.68), or CT_Error (section 2.2.4.30). A CT_MediaLink child element specifies a media element that is stored externally. A CT_MediaLocal child element specifies a media element that is stored within the presentation. A CT_Error child element specifies information about an error that occurred related to this media element.

name: An xs:string ([XMLSCHEMA2] section 3.2.1) element that specifies the name of the media resource.