DocumentID: ECMA-376/Part3/2.18.2
Title: ECMA-376, Part3: 2.18.2 Subdocuments
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.18.2 Subdocuments

Within a WordprocessingML document, it is sometimes necessary to break a large document into two or more separate WordprocessingML document files, allowing each of these files to be distributed, edited, and handled independently.

A book might consist of five chapters, each edited by a separate author. The editor for the book would therefore desire to create six WordprocessingML documents - one for each author to work on their chapter, and a main document which collates the content of the five chapters appropriately.

When a WordprocessingML document is composed of other WordprocessingML documents in this way, the resulting documents are a master document and its subdocuments.

Consider a WordprocessingML document, which is being used to write a book:

image27

To allow this document to be written by multiple authors, each chapter in the book is placed in a separate file (the sections highlighted in red below):

image28

The result is three WordprocessingML documents:


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