--- layout: page title: PCx86 <machine> Element permalink: /docs/pcx86/machine/ redirect_from: - /docs/pcjs/machine/ --- PCx86 Machine Component --- Format --- ```xml ... ``` Purpose --- Container for a complete machine definition. Machines are components that contain other components. See [Component](/docs/pcx86/component/) for more details. Attributes --- * *class* (required) For PCx86 machines, this must be set to "pcx86", indicating the machine belongs to the PCx86 application. * Also supports the attributes of [Component](/docs/pcx86/component/). The *id* attribute is optional for a machine, unless there is more than one machine on a page, in which case each machine must have a unique *id*. Bindings --- None. Example --- ```xml ... ``` Output --- ```html
...
``` [Return to [PCx86 Documentation](..)]