This element specifies a default value for the field specified in the parent Field or RadioGroup element. The default is set to the value that this element brackets.
Element Information
Table 81 provides information about the Default element.
Table 81. Default Element Information
Attribute |
Value |
Number of occurrences |
Zero or more within a Field or RadioGroup element (This element is optional.) |
Parent elements |
Field, RadioGroup |
Contents |
Can be any well-formed XML content but is typically standard text |
Element Attributes
This element has no attributes.
Remarks
None.
Example
In the following example, the default for the TimeZone field is set to "Pacific Standard Time":
<Field Name="TimeZone" Enabled="true" VarName="OSDTimeZone" Summary="Time Zone:">
<Default>Pacific Standard Time</Default>
Related Topics