This element specifies a validator within the validator library.
Element Information
Table 66 provides information about the Validator element.
Table 66. Validator Element Information
Attribute |
Value |
Number of occurrences |
Zero or more within the ValidatorLibrary element (This element is optional.) |
Parent elements |
ValidatorLibrary |
Contents |
Param |
Element Attributes
Table 67 lists the attributes of the Validator element and provides a description of each.
Table 67. Attributes and Corresponding Values for the Validator Element
Attribute |
Description |
Description |
Specifies text that provides information about the validator, which is displayed in the UDI Wizard Designer |
DisplayName |
Specifies the user-friendly name of the validator displayed in the UDI Wizard Designer (This name is usually more descriptive than the Name attribute.) |
DLL |
Specifies the name of the .dll file associated with the validator (The .dll file must exist in the installation_folder\Templates\Distribution\Tools\platform folder (where installation_folder is the folder in which you installed MDT and platform is x86 for the 32-bit version or x64 for the 64-bit version.) |
Name |
Specifies the name of the validator, which is displayed in the appropriate UDI Wizard page and in the UDI Wizard Designer |
Type |
Specifies the validator type, which is registered with the registry factor and used to call a specific validator within a .dll file |
Remarks
None.
Example
None.
Related Topics