dictionaries defines global attributes available on elements in the base tag set for dictionaries.
Attributes:
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>
Tagsetbase tag set for printed dictionaries
Class
Filenameteidict2.ent
Parents[none]
Memberscase colloc def eg entryFree etym form gen gram gramGrp hom hyph itype lang lbl mood number oRef oVar orth pRef pVar per pos pron re sense subc syll tns tr trans usg xr
Declaration <!ENTITY % a.dictionaries ' %a.global expand CDATA #IMPLIED norm CDATA #IMPLIED split CDATA #IMPLIED value CDATA #IMPLIED orig CDATA #IMPLIED location IDREF #IMPLIED mergedin IDREF #IMPLIED opt (y | n) n' >
See 12.2

Back to index