| Description |
The value
attribute is used by elements that allow a limited set of
values, sometimes referred to as "picklist values." Instead
of including these values as element content, they are
assigned by using the value attribute, for instance:
<partOfSpeech value="noun"/>.
These elements are all empty elements. In each case,
the value attribute is a required attribute. |