wiki:UnzippedOpenPackageContentModel

"UnzippedOpenPackage" content model

(WARNING: WORK IN PROGRESS)

We have defined a content model for storing unzipped in JCR a document which conforms to the Open Packaging specification.

It is quite simple.

The top level directory (which represents the Package and has the same name as the original document) is of type unzippedOpenPackage. This extends nt:folder.

Each subdirectory is of type cm:folder (which extends nt:folder).

Each file (eg a Part) is of type cm:content, which extends nt:file.