This element specifies an instance of a control in a Page element used to provide customization with XML. Not all controls allow customization with XML—only controls that use the Field element.
Element Information
Table 90 provides information about the Field element.
Table 90. Field Element Information
Attribute |
Value |
Number of occurrences |
Zero or more within each Field element (This element is optional.) |
Parent elements |
Fields |
Contents |
Default, Validator |
Element Attributes
Table 91 lists the attributes of the Field element and provides a description of each.
Table 91. Attributes and Corresponding Values for the Field Element
Attribute |
Description |
Enabled |
Specifies whether the field is enabled for user input (The attribute can be set to True or False.) |
Name |
Specifies the name of the field |
Summary |
Specifies the descriptive text displayed on the Summary wizard page for the value that this field sets |
VarName |
Specifies the task sequence variable name read or configured using the field in the parent Field element |
Remarks
This element can contain zero or more Default elements and zero or more Validator elements.
Example
None.
Related Topics