| <form> (form information group) groups all the information on the written and spoken forms of one headword. [10.3.1. Information on Written and Spoken Forms] |
| Module | dictionaries — Specification |
| Attributes | | type | classifies form as simple, compound, etc.| Derived from | att.typed | | Status | Optional | | Datatype | teidata.enumerated | | Suggested values include: | - simple
- single free lexical item
- lemma
- the headword itself
- variant
- a variant form
- compound
- word formed from simple lexical items
- derivative
- word derived from headword
- inflected
- word in other than usual dictionary form
- phrase
- multiple-word lexical item
|
|
|
| Member of | |
| Contained by | |
| May contain | |
| Example | <form>
<orth>zaptié</orth>
<orth>zaptyé</orth>
</form> (from TLFi) |
| Content model |
<content>
<alternate minOccurs="0"
maxOccurs="unbounded">
<textNode/>
<classRef key="model.gLike"/>
<classRef key="model.lexPhrase"/>
<classRef key="model.lexInter"/>
<classRef key="model.lexFormPart"/>
<classRef key="model.global"/>
</alternate>
</content>
⚓ |
| Schema Declaration |
element form
{
att.global.attributes,
att.lexicographic.attributes,
att.typed.attribute.subtype,
attribute type
{
"simple"
| "lemma"
| "variant"
| "compound"
| "derivative"
| "inflected"
| "phrase"
}?,
(
text
| model.gLike
| model.lexPhrase
| model.lexInter
| model.lexFormPart
| model.global
)*
}⚓
|