{"id":78,"date":"2019-10-31T16:50:14","date_gmt":"2019-10-31T16:50:14","guid":{"rendered":"https:\/\/leme.utoronto.ca\/?page_id=78"},"modified":"2023-11-08T20:00:48","modified_gmt":"2023-11-08T20:00:48","slug":"encoding-tag-set","status":"publish","type":"page","link":"https:\/\/leme.utoronto.ca\/?page_id=78","title":{"rendered":"LEME XML Tagset"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"structural\"><strong>Structural Elements<\/strong><\/h2>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"root\"><strong>Root<\/strong><\/h4>\n\n\n\n<p>Attributes: None<\/p>\n\n\n\n<p>Children: <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: <code>&lt;<strong>leme<\/strong>&gt;<\/code><\/li><li>Textual: None<\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;root&gt;<\/code> <\/strong>element is the sole parent element to all the other elements of LEME-XML, as per <a href=\"https:\/\/en.wikipedia.org\/wiki\/Root_element\">its standard XML definition<\/a>. As LEME-DB already identifies <strong><code>&lt;leme&gt;<\/code><\/strong> as the sole parent element of all LEME-DB elements, <strong><code>&lt;root&gt;<\/code> <\/strong>may only contain one <strong><code>&lt;leme&gt;<\/code> <\/strong>element.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"leme\"><strong>Leme<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@no: string<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: <strong><code>&lt;section&gt;<\/code> <code>&lt;wordentry&gt;<\/code> <code>&lt;wordgroup1&gt;<\/code> <code>&lt;heading&gt;<\/code> <code>&lt;closing&gt;<\/code><\/strong><\/li><li>Textual: <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code> <em><code>&lt;set&gt;<\/code> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong><\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;leme&gt;<\/code> <\/strong>element is the sole parent of all the other elements of LEME-XML beneath the <strong><code>&lt;root&gt;<\/code> <\/strong>element. It has a single attribute <strong><code>@no<\/code> <\/strong>which should contain a number from the text\u2019s bibliographic page.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"section\"><strong>Section<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@type?: string<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: <strong><code>&lt;wordentry&gt;<\/code> <code>&lt;wordgroup1&gt;<\/code> <code>&lt;heading&gt;<\/code> <code>&lt;closing&gt;<\/code><\/strong><\/li><li>Textual: <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong><\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;section&gt;<\/code> <\/strong>element surrounds a generic section of the dictionary such as a title page, preface or dedication. The type of the section may be optionally given by the <strong><code>@type<\/code> <\/strong>attribute.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"set\"><em><strong>Set<\/strong><\/em><\/h4>\n\n\n\n<p><em>Deprecated: do not\ninclude<\/em><\/p>\n\n\n\n<p>Attributes: <strong><code>@tag: string<\/code><\/strong>, EITHER <strong><code>@lang: langstr<\/code> <\/strong>OR <strong><code>@font: fontface<\/code><\/strong><\/p>\n\n\n\n<p>Children: None<\/p>\n\n\n\n<p>The <strong><code>&lt;set&gt;<\/code> <\/strong>element provides initial information on the global parameters of the document. It sets the default language (with a <strong><code>@lang<\/code> <\/strong>attribute) or default font (with a <strong><code>@font<\/code> <\/strong>attribute) for the given <strong><code>@tag<\/code><\/strong> for the rest of the document. If no <strong><code>&lt;set&gt;<\/code> <\/strong>appears, the LEME defaults are used (per the database processor).<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"wordgroup1\"><strong>Wordgroup1<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@type: grouptype<\/code><\/strong>, <strong><code>@lang?: langstr<\/code>, <code>@object?: string<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: <strong><code>&lt;wordentry&gt;<\/code> <code>&lt;wordgroup2&gt;<\/code> <code>&lt;alpha&gt;<\/code> <code>&lt;heading&gt;<\/code><\/strong><\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;wordgroup1&gt;<\/code> <\/strong>element surrounds a section of the dictionary such as words beginning with the letter \u201cA\u201d. It has a <strong><code>@type<\/code> <\/strong>attribute which specifies what grouping is being made (see <strong><code>grouptype<\/code><\/strong>). The element may also have an optional <strong><code>@lang<\/code> <\/strong>attribute to specify the language of the enclosed content, and an optional <strong><code>@object<\/code> <\/strong>attribute which typically contains an editorially-spelled uppercase form of the group\u2019s header, such as \u201cA\u201d. This element may directly contain word-entries, or it may nest them inside a <strong><code>&lt;wordgroup2&gt;<\/code> <\/strong>tag. If a word-group\u2019s type is alphabetical, its first element should generally be an <strong><code>&lt;alpha&gt;<\/code> <\/strong>tag.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"wordgroup2\"><strong>Wordgroup2<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@type: grouptype<\/code><\/strong>, <strong><code>@lang?: langstr<\/code>, <code>@object?: string<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: <strong><code>&lt;wordentry&gt;<\/code> <code>&lt;wordgroup3&gt;<\/code> <code>&lt;alpha&gt;<\/code> <code>&lt;heading&gt;<\/code><\/strong><\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;wordgroup2&gt;<\/code> <\/strong>element is a subdivision of <strong><code>&lt;wordgroup1&gt;<\/code><\/strong>. In all other respects it is identical to <strong><code>&lt;wordgroup1&gt;<\/code><\/strong>. It may only occur inside a <strong><code>&lt;wordgroup1&gt;<\/code> <\/strong>tag.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"wordgroup3\"><strong>Wordgroup3<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@type: grouptype<\/code><\/strong>, <strong><code>@lang?: langstr<\/code>, <code>@object?: string<\/code><\/strong><\/p>\n\n\n\n<p>Children:\n<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: <strong><code>&lt;wordentry&gt;<\/code> <code>&lt;alpha&gt;<\/code> <code>&lt;heading&gt;<\/code><\/strong><\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong><\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;wordgroup3&gt;<\/code> <\/strong>element is a subdivision of <strong><code>&lt;wordgroup2&gt;<\/code><\/strong>. In all other respects it is identical to <strong><code>&lt;wordgroup2&gt;<\/code><\/strong>. It may only occur inside a <strong><code>&lt;wordgroup2&gt;<\/code> <\/strong>tag.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"wordentry\"><strong>Wordentry<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@type: entrytype<\/code>, <code>@joinnext?: string<\/code>, <code>@anchor?: string<\/code><\/strong><\/p>\n\n\n\n<p>Children:\n<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: <strong><code>&lt;form&gt;<\/code> <code>&lt;xpln&gt;<\/code><\/strong><\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;wordentry&gt;<\/code> <\/strong>element surrounds each complete word-entry. It has a <strong><code>@type<\/code> <\/strong>attribute which identifies its function. Its two optional attributes are used for linking word-entries: <strong><code>@joinnext<\/code> <\/strong>is given a positive (1 or greater) integer <em>n<\/em> and identifies the current word-entry and the following <em>n <\/em>entries as being related or \u201cjoined\u201d. Only the first entry in the sequence should have a <strong><code>@joinnext<\/code> <\/strong>attribute. Note that no intervening text should appear between joined word-entries outside of the<strong> <code>&lt;wordentry&gt;<\/code> <\/strong>tags and their children. <strong><code>@anchor<\/code> <\/strong>specifies a string value used by an <strong><code>&lt;xref&gt;<\/code> <\/strong>element to identify this word-entry (see <strong><a href=\"#xref\">Xref<\/a><\/strong> for more).<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"form\"><strong>Form<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@lang?: langstr<\/code>, <em><code>@number?: string<\/code><\/em>, <code>@location?<\/code>: EITHER <code>\u201ctext\u201d<\/code> OR <code>\u201cmargin\u201d<\/code>, <code>@lexeme?: string<\/code>, <em><code>@type?: string<\/code><\/em><\/strong><\/p>\n\n\n\n<p>Children:\n<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural:\nNONE<\/li><li>Textual: <strong><em>&lt;br&gt; <\/em>&lt;blockquote&gt;\n&lt;cit&gt; &lt;class&gt; &lt;damage&gt; &lt;editoraddition&gt; &lt;emend&gt;\n&lt;expan&gt; <em>&lt;expression&gt;<\/em>\n&lt;etym&gt; &lt;etymlang&gt; &lt;f&gt; &lt;hungword&gt; <em>&lt;i&gt; <\/em>&lt;infl&gt; &lt;lemeformat&gt; &lt;lemenote&gt;\n&lt;lemepagenote&gt; &lt;note&gt; &lt;ornament&gt; <em>&lt;p&gt; <\/em>&lt;pb&gt; <em>&lt;sic&gt;<\/em>\n&lt;term&gt; &lt;xref&gt;<\/strong><\/li><\/ul>\n\n\n\n<p>The <strong>&lt;form&gt; <\/strong>element contains the\nheadword or headwords of the word-entry. It has several attributes: the common <strong>@lang <\/strong>attribute, an optional deprecated\n<strong>@number <\/strong>attribute, an optional <strong>@location <\/strong>attribute to specify whether\nthe form appears in the margin or the main body of the text (the default is\n\u201ctext\u201d), an optional <strong>@lexeme <\/strong>attribute\nwhich lists the modern dictionary lexemes associated with the form, separated\nby \u201c|\u201d characters, and an optional deprecated <strong>@type <\/strong>attribute which can specify if the form is given as an erratum\nfor another (this is the only expected use of this attribute). <\/p>\n\n\n\n<p>Although\nevery <strong>&lt;wordentry&gt; <\/strong>should have\none <strong>&lt;form&gt; <\/strong>element, the schema\nallows it not to for compatibility reasons: LEME-DB may however not correctly\nprocess a standard LEME document missing a <strong>&lt;form&gt;\n<\/strong>tag in a <strong>&lt;wordentry<\/strong>&gt;.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"xpln\"><strong>Xpln<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@lang?: langstr<\/code>, <code>@location?:<\/code> EITHER <code>\u201ctext\u201d<\/code> OR <code>\u201cmargin\u201d<\/code>, <code>@lexeme?: string<\/code>, <em><code>@type?: string<\/code><\/em><\/strong><\/p>\n\n\n\n<p>Children:\n<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: <strong><code>&lt;subform&gt;<\/code> <code>&lt;subxpln&gt;<\/code><\/strong><\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;xpln&gt;<\/code> <\/strong>element contains the general explanation of the word-entry\u2019s headword(s). It encodes similar attributes to the <strong><code>&lt;form&gt;<\/code> <\/strong>element, including <strong><code>@lang<\/code><\/strong>, <strong><code>@location<\/code><\/strong>, <strong><code>@lexeme<\/code><\/strong> and <strong><code>@type<\/code><\/strong>, which are all used identically to how they are in the <strong><code>&lt;form&gt;<\/code> <\/strong>element. <strong><code>&lt;xpln&gt;<\/code> <\/strong>tags may also contain <strong><code>&lt;subform&gt;<\/code> <\/strong>and <strong><code>&lt;subxpln&gt;<\/code> <\/strong>tags, however, to pair up relevant information in the explanation.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"subform\">Subform<\/h4>\n\n\n\n<p>Attributes: <strong><code>@lang?: langstr<\/code><\/strong><\/p>\n\n\n\n<p>Children:\n<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;subform&gt;<\/code> <\/strong>element is a simple version of the <strong><code>&lt;form&gt;<\/code> <\/strong>element which appears within an <strong><code>&lt;xpln&gt;<\/code> <\/strong>element. Compared to a regular <strong><code>&lt;form&gt;<\/code> <\/strong>element, it may only have a <strong><code>@lang<\/code> <\/strong>attribute.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"subxpln\"><strong>Subxpln<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@lang?: langstr<\/code><\/strong><\/p>\n\n\n\n<p>Children:\n<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;subxpln&gt;<\/code> <\/strong>element is a simple version of the <strong><code>&lt;xpln&gt;<\/code> <\/strong>element which appears within an <strong><code>&lt;xpln&gt;<\/code> <\/strong>element. Compared to a regular <strong><code>&lt;xpln&gt;<\/code> <\/strong>element, it may only have a <strong><code>@lang<\/code> <\/strong>attribute.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"heading\"><strong>Heading<\/strong><\/h4>\n\n\n\n<p>Attributes:\nNONE<\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: <strong><code>&lt;alpha&gt;<\/code><\/strong><\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;heading&gt;<\/code> <\/strong>element contains text that acts as a heading, i.e., beginning a section of the dictionary. It should always be the first element of the containing <strong><code>&lt;section&gt;<\/code> <\/strong>or word-group. A heading may contain an <strong><code>&lt;alpha&gt;<\/code> <\/strong>element but this is not necessary; generally, if the <strong><code>&lt;alpha&gt;<\/code> <\/strong>element is the only content of the <strong><code>&lt;heading&gt;<\/code> <\/strong>element, then the <strong><code>&lt;heading&gt;<\/code> <\/strong>tag is unnecessary.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"closing\"><strong>Closing<\/strong><\/h4>\n\n\n\n<p>Attributes:\nNONE<\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;closing&gt;<\/code> <\/strong>element contains text that acts as a closing, i.e., ending a section of the dictionary. It should always be the last element of the containing <strong><code>&lt;section&gt;<\/code><\/strong>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"alpha\"><strong>Alpha<\/strong><\/h4>\n\n\n\n<p>Attributes:\nNONE<\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;alpha&gt;<\/code> <\/strong>element contains some text that typically acts as a heading to a word-group tag (<strong><code>&lt;wordgroup1&gt;<\/code>, <code>&lt;wordgroup2&gt;,<\/code> <code>&lt;wordgroup3&gt;<\/code><\/strong>) which organizes its contents alphabetically. In those cases, its contents will typically be the section identifier, e.g. \u201cA\u201d or \u201cAB\u201d. It has no attributes and only contains textual elements.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"textual\">Textual Elements<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"blockquote\"><strong>Blockquote<\/strong><\/h4>\n\n\n\n<p>Attributes:\nNONE<\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;blockquote&gt;<\/code> <\/strong>element contains some quoted text, formatted as a block quote. It is rarely used.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"br\"><em><strong>Br<\/strong><\/em><\/h4>\n\n\n\n<p><em>Deprecated:\ndo not include<\/em><\/p>\n\n\n\n<p>Attributes:\nNONE<\/p>\n\n\n\n<p>Children:\nNONE<\/p>\n\n\n\n<p>The <strong><code>&lt;br&gt;<\/code> <\/strong>element identifies a line break in the text. This information is expressed by spacing naturally, and hence the tag is unnecessary.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"cit\"><strong>Cit<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@work?: string<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;cit&gt;<\/code> <\/strong>element contains a citation or bibliographic reference. The <strong><code>@work<\/code> <\/strong>attribute optionally provides the name of the source work. It is rarely used.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"class\"><strong>Class<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@type: classtype<\/code>, <code>@lang?: langstr<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;class&gt;<\/code> <\/strong>element classifies a word-entry using the given <strong><code>@type<\/code> <\/strong>(see <strong><code>classtype<\/code><\/strong>). Generally it is non-essential. It should normally not have a <strong><code>@lang<\/code> <\/strong>attribute; the exception to this is when the <strong><code>@type<\/code> <\/strong>is \u201cetymlang\u201d, in which case <strong><code>@lang<\/code> <\/strong>is required; note however that in such a case, <strong><code>&lt;etymlang&gt;<\/code> <\/strong>is preferred. <\/p>\n\n\n\n<p><strong><code>&lt;class&gt;<\/code> <\/strong>elements should generally only appear within <strong><code>&lt;form&gt;<\/code> <\/strong>and <strong><code>&lt;xpln&gt; <\/code><\/strong>tags. This is a case where the LEME-XML design is more flexible than LEME-DB.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"damage\"><strong>Damage<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@type?: string<\/code>, <code>@source?: string<\/code>, <code>@extent?: string<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;damage&gt;<\/code> <\/strong>element identifies damaged text. The optional attributes <strong><code>@type<\/code>, <code>@source<\/code>, <\/strong>and <strong><code>@extent<\/code> <\/strong>specify the nature of the damage. The <strong><code>@type<\/code> <\/strong>attribute specifies what the damaged text may say, although generally this will be marked \u201cunclear\u201d: if the text is legible, <strong><code>&lt;emend&gt;<\/code> <\/strong>is preferred. The <strong><code>@extent<\/code> <\/strong>attribute estimates how many letters are affected by the damage.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"editoraddition\"><strong>Editoraddition<\/strong><\/h4>\n\n\n\n<p>Attributes:\nNONE<\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: <strong><code>&lt;subform&gt;<\/code> <code>&lt;subxpln&gt;<\/code><\/strong><\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;editoraddition&gt;<\/code> <\/strong>element identifies text that has been added by the LEME editor, usually to accommodate the elision of such text in the original document. If two entries have the same explanation, we may write the explanation in the first entry and use this tag to include it in the second.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"emend\"><strong>Emend<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@err: string<\/code>, <code>@source?: string<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The\n<strong>&lt;emend&gt; <\/strong>element identifies\ntext corrected by the editor. The <strong>@err <\/strong>attribute\nspecifies what the incorrect original text looked like, while the actual\ncontents of the <strong>&lt;emend&gt; <\/strong>element\nshould be the corrected form. The <strong>@source\n<\/strong>attribute describes where the correction comes from. Generally, <strong>&lt;emend&gt; <\/strong>should not have any\nchildren. <\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"etym\"><strong>Etym<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@lang: langstr<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;etym&gt;<\/code> <\/strong>element identifies etymological information in a word-entry. The provided <strong><code>@lang <\/code><\/strong>identifies the language of the identified words. <strong><code>&lt;etym&gt;<\/code> <\/strong>tags should only be used within <strong><code>&lt;form&gt;<\/code><\/strong>, <strong><code>&lt;xpln&gt;<\/code><\/strong>, <strong><code>&lt;subform&gt;<\/code><\/strong> and <strong><code>&lt;subxpln&gt;<\/code><\/strong> tags, although some very old documents do not obey this standard. New documents should also avoid including <strong><code>&lt;etym&gt;<\/code> <\/strong>tags in <strong><code>&lt;form&gt;<\/code><\/strong> or <strong><code>&lt;subform&gt;<\/code><\/strong> elements and instead prefer to include them at the start of the<strong> <code>&lt;xpln&gt;<\/code> <\/strong>or <strong><code>&lt;subxpln&gt;<\/code> <\/strong>element.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"etymlang\"><strong>Etymlang<\/strong><\/h4>\n\n\n\n<p>Attributes:\nNONE<\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;etymlang&gt;<\/code> <\/strong>element identifies a linguistic abbreviation used in an etymological context. It is equivalent to the <strong><code>&lt;class type=\u201cetymlang\u201d&gt;<\/code> <\/strong>element, and preferred to it. It generally surrounds the name of the language (preferred) but may also precede it.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"expan\"><strong>Expan<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@type?: string<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;expan&gt;<\/code> <\/strong>element identifies abbreviated text. The <strong><code>@type<\/code> <\/strong>attribute contains the original, abbreviated form, while the contents of <strong><code>&lt;expan&gt;<\/code> <\/strong>should be the expanded form of the abbreviation.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"expression\"><strong><em>Expression<\/em><\/strong><\/h4>\n\n\n\n<p><em>Deprecated: use <strong><code>&lt;term&gt;<\/code> <\/strong>instead<\/em><\/p>\n\n\n\n<p>Attributes: <strong><code>@lang: langstr<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;expression&gt;<\/code> <\/strong>element identifies foreign text of the <strong><code>@lang<\/code> <\/strong>language. It is equivalent to <strong><code>&lt;term&gt;<\/code><\/strong>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"f\"><strong>F<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@type: fontface<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;f&gt;<\/code> <\/strong>element identifies the current font face of the document, based on the value of the <strong><code>@type<\/code> <\/strong>attribute. As LEME-DB does not require <strong><code>&lt;f&gt;<\/code> <\/strong>tags to be closed, most <strong><code>&lt;f&gt;<\/code> <\/strong>tags in LEME-XML are instead made empty by the LEME-DB to LEME-XML preprocessor as a correctness measure. As the font face generally implies a semantic meaning, it is considerably more useful to identify the semantic meaning of the font (etymology, foreign word, inflection, marginal note) than it is to simply acknowledge its face.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"hungword\"><strong>Hungword<\/strong><\/h4>\n\n\n\n<p>Attributes:\nNONE<\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural:\nNONE<\/li><li>Textual: NONE<\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;hungword&gt;<\/code> <\/strong>element is a simple tag to identify portions of the text where a word or words extend over the end of the line and are noted below by the lexicographer. It may contain nothing but text.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"i\"><em><strong>I<\/strong><\/em><\/h4>\n\n\n\n<p><em>Deprecated: use <strong><code>&lt;f&gt;<\/code> <\/strong>instead<\/em><\/p>\n\n\n\n<p>Attributes:\nNONE<\/p>\n\n\n\n<p>Children:\nNONE<\/p>\n\n\n\n<p>The <strong><code>&lt;i&gt;<\/code> <\/strong>element identifies a section of text that is italicized. Like <strong><code>&lt;f&gt;<\/code><\/strong>, it is closed to ensure correctness of the program, unlike in LEME-DB. It is deprecated.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"infl\"><strong>Infl<\/strong><\/h4>\n\n\n\n<p>Attributes:\nNONE<\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;infl&gt;<\/code> <\/strong>element identifies inflections given in the text. Typically, an <strong><code>&lt;infl&gt;<\/code> <\/strong>element will contain only text, but occasionally <strong><code>&lt;emend&gt;<\/code> <\/strong>or <strong><code>&lt;expan&gt;<\/code> <\/strong>tags.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"lemeformat\"><strong>Lemeformat<\/strong><\/h4>\n\n\n\n<p>Attributes:\nNONE<\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;lemeformat&gt;<\/code> <\/strong>element identifies a quotation, which is formatted as verse. It marks sequences which the LEME database processor formats the text\u2019s lineation literally as it occurs between the tags.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"lemenote\"><strong>Lemenote<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@type?: \u201cdisplay\u201d<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual: <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;lemenote&gt;<\/code> <\/strong>element is a note left by the editor for the word-entry. The <strong><code>@type<\/code> <\/strong>attribute is optional, and only supports a \u201cdisplay\u201d type. It should generally only appear inside a <strong><code>&lt;wordentry&gt;<\/code><\/strong>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"lemepagenote\"><strong>Lemepagenote<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@type?: \u201cdisplay\u201d<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;lemepagenote&gt;<\/code> <\/strong>element is a note left by the editor for comments on this particular page. The <strong><code>@type<\/code> <\/strong>attribute is optional, and only supports a \u201cdisplay\u201d type. It should generally only appear outside <strong><code>&lt;wordentry&gt;<\/code> <\/strong>tags.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"note\"><strong>Note<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@lang: langstr<\/code>, <\/strong>EITHER <strong><code>@type: notetype<\/code> <\/strong>OR <strong><code>@location: notetype<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;note&gt;<\/code> <\/strong>element contains a note by the lexicographer on the text. The <strong><code>@type<\/code> <\/strong>and <strong><code>@location<\/code> <\/strong>attributes are used interchangeably and both identify where the note appears on the page (see <strong><code>notetype<\/code><\/strong>). Generally, a <strong><code>&lt;note&gt;<\/code> <\/strong>tag should only appear inside a structural element.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"ornament\"><strong>Ornament<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@type: string<\/code><\/strong><\/p>\n\n\n\n<p>Children:\nNONE<\/p>\n\n\n\n<p>The <strong><code>&lt;ornament&gt;<\/code> <\/strong>element describes an image or ornamentation that appears on the page. The <strong><code>@type<\/code> <\/strong>attribute contains a very brief description of the ornament.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"p\"><strong><em>P<\/em><\/strong><\/h4>\n\n\n\n<p><em>Deprecated:\ndo not include<\/em><\/p>\n\n\n\n<p>Attributes:\nNONE<\/p>\n\n\n\n<p>Children:\nNONE<\/p>\n\n\n\n<p>The <strong><code>&lt;p&gt;<\/code> <\/strong>element identifies a paragraph in the text. This information is expressed by spacing naturally, and hence the tag is unnecessary.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"pb\"><strong>Pb<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@no?: string<\/code>, <code>@pg?: string<\/code>, <code>@fol?: string<\/code>, <code>@sig?: string<\/code><\/strong><\/p>\n\n\n\n<p>Children:\nNONE<\/p>\n\n\n\n<p>The <strong><code>&lt;pb&gt;<\/code> <\/strong>element identifies a page break in the text. Unlike in LEME-DB, which uses <strong><code>&lt;page&gt;<\/code> <\/strong>tags, LEME-XML uses <strong><code>&lt;pb&gt;<\/code> <\/strong>tags to conform to XML standards. The four attributes <strong><code>@no<\/code>, <code>@pg<\/code>, <code>@fol<\/code> <\/strong>and <strong>@sig <\/strong>are all optional and describe the number, page, folio and signature, respectively, of the page. The <strong><code>@sig<\/code> <\/strong>attribute is preferred for encoding location.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"sic\"><em><strong>Sic<\/strong><\/em><\/h4>\n\n\n\n<p><em>Deprecated: use <strong><code>&lt;emend&gt;<\/code> <\/strong>instead<\/em><\/p>\n\n\n\n<p>Attributes: <strong><code>@corr: string<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;sic&gt;<\/code> <\/strong>element identifies incorrect text that appears in the dictionary. It functions identically to <strong><code>&lt;emend&gt;<\/code> <\/strong>(using the <strong><code>@corr<\/code> <\/strong>attribute in place of the <strong><code>@err<\/code> <\/strong>attribute) and is hence deprecated.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"term\"><strong>Term<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@lang: langstr<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;term&gt;<\/code> <\/strong>element identifies foreign text of the <strong><code>@lang<\/code> <\/strong>language. Typically, it identifies when a temporary change in language occurs. It can occur anywhere in the document. Note that <strong><code>&lt;term&gt;<\/code> <\/strong>may also be used with the <strong><code>@lang<\/code> <\/strong>specified as \u201cquo\u201d, as an alternative to <strong><code>&lt;cit&gt;<\/code><\/strong>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"xref\"><strong>Xref<\/strong><\/h4>\n\n\n\n<p>Attributes: <strong><code>@type:<\/code> EITHER <code>\u201cexternal\u201d<\/code> OR <code>\u201cnotwe\u201d<\/code>, <\/strong>EITHER <strong><code>@lexeme: string<\/code> <\/strong>OR <strong><code>@anchor: string<\/code> <\/strong>OR <strong><code>@target: string<\/code><\/strong><\/p>\n\n\n\n<p>Children:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Structural: NONE<\/li><li>Textual:  <strong><em><code>&lt;br&gt;<\/code> <\/em><code>&lt;blockquote&gt;<\/code> <code>&lt;cit&gt;<\/code> <code>&lt;class&gt;<\/code> <code>&lt;damage&gt;<\/code> <code>&lt;editoraddition&gt;<\/code> <code>&lt;emend&gt;<\/code> <code>&lt;expan&gt;<\/code> <em><code>&lt;expression&gt;<\/code><\/em> <code>&lt;etym&gt;<\/code> <code>&lt;etymlang&gt;<\/code> <code>&lt;f&gt;<\/code> <code>&lt;hungword&gt;<\/code> <em><code>&lt;i&gt;<\/code> <\/em><code>&lt;infl&gt;<\/code> <code>&lt;lemeformat&gt;<\/code> <code>&lt;lemenote&gt;<\/code> <code>&lt;lemepagenote&gt;<\/code> <code>&lt;note&gt;<\/code> <code>&lt;ornament&gt;<\/code> <em><code>&lt;p&gt;<\/code> <\/em><code>&lt;pb&gt;<\/code><em> <code>&lt;sic&gt;<\/code><\/em> <code>&lt;term&gt;<\/code> <code>&lt;xref&gt;<\/code><\/strong> <\/li><\/ul>\n\n\n\n<p>The <strong><code>&lt;xref&gt;<\/code> <\/strong>element identifies cross references in the document to other entries. The text appearing between the <strong><code>&lt;xref&gt;<\/code> <\/strong>tags is considered a \u201clink\u201d to another word-entry in the lexicon. There are several ways of identifying the relative or absolute position of the reference, based on the <strong><code>&lt;xref&gt;<\/code> <\/strong>element\u2019s attributes. The <strong><code>@type<\/code> <\/strong>attribute is used to identify <strong><code>&lt;xref&gt; <\/code><\/strong>elements which point to other lexica (\u201cexternal\u201d) or information in the same lexicon but outside a word-entry (\u201cnotwe\u201d). The <strong><code>@lexeme<\/code><\/strong>, <strong><code>@anchor<\/code><\/strong> and <strong><code>@target<\/code> <\/strong>attributes determines the correct word-entry to point to. The <strong><code>@lexeme<\/code> <\/strong>attribute expects a value that matches the <strong><code>@lexeme<\/code> <\/strong>attribute of a <strong><code>&lt;form&gt;<\/code><\/strong>. The <strong><code>@anchor<\/code> <\/strong>attribute expects a value that matches the <strong><code>@anchor<\/code> <\/strong>attribute of a <strong><code>&lt;wordentry&gt;<\/code><\/strong>, or a non-zero integer which indicates how many entries \u201cup\u201d (if negative) or \u201cdown\u201d (if positive) one should go to find the referenced entry. The <strong><code>@target<\/code> <\/strong>attribute specifies the <strong><code>&lt;form&gt;<\/code> <\/strong>text which is directly pointed to by the <strong><code>&lt;xref&gt;<\/code> <\/strong>element, to avoid issues caused by introductory terms like \u201cvide\u201d or \u201clok\u201d in the <strong><code>&lt;xref&gt;<\/code> <\/strong>element\u2019s text.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">LEME-XML Attribute Values<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Fontface<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li> &#8220;r&#8221; &#8211; regular (or Roman)<\/li><li> &#8220;bl&#8221;, &#8220;bk&#8221; or &#8220;br&#8221; &#8211; black letter<\/li><li> &#8220;i&#8221; or &#8220;I&#8221; &#8211; italic<\/li><li> &#8220;l&#8221;, &#8220;oe&#8221;, &#8220;f&#8221; &#8211;  deprecated faces<\/li><\/ul>\n\n\n\n<p>A fontface may also be described by combining these values, e.g. &#8220;bli&#8221; for &#8220;Black letter italic&#8221;.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Notetype<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>&#8220;e&#8221; or &#8220;endnote&#8221;<\/li><li>&#8220;f&#8221; or &#8220;footnote&#8221;<\/li><li>&#8220;m&#8221; or &#8220;margin&#8221;<\/li><li>&#8220;lm&#8221; or &#8220;lmargin&#8221;<\/li><li>&#8220;rm&#8221; or &#8220;rmargin&#8221;<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Entrytype<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li> &#8220;h&#8221; or &#8220;headword&#8221;<\/li><li> &#8220;g&#8221; or &#8220;gloss&#8221;<\/li><li> &#8220;d&#8221; or &#8220;definition&#8221;<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Grouptype<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>&#8220;a&#8221; or &#8220;alphabetic&#8221;<\/li><li>&#8220;t&#8221; or &#8220;topical&#8221;<\/li><li>&#8220;u&#8221; or &#8220;undifferentiated&#8221;<\/li><li>&#8220;b&#8221; or &#8220;bilingual&#8221;<\/li><li>&#8220;p&#8221; or &#8220;polyglot&#8221;<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Classtype<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>&#8220;type&#8221;<\/li><li>&#8220;accent&#8221;<\/li><li>&#8220;archaic&#8221;<\/li><li>&#8220;author&#8221;<\/li><li>&#8220;borrowing&#8221;<\/li><li>&#8220;compound&#8221;<\/li><li>&#8220;contraction&#8221; <\/li><li>&#8220;derivation&#8221;<\/li><li>&#8220;dialect&#8221;<\/li><li>&#8220;diminutive&#8221;<\/li><li>&#8220;distinction&#8221;<\/li><li>&#8220;etymlang&#8221; <\/li><li>&#8220;gender:androgynous&#8221;<\/li><li>&#8220;gender:common&#8221;<\/li><li>&#8220;gender:doubtful&#8221; <\/li><li>&#8220;gender:female&#8221;<\/li><li>&#8220;gender:male&#8221;<\/li><li>&#8220;gender:male&amp;female&#8221; <\/li><li>&#8220;gender:neutral&#8221;<\/li><li>&#8220;gender:omnia&#8221;<\/li><li>&#8220;inflection&#8221;<\/li><li>&#8220;kind&#8221;<\/li><li>&#8220;mnemonic&#8221; <\/li><li>&#8220;neologism&#8221;<\/li><li>&#8220;new&#8221;<\/li><li>&#8220;term&#8221;<\/li><li>&#8220;number:plural&#8221;<\/li><li>&#8220;old&#8221;<\/li><li>&#8220;word&#8221;<\/li><li>&#8220;pos&#8221; <\/li><li>&#8220;pronounce&#8221;<\/li><li>&#8220;proverbial&#8221;<\/li><li>&#8220;register&#8221;<\/li><li>&#8220;semantic&#8221;<\/li><li>&#8220;spelling&#8221;<\/li><li>&#8220;unknown&#8221;<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Langstr<\/h4>\n\n\n\n<p>For the complete list of valid language strings, see <a href=\"https:\/\/leme.utoronto.ca\/?page_id=79\">here<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Structural Elements Root Attributes: None Children: Structural: &lt;leme&gt; Textual: None The &lt;root&gt; element is the sole parent element to all the other elements of LEME-XML, as per its standard XML definition. As LEME-DB already identifies &lt;leme&gt; as the sole parent element of all LEME-DB elements, &lt;root&gt; may only contain one &lt;leme&gt; element. Leme Attributes: @no: [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"class_list":{"0":"post-78","1":"page","2":"type-page","3":"status-publish","5":"entry"},"_links":{"self":[{"href":"https:\/\/leme.utoronto.ca\/index.php?rest_route=\/wp\/v2\/pages\/78","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/leme.utoronto.ca\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/leme.utoronto.ca\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/leme.utoronto.ca\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/leme.utoronto.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=78"}],"version-history":[{"count":104,"href":"https:\/\/leme.utoronto.ca\/index.php?rest_route=\/wp\/v2\/pages\/78\/revisions"}],"predecessor-version":[{"id":2376,"href":"https:\/\/leme.utoronto.ca\/index.php?rest_route=\/wp\/v2\/pages\/78\/revisions\/2376"}],"wp:attachment":[{"href":"https:\/\/leme.utoronto.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=78"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}