.RELS File Extension
Open Office XML Relationships File
Developer | Microsoft |
Popularity |
3.6 | 45 Votes |
What is a RELS file?
A RELS file is a metadata file stored within Microsoft Office Open XML documents, such as Word .DOCX, Excel .XLSX, and PowerPoint .PPTX files. It contains XML specifications for how "parts" within a "package" are connected to form a document. RELS files are saved in a _rels directory of an Office Open XML (OOXML) document.
More Information
RELS files are not meant to be opened manually. Instead, the file is referenced by the Microsoft Office application opening the document that contains the RELS file.
If you need to view the information in a RELS file, you can use a text editor since the information is saved in XML format. However, you should not edit the contents because it may cause the document that contains the RELS file to become unusable.
Relationships within RELS files are declared using the XML syntax <Relationship Id="someID" Type="relationshipType" Target="targetPart"/>, where Id is the unique user-defined string, Type is the type of content, and Target is the target file used for the relationship.
NOTE: OOXML RELS files were first introduced with the release of Microsoft Office 2007.