9.2

Table Of Contents
ID (Modifier DTD)
DeconstructModifyConstructModifier DTD
Identifies an object by its
unique ID and by its name
(if any).
Identifies an object by its
UID or NAME.
Note: QuarkXPress Server
evaluates the ID element for
Lets you specify a name for
a LAYOUT, LAYER, BOX,
LINKEDBOX, TABLE, GROUP,
or COMPOSITIONZONE.
<!ELEMENT ID EMPTY>
If a NAME value exists, the
NAME displays in the contenta NAME value first and for a
Lets you specify a unique ID
for a SPREAD or PAGE.
of the ID element: <ID
UID=456 NAME=Name of
box>Name of box</ID>
UID second. If a NAME is
found, the UID is ignored.
If a NAME value does not
exist, the UID displays in the
content of the ID element:
<ID UID=457>457</ID>
Note: If a NAME value does
not exist for a box, the word
Box and the box UID are
concatenated and display in
the XML.
<!ATTLIST ID
The name of the parent
element.
The name of the LAYOUT,
LAYER, SPREAD, BOX, TABLE,
GROUP, or element to be
modified.
The name of the parent
element. The NAME is
assigned to QuarkXPress
elements during document
construction. For example,
NAME CDATA #IMPLIED
NAME="BOX1" would be
assigned to a box after it has
been constructed.
Required for LAYOUT, LAYER,
BOX, TABLE, GROUP, and
COMPOSITIONZONE
elements.
QuarkXPress Server
automatically assigns a UID
to such elements.
Ignored for spreads and
pages.
Specifies the unique ID of an
element in the QuarkXPress
project.
The unique ID of the
element to be modified.
Required for PAGE and
SPREAD elements. Ignored
for all other element types.
UID CDATA #IMPLIED>
INLINETABLE (Modifier DTD)
DeconstructModifyConstructModifier DTD
Not applicable.Describes a table that is
anchored in a text box.
Describes a table that is
anchored in a text box.
<!ELEMENT INLINETABLE
(FRAME?, COLGROUP?,
THEAD?, TBODY,
TFOOT?)>
192 | QXP SERVER 9.2 WEB INTEGRATION GUIDE
MODIFIER DTD (ANNOTATED)