8.0

Table Of Contents
Working with Composition
Zones
A Composition Zones item in a deconstructed project is represented in XML by a
<COMPOSITIONZONE> element. Like the <BOX> element type, this element type supports the
<GEOMETRY>, <SHADOW>, and <FRAME> elements. In addition, a <COMPOSITIONZONE>
element includes a <TYPE> attribute that identifies it as an internal or external Composition Zones item.
For external Composition Zones, the
PATH attribute indicates the location of the associated composition layout.
Composition Zones items must be created in QuarkXPress. <COMPOSITIONZONE> elements are
ignored by the construct namespace and the
modify parameter.
<PROJECT>
<LAYOUT>
<ID UID="Layout 1"/>
<SPREAD>
<ID/>
<COMPOSITIONZONE TYPE="INTERNAL
">
<ID/>
</COMPOSITIONZONE>
</SPREAD>
</LAYOUT>
</PROJECT>
Related topics:
Modifier DTD
Modifier DTD (annotated)
construct
modify
xml
Page 170