<!ATTLIST FORMAT value CDATA #REQUIRED> |
Attribute | Mand. | Description | Default |
value | yes | Value of the format. The syntax is the one specified for the text input widgets. If a format is specified, it is attached to the text field and used to facilitate the user while typing in. If no format is specified, a default text field is used. |
<!-- Format of an Internet Protocol (IP) address --> <FORMAT value="[0-255].[0-255].[0-255].[0-255]"/> <!--Telephone number with 10 digits --> <FORMAT value="[0-99] [0-99] [0-99] [0-99] [0-99]"/> |