Video Part

Content Type:

Any supported video type.

Note:

video/x-ms-asf

http://www.microsoft.com/windows/windowsmedia/forpros/format/asfspec.aspx

video/avi

http://www.the-labs.com/Video/odmlff2-avidef.pdf

video/mpg

ISO/IEC 13818

video/mpeg

ISO/IEC 13818

video/x-ms-wm

http://www.microsoft.com/windows/windowsmedia/forpros/format/asfspec.aspx

video/quicktime

http://developer.apple.com/softwarelicensing/agreements/quicktime.html

Root Namespace:

not applicable

Source Relationship:

http://schemas.openxmlformats.org/officeDocument/2006/relationships/video

An instance of this part type contains a video file.

A PresentationML package is permitted to contain zero or more Video parts, each of which shall be the target of an explicit relationship in a Handout Master (§13.3.3), Notes Slide (§13.3.5), Notes Master (§13.3.4), Slide (§13.3.8), Slide Layout (§13.3.9), or Slide Master (§13.3.10) part. A WordprocessingML package is permitted to contain zero or more Video parts, each of which shall be the target of an explicit relationship from a Comments (§11.3.2), Endnotes (§11.3.4), Footer (§11.3.6), Footnotes (§11.3.7), Header (§11.3.9), or Main Document (§11.3.10) part.

example:
<Relationships xmlns="…">
  <Relationship Id="rId2" 
    Type="http://…/video" 
    Target="file:///E:\Video%20demo.avi" TargetMode="External"/>
</Relationships>

A Video part is not stored as XML; instead, it involves a relationship target that is a video clip.

A Video part may be located within or external to the package containing the source relationship (expressed syntactically, the @TargetMode attribute of the <Relationship> element may be Internal or External).

A Video part shall not have implicit or explicit relationships to other parts defined by this Standard.