Specifies the type of processor the software will run on.
Syntax
<PROCESSOR VALUE= "Alpha" | "MIPS" | "PPC" | "x86" />
Attributes
- VALUE
- Required. String value representing the name of the processor that the software will run on.
Element Information
Number of occurrences Any number (per parent element) Parent elements IMPLEMENTATION Child elements None File formats supported CDF, OSD Requires closing tag No
Remarks
There may be zero or more instances of this element specifying the particular processor architectures that an implementation runs on. If no PROCESSOR is specified, the particular IMPLEMENTATION runs on all processors.
Example
This example shows how to specify which type of processor the software will run on.
<PROCESSOR VALUE="x86"/>