expand |
gives an expanded form of information presented more concisely in
the dictionary |
|
Datatype: CDATA |
|
Values: any string of characters |
|
Default: #IMPLIED |
|
Example:
|
norm |
gives a normalized form of information given by the source text in
a non-normalized form |
|
Datatype: CDATA |
|
Values: any string of characters |
|
Default: #IMPLIED |
|
Example:
|
split |
gives the list of split values for a merged form |
|
Datatype: CDATA |
|
Values: any string of characters |
|
Default: #IMPLIED |
|
Example:
|
value |
gives a value which lacks any realization in the printed source
text. |
|
Datatype: CDATA |
|
Values: any string of characters |
|
Default: #IMPLIED |
|
Example:
|
orig |
(original)
gives the original string or is the empty string when the element
does not appear in the source text. |
|
Datatype: CDATA |
|
Values: any string of characters |
|
Default: #IMPLIED |
|
Example:
|
location |
provides a reference to an <anchor> element elsewhere in
the
document indicating the original location of this
component. |
|
Datatype: IDREF |
|
Values: a valid identifier
for an <anchor> element elsewhere in the current document. |
|
Default: #IMPLIED |
|
Example:
|
mergedin |
gives a reference to another element, where the original appears
as a merged form. |
|
Datatype: IDREF |
|
Values: any valid
identifier. |
|
Default: #IMPLIED |
|
Example:
|
opt |
(optional)
indicates whether the element is optional or not |
|
Datatype: (y | n) |
|
Values: any string of characters |
|
Default: n |
|
Example: <form>
<orth next="o2" id="o1">thyr</orth>
<orth next="o3" prev="o1" id="o2" opt="y">é</orth>
<orth prev="o2" id="o3">ostimuline</orth>
<pron next="p2" id="p1">tiR</pron>
<pron next="p3" prev="p1" id="p2" opt="y">e</pron>
<pron prev="p2" id="p3">ostimylin</pron>
</form>
|