DocumentID: ECMA-376/Part2/9.1
Title: ECMA-376, Part2: 9.1 Physical Mapping Guidelines
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:

9.1 Physical Mapping Guidelines

Whereas the package model defines a package abstraction, an instance of a package must be based on a physical representation. A physical package format is a particular physical representation of the package contents in a file.

Many physical package formats have features that partially match the packaging model components. In defining mappings from the package model to a physical package format, it is advisable to take advantage of any similarities in capabilities between the package model and the physical package medium while using layers of mapping to provide additional capabilities not inherently present in the physical package medium. [Example: Some physical package formats store parts as individual files in a file system, in which case it is advantageous to map many part names directly to identical physical file names. end example]

Designers of physical package formats face some common mapping problems. [Example: Associating arbitrary content types with parts and supporting part interleaving end example] Package implementers might use the common mapping solutions defined in this Open Packaging specification. [O2.3]


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