Office Open XML file formats: Difference between revisions

Content deleted Content added
No edit summary
Kompot 3 (talk | contribs)
m I have changed the "_rels/.rel" file name to the correct one "_rels/.rels", as it is the one that contains the package relationaships.
Line 84:
; [Content_Types].xml: This file provided MIME type information for parts of the package, using defaults for certain file extensions and overrides for parts specificied by [[Internationalized Resource Identifier|IRI]].
; _rels: This directory contains relationships for the files within the package. To find the relationships for a specific file, look for the ''_rels'' directory that is a sibling of the file, and then for a file that has the original file name with a ''.rels'' appended to it. For example, if the content types file had any relationships, there would be a file called ''[Content_Types].xml.rels'' inside the ''_rels'' directory.
; _rels/.relrels: This file is where the package relationships are located. Applications look here first. Viewing in a text editor, one will see it outlines each relationship for that section. In a minimal document containing only the basic ''document.xml'' file, the relationships detailed are [[metadata]] and ''document.xml''.
; docProps/core.xml: This file contains the core properties for any Office Open XML document.
; word/document.xml: This file is the main part for any Word document.