DocumentID: ECMA-376/Part3/2.11.5
Title: ECMA-376, Part3: 2.11.5 Empty Header or Footer
Extracted-From: ECMA-376 Office Open XML File Formats, 1st Edition / December 2006
Warning: Coverted to HTML format by a script known to have bugs

Navigation:

2.11.5 Empty Header or Footer

Not specifying a header and footer reference in a section, other than the first section, causes the document to inherit the previous section's header and footer references. In order to declare an empty header or footer, a header or footer reference must be made to a null header or footer relationship, as follows:

<Relationship Id="rId2" Type="http:// .../header" Target="null" />

The null attribute value specifies that the header or footer shall not be inherited from the previous section, and a blank header or footer shall explicitly be used.


Converted to HTML format by ooxmlspec2html 0.1, a Perl script provided by OpenISO.org.