3.1.4.1.1 Graphic Frame Doc

Content Type

application/vnd.ms-office.DrsE2oDoc+xml

Root Namespace

http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing

Source Relationship

http://schemas.microsoft.com/office/2006/relationships/graphicFrameDoc

An instance of this part type contains the information about an OfficeArt object and its effects.

A DrawingML Persistence Package shall contain only 1 Graphic Frame Doc part.

The root element for a Graphic Frame Doc part shall be e2oholder (§3.1.4.3.1.1, e2oholder).

[Example: The following Graphic Frame Doc part contains information about a Diagram Object

 <wp:e2oholder …>
     <wp:effectOffset l="18288" t="0" r="12887" b="0"/>
     <a:graphic …>
         <a:graphicData uri="http://schemas.openxmlformats.org/drawingml/2006/diagram">
             <dgm:relIds r:dm="rId1" r:lo="rId2" r:qs="rId3" r:cs="rId4" …/>
         </a:graphicData>
     </a:graphic>
 </wp:e2oholder>

end example]

A Graphic Frame Doc part is permitted to contain explicit relationships to the following parts defined by Office Open XML File Formats [ISO/IEC-29500-1]:

  • Chart ("[ISO/IEC-29500-1] §14.2.1")

  • Diagrams: Diagram Colors ("[ISO/IEC-29500-1] §14.2.3"), Diagram Data ("[ISO/IEC-29500-1] §14.2.4"), Diagram Layout Definition ("[ISO/IEC-29500-1] §14.2.5"), and Diagram Styles ("[ISO/IEC-29500-1] §14.2.6")

  • Images ("[ISO/IEC-29500-1] §15.2.13")

A Graphic Frame Doc part shall not have any implicit or explicit relationships to any other part defined by Office Open XML File Formats [ISO/IEC-29500-1].