BOX folder structure
The BOX files are located under $CL_ROOT$/box, and the folder structure is similar to a site.
BOX data is stored in a directory hierarchy until exported to a BOX file. This hierarchy contains _mastsite and _root directories to store Master Site and Root resources.
A manifest.xml file is stored at the top level directory in the BOX, which contains metadata about the BOX.
This file is created when a BOX is created, and stores the information of all BOX resources. The BOX Configuration dialog box and other BOX operation GUIs read this file to display the BOX resource summary.
This XML file contains these parts:
- BOX title and description.
- BOX other properties. Users can add any property to this list.
- BOX resources. Resources are in
various categories. Every resource node has a
name
andtype
attribute, and some types of resources might also haveversion
andparent
attributes. - Each resource node has an
attribute named
level
that indicates to which level a resource belongs.