| 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: the SGML identifier of an <anchor>  element | 
|  | Default: #IMPLIED | 
|  | Example: | 
| mergedin | gives a reference to another element, where the original appears
as a merged form. | 
|  | Datatype: IDREF | 
|  | Values: the SGML identifier of any element | 
|  | 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 id=o1 next=o2>thyr</orth>
  <orth id=o2 prev=o1 next=o3 opt=y>é</orth>
  <orth id=o3 prev=o2>ostimuline</orth>
  <pron id=p1 next=p2>tiR</pron>
  <pron id=p2 prev=p1 next=p3 opt=y>e</pron>
  <pron id=p3 prev=p2>ostimylin</pron>
</form> |