The <forms> Element
Purpose
The <forms> element contains a set of form definitions (optionally for a specified locale).
Attributes
| Name | Type | Description |
|---|---|---|
| language | NMTOKEN | The language code of the locale, which applies to all forms in this <forms> section. |
| country | NMTOKEN | The country code of the locale, which applies to all forms in this <forms> section. (Setting the country attribute does only make sense, if the language is also specified.) |
| variant | NMTOKEN | The country code of the locale, which applies to all forms in this <forms> section. (Setting the variant attribute does only make sense, if language and country are also specified.) |
Body
The body of the <forms> element is defined by the following sequence:
(form*)


