Next: Component objects, Previous: Pages, Up: The Schematic Document Model [Contents][Index]
Each page
contains some number of schematic elements,
represented by the object
type. There are several sub-types of
object
, including:
Each object
can be part of at most a single page
– they
cannot be shared between pages. object
s are automatically
garbage collected.
Most of different object
sub-types are quite straightforward to
understand. The main exceptions are components, and the text
object
-based attribute mechanism, which are described in the
following sections.