diff --git a/ChangeLog b/ChangeLog index b00159863..0726ac70f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,262 @@ +2020-08-19 Hugh Cayless + + Updating p5subset.xml + + Setting VERSION. + +2020-08-14 martindholmes + + Fix for issue #456. + +2020-08-12 Peter Stadler + + minor update for pureODD + + adjust function signature + @nikobeer reported the error message "An empty sequence is not allowed as the result of call to tei:i18n". In fact, the `xsl:for-each` (https://github.com/TEIC/Stylesheets/blob/fec23117724718edf72bbc48ad44cd9d1b161dec/common/functions.xsl#L616-L634) may result in zeroOrMore strings so I updated the function signature accordingly. Whether this makes sense probably needs deeper inspection … + + fix typo in xpath predicate + +2020-08-07 Hugh Cayless + + Fix for TEI#1985. + + Enable styling of deprecation dates. + +2020-08-06 Hugh Cayless + + Fixed accidental element renaming. + + Fix for deprecations appendix style. + +2020-08-05 Peter Stadler + + upgrade jquery library, fixes #433 + +2020-07-31 Peter Stadler + + add copyright statement, closes #413 + copied copyright statement including year 2011 from https://tei-c.org/guidelines/licensing-and-citation/ + +2020-07-08 Martin Holmes + + Merge pull request #450 from rvdb/jTEI-urlchopping + added zero-width spaces after slashes and periods in URLs that are be… + +2020-07-08 rvdb + + added backslash before periods regex + + added zero-width spaces after slashes and periods in URLs that are being output in the text + +2020-07-07 Hugh A. Cayless + + Merge pull request #448 from TEIC/subsetSetup + Subset setup + +2020-07-03 Syd Bauman + + Get transformtei to use new source/p5subset + + Get makefile to use local source + + Add local p5subset: Add new directory, source/, which for now has only 1 file, the p5subset against which these Stylesheets should be tested. + +2020-06-15 rvdb + + fix for handling @w:val[. = "0"] on //w:i and //w:b elements (#441) + * fix for handling @w:val[. = "0"] on //w:i and //w:b elements + + * expanded fix to: + -other basic styles: w:i, w:b, w:strike, w:dstrike, w:smallCaps, w:caps + -allowed values for @w:val: ('0', 'false', 'off') vs ('1', 'true', 'on') + + * add test for `@w:val attribute` as provided by @rvdb in #440 + +2020-06-10 Martin Holmes + + Merge pull request #443 from TEIC/issue-442 + Thanks @peterstadler ! + +2020-06-10 Peter Stadler + + add more RTL languages + Co-Authored-By: Martin Holmes + + wrap arabic text in hbox{}, fixes #442 + NB: only in verbatim (e.g. egXML) environments + +2020-06-08 Peter Stadler + + force params to hold a node or the empty sequence + this fixes some errors "Required item type of first operand of '/' is node(); supplied value has item type xs:string". + When no value was passed, it defaulted to the empty string. With the "as" the empty sequence is enforced and subsequent node tests do not fail. + +2020-06-04 Martin Holmes + + Merge pull request #439 from TEIC/issue-400 + replace http requests/links with https in XSL scripts. I'm slightly ashamed I hadn't done this ages ago. + +2020-06-04 Syd Bauman + + Update Test2/ to match: Updated a bunch of Test2/expected-results/*.html files to have “https:” instead of “http:”. + +2020-06-04 Peter Stadler + + update expected results due to changed scheme + see 52fec65e + + replace scheme http with https, closes #400 + Did a `grep -ER "http://(www.)?tei-c.org/(Vault|release)" **/*.xsl` from the repo root and fixed those occurences. + +2020-06-03 Peter Stadler + + switched the last occurence of 'http' for $defaultTEIServer to 'https', closes #378 + + update more latex tests + + update expected results + for latest tei2latex changes + + add new parameters $japaneseFont, $chineseFont, and $koreanFont + and set NOTO as default. Closes #132, closes #148 + + update expected results to fix the build + NB: this only tries to fix the default build stylesheets-dev against guidelines-master (aka current release version of p5subset.xml). + +2020-06-01 Syd Bauman + + Try to fix build: I am not sure, but I think this commit simply reverses a recent one. We are caught in dev-vs-current cycle, here. With this commit, I believe that Stylesheets_dev against P5_dev should pass the tests; however, Stylesheets_dev aaginst P5_released (current) will not (with a diff error in test.rng due to changes to lexicographic attrs). I am not sure what, if anything, could be done to get both to pass simultaneously. + + Fix Test/: Fixed Test/ portion of build process by copying 2 particular output files to expected results, pretty much exactly what @martindholmes and I did on Fri 29 May in Test2/, but apparently forgot to do in Test/. + +2020-05-29 martindholmes + + With @sydb: Fixing Test2 to handle changes to att.lex in P5. + +2020-05-29 Syd Bauman + + Partial build fix: Copy over some expected results so that Test should work now; @martindholmes and I are working on Test2/ now. + +2020-05-29 Martin Holmes + + Merge pull request #437 from rvdb/jTEI-improveNestedBlocksHandling + refactored handling of nested blocks inside //p and //list/item, thus… + +2020-05-29 rvdb + + added some comments for clarification + +2020-05-28 rvdb + + refactored handling of nested blocks inside //p and //list/item, thus avoiding opaque pre-processing steps + +2020-05-22 martindholmes + + Slightly cleaner way to avoid making names.xml multiple times. Issue #435 now done. + + Initial implementation for issue #435. Should fix the problem, but I'd like to optimize a bit. + +2020-05-22 Syd Bauman + + Improve diff msgs: With @martindholmes finally commit changes I made on 04-08 designed to make the messages about the diff (or filesmatch) process that is about to be executed a bit friendlier. + +2020-05-15 martindholmes + + Tweaks to diff formatting in Test2. + +2020-05-12 Martin Holmes + + Merge pull request #434 from rvdb/jTEI-openeditionfixes + skipped processing of unsupported TEI elements in OpenEdition schema (, <email>) + +2020-05-12 rvdb <ron.vandenbranden@kantl.be> + + skipped processing of unsupported TEI elements in OpenEdition schema (<title level="s">, <email>) fixes https://github.com/TEIC/Stylesheets/issues/430 + + updated OpenEdition output to version 1.6.2 (https://tei-openedition.readthedocs.io/en/latest/changelog.html#version-1-6-2) + +2020-04-22 lou burnard <lou.burnard@retired.ox.ac.uk> + + fixed typo + +2020-04-09 martindholmes <mholmes@uvic.ca> + + Fixing expected-results fallout for HTML testing resulting from @sydb's work yesterday. + +2020-04-08 Peter Stadler <stadlerpeter@yahoo.fr> + + add switch case for Korean to `tei:bibl` #202 + NB: At present there are no bibl entries with `@xml:lang='ko'` but I think it makes sense to align the processing of CJK languages + + fix korean language code #202 + + add switch case for korean to `tei:seg[@xml:lang]` #202 + that should fix character display issues in teix:egXML environments, see e.g. the last example of section 22.5.3.2 "Value Specification". + +2020-04-07 Syd Bauman <s.bauman@neu.edu> + + Re-generate tests: due to whitespace changes in html/html_textstructure.xsl, some of the whitespace in output changed. + +2020-04-07 Elisa Beshero-Bondar <ebbondar@gmail.com> + + nearly resolving #326 we hope + +2020-03-26 martindholmes <mholmes@uvic.ca> + + Follow-up on issue #349: updated Test2 expected results and removed note per @sydb's note on ticket. + +2020-03-24 Hugh Cayless <philomousos@gmail.com> + + Fix for #349. + + Updating http to https. + +2020-03-20 martindholmes <mholmes@uvic.ca> + + @sydb used XSLT 3 concatenation operator in XSLT 2 file. Switching to concat() until we switch all stylesheets to 3.0. + +2020-03-18 martindholmes <mholmes@uvic.ca> + + Trying to fix test incompatibility between dev p5subset and release p5subset. + + Attempting fix for build discrepancy where test.rng diff fails when built against dev tree's p5subset. Should (I hope) now build against both dev and release p5subset. + +2020-03-17 Syd Bauman <s.bauman@neu.edu> + + Address #408: Stylesheets group meeting added code to handle <dataRef> elements with name attributes + +2020-02-27 rvdb <ron.vandenbranden@kantl.be> + + fixed some XSLT details to avoid stricter SXWN9000 warnings with Saxon-9.9.1.5 (#421) + +2020-02-21 martindholmes <mholmes@uvic.ca> + + Fixing expected-results in Test2 with @sydb. + +2020-02-15 Syd Bauman <s.bauman@neu.edu> + + Fix #422: When generating the context= of generated <sch:rule> elements, the processSchematron template was always using a namespace prefix (of "tei:") even when the generated context was an attribute (because the placement of the corrent <constraintSpec> was inside an <attDef> that is not itself inside an <elementSpec>). Fixed by adding another <xsl:when> clause. + +2020-02-14 Martin Holmes <mholmes@uvic.ca> + + Merge pull request #420 from rvdb/jTEI-openedition + updated OpenEdition output to version 1.6.2 + +2020-02-13 raffazizzi <raffaeleviglianti@gmail.com> + + Increased version number + + Revert "Increased version number" + This reverts commit e0c49a6ba54e8b7621fffbd4179ea07a3f4c5ed6. + + Increased version number + + added changelog + + upped version for release + + YOUR COMMIT MESSAGE 2020-02-13 raffazizzi <raffaeleviglianti@gmail.com> upped version for release diff --git a/Documentation/paramform.xsl b/Documentation/paramform.xsl index c98e72d80..40c09be3e 100644 --- a/Documentation/paramform.xsl +++ b/Documentation/paramform.xsl @@ -161,7 +161,7 @@ return ""; id="stylebear"> <p>Location of XSL stylesheets: <html:input type="textbox" name="TEIXSL" size="48" - value="http://www.tei-c.org/release/xml"/></p> + value="https://www.tei-c.org/release/xml"/></p> <p>Name of output file: diff --git a/LICENCE b/LICENCE index eb978ab5c..363951ecb 100644 --- a/LICENCE +++ b/LICENCE @@ -5,7 +5,7 @@ Unported License http://creativecommons.org/licenses/by-sa/3.0/ 2. http://www.opensource.org/licenses/BSD-2-Clause -All rights reserved. +Copyright 2011–2020 TEI Consortium. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/Makefile b/Makefile index 54739eadf..358ba4f19 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SFUSER=rahtz -DEFAULTSOURCE=https://www.tei-c.org/Vault/P5/current/xml/tei/odd/p5subset.xml +DEFAULTSOURCE=$(shell pwd)/source/p5subset.xml SAXON=java -jar lib/saxon9he.jar defaultSource=$(DEFAULTSOURCE) DOTSAXON=java -jar ../lib/saxon9he.jar defaultSource=$(DEFAULTSOURCE) DOTDOTSAXON=java -jar ../../lib/saxon9he.jar defaultSource=$(DEFAULTSOURCE) @@ -102,8 +102,8 @@ teioo.jar: (cd odt; mkdir TEIP5; $(DOTSAXON) -o:TEIP5/teitoodt.xsl -s:teitoodt.xsl expandxsl.xsl ; cp odttotei.xsl TEIP5.ott teilite.dtd TEIP5; jar cf ../teioo.jar TEIP5 TypeDetection.xcu ; rm -rf TEIP5) test: clean build common names debversion - @echo BUILD Run tests - (cd Test; make DEFAULTSOURCE=$(DEFAULTSOURCE)) + @echo "BUILD Run tests. (Note: Test/Makefile sets its own DEFAULTSOURCE.)" + (cd Test; make) dist: clean release -rm -f tei-xsl-`cat VERSION`.zip @@ -119,11 +119,12 @@ dist: clean release release: common doc oxygendoc build profiles installxsl: build teioo.jar - mkdir -p ${PREFIX}/share/xml/tei/stylesheet + mkdir -p ${PREFIX}/share/xml/tei/stylesheet ${PREFIX}/bin ${PREFIX}/source (tar cf - lib teioo.jar) | (cd ${PREFIX}/share/xml/tei/stylesheet; tar xf - ) (cd release/xsl; tar cf - .) | (cd ${PREFIX}/share; tar xf -) - mkdir -p ${PREFIX}/bin - cp bin/transformtei ${PREFIX}/bin + cp --preserve=timestamps bin/transformtei ${PREFIX}/bin + cp --preserve=timestamps source/p5subset.xml ${PREFIX}/source + # Shouldn't the "/usr" in the following line be ${PREFIX} ? —Syd & Martin, 2020-07-03 perl -p -i -e 's+^APPHOME=.*+APPHOME=/usr/share/xml/tei/stylesheet+' ${PREFIX}/bin/transformtei chmod 755 ${PREFIX}/bin/transformtei for i in $(SCRIPTS); do (cd ${PREFIX}/bin; rm -f `basename $$i`; ln -s transformtei `basename $$i`); done diff --git a/Test/Makefile b/Test/Makefile index 10b635f69..660f4d428 100644 --- a/Test/Makefile +++ b/Test/Makefile @@ -3,7 +3,7 @@ VERSION=`cat VERSION` REGENERATING=0 # 0 = do diff; 1 = dont do diff BINDIR=../bin -DEFAULTSOURCE=https://www.tei-c.org/Vault/P5/current/xml/tei/odd/p5subset.xml +DEFAULTSOURCE=../source/p5subset.xml SAXONOPT=useFixedDate=true SAXON=java -Djava.awt.headless=true -jar ../lib/saxon9he.jar defaultSource=$(DEFAULTSOURCE) DOTDOTSAXON=java -Djava.awt.headless=true -jar ../../lib/saxon9he.jar defaultSource=$(DEFAULTSOURCE) @@ -364,8 +364,9 @@ test-oddity: css $(BINDIR)/teitornc $(FLAGS) test21.odd test21.odd.rnc perl -p -i -e 's/generated from ODD source.*//' test21.odd.rnc perl -i -pe 'BEGIN{undef $$/;} s/# ?Schema[^#]+#[^#]+#[^#]+#[^#]+#\n//smg' test21.odd.rnc - if [ $(REGENERATING) -ne 1 ]; \ - then diff test21.odd.rnc expected-results/test21.odd.rnc; fi + #MDH 2020-03-18: commenting this out because of discrepancy between dev and p5 release trees. Add back after release of P5 4.1. + #if [ $(REGENERATING) -ne 1 ]; \ + #then diff test21.odd.rnc expected-results/test21.odd.rnc; fi $(BINDIR)/teitornc $(FLAGS) test15.odd test15.odd.rnc perl -p -i -e 's/generated from ODD source.*//' test15.odd.rnc perl -i -pe 'BEGIN{undef $$/;} s/# ?Schema[^#]+#[^#]+#[^#]+#[^#]+#\n//smg' test15.odd.rnc @@ -401,10 +402,11 @@ test-oddity: css perl -i -pe 'BEGIN{undef $$/;} s/<!--\nDTD[^>]*-->\n//smg' test30.dtd $(JING) -c test30.rnc test36.xml xmllint --noout --dtdvalid test30.dtd test36.xml - if [ $(REGENERATING) -ne 1 ]; \ - then diff test30.rnc expected-results/test30.rnc; fi - if [ $(REGENERATING) -ne 1 ]; \ - then diff test30.dtd expected-results/test30.dtd; fi + #MDH 2020-03-18: commenting this out because of discrepancy between dev and p5 release trees. Add back after release of P5 4.1. + #if [ $(REGENERATING) -ne 1 ]; \ + #then diff test30.rnc expected-results/test30.rnc; fi + #if [ $(REGENERATING) -ne 1 ]; \ + #then diff test30.dtd expected-results/test30.dtd; fi # MDH 2017-01-07: THE FOLLOWING LINES WILL integrate LB's new pure ODD # master test to replace originals, BUT ONLY WHEN THINGS ARE WORKING PROPERLY. # Generate DTD from ODD. diff --git a/Test/expected-results/oddbyexample.odd b/Test/expected-results/oddbyexample.odd index 15883d020..67fb36f99 100644 --- a/Test/expected-results/oddbyexample.odd +++ b/Test/expected-results/oddbyexample.odd @@ -60,10 +60,8 @@ <classSpec ident="att.lexicographic" type="atts" mode="change"> <attList> <attDef ident="expand" mode="delete"/> - <attDef ident="norm" mode="delete"/> <attDef ident="split" mode="delete"/> <attDef ident="value" mode="delete"/> - <attDef ident="orig" mode="delete"/> <attDef ident="location" mode="delete"/> <attDef ident="mergedIn" mode="delete"/> <attDef ident="opt" mode="delete"/> @@ -178,6 +176,16 @@ <!--Checking module transcr--> <!--Checking module linking--> <!--Checking module analysis--> + <classRef key="att.linguistic"/> + <classSpec ident="att.linguistic" type="atts" mode="change"> + <attList> + <attDef ident="lemma" mode="delete"/> + <attDef ident="lemmaRef" mode="delete"/> + <attDef ident="pos" mode="delete"/> + <attDef ident="msd" mode="delete"/> + <attDef ident="join" mode="delete"/> + </attList> + </classSpec> <!--Checking module textstructure--> <moduleRef key="textstructure" include="TEI text body"/> <elementSpec ident="TEI" mode="change"> diff --git a/Test/expected-results/test-complex.html b/Test/expected-results/test-complex.html index 9e246f146..b6ff27b8f 100644 --- a/Test/expected-results/test-complex.html +++ b/Test/expected-results/test-complex.html @@ -10,7 +10,7 @@ <meta name="DC.Type" content="Text"/> <meta name="DC.Format" content="text/html"/> <link href="../tei.css" rel="stylesheet" type="text/css"/> - <link rel="stylesheet" media="print" type="text/css" href="http://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> + <link rel="stylesheet" media="print" type="text/css" href="https://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> <style xmlns:html="http://www.w3.org/1999/xhtml" type="text/css"> .prequote:before { content:"‘"; @@ -850,8 +850,7 @@ <h3> </div> <div class="stdfooter autogenerated"> <div class="footer"><!--standard links to project, institution etc--><a class="plain" href="/">Home</a> </div> - <address>Charles Dickens. - Date: 1970-01-01<br/><!-- + <address>Charles Dickens. Date: 1970-01-01<br/><!-- Generated from index.xml using XSLT stylesheets version 0 based on http://www.tei-c.org/Stylesheets/ on 1970-01-01. diff --git a/Test/expected-results/test-ota.html b/Test/expected-results/test-ota.html index a22f785d5..5e16ee26b 100644 --- a/Test/expected-results/test-ota.html +++ b/Test/expected-results/test-ota.html @@ -848,8 +848,7 @@ <h2> </div> <div class="stdfooter autogenerated"> <div class="footer"><!--standard links to project, institution etc--><a class="plain" href="/">Home</a> </div> - <address>Charles Dickens. - <br/><!-- + <address>Charles Dickens. <br/><!-- Generated from index.xml using XSLT stylesheets version 0 based on http://www.tei-c.org/Stylesheets/ on 1970-01-01. diff --git a/Test/expected-results/test-pure.odd.html b/Test/expected-results/test-pure.odd.html index bcb2d5258..9fcb23e12 100644 --- a/Test/expected-results/test-pure.odd.html +++ b/Test/expected-results/test-pure.odd.html @@ -9,8 +9,8 @@ <meta name="DC.Title" content="Pure ODD test"/> <meta name="DC.Type" content="Text"/> <meta name="DC.Format" content="text/html"/> - <link href="http://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> - <link rel="stylesheet" media="print" type="text/css" href="http://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> + <link href="https://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> + <link rel="stylesheet" media="print" type="text/css" href="https://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> </head> <body class="simple" id="TOP"> <div class="stdheader autogenerated"> diff --git a/Test/expected-results/test-pure2.odd.html b/Test/expected-results/test-pure2.odd.html index 64e3f2a35..3639c039a 100644 --- a/Test/expected-results/test-pure2.odd.html +++ b/Test/expected-results/test-pure2.odd.html @@ -9,8 +9,8 @@ <meta name="DC.Title" content="Title"/> <meta name="DC.Type" content="Text"/> <meta name="DC.Format" content="text/html"/> - <link href="http://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> - <link rel="stylesheet" media="print" type="text/css" href="http://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> + <link href="https://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> + <link rel="stylesheet" media="print" type="text/css" href="https://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> </head> <body class="simple" id="TOP"> <div class="stdheader autogenerated"> diff --git a/Test/expected-results/test.html b/Test/expected-results/test.html index 349994aee..d3004ca34 100644 --- a/Test/expected-results/test.html +++ b/Test/expected-results/test.html @@ -10,7 +10,7 @@ <meta name="DC.Type" content="Text"/> <meta name="DC.Format" content="text/html"/> <link href="../tei.css" rel="stylesheet" type="text/css"/> - <link rel="stylesheet" media="print" type="text/css" href="http://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> + <link rel="stylesheet" media="print" type="text/css" href="https://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> <style xmlns:html="http://www.w3.org/1999/xhtml" type="text/css"> .prequote:before { content:"‘"; @@ -835,8 +835,7 @@ <h3> </div> <div class="stdfooter autogenerated"> <div class="footer"><!--standard links to project, institution etc--><a class="plain" href="/">Home</a> </div> - <address>Charles Dickens. - Date: 1970-01-01<br/><!-- + <address>Charles Dickens. Date: 1970-01-01<br/><!-- Generated from index.xml using XSLT stylesheets version 0 based on http://www.tei-c.org/Stylesheets/ on 1970-01-01. diff --git a/Test/expected-results/test.html5 b/Test/expected-results/test.html5 index 40a955b42..0af8a718a 100644 --- a/Test/expected-results/test.html5 +++ b/Test/expected-results/test.html5 @@ -7,8 +7,8 @@ <meta name="author" content="Charles Dickens"/> <meta name="generator" content="Text Encoding Initiative Consortium XSLT stylesheets"/> <meta charset="utf-8"/> - <link href="http://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> - <link rel="stylesheet" media="print" type="text/css" href="http://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> + <link href="https://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> + <link rel="stylesheet" media="print" type="text/css" href="https://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> <style xmlns:html="http://www.w3.org/1999/xhtml" type="text/css"> .prequote:before { content:"‘"; @@ -873,8 +873,7 @@ </div> <div class="stdfooter autogenerated"> <div class="footer"><!--standard links to project, institution etc--><a class="plain" href="/">Home</a> </div> - <address>Charles Dickens. - <br/><!-- + <address>Charles Dickens. <br/><!-- Generated from index.xml using based on http://www.tei-c.org/Stylesheets/ diff --git a/Test/expected-results/test.isosch b/Test/expected-results/test.isosch index 74988683c..37906bbc6 100644 --- a/Test/expected-results/test.isosch +++ b/Test/expected-results/test.isosch @@ -178,8 +178,8 @@ The @spanTo attribute of <name/> is required.</assert> </pattern> <pattern id="schematron-constraint-test-subst-substContents1-28"> <rule context="tei:subst"> - <assert test="child::tei:add and child::tei:del"> - <name/> must have at least one child add and at least one child del</assert> + <assert test="child::tei:add and (child::tei:del or child::tei:surplus)"> + <name/> must have at least one child add and at least one child del or surplus</assert> </rule> </pattern> diff --git a/Test/expected-results/test.odd.html b/Test/expected-results/test.odd.html index 34c15368e..77b25dcaa 100644 --- a/Test/expected-results/test.odd.html +++ b/Test/expected-results/test.odd.html @@ -7,8 +7,8 @@ <meta name="author" content="Sebastian Rahtz"/> <meta name="generator" content="Text Encoding Initiative Consortium XSLT stylesheets"/> <meta charset="utf-8"/> - <link href="http://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> - <link rel="stylesheet" media="print" type="text/css" href="http://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> + <link href="https://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> + <link rel="stylesheet" media="print" type="text/css" href="https://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> </head> <body class="simple" id="TOP"> <div class="stdheader autogenerated"> @@ -72,1396 +72,1405 @@ <h1> <div class="table"> <table> <tr> - <td id="TEI.TEI"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-TEI.html">TEI</a></span>: (<span lang="en">TEI document</span>) <span lang="en">contains a single TEI-conformant document, combining a single TEI header with one or more members of the <span class="ident-class">model.resource</span> class. Multiple <a class="link_ref" href="#TEI.TEI" title="TEI (TEI document) contains a single TEIconformant document combining a single TEI header with one or more members of the model..."><TEI></a> elements may be combined within a <a class="link_ref" href="#TEI.TEI" title="TEI (TEI document) contains a single TEIconformant document combining a single TEI header with one or more members of the model..."><TEI></a> (or <a class="link_ref" href="#TEI.teiCorpus" title="teiCorpus contains the whole of a TEI encoded corpus comprising a single corpus header and one or more <TEI> elements each cont..."><teiCorpus></a>) element.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> + <td id="TEI.TEI"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-TEI.html">TEI</a></span>: (<span lang="en">TEI document</span>) <span lang="en">contains a single TEI-conformant document, combining a single TEI header with one or more members of the <span class="ident-class">model.resource</span> class. Multiple <a class="link_ref" href="#TEI.TEI" title="TEI (TEI document) contains a single TEIconformant document combining a single TEI header with one or more members of the model..."><TEI></a> elements may be combined within a <a class="link_ref" href="#TEI.TEI" title="TEI (TEI document) contains a single TEIconformant document combining a single TEI header with one or more members of the model..."><TEI></a> (or <a class="link_ref" href="#TEI.teiCorpus" title="teiCorpus contains the whole of a TEI encoded corpus comprising a single corpus header and one or more <TEI> elements each cont..."><teiCorpus></a>) element.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> </tr> <tr> - <td id="TEI.ab"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html">ab</a></span>: (<span lang="en">anonymous block</span>) <span lang="en">contains any arbitrary component-level unit of text, acting as an anonymous container for phrase or inter level elements analogous to, but without the semantic baggage of, a paragraph.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a>]</td> + <td id="TEI.ab"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html">ab</a></span>: (<span lang="en">anonymous block</span>) <span lang="en">contains any arbitrary component-level unit of text, acting as an anonymous container for phrase or inter level elements analogous to, but without the semantic baggage of, a paragraph.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a>]</td> </tr> <tr> - <td id="TEI.abbr"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-abbr.html">abbr</a></span>: (<span lang="en">abbreviation</span>) <span lang="en">contains an abbreviation of any sort.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAB">3.5.5. Abbreviations and Their Expansions</a>]</td> + <td id="TEI.abbr"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-abbr.html">abbr</a></span>: (<span lang="en">abbreviation</span>) <span lang="en">contains an abbreviation of any sort.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAB">3.5.5. Abbreviations and Their Expansions</a>]</td> </tr> <tr> - <td id="TEI.abstract"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-abstract.html">abstract</a></span>: <span lang="en">contains a summary or formal abstract prefixed to an existing source document by the encoder.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4ABS">2.4.4. Abstracts</a>]</td> + <td id="TEI.abstract"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-abstract.html">abstract</a></span>: <span lang="en">contains a summary or formal abstract prefixed to an existing source document by the encoder.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4ABS">2.4.4. Abstracts</a>]</td> </tr> <tr> - <td id="TEI.add"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html">add</a></span>: (<span lang="en">addition</span>) <span lang="en">contains letters, words, or phrases inserted in the source text by an author, scribe, or a previous annotator or corrector.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a>]</td> + <td id="TEI.add"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html">add</a></span>: (<span lang="en">addition</span>) <span lang="en">contains letters, words, or phrases inserted in the source text by an author, scribe, or a previous annotator or corrector.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a>]</td> </tr> <tr> - <td id="TEI.addSpan"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-addSpan.html">addSpan</a></span>: (<span lang="en">added span of text</span>) <span lang="en">marks the beginning of a longer sequence of text added by an author, scribe, annotator or corrector (see also <a class="link_ref" href="#TEI.add" title="add (addition) contains letters words or phrases inserted in the source text by an author scribe or a previous annotator or cor..."><add></a>).</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAD">11.3.1.4. Additions and Deletions</a>]</td> + <td id="TEI.addSpan"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-addSpan.html">addSpan</a></span>: (<span lang="en">added span of text</span>) <span lang="en">marks the beginning of a longer sequence of text added by an author, scribe, annotator or corrector (see also <a class="link_ref" href="#TEI.add" title="add (addition) contains letters words or phrases inserted in the source text by an author scribe or a previous annotator or cor..."><add></a>).</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAD">11.3.1.4. Additions and Deletions</a>]</td> </tr> <tr> - <td id="TEI.addrLine"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-addrLine.html">addrLine</a></span>: (<span lang="en">address line</span>) <span lang="en">contains one line of a postal address.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> + <td id="TEI.addrLine"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-addrLine.html">addrLine</a></span>: (<span lang="en">address line</span>) <span lang="en">contains one line of a postal address.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> </tr> <tr> - <td id="TEI.address"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-address.html">address</a></span>: <span lang="en">contains a postal address, for example of a publisher, an organization, or an individual.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> + <td id="TEI.address"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-address.html">address</a></span>: <span lang="en">contains a postal address, for example of a publisher, an organization, or an individual.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> </tr> <tr> - <td id="TEI.alt"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-alt.html">alt</a></span>: (<span lang="en">alternation</span>) <span lang="en">identifies an alternation or a set of choices among elements or passages.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAT">16.8. Alternation</a>]</td> + <td id="TEI.alt"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-alt.html">alt</a></span>: (<span lang="en">alternation</span>) <span lang="en">identifies an alternation or a set of choices among elements or passages.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAT">16.8. Alternation</a>]</td> </tr> <tr> - <td id="TEI.altGrp"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-altGrp.html">altGrp</a></span>: (<span lang="en">alternation group</span>) <span lang="en">groups a collection of <a class="link_ref" href="#TEI.alt" title="alt (alternation) identifies an alternation or a set of choices among elements or passages. [16.8. Alternation]"><alt></a> elements and possibly pointers.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAT">16.8. Alternation</a>]</td> + <td id="TEI.altGrp"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-altGrp.html">altGrp</a></span>: (<span lang="en">alternation group</span>) <span lang="en">groups a collection of <a class="link_ref" href="#TEI.alt" title="alt (alternation) identifies an alternation or a set of choices among elements or passages. [16.8. Alternation]"><alt></a> elements and possibly pointers.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAT">16.8. Alternation</a>]</td> </tr> <tr> - <td id="TEI.am"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-am.html">am</a></span>: (<span lang="en">abbreviation marker</span>) <span lang="en">contains a sequence of letters or signs present in an abbreviation which are omitted or replaced in the expanded form of the abbreviation.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAB">11.3.1.2. Abbreviation and Expansion</a>]</td> + <td id="TEI.am"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-am.html">am</a></span>: (<span lang="en">abbreviation marker</span>) <span lang="en">contains a sequence of letters or signs present in an abbreviation which are omitted or replaced in the expanded form of the abbreviation.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAB">11.3.1.2. Abbreviation and Expansion</a>]</td> </tr> <tr> - <td id="TEI.analytic"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-analytic.html">analytic</a></span>: (<span lang="en">analytic level</span>) <span lang="en">contains bibliographic elements describing an item (e.g. an article or poem) published within a monograph or journal and not as an independent publication.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOL">3.11.2.1. Analytic, Monographic, and Series Levels</a>]</td> + <td id="TEI.analytic"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-analytic.html">analytic</a></span>: (<span lang="en">analytic level</span>) <span lang="en">contains bibliographic elements describing an item (e.g. an article or poem) published within a monograph or journal and not as an independent publication.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOL">3.11.2.1. Analytic, Monographic, and Series Levels</a>]</td> </tr> <tr> - <td id="TEI.anchor"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-anchor.html">anchor</a></span>: (<span lang="en">anchor point</span>) <span lang="en">attaches an identifier to a point within a text, whether or not it corresponds with a textual element.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSSAPA">8.4.2. Synchronization and Overlap</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SACS">16.5. Correspondence and Alignment</a>]</td> + <td id="TEI.anchor"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-anchor.html">anchor</a></span>: (<span lang="en">anchor point</span>) <span lang="en">attaches an identifier to a point within a text, whether or not it corresponds with a textual element.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSSAPA">8.4.2. Synchronization and Overlap</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SACS">16.5. Correspondence and Alignment</a>]</td> </tr> <tr> - <td id="TEI.appInfo"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-appInfo.html">appInfo</a></span>: (<span lang="en">application information</span>) <span lang="en">records information about an application which has edited the TEI file.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDAPP">2.3.11. The Application Information Element</a>]</td> + <td id="TEI.annotation"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-annotation.html">annotation</a></span>: <span lang="en">represents an annotation following the Web Annotation Data Model.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASOstdf">16.10. The standOff Container</a>]</td> </tr> <tr> - <td id="TEI.application"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-application.html">application</a></span>: <span lang="en">provides information about an application which has acted upon the document.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDAPP">2.3.11. The Application Information Element</a>]</td> + <td id="TEI.appInfo"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-appInfo.html">appInfo</a></span>: (<span lang="en">application information</span>) <span lang="en">records information about an application which has edited the TEI file.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDAPP">2.3.11. The Application Information Element</a>]</td> </tr> <tr> - <td id="TEI.arc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-arc.html">arc</a></span>: <span lang="en">encodes an arc, the connection from one node to another in a graph.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDGR">19.1. Graphs and Digraphs</a>]</td> + <td id="TEI.application"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-application.html">application</a></span>: <span lang="en">provides information about an application which has acted upon the document.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDAPP">2.3.11. The Application Information Element</a>]</td> </tr> <tr> - <td id="TEI.argument"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html">argument</a></span>: <span lang="en">contains a formal list or prose description of the topics addressed by a subdivision of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.arc"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-arc.html">arc</a></span>: <span lang="en">encodes an arc, the connection from one node to another in a graph.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDGR">19.1. Graphs and Digraphs</a>]</td> </tr> <tr> - <td id="TEI.att.ascribed"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.ascribed.html">att.ascribed</a></span>: <span lang="en">provides attributes for elements representing speech or action that can be ascribed to a specific individual.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBA">8.3. Elements Unique to Spoken Texts</a>]</td> + <td id="TEI.argument"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-argument.html">argument</a></span>: <span lang="en">contains a formal list or prose description of the topics addressed by a subdivision of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr> - <td id="TEI.att.ascribed.directed"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.ascribed.directed.html">att.ascribed.directed</a></span>: <span lang="en">provides attributes for elements representing speech or action that can be directed at a group or individual.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBA">8.3. Elements Unique to Spoken Texts</a>]</td> + <td id="TEI.att.ascribed"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.ascribed.html">att.ascribed</a></span>: <span lang="en">provides attributes for elements representing speech or action that can be ascribed to a specific individual.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBA">8.3. Elements Unique to Spoken Texts</a>]</td> </tr> <tr> - <td id="TEI.att.breaking"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.breaking.html">att.breaking</a></span>: <span lang="en">provides an attribute to indicate whether or not the element concerned is considered to mark the end of an orthographic token in the same way as whitespace.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> + <td id="TEI.att.ascribed.directed"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.ascribed.directed.html">att.ascribed.directed</a></span>: <span lang="en">provides attributes for elements representing speech or action that can be directed at a group or individual.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBA">8.3. Elements Unique to Spoken Texts</a>]</td> </tr> <tr> - <td id="TEI.att.cReferencing"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.cReferencing.html">att.cReferencing</a></span>: <span lang="en">provides an attribute which may be used to supply a <span class="term">canonical reference</span> as a means of identifying the target of a pointer.</span></td> + <td id="TEI.att.breaking"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.breaking.html">att.breaking</a></span>: <span lang="en">provides an attribute to indicate whether or not the element concerned is considered to mark the end of an orthographic token in the same way as whitespace.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> </tr> <tr> - <td id="TEI.att.canonical"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.canonical.html">att.canonical</a></span>: <span lang="en">provides attributes which can be used to associate a representation such as a name or title with canonical information about the object being named or referenced.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDATTSnr">13.1.1. Linking Names and Their Referents</a>]</td> + <td id="TEI.att.cReferencing"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.cReferencing.html">att.cReferencing</a></span>: <span lang="en">provides an attribute which may be used to supply a <span class="term">canonical reference</span> as a means of identifying the target of a pointer.</span></td> </tr> <tr> - <td id="TEI.att.citing"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.citing.html">att.citing</a></span>: <span lang="en">provides attributes for specifying the specific part of a bibliographic item being cited.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a>]</td> + <td id="TEI.att.canonical"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.canonical.html">att.canonical</a></span>: <span lang="en">provides attributes which can be used to associate a representation such as a name or title with canonical information about the object being named or referenced.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDATTSnr">13.1.1. Linking Names and Their Referents</a>]</td> </tr> <tr> - <td id="TEI.att.coordinated"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.coordinated.html">att.coordinated</a></span>: <span lang="en">provides attributes which can be used to position their parent element within a two dimensional coordinate system.</span></td> + <td id="TEI.att.citing"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.citing.html">att.citing</a></span>: <span lang="en">provides attributes for specifying the specific part of a bibliographic item being cited.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a>]</td> </tr> <tr> - <td id="TEI.att.damaged"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.damaged.html">att.damaged</a></span>: <span lang="en">provides attributes describing the nature of any physical damage affecting a reading.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDA">11.3.3.1. Damage, Illegibility, and Supplied Text</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a>]</td> + <td id="TEI.att.coordinated"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.coordinated.html">att.coordinated</a></span>: <span lang="en">provides attributes which can be used to position their parent element within a two dimensional coordinate system.</span></td> </tr> <tr> - <td id="TEI.att.datable"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datable.html">att.datable</a></span>: <span lang="en">provides attributes for normalization of elements that contain dates, times, or datable events.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.7. Dates and Times</a>]</td> + <td id="TEI.att.damaged"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.damaged.html">att.damaged</a></span>: <span lang="en">provides attributes describing the nature of any physical damage affecting a reading.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDA">11.3.3.1. Damage, Illegibility, and Supplied Text</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a>]</td> </tr> <tr> - <td id="TEI.att.datable.w3c"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datable.w3c.html">att.datable.w3c</a></span>: <span lang="en">provides attributes for normalization of elements that contain datable events conforming to the W3C <span class="titlem">XML Schema Part 2: Datatypes Second Edition</span>.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.7. Dates and Times</a>]</td> + <td id="TEI.att.datable"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datable.html">att.datable</a></span>: <span lang="en">provides attributes for normalization of elements that contain dates, times, or datable events.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.7. Dates and Times</a>]</td> </tr> <tr> - <td id="TEI.att.datcat"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datcat.html">att.datcat</a></span>: <span lang="en">provides the <span class="att">dcr:datacat</span> and <span class="att">dcr:ValueDatacat</span> attributes which are used to align XML elements or attributes with the appropriate Data Categories (DCs) defined by the ISO 12620:2009 standard and stored in the Web repository called ISOCat at <a class="link_ref" href="http://www.isocat.org/">http://www.isocat.org/</a>.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIMVLV">9.5.2. Lexical View</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FS.html#FSSY">18.3. Other Atomic Feature Values</a>]</td> + <td id="TEI.att.datable.w3c"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datable.w3c.html">att.datable.w3c</a></span>: <span lang="en">provides attributes for normalization of elements that contain datable events conforming to the W3C <span class="titlem">XML Schema Part 2: Datatypes Second Edition</span>.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.7. Dates and Times</a>]</td> </tr> <tr> - <td id="TEI.att.declarable"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.declarable.html">att.declarable</a></span>: <span lang="en">provides attributes for those elements in the TEI header which may be independently selected by means of the special purpose <span class="att">decls</span> attribute.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS">15.3. Associating Contextual Information with a Text</a>]</td> + <td id="TEI.att.datcat"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.datcat.html">att.datcat</a></span>: <span lang="en">provides the <span class="att">dcr:datacat</span> and <span class="att">dcr:ValueDatacat</span> attributes which are used to align XML elements or attributes with the appropriate Data Categories (DCs) defined by the ISO 12620:2009 standard and stored in the Web repository called ISOCat at <a class="link_ref" href="http://www.isocat.org/">http://www.isocat.org/</a>.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIMVLV">9.5.2. Lexical View</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FS.html#FSSY">18.3. Other Atomic Feature Values</a>]</td> </tr> <tr> - <td id="TEI.att.declaring"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.declaring.html">att.declaring</a></span>: <span lang="en">provides attributes for elements which may be independently associated with a particular declarable element within the header, thus overriding the inherited default for that element.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS">15.3. Associating Contextual Information with a Text</a>]</td> + <td id="TEI.att.declarable"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.declarable.html">att.declarable</a></span>: <span lang="en">provides attributes for those elements in the TEI header which may be independently selected by means of the special purpose <span class="att">decls</span> attribute.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS">15.3. Associating Contextual Information with a Text</a>]</td> </tr> <tr> - <td id="TEI.att.dimensions"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.dimensions.html">att.dimensions</a></span>: <span lang="en">provides attributes for describing the size of physical objects.</span></td> + <td id="TEI.att.declaring"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.declaring.html">att.declaring</a></span>: <span lang="en">provides attributes for elements which may be independently associated with a particular declarable element within the header, thus overriding the inherited default for that element.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS">15.3. Associating Contextual Information with a Text</a>]</td> </tr> <tr> - <td id="TEI.att.divLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.divLike.html">att.divLike</a></span>: <span lang="en">provides attributes common to all elements which behave in the same way as divisions.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a>]</td> + <td id="TEI.att.dimensions"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.dimensions.html">att.dimensions</a></span>: <span lang="en">provides attributes for describing the size of physical objects.</span></td> </tr> <tr> - <td id="TEI.att.docStatus"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.docStatus.html">att.docStatus</a></span>: <span lang="en">provides attributes for use on metadata elements describing the status of a document.</span></td> + <td id="TEI.att.divLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.divLike.html">att.divLike</a></span>: <span lang="en">provides attributes common to all elements which behave in the same way as divisions.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a>]</td> </tr> <tr> - <td id="TEI.att.editLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.editLike.html">att.editLike</a></span>: <span lang="en">provides attributes describing the nature of an encoded scholarly intervention or interpretation of any kind.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msdates">10.3.1. Origination</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPERSE">13.3.2. The Person Element</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHCO">11.3.1.1. Core Elements for Transcriptional Work</a>]</td> + <td id="TEI.att.docStatus"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.docStatus.html">att.docStatus</a></span>: <span lang="en">provides attributes for use on metadata elements describing the status of a document.</span></td> </tr> <tr> - <td id="TEI.att.edition"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.edition.html">att.edition</a></span>: <span lang="en">provides attributes identifying the source edition from which some encoded feature derives.</span></td> + <td id="TEI.att.editLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.editLike.html">att.editLike</a></span>: <span lang="en">provides attributes describing the nature of an encoded scholarly intervention or interpretation of any kind.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msdates">10.3.1. Origination</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPERSE">13.3.2. The Person Element</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHCO">11.3.1.1. Core Elements for Transcriptional Work</a>]</td> </tr> <tr> - <td id="TEI.att.entryLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.entryLike.html">att.entryLike</a></span>: <span lang="en">provides an attribute used to distinguish different styles of dictionary entries.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIEN">9.2. The Structure of Dictionary Entries</a>]</td> + <td id="TEI.att.edition"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.edition.html">att.edition</a></span>: <span lang="en">provides attributes identifying the source edition from which some encoded feature derives.</span></td> </tr> <tr> - <td id="TEI.att.formula"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.formula.html">att.formula</a></span>: <span lang="en">provides attributes for defining a mathematical formula.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDUDECL">2.3.9. The Unit Declaration</a>]</td> + <td id="TEI.att.entryLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.entryLike.html">att.entryLike</a></span>: <span lang="en">provides an attribute used to distinguish different styles of dictionary entries.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIEN">9.2. The Structure of Dictionary Entries</a>]</td> </tr> <tr> - <td id="TEI.att.fragmentable"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.fragmentable.html">att.fragmentable</a></span>: <span lang="en">provides an attribute for representing fragmentation of a structural element, typically as a consequence of some overlapping hierarchy.</span></td> + <td id="TEI.att.formula"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.formula.html">att.formula</a></span>: <span lang="en">provides attributes for defining a mathematical formula.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDUDECL">2.3.9. The Unit Declaration</a>]</td> </tr> <tr> - <td id="TEI.att.global"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.html">att.global</a></span>: <span lang="en">provides attributes common to all elements in the TEI encoding scheme.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGA">1.3.1.1. Global Attributes</a>]</td> + <td id="TEI.att.fragmentable"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.fragmentable.html">att.fragmentable</a></span>: <span lang="en">provides an attribute for representing fragmentation of a structural element, typically as a consequence of some overlapping hierarchy.</span></td> </tr> <tr> - <td id="TEI.att.global.change"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.change.html">att.global.change</a></span>: <span lang="en">supplies the <span class="att">change</span> attribute, allowing its member elements to specify one or more states or revision campaigns with which they are associated.</span></td> + <td id="TEI.att.global"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.html">att.global</a></span>: <span lang="en">provides attributes common to all elements in the TEI encoding scheme.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGA">1.3.1.1. Global Attributes</a>]</td> </tr> <tr> - <td id="TEI.att.global.facs"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.facs.html">att.global.facs</a></span>: <span lang="en">provides an attribute used to express correspondence between an element containing transcribed text and all or part of an image representing that text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a>]</td> + <td id="TEI.att.global.change"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.change.html">att.global.change</a></span>: <span lang="en">supplies the <span class="att">change</span> attribute, allowing its member elements to specify one or more states or revision campaigns with which they are associated.</span></td> </tr> <tr> - <td id="TEI.att.global.linking"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.linking.html">att.global.linking</a></span>: <span lang="en">provides a set of attributes for hypertextual linking.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SA">16. Linking, Segmentation, and Alignment</a>]</td> + <td id="TEI.att.global.facs"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.facs.html">att.global.facs</a></span>: <span lang="en">provides an attribute used to express correspondence between an element containing transcribed text and all or part of an image representing that text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a>]</td> </tr> <tr> - <td id="TEI.att.global.rendition"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.rendition.html">att.global.rendition</a></span>: <span lang="en">provides rendering attributes common to all elements in the TEI encoding scheme.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGAre">1.3.1.1.3. Rendition Indicators</a>]</td> + <td id="TEI.att.global.linking"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.linking.html">att.global.linking</a></span>: <span lang="en">provides a set of attributes for hypertextual linking.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SA">16. Linking, Segmentation, and Alignment</a>]</td> </tr> <tr> - <td id="TEI.att.global.responsibility"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.responsibility.html">att.global.responsibility</a></span>: <span lang="en">provides attributes indicating the agent responsible for some aspect of the text, the markup or something asserted by the markup, and the degree of certainty associated with it.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGAso">1.3.1.1.4. Sources, certainty, and responsibility</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHHR">11.3.2.2. Hand, Responsibility, and Certainty Attributes</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AISP">17.3. Spans and Interpretations</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDATTSnr">13.1.1. Linking Names and Their Referents</a>]</td> + <td id="TEI.att.global.rendition"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.rendition.html">att.global.rendition</a></span>: <span lang="en">provides rendering attributes common to all elements in the TEI encoding scheme.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGAre">1.3.1.1.3. Rendition Indicators</a>]</td> </tr> <tr> - <td id="TEI.att.global.source"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.source.html">att.global.source</a></span>: <span lang="en">provides an attribute used by elements to point to an external source.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGAso">1.3.1.1.4. Sources, certainty, and responsibility</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBAWR">8.3.4. Writing</a>]</td> + <td id="TEI.att.global.responsibility"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.responsibility.html">att.global.responsibility</a></span>: <span lang="en">provides attributes indicating the agent responsible for some aspect of the text, the markup or something asserted by the markup, and the degree of certainty associated with it.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGAso">1.3.1.1.4. Sources, certainty, and responsibility</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHHR">11.3.2.2. Hand, Responsibility, and Certainty Attributes</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AISP">17.3. Spans and Interpretations</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDATTSnr">13.1.1. Linking Names and Their Referents</a>]</td> </tr> <tr> - <td id="TEI.att.handFeatures"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.handFeatures.html">att.handFeatures</a></span>: <span lang="en">provides attributes describing aspects of the hand in which a manuscript is written.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDH">11.3.2.1. Document Hands</a>]</td> + <td id="TEI.att.global.source"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.source.html">att.global.source</a></span>: <span lang="en">provides an attribute used by elements to point to an external source.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGAso">1.3.1.1.4. Sources, certainty, and responsibility</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBAWR">8.3.4. Writing</a>]</td> </tr> <tr> - <td id="TEI.att.internetMedia"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.internetMedia.html">att.internetMedia</a></span>: <span lang="en">provides attributes for specifying the type of a computer resource using a standard taxonomy.</span></td> + <td id="TEI.att.handFeatures"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.handFeatures.html">att.handFeatures</a></span>: <span lang="en">provides attributes describing aspects of the hand in which a manuscript is written.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDH">11.3.2.1. Document Hands</a>]</td> </tr> <tr> - <td id="TEI.att.lexicographic"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.lexicographic.html">att.lexicographic</a></span>: <span lang="en">provides a set of attributes for specifying standard and normalized values, grammatical functions, alternate or equivalent forms, and information about composite parts.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIEN">9.2. The Structure of Dictionary Entries</a>]</td> + <td id="TEI.att.internetMedia"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.internetMedia.html">att.internetMedia</a></span>: <span lang="en">provides attributes for specifying the type of a computer resource using a standard taxonomy.</span></td> </tr> <tr> - <td id="TEI.att.measurement"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.measurement.html">att.measurement</a></span>: <span lang="en">provides attributes to represent a regularized or normalized measurement.</span></td> + <td id="TEI.att.lexicographic"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.lexicographic.html">att.lexicographic</a></span>: <span lang="en">provides a set of attributes for specifying standard and normalized values, grammatical functions, alternate or equivalent forms, and information about composite parts.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIEN">9.2. The Structure of Dictionary Entries</a>]</td> </tr> <tr> - <td id="TEI.att.media"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.media.html">att.media</a></span>: <span lang="en">provides attributes for specifying display and related properties of external media.</span></td> + <td id="TEI.att.measurement"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.measurement.html">att.measurement</a></span>: <span lang="en">provides attributes to represent a regularized or normalized measurement.</span></td> </tr> <tr> - <td id="TEI.att.milestoneUnit"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.milestoneUnit.html">att.milestoneUnit</a></span>: <span lang="en">provides an attribute to indicate the type of section which is changing at a specific milestone.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a>]</td> + <td id="TEI.att.media"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.media.html">att.media</a></span>: <span lang="en">provides attributes for specifying display and related properties of external media.</span></td> </tr> <tr> - <td id="TEI.att.naming"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.naming.html">att.naming</a></span>: <span lang="en">provides attributes common to elements which refer to named persons, places, organizations etc.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDNYM">13.3.6. Names and Nyms</a>]</td> + <td id="TEI.att.milestoneUnit"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.milestoneUnit.html">att.milestoneUnit</a></span>: <span lang="en">provides an attribute to indicate the type of section which is changing at a specific milestone.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a>]</td> </tr> <tr> - <td id="TEI.att.notated"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.notated.html">att.notated</a></span>: <span lang="en">provides an attribute to indicate any specialised notation used for element content.</span></td> + <td id="TEI.att.naming"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.naming.html">att.naming</a></span>: <span lang="en">provides attributes common to elements which refer to named persons, places, organizations etc.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDNYM">13.3.6. Names and Nyms</a>]</td> </tr> <tr> - <td id="TEI.att.partials"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.partials.html">att.partials</a></span>: <span lang="en">provides attributes for describing the extent of lexical references for a dictionary term.</span></td> + <td id="TEI.att.notated"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.notated.html">att.notated</a></span>: <span lang="en">provides an attribute to indicate any specialised notation used for element content.</span></td> </tr> <tr> - <td id="TEI.att.patternReplacement"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.patternReplacement.html">att.patternReplacement</a></span>: <span lang="en">provides attributes for regular-expression matching and replacement.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPU">16.2.3. Using Abbreviated Pointers</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54S">2.3.6.2. Search-and-Replace Method</a>]</td> + <td id="TEI.att.partials"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.partials.html">att.partials</a></span>: <span lang="en">provides attributes for describing the extent of lexical references for a dictionary term.</span></td> </tr> <tr> - <td id="TEI.att.personal"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.personal.html">att.personal</a></span>: (<span lang="en">attributes for components of names usually, but not necessarily, personal names</span>) <span lang="en">common attributes for those elements which form part of a name usually, but not necessarily, a personal name.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPER">13.2.1. Personal Names</a>]</td> + <td id="TEI.att.patternReplacement"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.patternReplacement.html">att.patternReplacement</a></span>: <span lang="en">provides attributes for regular-expression matching and replacement.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPU">16.2.3. Using Abbreviated Pointers</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54S">2.3.6.2. Search-and-Replace Method</a>]</td> </tr> <tr> - <td id="TEI.att.placement"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.placement.html">att.placement</a></span>: <span lang="en">provides attributes for describing where on the source page or object a textual element appears.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAD">11.3.1.4. Additions and Deletions</a>]</td> + <td id="TEI.att.personal"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.personal.html">att.personal</a></span>: (<span lang="en">attributes for components of names usually, but not necessarily, personal names</span>) <span lang="en">common attributes for those elements which form part of a name usually, but not necessarily, a personal name.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPER">13.2.1. Personal Names</a>]</td> </tr> <tr> - <td id="TEI.att.pointing"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.pointing.html">att.pointing</a></span>: <span lang="en">provides a set of attributes used by all elements which point to other elements by means of one or more URI references.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGAla">1.3.1.1.2. Language Indicators</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a>]</td> + <td id="TEI.att.placement"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.placement.html">att.placement</a></span>: <span lang="en">provides attributes for describing where on the source page or object a textual element appears.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAD">11.3.1.4. Additions and Deletions</a>]</td> </tr> <tr> - <td id="TEI.att.pointing.group"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.pointing.group.html">att.pointing.group</a></span>: <span lang="en">provides a set of attributes common to all elements which enclose groups of pointer elements.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SA">16. Linking, Segmentation, and Alignment</a>]</td> + <td id="TEI.att.pointing"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.pointing.html">att.pointing</a></span>: <span lang="en">provides a set of attributes used by all elements which point to other elements by means of one or more URI references.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGAla">1.3.1.1.2. Language Indicators</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a>]</td> </tr> <tr> - <td id="TEI.att.ranging"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.ranging.html">att.ranging</a></span>: <span lang="en">provides attributes for describing numerical ranges.</span></td> + <td id="TEI.att.pointing.group"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.pointing.group.html">att.pointing.group</a></span>: <span lang="en">provides a set of attributes common to all elements which enclose groups of pointer elements.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SA">16. Linking, Segmentation, and Alignment</a>]</td> </tr> <tr> - <td id="TEI.att.resourced"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.resourced.html">att.resourced</a></span>: <span lang="en">provides attributes by which a resource (such as an externally held media file) may be located.</span></td> + <td id="TEI.att.ranging"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.ranging.html">att.ranging</a></span>: <span lang="en">provides attributes for describing numerical ranges.</span></td> </tr> <tr> - <td id="TEI.att.segLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.segLike.html">att.segLike</a></span>: <span lang="en">provides attributes for elements used for arbitrary segmentation.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AILC">17.1. Linguistic Segment Categories</a>]</td> + <td id="TEI.att.resourced"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.resourced.html">att.resourced</a></span>: <span lang="en">provides attributes by which a resource (such as an externally held media file) may be located.</span></td> </tr> <tr> - <td id="TEI.att.sortable"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.sortable.html">att.sortable</a></span>: <span lang="en">provides attributes for elements in lists or groups that are sortable, but whose sorting key cannot be derived mechanically from the element content.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a>]</td> + <td id="TEI.att.segLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.segLike.html">att.segLike</a></span>: <span lang="en">provides attributes for elements used for arbitrary segmentation.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AILC">17.1. Linguistic Segment Categories</a>]</td> </tr> <tr> - <td id="TEI.att.spanning"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.spanning.html">att.spanning</a></span>: <span lang="en">provides attributes for elements which delimit a span of text by pointing mechanisms rather than by enclosing it.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAD">11.3.1.4. Additions and Deletions</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a>]</td> + <td id="TEI.att.sortable"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.sortable.html">att.sortable</a></span>: <span lang="en">provides attributes for elements in lists or groups that are sortable, but whose sorting key cannot be derived mechanically from the element content.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a>]</td> </tr> <tr> - <td id="TEI.att.styleDef"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.styleDef.html">att.styleDef</a></span>: <span lang="en">provides attributes to specify the name of a formal definition language used to provide formatting or rendition information.</span></td> + <td id="TEI.att.spanning"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.spanning.html">att.spanning</a></span>: <span lang="en">provides attributes for elements which delimit a span of text by pointing mechanisms rather than by enclosing it.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAD">11.3.1.4. Additions and Deletions</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a>]</td> </tr> <tr> - <td id="TEI.att.tableDecoration"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.tableDecoration.html">att.tableDecoration</a></span>: <span lang="en">provides attributes used to decorate rows or cells of a table.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FT">14. Tables, Formulæ, Graphics and Notated Music</a>]</td> + <td id="TEI.att.styleDef"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.styleDef.html">att.styleDef</a></span>: <span lang="en">provides attributes to specify the name of a formal definition language used to provide formatting or rendition information.</span></td> </tr> <tr> - <td id="TEI.att.timed"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.timed.html">att.timed</a></span>: <span lang="en">provides attributes common to those elements which have a duration in time, expressed either absolutely or by reference to an alignment map.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBATI">8.3.5. Temporal Information</a>]</td> + <td id="TEI.att.tableDecoration"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.tableDecoration.html">att.tableDecoration</a></span>: <span lang="en">provides attributes used to decorate rows or cells of a table.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FT">14. Tables, Formulæ, Graphics and Notated Music</a>]</td> </tr> <tr> - <td id="TEI.att.transcriptional"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.transcriptional.html">att.transcriptional</a></span>: <span lang="en">provides attributes specific to elements encoding authorial or scribal intervention in a text when transcribing manuscript or similar sources.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAD">11.3.1.4. Additions and Deletions</a>]</td> + <td id="TEI.att.timed"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.timed.html">att.timed</a></span>: <span lang="en">provides attributes common to those elements which have a duration in time, expressed either absolutely or by reference to an alignment map.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBATI">8.3.5. Temporal Information</a>]</td> </tr> <tr> - <td id="TEI.att.translatable"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.translatable.html">att.translatable</a></span>: <span lang="en">provides attributes used to indicate the status of a translatable portion of an ODD document.</span></td> + <td id="TEI.att.transcriptional"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.transcriptional.html">att.transcriptional</a></span>: <span lang="en">provides attributes specific to elements encoding authorial or scribal intervention in a text when transcribing manuscript or similar sources.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAD">11.3.1.4. Additions and Deletions</a>]</td> </tr> <tr> - <td id="TEI.att.typed"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.typed.html">att.typed</a></span>: <span lang="en">provides attributes which can be used to classify or subclassify elements in any way.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AILCW">17.1.1. Words and Above</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAB">3.5.5. Abbreviations and Their Expansions</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE">3.12.1. Core Tags for Verse</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV1">4.1.1. Un-numbered Divisions</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSHD">4.2.1. Headings and Trailers</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSVIRT">4.4. Virtual Divisions</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPERSREL">13.3.2.3. Personal Relationships</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHCO">11.3.1.1. Core Elements for Transcriptional Work</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPTL">16.1.1. Pointers and Links</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TC.html#TCAPLK">12.2. Linking the Apparatus to the Text</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDTAGCONT">22.5.1.2. Defining Content Models: RELAX NG</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBA">8.3. Elements Unique to Spoken Texts</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/USE.html#MDMDAL">23.3.1.3. Modification of Attribute and Attribute Value Lists</a>]</td> + <td id="TEI.att.translatable"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.translatable.html">att.translatable</a></span>: <span lang="en">provides attributes used to indicate the status of a translatable portion of an ODD document.</span></td> </tr> <tr> - <td id="TEI.att.written"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.written.html">att.written</a></span>: <span lang="en">provides an attribute to indicate the hand in which the content of an element was written in the source being transcribed.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a>]</td> + <td id="TEI.att.typed"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.typed.html">att.typed</a></span>: <span lang="en">provides attributes which can be used to classify or subclassify elements in any way.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AILCW">17.1.1. Words and Above</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAB">3.5.5. Abbreviations and Their Expansions</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE">3.12.1. Core Tags for Verse</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV1">4.1.1. Un-numbered Divisions</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSHD">4.2.1. Headings and Trailers</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSVIRT">4.4. Virtual Divisions</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPERSREL">13.3.2.3. Personal Relationships</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHCO">11.3.1.1. Core Elements for Transcriptional Work</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPTL">16.1.1. Pointers and Links</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TC.html#TCAPLK">12.2. Linking the Apparatus to the Text</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDTAGCONT">22.5.1.2. Defining Content Models: RELAX NG</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBA">8.3. Elements Unique to Spoken Texts</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/USE.html#MDMDAL">23.3.1.3. Modification of Attribute and Attribute Value Lists</a>]</td> </tr> <tr> - <td id="TEI.author"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-author.html">author</a></span>: <span lang="en">in a bibliographic reference, contains the name(s) of an author, personal or corporate, of a work; for example in the same form as that provided by a recognized bibliographic name authority.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a>]</td> + <td id="TEI.att.written"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.written.html">att.written</a></span>: <span lang="en">provides an attribute to indicate the hand in which the content of an element was written in the source being transcribed.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a>]</td> </tr> <tr> - <td id="TEI.authority"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-authority.html">authority</a></span>: (<span lang="en">release authority</span>) <span lang="en">supplies the name of a person or other agency responsible for making a work available, other than a publisher or distributor.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> + <td id="TEI.author"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-author.html">author</a></span>: <span lang="en">in a bibliographic reference, contains the name(s) of an author, personal or corporate, of a work; for example in the same form as that provided by a recognized bibliographic name authority.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a>]</td> </tr> <tr> - <td id="TEI.availability"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-availability.html">availability</a></span>: <span lang="en">supplies information about the availability of a text, for example any restrictions on its use or distribution, its copyright status, any licence applying to it, etc.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> + <td id="TEI.authority"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-authority.html">authority</a></span>: (<span lang="en">release authority</span>) <span lang="en">supplies the name of a person or other agency responsible for making a work available, other than a publisher or distributor.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> </tr> <tr> - <td id="TEI.back"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-back.html">back</a></span>: (<span lang="en">back matter</span>) <span lang="en">contains any appendixes, etc. following the main part of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSBACK">4.7. Back Matter</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a>]</td> + <td id="TEI.availability"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-availability.html">availability</a></span>: <span lang="en">supplies information about the availability of a text, for example any restrictions on its use or distribution, its copyright status, any licence applying to it, etc.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> </tr> <tr> - <td id="TEI.bibl"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-bibl.html">bibl</a></span>: (<span lang="en">bibliographic citation</span>) <span lang="en">contains a loosely-structured bibliographic citation of which the sub-components may or may not be explicitly tagged.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.back"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-back.html">back</a></span>: (<span lang="en">back matter</span>) <span lang="en">contains any appendixes, etc. following the main part of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSBACK">4.7. Back Matter</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a>]</td> </tr> <tr> - <td id="TEI.biblFull"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-biblFull.html">biblFull</a></span>: (<span lang="en">fully-structured bibliographic citation</span>) <span lang="en">contains a fully-structured bibliographic citation, in which all components of the TEI file description are present.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.bibl"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-bibl.html">bibl</a></span>: (<span lang="en">bibliographic citation</span>) <span lang="en">contains a loosely-structured bibliographic citation of which the sub-components may or may not be explicitly tagged.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr> - <td id="TEI.biblScope"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-biblScope.html">biblScope</a></span>: (<span lang="en">scope of bibliographic reference</span>) <span lang="en">defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOB">3.11.2.5. Scopes and Ranges in Bibliographic Citations</a>]</td> + <td id="TEI.biblFull"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-biblFull.html">biblFull</a></span>: (<span lang="en">fully-structured bibliographic citation</span>) <span lang="en">contains a fully-structured bibliographic citation, in which all components of the TEI file description are present.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr> - <td id="TEI.biblStruct"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-biblStruct.html">biblStruct</a></span>: (<span lang="en">structured bibliographic citation</span>) <span lang="en">contains a structured bibliographic citation, in which only bibliographic sub-elements appear and in a specified order.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.biblScope"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-biblScope.html">biblScope</a></span>: (<span lang="en">scope of bibliographic reference</span>) <span lang="en">defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOB">3.11.2.5. Scopes and Ranges in Bibliographic Citations</a>]</td> </tr> <tr> - <td id="TEI.binaryObject"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-binaryObject.html">binaryObject</a></span>: <span lang="en">provides encoded binary data representing an inline graphic, audio, video or other object.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</a>]</td> + <td id="TEI.biblStruct"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-biblStruct.html">biblStruct</a></span>: (<span lang="en">structured bibliographic citation</span>) <span lang="en">contains a structured bibliographic citation, in which only bibliographic sub-elements appear and in a specified order.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr> - <td id="TEI.body"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-body.html">body</a></span>: (<span lang="en">text body</span>) <span lang="en">contains the whole body of a single unitary text, excluding any front or back matter.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a>]</td> + <td id="TEI.binaryObject"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-binaryObject.html">binaryObject</a></span>: <span lang="en">provides encoded binary data representing an inline graphic, audio, video or other object.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</a>]</td> </tr> <tr> - <td id="TEI.byline"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-byline.html">byline</a></span>: <span lang="en">contains the primary statement of responsibility given for a work on its title page or at the head or end of the work.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT">4.5. Front Matter</a>]</td> + <td id="TEI.body"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-body.html">body</a></span>: (<span lang="en">text body</span>) <span lang="en">contains the whole body of a single unitary text, excluding any front or back matter.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a>]</td> </tr> <tr> - <td id="TEI.cRefPattern"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-cRefPattern.html">cRefPattern</a></span>: (<span lang="en">canonical reference pattern</span>) <span lang="en">specifies an expression and replacement pattern for transforming a canonical reference into a URI.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54S">2.3.6.2. Search-and-Replace Method</a>]</td> + <td id="TEI.byline"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-byline.html">byline</a></span>: <span lang="en">contains the primary statement of responsibility given for a work on its title page or at the head or end of the work.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT">4.5. Front Matter</a>]</td> </tr> <tr> - <td id="TEI.calendar"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-calendar.html">calendar</a></span>: <span lang="en">describes a calendar or dating system used in a dating formula in the text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44">2.4.5. Calendar Description</a>]</td> + <td id="TEI.cRefPattern"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-cRefPattern.html">cRefPattern</a></span>: (<span lang="en">canonical reference pattern</span>) <span lang="en">specifies an expression and replacement pattern for transforming a canonical reference into a URI.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54S">2.3.6.2. Search-and-Replace Method</a>]</td> </tr> <tr> - <td id="TEI.calendarDesc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-calendarDesc.html">calendarDesc</a></span>: (<span lang="en">calendar description</span>) <span lang="en">contains a description of the calendar system used in any dating expression found in the text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44">2.4.5. Calendar Description</a>]</td> + <td id="TEI.calendar"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-calendar.html">calendar</a></span>: <span lang="en">describes a calendar or dating system used in a dating formula in the text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44">2.4.5. Calendar Description</a>]</td> </tr> <tr> - <td id="TEI.case"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-case.html">case</a></span>: <span lang="en">contains grammatical case information given by a dictionary for a given form.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> + <td id="TEI.calendarDesc"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-calendarDesc.html">calendarDesc</a></span>: (<span lang="en">calendar description</span>) <span lang="en">contains a description of the calendar system used in any dating expression found in the text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44">2.4.5. Calendar Description</a>]</td> </tr> <tr> - <td id="TEI.catDesc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-catDesc.html">catDesc</a></span>: (<span lang="en">category description</span>) <span lang="en">describes some category within a taxonomy or text typology, either in the form of a brief prose description or in terms of the situational parameters used by the TEI formal <span class="gi"><textDesc></span>.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD55">2.3.7. The Classification Declaration</a>]</td> + <td id="TEI.case"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-case.html">case</a></span>: <span lang="en">contains grammatical case information given by a dictionary for a given form.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> </tr> <tr> - <td id="TEI.catRef"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-catRef.html">catRef</a></span>: (<span lang="en">category reference</span>) <span lang="en">specifies one or more defined categories within some taxonomy or text typology.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</a>]</td> + <td id="TEI.catDesc"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-catDesc.html">catDesc</a></span>: (<span lang="en">category description</span>) <span lang="en">describes some category within a taxonomy or text typology, either in the form of a brief prose description or in terms of the situational parameters used by the TEI formal <span class="gi"><textDesc></span>.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD55">2.3.7. The Classification Declaration</a>]</td> </tr> <tr> - <td id="TEI.category"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-category.html">category</a></span>: <span lang="en">contains an individual descriptive category, possibly nested within a superordinate category, within a user-defined taxonomy.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD55">2.3.7. The Classification Declaration</a>]</td> + <td id="TEI.catRef"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-catRef.html">catRef</a></span>: (<span lang="en">category reference</span>) <span lang="en">specifies one or more defined categories within some taxonomy or text typology.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</a>]</td> </tr> <tr> - <td id="TEI.cb"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-cb.html">cb</a></span>: (<span lang="en">column beginning</span>) <span lang="en">marks the beginning of a new column of a text on a multi-column page.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> + <td id="TEI.category"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-category.html">category</a></span>: <span lang="en">contains an individual descriptive category, possibly nested within a superordinate category, within a user-defined taxonomy.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD55">2.3.7. The Classification Declaration</a>]</td> </tr> <tr> - <td id="TEI.cell"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-cell.html">cell</a></span>: <span lang="en">contains one cell of a table.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTTAB1">14.1.1. TEI Tables</a>]</td> + <td id="TEI.cb"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-cb.html">cb</a></span>: (<span lang="en">column beginning</span>) <span lang="en">marks the beginning of a new column of a text on a multi-column page.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> </tr> <tr> - <td id="TEI.change"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-change.html">change</a></span>: <span lang="en">documents a change or set of changes made during the production of a source document, or during the revision of an electronic file.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4C">2.4.1. Creation</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PH-changes">11.7. Identifying Changes and Revisions</a>]</td> + <td id="TEI.cell"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-cell.html">cell</a></span>: <span lang="en">contains one cell of a table.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTTAB1">14.1.1. TEI Tables</a>]</td> </tr> <tr> - <td id="TEI.choice"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html">choice</a></span>: <span lang="en">groups a number of alternative encodings for the same point in a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> + <td id="TEI.change"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-change.html">change</a></span>: <span lang="en">documents a change or set of changes made during the production of a source document, or during the revision of an electronic file.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4C">2.4.1. Creation</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PH-changes">11.6. Identifying Changes and Revisions</a>]</td> </tr> <tr> - <td id="TEI.cit"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-cit.html">cit</a></span>: (<span lang="en">cited quotation</span>) <span lang="en">contains a quotation from some other document, together with a bibliographic reference to its source. In a dictionary it may contain an example text with at least one occurrence of the word form, used in the sense being described, or a translation of the headword, or an example.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP">4.3.1. Grouped Texts</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPEG">9.3.5.1. Examples</a>]</td> + <td id="TEI.choice"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html">choice</a></span>: <span lang="en">groups a number of alternative encodings for the same point in a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> </tr> <tr> - <td id="TEI.citedRange"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-citedRange.html">citedRange</a></span>: (<span lang="en">cited range</span>) <span lang="en">defines the range of cited content, often represented by pages or other units</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOB">3.11.2.5. Scopes and Ranges in Bibliographic Citations</a>]</td> + <td id="TEI.cit"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-cit.html">cit</a></span>: (<span lang="en">cited quotation</span>) <span lang="en">contains a quotation from some other document, together with a bibliographic reference to its source. In a dictionary it may contain an example text with at least one occurrence of the word form, used in the sense being described, or a translation of the headword, or an example.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP">4.3.1. Grouped Texts</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPEG">9.3.5.1. Examples</a>]</td> </tr> <tr> - <td id="TEI.classCode"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-classCode.html">classCode</a></span>: (<span lang="en">classification code</span>) <span lang="en">contains the classification code used for this text in some standard classification system.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</a>]</td> + <td id="TEI.citedRange"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-citedRange.html">citedRange</a></span>: (<span lang="en">cited range</span>) <span lang="en">defines the range of cited content, often represented by pages or other units</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOB">3.11.2.5. Scopes and Ranges in Bibliographic Citations</a>]</td> </tr> <tr> - <td id="TEI.classDecl"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-classDecl.html">classDecl</a></span>: (<span lang="en">classification declarations</span>) <span lang="en">contains one or more taxonomies defining any classificatory codes used elsewhere in the text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD55">2.3.7. The Classification Declaration</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a>]</td> + <td id="TEI.classCode"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-classCode.html">classCode</a></span>: (<span lang="en">classification code</span>) <span lang="en">contains the classification code used for this text in some standard classification system.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</a>]</td> </tr> <tr> - <td id="TEI.closer"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html">closer</a></span>: <span lang="en">groups together salutations, datelines, and similar phrases appearing as a final group at the end of a division, especially of a letter.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> + <td id="TEI.classDecl"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-classDecl.html">classDecl</a></span>: (<span lang="en">classification declarations</span>) <span lang="en">contains one or more taxonomies defining any classificatory codes used elsewhere in the text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD55">2.3.7. The Classification Declaration</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a>]</td> </tr> <tr> - <td id="TEI.colloc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-colloc.html">colloc</a></span>: (<span lang="en">collocate</span>) <span lang="en">contains any sequence of words that co-occur with the headword with significant frequency.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPGR">9.3.2. Grammatical Information</a>]</td> + <td id="TEI.closer"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html">closer</a></span>: <span lang="en">groups together salutations, datelines, and similar phrases appearing as a final group at the end of a division, especially of a letter.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> </tr> <tr> - <td id="TEI.conversion"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-conversion.html">conversion</a></span>: <span lang="en">defines how to calculate one unit of measure in terms of another.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDUDECL">2.3.9. The Unit Declaration</a>]</td> + <td id="TEI.colloc"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-colloc.html">colloc</a></span>: (<span lang="en">collocate</span>) <span lang="en">contains any sequence of words that co-occur with the headword with significant frequency.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPGR">9.3.2. Grammatical Information</a>]</td> </tr> <tr> - <td id="TEI.corr"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html">corr</a></span>: (<span lang="en">correction</span>) <span lang="en">contains the correct form of a passage apparently erroneous in the copy text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDCOR">3.4.1. Apparent Errors</a>]</td> + <td id="TEI.conversion"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-conversion.html">conversion</a></span>: <span lang="en">defines how to calculate one unit of measure in terms of another.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDUDECL">2.3.9. The Unit Declaration</a>]</td> </tr> <tr> - <td id="TEI.correction"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correction.html">correction</a></span>: (<span lang="en">correction principles</span>) <span lang="en">states how and under what circumstances corrections have been made in the text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.corr"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html">corr</a></span>: (<span lang="en">correction</span>) <span lang="en">contains the correct form of a passage apparently erroneous in the copy text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDCOR">3.4.1. Apparent Errors</a>]</td> </tr> <tr> - <td id="TEI.correspAction"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspAction.html">correspAction</a></span>: (<span lang="en">correspondence action</span>) <span lang="en">contains a structured description of the place, the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> + <td id="TEI.correction"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correction.html">correction</a></span>: (<span lang="en">correction principles</span>) <span lang="en">states how and under what circumstances corrections have been made in the text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr> - <td id="TEI.correspContext"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspContext.html">correspContext</a></span>: (<span lang="en">correspondence context</span>) <span lang="en">provides references to preceding or following correspondence related to this piece of correspondence.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> + <td id="TEI.correspAction"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspAction.html">correspAction</a></span>: (<span lang="en">correspondence action</span>) <span lang="en">contains a structured description of the place, the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> </tr> <tr> - <td id="TEI.correspDesc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspDesc.html">correspDesc</a></span>: (<span lang="en">correspondence description</span>) <span lang="en">contains a description of the actions related to one act of correspondence.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> + <td id="TEI.correspContext"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspContext.html">correspContext</a></span>: (<span lang="en">correspondence context</span>) <span lang="en">provides references to preceding or following correspondence related to this piece of correspondence.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> </tr> <tr> - <td id="TEI.creation"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-creation.html">creation</a></span>: <span lang="en">contains information about the creation of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4C">2.4.1. Creation</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</a>]</td> + <td id="TEI.correspDesc"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-correspDesc.html">correspDesc</a></span>: (<span lang="en">correspondence description</span>) <span lang="en">contains a description of the actions related to one act of correspondence.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> </tr> <tr> - <td id="TEI.damage"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-damage.html">damage</a></span>: <span lang="en">contains an area of damage to the text witness.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDA">11.3.3.1. Damage, Illegibility, and Supplied Text</a>]</td> + <td id="TEI.creation"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-creation.html">creation</a></span>: <span lang="en">contains information about the creation of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4C">2.4.1. Creation</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</a>]</td> </tr> <tr> - <td id="TEI.damageSpan"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-damageSpan.html">damageSpan</a></span>: (<span lang="en">damaged span of text</span>) <span lang="en">marks the beginning of a longer sequence of text which is damaged in some way but still legible.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDA">11.3.3.1. Damage, Illegibility, and Supplied Text</a>]</td> + <td id="TEI.damage"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-damage.html">damage</a></span>: <span lang="en">contains an area of damage to the text witness.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDA">11.3.3.1. Damage, Illegibility, and Supplied Text</a>]</td> </tr> <tr> - <td id="TEI.date"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-date.html">date</a></span>: <span lang="en">contains a date in any format.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAHSE">15.2.3. The Setting Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.7. Dates and Times</a>]</td> + <td id="TEI.damageSpan"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-damageSpan.html">damageSpan</a></span>: (<span lang="en">damaged span of text</span>) <span lang="en">marks the beginning of a longer sequence of text which is damaged in some way but still legible.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDA">11.3.3.1. Damage, Illegibility, and Supplied Text</a>]</td> </tr> <tr> - <td id="TEI.dateline"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html">dateline</a></span>: <span lang="en">contains a brief description of the place, date, time, etc. of production of a letter, newspaper story, or other work, prefixed or suffixed to it as a kind of heading or trailer.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a>]</td> + <td id="TEI.date"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-date.html">date</a></span>: <span lang="en">contains a date in any format.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAHSE">15.2.3. The Setting Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.7. Dates and Times</a>]</td> </tr> <tr> - <td id="TEI.def"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-def.html">def</a></span>: (<span lang="en">definition</span>) <span lang="en">contains definition text in a dictionary entry.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPDE">9.3.3.1. Definitions</a>]</td> + <td id="TEI.dateline"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dateline.html">dateline</a></span>: <span lang="en">contains a brief description of the place, date, time, etc. of production of a letter, newspaper story, or other work, prefixed or suffixed to it as a kind of heading or trailer.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a>]</td> </tr> <tr> - <td id="TEI.del"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html">del</a></span>: (<span lang="en">deletion</span>) <span lang="en">contains a letter, word, or passage deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, or a previous annotator or corrector.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a>]</td> + <td id="TEI.def"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-def.html">def</a></span>: (<span lang="en">definition</span>) <span lang="en">contains definition text in a dictionary entry.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPDE">9.3.3.1. Definitions</a>]</td> </tr> <tr> - <td id="TEI.delSpan"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-delSpan.html">delSpan</a></span>: (<span lang="en">deleted span of text</span>) <span lang="en">marks the beginning of a longer sequence of text deleted, marked as deleted, or otherwise signaled as superfluous or spurious by an author, scribe, annotator, or corrector.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAD">11.3.1.4. Additions and Deletions</a>]</td> + <td id="TEI.del"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-del.html">del</a></span>: (<span lang="en">deletion</span>) <span lang="en">contains a letter, word, or passage deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, or a previous annotator or corrector.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a>]</td> </tr> <tr> - <td id="TEI.desc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-desc.html">desc</a></span>: (<span lang="en">description</span>) <span lang="en">contains a brief description of the object documented by its parent element, typically a documentation element or an entity.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDcrystalsCEdc">22.4.1. Description of Components</a>]</td> + <td id="TEI.delSpan"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-delSpan.html">delSpan</a></span>: (<span lang="en">deleted span of text</span>) <span lang="en">marks the beginning of a longer sequence of text deleted, marked as deleted, or otherwise signaled as superfluous or spurious by an author, scribe, annotator, or corrector.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAD">11.3.1.4. Additions and Deletions</a>]</td> </tr> <tr> - <td id="TEI.dictScrap"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dictScrap.html">dictScrap</a></span>: (<span lang="en">dictionary scrap</span>) <span lang="en">encloses a part of a dictionary entry in which other phrase-level dictionary elements are freely combined.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIEN">9.2. The Structure of Dictionary Entries</a>]</td> + <td id="TEI.desc"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-desc.html">desc</a></span>: (<span lang="en">description</span>) <span lang="en">contains a brief description of the object documented by its parent element, typically a documentation element or an entity.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDcrystalsCEdc">22.4.1. Description of Components</a>]</td> </tr> <tr> - <td id="TEI.distinct"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-distinct.html">distinct</a></span>: <span lang="en">identifies any word or phrase which is regarded as linguistically distinct, for example as archaic, technical, dialectal, non-preferred, etc., or as forming part of a sublanguage.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHD">3.3.2.3. Other Linguistically Distinct Material</a>]</td> + <td id="TEI.dictScrap"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-dictScrap.html">dictScrap</a></span>: (<span lang="en">dictionary scrap</span>) <span lang="en">encloses a part of a dictionary entry in which other phrase-level dictionary elements are freely combined.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIEN">9.2. The Structure of Dictionary Entries</a>]</td> </tr> <tr> - <td id="TEI.distributor"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-distributor.html">distributor</a></span>: <span lang="en">supplies the name of a person or other agency responsible for the distribution of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> + <td id="TEI.distinct"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-distinct.html">distinct</a></span>: <span lang="en">identifies any word or phrase which is regarded as linguistically distinct, for example as archaic, technical, dialectal, non-preferred, etc., or as forming part of a sublanguage.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHD">3.3.2.3. Other Linguistically Distinct Material</a>]</td> </tr> <tr> - <td id="TEI.div"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div.html">div</a></span>: (<span lang="en">text division</span>) <span lang="en">contains a subdivision of the front, body, or back of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV">4.1. Divisions of the Body</a>]</td> + <td id="TEI.distributor"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-distributor.html">distributor</a></span>: <span lang="en">supplies the name of a person or other agency responsible for the distribution of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> </tr> <tr> - <td id="TEI.div1"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div1.html">div1</a></span>: (<span lang="en">level-1 text division</span>) <span lang="en">contains a first-level subdivision of the front, body, or back of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> + <td id="TEI.div"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div.html">div</a></span>: (<span lang="en">text division</span>) <span lang="en">contains a subdivision of the front, body, or back of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV">4.1. Divisions of the Body</a>]</td> </tr> <tr> - <td id="TEI.div2"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div2.html">div2</a></span>: (<span lang="en">level-2 text division</span>) <span lang="en">contains a second-level subdivision of the front, body, or back of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> + <td id="TEI.div1"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div1.html">div1</a></span>: (<span lang="en">level-1 text division</span>) <span lang="en">contains a first-level subdivision of the front, body, or back of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> </tr> <tr> - <td id="TEI.div3"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div3.html">div3</a></span>: (<span lang="en">level-3 text division</span>) <span lang="en">contains a third-level subdivision of the front, body, or back of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> + <td id="TEI.div2"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div2.html">div2</a></span>: (<span lang="en">level-2 text division</span>) <span lang="en">contains a second-level subdivision of the front, body, or back of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> </tr> <tr> - <td id="TEI.div4"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div4.html">div4</a></span>: (<span lang="en">level-4 text division</span>) <span lang="en">contains a fourth-level subdivision of the front, body, or back of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> + <td id="TEI.div3"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div3.html">div3</a></span>: (<span lang="en">level-3 text division</span>) <span lang="en">contains a third-level subdivision of the front, body, or back of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> </tr> <tr> - <td id="TEI.div5"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div5.html">div5</a></span>: (<span lang="en">level-5 text division</span>) <span lang="en">contains a fifth-level subdivision of the front, body, or back of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> + <td id="TEI.div4"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div4.html">div4</a></span>: (<span lang="en">level-4 text division</span>) <span lang="en">contains a fourth-level subdivision of the front, body, or back of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> </tr> <tr> - <td id="TEI.div6"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div6.html">div6</a></span>: (<span lang="en">level-6 text division</span>) <span lang="en">contains a sixth-level subdivision of the front, body, or back of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> + <td id="TEI.div5"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div5.html">div5</a></span>: (<span lang="en">level-5 text division</span>) <span lang="en">contains a fifth-level subdivision of the front, body, or back of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> </tr> <tr> - <td id="TEI.div7"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div7.html">div7</a></span>: (<span lang="en">level-7 text division</span>) <span lang="en">contains the smallest possible subdivision of the front, body or back of a text, larger than a paragraph.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> + <td id="TEI.div6"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div6.html">div6</a></span>: (<span lang="en">level-6 text division</span>) <span lang="en">contains a sixth-level subdivision of the front, body, or back of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> </tr> <tr> - <td id="TEI.divGen"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-divGen.html">divGen</a></span>: (<span lang="en">automatically generated text division</span>) <span lang="en">indicates the location at which a textual division generated automatically by a text-processing application is to appear.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX">3.8.2. Index Entries</a>]</td> + <td id="TEI.div7"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div7.html">div7</a></span>: (<span lang="en">level-7 text division</span>) <span lang="en">contains the smallest possible subdivision of the front, body or back of a text, larger than a paragraph.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> </tr> <tr> - <td id="TEI.docAuthor"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-docAuthor.html">docAuthor</a></span>: (<span lang="en">document author</span>) <span lang="en">contains the name of the author of the document, as given on the title page (often but not always contained in a byline).</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.divGen"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-divGen.html">divGen</a></span>: (<span lang="en">automatically generated text division</span>) <span lang="en">indicates the location at which a textual division generated automatically by a text-processing application is to appear.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX">3.8.2. Index Entries</a>]</td> </tr> <tr> - <td id="TEI.docDate"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-docDate.html">docDate</a></span>: (<span lang="en">document date</span>) <span lang="en">contains the date of a document, as given on a title page or in a dateline.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.docAuthor"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-docAuthor.html">docAuthor</a></span>: (<span lang="en">document author</span>) <span lang="en">contains the name of the author of the document, as given on the title page (often but not always contained in a byline).</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr> - <td id="TEI.docEdition"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-docEdition.html">docEdition</a></span>: (<span lang="en">document edition</span>) <span lang="en">contains an edition statement as presented on a title page of a document.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.docDate"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-docDate.html">docDate</a></span>: (<span lang="en">document date</span>) <span lang="en">contains the date of a document, as given on a title page or in a dateline.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr> - <td id="TEI.docImprint"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-docImprint.html">docImprint</a></span>: (<span lang="en">document imprint</span>) <span lang="en">contains the imprint statement (place and date of publication, publisher name), as given (usually) at the foot of a title page.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.docEdition"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-docEdition.html">docEdition</a></span>: (<span lang="en">document edition</span>) <span lang="en">contains an edition statement as presented on a title page of a document.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr> - <td id="TEI.docTitle"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-docTitle.html">docTitle</a></span>: (<span lang="en">document title</span>) <span lang="en">contains the title of a document, including all its constituents, as given on a title page.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.docImprint"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-docImprint.html">docImprint</a></span>: (<span lang="en">document imprint</span>) <span lang="en">contains the imprint statement (place and date of publication, publisher name), as given (usually) at the foot of a title page.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr> - <td id="TEI.eLeaf"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-eLeaf.html">eLeaf</a></span>: (<span lang="en">leaf or terminal node of an embedding tree</span>) <span lang="en">provides explicitly for a leaf of an embedding tree, which may also be encoded with the <a class="link_ref" href="#TEI.eTree" title="eTree (embedding tree) provides an alternative to the <tree> element for representing ordered rooted tree structures. [19.3. An..."><eTree></a> element.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDAT">19.3. Another Tree Notation</a>]</td> + <td id="TEI.docTitle"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-docTitle.html">docTitle</a></span>: (<span lang="en">document title</span>) <span lang="en">contains the title of a document, including all its constituents, as given on a title page.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr> - <td id="TEI.eTree"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-eTree.html">eTree</a></span>: (<span lang="en">embedding tree</span>) <span lang="en">provides an alternative to the <a class="link_ref" href="#TEI.tree" title="tree encodes a tree which is made up of a root internal nodes leaves and arcs from root to leaves. [19.2. Trees]"><tree></a> element for representing ordered rooted tree structures.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDAT">19.3. Another Tree Notation</a>]</td> + <td id="TEI.eLeaf"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-eLeaf.html">eLeaf</a></span>: (<span lang="en">leaf or terminal node of an embedding tree</span>) <span lang="en">provides explicitly for a leaf of an embedding tree, which may also be encoded with the <a class="link_ref" href="#TEI.eTree" title="eTree (embedding tree) provides an alternative to the <tree> element for representing ordered rooted tree structures. [19.3. An..."><eTree></a> element.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDAT">19.3. Another Tree Notation</a>]</td> </tr> <tr> - <td id="TEI.edition"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-edition.html">edition</a></span>: <span lang="en">describes the particularities of one edition of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</a>]</td> + <td id="TEI.eTree"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-eTree.html">eTree</a></span>: (<span lang="en">embedding tree</span>) <span lang="en">provides an alternative to the <a class="link_ref" href="#TEI.tree" title="tree encodes a tree which is made up of a root internal nodes leaves and arcs from root to leaves. [19.2. Trees]"><tree></a> element for representing ordered rooted tree structures.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDAT">19.3. Another Tree Notation</a>]</td> </tr> <tr> - <td id="TEI.editionStmt"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editionStmt.html">editionStmt</a></span>: (<span lang="en">edition statement</span>) <span lang="en">groups information relating to one edition of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> + <td id="TEI.edition"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-edition.html">edition</a></span>: <span lang="en">describes the particularities of one edition of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</a>]</td> </tr> <tr> - <td id="TEI.editor"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editor.html">editor</a></span>: <span lang="en">contains a secondary statement of responsibility for a bibliographic item, for example the name of an individual, institution or organization, (or of several such) acting as editor, compiler, translator, etc.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a>]</td> + <td id="TEI.editionStmt"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editionStmt.html">editionStmt</a></span>: (<span lang="en">edition statement</span>) <span lang="en">groups information relating to one edition of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> </tr> <tr> - <td id="TEI.editorialDecl"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html">editorialDecl</a></span>: (<span lang="en">editorial practice declaration</span>) <span lang="en">provides details of editorial principles and practices applied during the encoding of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.editor"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editor.html">editor</a></span>: <span lang="en">contains a secondary statement of responsibility for a bibliographic item, for example the name of an individual, institution or organization, (or of several such) acting as editor, compiler, translator, etc.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a>]</td> </tr> <tr> - <td id="TEI.email"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-email.html">email</a></span>: (<span lang="en">electronic mail address</span>) <span lang="en">contains an email address identifying a location to which email messages can be delivered.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> + <td id="TEI.editorialDecl"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editorialDecl.html">editorialDecl</a></span>: (<span lang="en">editorial practice declaration</span>) <span lang="en">provides details of editorial principles and practices applied during the encoding of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr> - <td id="TEI.emph"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html">emph</a></span>: (<span lang="en">emphasized</span>) <span lang="en">marks words or phrases which are stressed or emphasized for linguistic or rhetorical effect.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHE">3.3.2.2. Emphatic Words and Phrases</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQH">3.3.2. Emphasis, Foreign Words, and Unusual Language</a>]</td> + <td id="TEI.email"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-email.html">email</a></span>: (<span lang="en">electronic mail address</span>) <span lang="en">contains an email address identifying a location to which email messages can be delivered.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> </tr> <tr> - <td id="TEI.encodingDesc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-encodingDesc.html">encodingDesc</a></span>: (<span lang="en">encoding description</span>) <span lang="en">documents the relationship between an electronic text and the source or sources from which it was derived.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a>]</td> + <td id="TEI.emph"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-emph.html">emph</a></span>: (<span lang="en">emphasized</span>) <span lang="en">marks words or phrases which are stressed or emphasized for linguistic or rhetorical effect.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHE">3.3.2.2. Emphatic Words and Phrases</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQH">3.3.2. Emphasis, Foreign Words, and Unusual Language</a>]</td> </tr> <tr> - <td id="TEI.entry"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-entry.html">entry</a></span>: <span lang="en">contains a single structured entry in any kind of lexical resource, such as a dictionary or lexicon.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIEN">9.2. The Structure of Dictionary Entries</a>]</td> + <td id="TEI.encodingDesc"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-encodingDesc.html">encodingDesc</a></span>: (<span lang="en">encoding description</span>) <span lang="en">documents the relationship between an electronic text and the source or sources from which it was derived.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a>]</td> </tr> <tr> - <td id="TEI.entryFree"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-entryFree.html">entryFree</a></span>: (<span lang="en">unstructured entry</span>) <span lang="en">contains a single unstructured entry in any kind of lexical resource, such as a dictionary or lexicon.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIEN">9.2. The Structure of Dictionary Entries</a>]</td> + <td id="TEI.entry"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-entry.html">entry</a></span>: <span lang="en">contains a single structured entry in any kind of lexical resource, such as a dictionary or lexicon.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIEN">9.2. The Structure of Dictionary Entries</a>]</td> </tr> <tr> - <td id="TEI.epigraph"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html">epigraph</a></span>: <span lang="en">contains a quotation, anonymous or attributed, appearing at the start or end of a section or on a title page.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSAE">4.2.3. Arguments, Epigraphs, and Postscripts</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.entryFree"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-entryFree.html">entryFree</a></span>: (<span lang="en">unstructured entry</span>) <span lang="en">contains a single unstructured entry in any kind of lexical resource, such as a dictionary or lexicon.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIEN">9.2. The Structure of Dictionary Entries</a>]</td> </tr> <tr> - <td id="TEI.etym"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-etym.html">etym</a></span>: (<span lang="en">etymology</span>) <span lang="en">encloses the etymological information in a dictionary entry.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPET">9.3.4. Etymological Information</a>]</td> + <td id="TEI.epigraph"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-epigraph.html">epigraph</a></span>: <span lang="en">contains a quotation, anonymous or attributed, appearing at the start or end of a section or on a title page.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSAE">4.2.3. Arguments, Epigraphs, and Postscripts</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr> - <td id="TEI.ex"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ex.html">ex</a></span>: (<span lang="en">editorial expansion</span>) <span lang="en">contains a sequence of letters added by an editor or transcriber when expanding an abbreviation.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAB">11.3.1.2. Abbreviation and Expansion</a>]</td> + <td id="TEI.etym"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-etym.html">etym</a></span>: (<span lang="en">etymology</span>) <span lang="en">encloses the etymological information in a dictionary entry.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPET">9.3.4. Etymological Information</a>]</td> </tr> <tr> - <td id="TEI.expan"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-expan.html">expan</a></span>: (<span lang="en">expansion</span>) <span lang="en">contains the expansion of an abbreviation.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAB">3.5.5. Abbreviations and Their Expansions</a>]</td> + <td id="TEI.ex"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ex.html">ex</a></span>: (<span lang="en">editorial expansion</span>) <span lang="en">contains a sequence of letters added by an editor or transcriber when expanding an abbreviation.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAB">11.3.1.2. Abbreviation and Expansion</a>]</td> </tr> <tr> - <td id="TEI.extent"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-extent.html">extent</a></span>: <span lang="en">describes the approximate size of a text stored on some carrier medium or of some other object, digital or non-digital, specified in any convenient units.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD23">2.2.3. Type and Extent of File</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msph1">10.7.1. Object Description</a>]</td> + <td id="TEI.expan"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-expan.html">expan</a></span>: (<span lang="en">expansion</span>) <span lang="en">contains the expansion of an abbreviation.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAB">3.5.5. Abbreviations and Their Expansions</a>]</td> </tr> <tr> - <td id="TEI.facsimile"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html">facsimile</a></span>: <span lang="en">contains a representation of some written source in the form of a set of images rather than as transcribed or encoded text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a>]</td> + <td id="TEI.extent"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-extent.html">extent</a></span>: <span lang="en">describes the approximate size of a text stored on some carrier medium or of some other object, digital or non-digital, specified in any convenient units.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD23">2.2.3. Type and Extent of File</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msph1">10.7.1. Object Description</a>]</td> </tr> <tr> - <td id="TEI.figDesc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-figDesc.html">figDesc</a></span>: (<span lang="en">description of figure</span>) <span lang="en">contains a brief prose description of the appearance or content of a graphic figure, for use when documenting an image without displaying it.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTGRA">14.4. Specific Elements for Graphic Images</a>]</td> + <td id="TEI.facsimile"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html">facsimile</a></span>: <span lang="en">contains a representation of some written source in the form of a set of images rather than as transcribed or encoded text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a>]</td> </tr> <tr> - <td id="TEI.figure"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-figure.html">figure</a></span>: <span lang="en">groups elements representing or containing graphic information such as an illustration, formula, or figure.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTGRA">14.4. Specific Elements for Graphic Images</a>]</td> + <td id="TEI.figDesc"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-figDesc.html">figDesc</a></span>: (<span lang="en">description of figure</span>) <span lang="en">contains a brief prose description of the appearance or content of a graphic figure, for use when documenting an image without displaying it.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTGRA">14.4. Specific Elements for Graphic Images</a>]</td> </tr> <tr> - <td id="TEI.fileDesc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-fileDesc.html">fileDesc</a></span>: (<span lang="en">file description</span>) <span lang="en">contains a full bibliographic description of an electronic file.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a>]</td> + <td id="TEI.figure"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-figure.html">figure</a></span>: <span lang="en">groups elements representing or containing graphic information such as an illustration, formula, or figure.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTGRA">14.4. Specific Elements for Graphic Images</a>]</td> </tr> <tr> - <td id="TEI.floatingText"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-floatingText.html">floatingText</a></span>: <span lang="en">contains a single text of any kind, whether unitary or composite, which interrupts the text containing it at any point and after which the surrounding text resumes.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT">4.3.2. Floating Texts</a>]</td> + <td id="TEI.fileDesc"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-fileDesc.html">fileDesc</a></span>: (<span lang="en">file description</span>) <span lang="en">contains a full bibliographic description of an electronic file.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a>]</td> </tr> <tr> - <td id="TEI.foreign"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html">foreign</a></span>: <span lang="en">identifies a word or phrase as belonging to some language other than that of the surrounding text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHF">3.3.2.1. Foreign Words or Expressions</a>]</td> + <td id="TEI.floatingText"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-floatingText.html">floatingText</a></span>: <span lang="en">contains a single text of any kind, whether unitary or composite, which interrupts the text containing it at any point and after which the surrounding text resumes.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT">4.3.2. Floating Texts</a>]</td> </tr> <tr> - <td id="TEI.forest"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-forest.html">forest</a></span>: <span lang="en">provides for groups of rooted trees.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDAT">19.3. Another Tree Notation</a>]</td> + <td id="TEI.foreign"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-foreign.html">foreign</a></span>: <span lang="en">identifies a word or phrase as belonging to some language other than that of the surrounding text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHF">3.3.2.1. Foreign Words or Expressions</a>]</td> </tr> <tr> - <td id="TEI.form"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-form.html">form</a></span>: (<span lang="en">form information group</span>) <span lang="en">groups all the information on the written and spoken forms of one headword.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> + <td id="TEI.forest"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-forest.html">forest</a></span>: <span lang="en">provides for groups of rooted trees.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDAT">19.3. Another Tree Notation</a>]</td> </tr> <tr> - <td id="TEI.formula"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-formula.html">formula</a></span>: <span lang="en">contains a mathematical or other formula.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTFOR">14.2. Formulæ and Mathematical Expressions</a>]</td> + <td id="TEI.form"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-form.html">form</a></span>: (<span lang="en">form information group</span>) <span lang="en">groups all the information on the written and spoken forms of one headword.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> </tr> <tr> - <td id="TEI.front"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-front.html">front</a></span>: (<span lang="en">front matter</span>) <span lang="en">contains any prefatory matter (headers, abstracts, title page, prefaces, dedications, etc.) found at the start of a document, before the main body.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a>]</td> + <td id="TEI.formula"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-formula.html">formula</a></span>: <span lang="en">contains a mathematical or other formula.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTFOR">14.2. Formulæ and Mathematical Expressions</a>]</td> </tr> <tr> - <td id="TEI.funder"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-funder.html">funder</a></span>: (<span lang="en">funding body</span>) <span lang="en">specifies the name of an individual, institution, or organization responsible for the funding of a project or text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a>]</td> + <td id="TEI.front"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-front.html">front</a></span>: (<span lang="en">front matter</span>) <span lang="en">contains any prefatory matter (headers, abstracts, title page, prefaces, dedications, etc.) found at the start of a document, before the main body.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a>]</td> </tr> <tr> - <td id="TEI.fw"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-fw.html">fw</a></span>: (<span lang="en">forme work</span>) <span lang="en">contains a running head (e.g. a header, footer), catchword, or similar material appearing on the current page.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHSK">11.6. Headers, Footers, and Similar Matter</a>]</td> + <td id="TEI.funder"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-funder.html">funder</a></span>: (<span lang="en">funding body</span>) <span lang="en">specifies the name of an individual, institution, or organization responsible for the funding of a project or text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a>]</td> </tr> <tr> - <td id="TEI.gap"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html">gap</a></span>: <span lang="en">indicates a point where material has been omitted in a transcription, whether for editorial reasons described in the TEI header, as part of sampling practice, or because the material is illegible, invisible, or inaudible.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a>]</td> + <td id="TEI.fw"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-fw.html">fw</a></span>: (<span lang="en">forme work</span>) <span lang="en">contains a running head (e.g. a header, footer), catchword, or similar material appearing on the current page.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHSK">11.5. Headers, Footers, and Similar Matter</a>]</td> </tr> <tr> - <td id="TEI.gb"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gb.html">gb</a></span>: (<span lang="en">gathering beginning</span>) <span lang="en">marks the beginning of a new gathering or quire in a transcribed codex.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> + <td id="TEI.gap"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gap.html">gap</a></span>: <span lang="en">indicates a point where material has been omitted in a transcription, whether for editorial reasons described in the TEI header, as part of sampling practice, or because the material is illegible, invisible, or inaudible.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a>]</td> </tr> <tr> - <td id="TEI.gen"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gen.html">gen</a></span>: (<span lang="en">gender</span>) <span lang="en">identifies the morphological gender of a lexical item, as given in the dictionary.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> + <td id="TEI.gb"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gb.html">gb</a></span>: (<span lang="en">gathering beginning</span>) <span lang="en">marks the beginning of a new gathering or quire in a transcribed codex.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> </tr> <tr> - <td id="TEI.geoDecl"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-geoDecl.html">geoDecl</a></span>: (<span lang="en">geographic coordinates declaration</span>) <span lang="en">documents the notation and the datum used for geographic coordinates expressed as content of the <span class="gi"><geo></span> element elsewhere within the document.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDGDECL">2.3.8. The Geographic Coordinates Declaration</a>]</td> + <td id="TEI.gen"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gen.html">gen</a></span>: (<span lang="en">gender</span>) <span lang="en">identifies the morphological gender of a lexical item, as given in the dictionary.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> </tr> <tr> - <td id="TEI.gloss"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html">gloss</a></span>: <span lang="en">identifies a phrase or word used to provide a gloss or definition for some other word or phrase.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQU">3.3.4. Terms, Glosses, Equivalents, and Descriptions</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDcrystalsCEdc">22.4.1. Description of Components</a>]</td> + <td id="TEI.geoDecl"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-geoDecl.html">geoDecl</a></span>: (<span lang="en">geographic coordinates declaration</span>) <span lang="en">documents the notation and the datum used for geographic coordinates expressed as content of the <span class="gi"><geo></span> element elsewhere within the document.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDGDECL">2.3.8. The Geographic Coordinates Declaration</a>]</td> </tr> <tr> - <td id="TEI.gram"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gram.html">gram</a></span>: (<span lang="en">grammatical information</span>) <span lang="en">within an entry in a dictionary or a terminological data file, contains grammatical information relating to a term, word, or form.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPGR">9.3.2. Grammatical Information</a>]</td> + <td id="TEI.gloss"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gloss.html">gloss</a></span>: <span lang="en">identifies a phrase or word used to provide a gloss or definition for some other word or phrase.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQU">3.3.4. Terms, Glosses, Equivalents, and Descriptions</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDcrystalsCEdc">22.4.1. Description of Components</a>]</td> </tr> <tr> - <td id="TEI.gramGrp"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gramGrp.html">gramGrp</a></span>: (<span lang="en">grammatical information group</span>) <span lang="en">groups morpho-syntactic information about a lexical item, e.g. <a class="link_ref" href="#TEI.pos" title="pos (part of speech) indicates the part of speech assigned to a dictionary headword such as noun verb or adjective. [9.3.2. Gra..."><pos></a>, <a class="link_ref" href="#TEI.gen" title="gen (gender) identifies the morphological gender of a lexical item as given in the dictionary. [9.3.1. Information on Written a..."><gen></a>, <a class="link_ref" href="#TEI.number" title="number indicates grammatical number associated with a form as given in a dictionary. [9.3.1. Information on Written and Spoken ..."><number></a>, <a class="link_ref" href="#TEI.case" title="case contains grammatical case information given by a dictionary for a given form. [9.3.1. Information on Written and Spoken Fo..."><case></a>, or <a class="link_ref" href="#TEI.iType" title="iType (inflectional class) indicates the inflectional class associated with a lexical item. [9.3.1. Information on Written and ..."><iType></a> (inflectional class).</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPGR">9.3.2. Grammatical Information</a>]</td> + <td id="TEI.gram"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gram.html">gram</a></span>: (<span lang="en">grammatical information</span>) <span lang="en">within an entry in a dictionary or a terminological data file, contains grammatical information relating to a term, word, or form.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPGR">9.3.2. Grammatical Information</a>]</td> </tr> <tr> - <td id="TEI.graph"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-graph.html">graph</a></span>: <span lang="en">encodes a graph, which is a collection of nodes, and arcs which connect the nodes.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDGR">19.1. Graphs and Digraphs</a>]</td> + <td id="TEI.gramGrp"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-gramGrp.html">gramGrp</a></span>: (<span lang="en">grammatical information group</span>) <span lang="en">groups morpho-syntactic information about a lexical item, e.g. <a class="link_ref" href="#TEI.pos" title="pos (part of speech) indicates the part of speech assigned to a dictionary headword such as noun verb or adjective. [9.3.2. Gra..."><pos></a>, <a class="link_ref" href="#TEI.gen" title="gen (gender) identifies the morphological gender of a lexical item as given in the dictionary. [9.3.1. Information on Written a..."><gen></a>, <a class="link_ref" href="#TEI.number" title="number indicates grammatical number associated with a form as given in a dictionary. [9.3.1. Information on Written and Spoken ..."><number></a>, <a class="link_ref" href="#TEI.case" title="case contains grammatical case information given by a dictionary for a given form. [9.3.1. Information on Written and Spoken Fo..."><case></a>, or <a class="link_ref" href="#TEI.iType" title="iType (inflectional class) indicates the inflectional class associated with a lexical item. [9.3.1. Information on Written and ..."><iType></a> (inflectional class).</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPGR">9.3.2. Grammatical Information</a>]</td> </tr> <tr> - <td id="TEI.graphic"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-graphic.html">graphic</a></span>: <span lang="en">indicates the location of a graphic or illustration, either forming part of a text, or providing an image of it.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a>]</td> + <td id="TEI.graph"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-graph.html">graph</a></span>: <span lang="en">encodes a graph, which is a collection of nodes, and arcs which connect the nodes.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDGR">19.1. Graphs and Digraphs</a>]</td> </tr> <tr> - <td id="TEI.group"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html">group</a></span>: <span lang="en">contains the body of a composite text, grouping together a sequence of distinct texts (or groups of such texts) which are regarded as a unit for some purpose, for example the collected works of an author, a sequence of prose essays, etc.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP">4.3.1. Grouped Texts</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> + <td id="TEI.graphic"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-graphic.html">graphic</a></span>: <span lang="en">indicates the location of a graphic or illustration, either forming part of a text, or providing an image of it.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a>]</td> </tr> <tr> - <td id="TEI.handNote"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-handNote.html">handNote</a></span>: (<span lang="en">note on hand</span>) <span lang="en">describes a particular style or hand distinguished within a manuscript.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msph2">10.7.2. Writing, Decoration, and Other Notations</a>]</td> + <td id="TEI.group"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-group.html">group</a></span>: <span lang="en">contains the body of a composite text, grouping together a sequence of distinct texts (or groups of such texts) which are regarded as a unit for some purpose, for example the collected works of an author, a sequence of prose essays, etc.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP">4.3.1. Grouped Texts</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> </tr> <tr> - <td id="TEI.handNotes"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-handNotes.html">handNotes</a></span>: <span lang="en">contains one or more <a class="link_ref" href="#TEI.handNote" title="handNote (note on hand) describes a particular style or hand distinguished within a manuscript. [10.7.2. Writing Decoration and..."><handNote></a> elements documenting the different hands identified within the source texts.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDH">11.3.2.1. Document Hands</a>]</td> + <td id="TEI.handNote"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-handNote.html">handNote</a></span>: (<span lang="en">note on hand</span>) <span lang="en">describes a particular style or hand distinguished within a manuscript.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msph2">10.7.2. Writing, Decoration, and Other Notations</a>]</td> </tr> <tr> - <td id="TEI.handShift"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-handShift.html">handShift</a></span>: <span lang="en">marks the beginning of a sequence of text written in a new hand, or the beginning of a scribal stint.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDH">11.3.2.1. Document Hands</a>]</td> + <td id="TEI.handNotes"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-handNotes.html">handNotes</a></span>: <span lang="en">contains one or more <a class="link_ref" href="#TEI.handNote" title="handNote (note on hand) describes a particular style or hand distinguished within a manuscript. [10.7.2. Writing Decoration and..."><handNote></a> elements documenting the different hands identified within the source texts.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDH">11.3.2.1. Document Hands</a>]</td> </tr> <tr> - <td id="TEI.head"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-head.html">head</a></span>: (<span lang="en">heading</span>) <span lang="en">contains any type of heading, for example the title of a section, or the heading of a list, glossary, manuscript description, etc.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSHD">4.2.1. Headings and Trailers</a>]</td> + <td id="TEI.handShift"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-handShift.html">handShift</a></span>: <span lang="en">marks the beginning of a sequence of text written in a new hand, or the beginning of a scribal stint.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDH">11.3.2.1. Document Hands</a>]</td> </tr> <tr> - <td id="TEI.headItem"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-headItem.html">headItem</a></span>: (<span lang="en">heading for list items</span>) <span lang="en">contains the heading for the item or gloss column in a glossary list or similar structured list.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> + <td id="TEI.head"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-head.html">head</a></span>: (<span lang="en">heading</span>) <span lang="en">contains any type of heading, for example the title of a section, or the heading of a list, glossary, manuscript description, etc.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSHD">4.2.1. Headings and Trailers</a>]</td> </tr> <tr> - <td id="TEI.headLabel"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-headLabel.html">headLabel</a></span>: (<span lang="en">heading for list labels</span>) <span lang="en">contains the heading for the label or term column in a glossary list or similar structured list.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> + <td id="TEI.headItem"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-headItem.html">headItem</a></span>: (<span lang="en">heading for list items</span>) <span lang="en">contains the heading for the item or gloss column in a glossary list or similar structured list.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> </tr> <tr> - <td id="TEI.hi"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html">hi</a></span>: (<span lang="en">highlighted</span>) <span lang="en">marks a word or phrase as graphically distinct from the surrounding text, for reasons concerning which no claim is made.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHE">3.3.2.2. Emphatic Words and Phrases</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQH">3.3.2. Emphasis, Foreign Words, and Unusual Language</a>]</td> + <td id="TEI.headLabel"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-headLabel.html">headLabel</a></span>: (<span lang="en">heading for list labels</span>) <span lang="en">contains the heading for the label or term column in a glossary list or similar structured list.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> </tr> <tr> - <td id="TEI.hom"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hom.html">hom</a></span>: (<span lang="en">homograph</span>) <span lang="en">groups information relating to one homograph within an entry.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIEN">9.2. The Structure of Dictionary Entries</a>]</td> + <td id="TEI.hi"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html">hi</a></span>: (<span lang="en">highlighted</span>) <span lang="en">marks a word or phrase as graphically distinct from the surrounding text, for reasons concerning which no claim is made.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHE">3.3.2.2. Emphatic Words and Phrases</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQH">3.3.2. Emphasis, Foreign Words, and Unusual Language</a>]</td> </tr> <tr> - <td id="TEI.hyph"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hyph.html">hyph</a></span>: (<span lang="en">hyphenation</span>) <span lang="en">contains a hyphenated form of a dictionary headword, or hyphenation information in some other form.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> + <td id="TEI.hom"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hom.html">hom</a></span>: (<span lang="en">homograph</span>) <span lang="en">groups information relating to one homograph within an entry.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIEN">9.2. The Structure of Dictionary Entries</a>]</td> </tr> <tr> - <td id="TEI.hyphenation"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hyphenation.html">hyphenation</a></span>: <span lang="en">summarizes the way in which hyphenation in a source text has been treated in an encoded version of it.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.hyph"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hyph.html">hyph</a></span>: (<span lang="en">hyphenation</span>) <span lang="en">contains a hyphenated form of a dictionary headword, or hyphenation information in some other form.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> </tr> <tr> - <td id="TEI.iNode"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-iNode.html">iNode</a></span>: (<span lang="en">intermediate (or internal) node</span>) <span lang="en">represents an intermediate (or internal) node of a tree.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDTR">19.2. Trees</a>]</td> + <td id="TEI.hyphenation"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hyphenation.html">hyphenation</a></span>: <span lang="en">summarizes the way in which hyphenation in a source text has been treated in an encoded version of it.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr> - <td id="TEI.iType"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-iType.html">iType</a></span>: (<span lang="en">inflectional class</span>) <span lang="en">indicates the inflectional class associated with a lexical item.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> + <td id="TEI.iNode"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-iNode.html">iNode</a></span>: (<span lang="en">intermediate (or internal) node</span>) <span lang="en">represents an intermediate (or internal) node of a tree.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDTR">19.2. Trees</a>]</td> </tr> <tr> - <td id="TEI.idno"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-idno.html">idno</a></span>: (<span lang="en">identifier</span>) <span lang="en">supplies any form of identifier used to identify some object, such as a bibliographic item, a person, a title, an organization, etc. in a standardized way.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPERSbp">13.3.1. Basic Principles</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> + <td id="TEI.iType"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-iType.html">iType</a></span>: (<span lang="en">inflectional class</span>) <span lang="en">indicates the inflectional class associated with a lexical item.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> </tr> <tr> - <td id="TEI.imprimatur"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-imprimatur.html">imprimatur</a></span>: <span lang="en">contains a formal statement authorizing the publication of a work, sometimes required to appear on a title page or its verso.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.idno"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-idno.html">idno</a></span>: (<span lang="en">identifier</span>) <span lang="en">supplies any form of identifier used to identify some object, such as a bibliographic item, a person, a title, an organization, etc. in a standardized way.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPERSbp">13.3.1. Basic Principles</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> </tr> <tr> - <td id="TEI.imprint"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-imprint.html">imprint</a></span>: <span lang="en">groups information relating to the publication or distribution of a bibliographic item.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> + <td id="TEI.imprimatur"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-imprimatur.html">imprimatur</a></span>: <span lang="en">contains a formal statement authorizing the publication of a work, sometimes required to appear on a title page or its verso.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr> - <td id="TEI.index"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-index.html">index</a></span>: (<span lang="en">index entry</span>) <span lang="en">marks a location to be indexed for whatever purpose.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX">3.8.2. Index Entries</a>]</td> + <td id="TEI.imprint"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-imprint.html">imprint</a></span>: <span lang="en">groups information relating to the publication or distribution of a bibliographic item.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> </tr> <tr> - <td id="TEI.interpretation"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-interpretation.html">interpretation</a></span>: <span lang="en">describes the scope of any analytic or interpretive information added to the text in addition to the transcription.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a>]</td> + <td id="TEI.index"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-index.html">index</a></span>: (<span lang="en">index entry</span>) <span lang="en">marks a location to be indexed for whatever purpose.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX">3.8.2. Index Entries</a>]</td> </tr> <tr> - <td id="TEI.item"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html">item</a></span>: <span lang="en">contains one component of a list.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a>]</td> + <td id="TEI.interpretation"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-interpretation.html">interpretation</a></span>: <span lang="en">describes the scope of any analytic or interpretive information added to the text in addition to the transcription.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a>]</td> </tr> <tr> - <td id="TEI.join"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-join.html">join</a></span>: <span lang="en">identifies a possibly fragmented segment of text, by pointing at the possibly discontiguous elements which compose it.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAG">16.7. Aggregation</a>]</td> + <td id="TEI.item"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-item.html">item</a></span>: <span lang="en">contains one component of a list.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a>]</td> </tr> <tr> - <td id="TEI.joinGrp"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-joinGrp.html">joinGrp</a></span>: (<span lang="en">join group</span>) <span lang="en">groups a collection of <a class="link_ref" href="#TEI.join" title="join identifies a possibly fragmented segment of text by pointing at the possibly discontiguous elements which compose it. [16...."><join></a> elements and possibly pointers.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAG">16.7. Aggregation</a>]</td> + <td id="TEI.join"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-join.html">join</a></span>: <span lang="en">identifies a possibly fragmented segment of text, by pointing at the possibly discontiguous elements which compose it.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAG">16.7. Aggregation</a>]</td> </tr> <tr> - <td id="TEI.keywords"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-keywords.html">keywords</a></span>: <span lang="en">contains a list of keywords or phrases identifying the topic or nature of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</a>]</td> + <td id="TEI.joinGrp"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-joinGrp.html">joinGrp</a></span>: (<span lang="en">join group</span>) <span lang="en">groups a collection of <a class="link_ref" href="#TEI.join" title="join identifies a possibly fragmented segment of text by pointing at the possibly discontiguous elements which compose it. [16...."><join></a> elements and possibly pointers.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAG">16.7. Aggregation</a>]</td> </tr> <tr> - <td id="TEI.l"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-l.html">l</a></span>: (<span lang="en">verse line</span>) <span lang="en">contains a single, possibly incomplete, line of verse.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE">3.12.1. Core Tags for Verse</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODV">3.12. Passages of Verse or Drama</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> + <td id="TEI.keywords"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-keywords.html">keywords</a></span>: <span lang="en">contains a list of keywords or phrases identifying the topic or nature of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</a>]</td> </tr> <tr> - <td id="TEI.label"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-label.html">label</a></span>: <span lang="en">contains any label or heading used to identify part of a text, typically but not exclusively in a list or glossary.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> + <td id="TEI.l"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-l.html">l</a></span>: (<span lang="en">verse line</span>) <span lang="en">contains a single, possibly incomplete, line of verse.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE">3.12.1. Core Tags for Verse</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODV">3.12. Passages of Verse or Drama</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> </tr> <tr> - <td id="TEI.lang"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lang.html">lang</a></span>: (<span lang="en">language name</span>) <span lang="en">contains the name of a language mentioned in etymological or other linguistic discussion.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPET">9.3.4. Etymological Information</a>]</td> + <td id="TEI.label"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-label.html">label</a></span>: <span lang="en">contains any label or heading used to identify part of a text, typically but not exclusively in a list or glossary.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> </tr> <tr> - <td id="TEI.langUsage"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-langUsage.html">langUsage</a></span>: (<span lang="en">language usage</span>) <span lang="en">describes the languages, sublanguages, registers, dialects, etc. represented within a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD41">2.4.2. Language Usage</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.lang"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lang.html">lang</a></span>: (<span lang="en">language name</span>) <span lang="en">contains the name of a language mentioned in etymological or other linguistic discussion.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPET">9.3.4. Etymological Information</a>]</td> </tr> <tr> - <td id="TEI.language"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-language.html">language</a></span>: <span lang="en">characterizes a single language or sublanguage used within a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD41">2.4.2. Language Usage</a>]</td> + <td id="TEI.langUsage"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-langUsage.html">langUsage</a></span>: (<span lang="en">language usage</span>) <span lang="en">describes the languages, sublanguages, registers, dialects, etc. represented within a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD41">2.4.2. Language Usage</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr> - <td id="TEI.lb"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html">lb</a></span>: (<span lang="en">line beginning</span>) <span lang="en">marks the beginning of a new (typographic) line in some edition or version of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> + <td id="TEI.language"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-language.html">language</a></span>: <span lang="en">characterizes a single language or sublanguage used within a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD41">2.4.2. Language Usage</a>]</td> </tr> <tr> - <td id="TEI.lbl"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lbl.html">lbl</a></span>: (<span lang="en">label</span>) <span lang="en">contains a label for a form, example, translation, or other piece of information, e.g. abbreviation for, contraction of, literally, approximately, synonyms:, etc.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPTR">9.3.3.2. Translation Equivalents</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPXR">9.3.5.3. Cross-References to Other Entries</a>]</td> + <td id="TEI.lb"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html">lb</a></span>: (<span lang="en">line beginning</span>) <span lang="en">marks the beginning of a new (typographic) line in some edition or version of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> </tr> <tr> - <td id="TEI.leaf"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-leaf.html">leaf</a></span>: <span lang="en">encodes the leaves (terminal nodes) of a tree.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDTR">19.2. Trees</a>]</td> + <td id="TEI.lbl"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lbl.html">lbl</a></span>: (<span lang="en">label</span>) <span lang="en">contains a label for a form, example, translation, or other piece of information, e.g. abbreviation for, contraction of, literally, approximately, synonyms:, etc.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPTR">9.3.3.2. Translation Equivalents</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPXR">9.3.5.3. Cross-References to Other Entries</a>]</td> </tr> <tr> - <td id="TEI.lg"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lg.html">lg</a></span>: (<span lang="en">line group</span>) <span lang="en">contains one or more verse lines functioning as a formal unit, e.g. a stanza, refrain, verse paragraph, etc.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE">3.12.1. Core Tags for Verse</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODV">3.12. Passages of Verse or Drama</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> + <td id="TEI.leaf"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-leaf.html">leaf</a></span>: <span lang="en">encodes the leaves (terminal nodes) of a tree.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDTR">19.2. Trees</a>]</td> </tr> <tr> - <td id="TEI.licence"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-licence.html">licence</a></span>: <span lang="en">contains information about a licence or other legal agreement applicable to the text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> + <td id="TEI.lg"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lg.html">lg</a></span>: (<span lang="en">line group</span>) <span lang="en">contains one or more verse lines functioning as a formal unit, e.g. a stanza, refrain, verse paragraph, etc.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE">3.12.1. Core Tags for Verse</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODV">3.12. Passages of Verse or Drama</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> </tr> <tr> - <td id="TEI.line"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-line.html">line</a></span>: <span lang="en">contains the transcription of a topographic line in the source document</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHZLAB">11.2.2. Embedded Transcription</a>]</td> + <td id="TEI.licence"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-licence.html">licence</a></span>: <span lang="en">contains information about a licence or other legal agreement applicable to the text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> </tr> <tr> - <td id="TEI.link"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-link.html">link</a></span>: <span lang="en">defines an association or hypertextual link among elements or passages, of some type not more precisely specifiable by other elements.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</a>]</td> + <td id="TEI.line"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-line.html">line</a></span>: <span lang="en">contains the transcription of a topographic line in the source document</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHZLAB">11.2.2. Embedded Transcription</a>]</td> </tr> <tr> - <td id="TEI.linkGrp"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-linkGrp.html">linkGrp</a></span>: (<span lang="en">link group</span>) <span lang="en">defines a collection of associations or hypertextual links.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</a>]</td> + <td id="TEI.link"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-link.html">link</a></span>: <span lang="en">defines an association or hypertextual link among elements or passages, of some type not more precisely specifiable by other elements.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</a>]</td> </tr> <tr> - <td id="TEI.list"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html">list</a></span>: <span lang="en">contains any sequence of items organized as a list.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> + <td id="TEI.linkGrp"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-linkGrp.html">linkGrp</a></span>: (<span lang="en">link group</span>) <span lang="en">defines a collection of associations or hypertextual links.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</a>]</td> </tr> <tr> - <td id="TEI.listBibl"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-listBibl.html">listBibl</a></span>: (<span lang="en">citation list</span>) <span lang="en">contains a list of bibliographic citations of any kind.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.list"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-list.html">list</a></span>: <span lang="en">contains any sequence of items organized as a list.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> </tr> <tr> - <td id="TEI.listChange"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-listChange.html">listChange</a></span>: <span lang="en">groups a number of change descriptions associated with either the creation of a source text or the revision of an encoded text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PH-changes">11.7. Identifying Changes and Revisions</a>]</td> + <td id="TEI.listAnnotation"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-listAnnotation.html">listAnnotation</a></span>: <span lang="en">contains a list of annotations, typically encoded as <a class="link_ref" href="#TEI.annotation" title="annotation represents an annotation following the Web Annotation Data Model. [16.10. The standOff Container]"><annotation></a>, <span class="gi"><annotationBlock></span>, or <a class="link_ref" href="#TEI.note" title="note contains a note or annotation. [3.8.1. Notes and Simple Annotation 2.2.6. The Notes Statement 3.11.2.8. Notes and Statemen..."><note></a>, possibly organized with nested <a class="link_ref" href="#TEI.listAnnotation" title="listAnnotation contains a list of annotations typically encoded as <annotation> annotationBlock or <note> possibly organized wi..."><listAnnotation></a> elements.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASOstdf">16.10. The standOff Container</a>]</td> </tr> <tr> - <td id="TEI.listForest"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-listForest.html">listForest</a></span>: <span lang="en">provides for lists of forests.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDAT">19.3. Another Tree Notation</a>]</td> + <td id="TEI.listBibl"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-listBibl.html">listBibl</a></span>: (<span lang="en">citation list</span>) <span lang="en">contains a list of bibliographic citations of any kind.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr> - <td id="TEI.listPrefixDef"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-listPrefixDef.html">listPrefixDef</a></span>: (<span lang="en">list of prefix definitions</span>) <span lang="en">contains a list of definitions of prefixing schemes used in <span class="ident-datatype">data.pointer</span> values, showing how abbreviated URIs using each scheme may be expanded into full URIs.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPU">16.2.3. Using Abbreviated Pointers</a>]</td> + <td id="TEI.listChange"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-listChange.html">listChange</a></span>: <span lang="en">groups a number of change descriptions associated with either the creation of a source text or the revision of an encoded text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PH-changes">11.6. Identifying Changes and Revisions</a>]</td> </tr> <tr> - <td id="TEI.listTranspose"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-listTranspose.html">listTranspose</a></span>: <span lang="en">supplies a list of transpositions, each of which is indicated at some point in a document typically by means of metamarks.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#transpo">11.3.4.5. Transpositions</a>]</td> + <td id="TEI.listForest"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-listForest.html">listForest</a></span>: <span lang="en">provides for lists of forests.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDAT">19.3. Another Tree Notation</a>]</td> </tr> <tr> - <td id="TEI.macro.limitedContent"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-macro.limitedContent.html">macro.limitedContent</a></span>: (<span lang="en">paragraph content</span>) <span lang="en">defines the content of prose elements that are not used for transcription of extant materials.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.listPrefixDef"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-listPrefixDef.html">listPrefixDef</a></span>: (<span lang="en">list of prefix definitions</span>) <span lang="en">contains a list of definitions of prefixing schemes used in <span class="ident-datatype">teidata.pointer</span> values, showing how abbreviated URIs using each scheme may be expanded into full URIs.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPU">16.2.3. Using Abbreviated Pointers</a>]</td> </tr> <tr> - <td id="TEI.macro.paraContent"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-macro.paraContent.html">macro.paraContent</a></span>: (<span lang="en">paragraph content</span>) <span lang="en">defines the content of paragraphs and similar elements.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.listTranspose"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-listTranspose.html">listTranspose</a></span>: <span lang="en">supplies a list of transpositions, each of which is indicated at some point in a document typically by means of metamarks.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#transpo">11.3.4.5. Transpositions</a>]</td> </tr> <tr> - <td id="TEI.macro.phraseSeq"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-macro.phraseSeq.html">macro.phraseSeq</a></span>: (<span lang="en">phrase sequence</span>) <span lang="en">defines a sequence of character data and phrase-level elements.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECST">1.4.1. Standard Content Models</a>]</td> + <td id="TEI.macro.limitedContent"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-macro.limitedContent.html">macro.limitedContent</a></span>: (<span lang="en">paragraph content</span>) <span lang="en">defines the content of prose elements that are not used for transcription of extant materials.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr> - <td id="TEI.macro.phraseSeq.limited"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-macro.phraseSeq.limited.html">macro.phraseSeq.limited</a></span>: (<span lang="en">limited phrase sequence</span>) <span lang="en">defines a sequence of character data and those phrase-level elements that are not typically used for transcribing extant documents.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECST">1.4.1. Standard Content Models</a>]</td> + <td id="TEI.macro.paraContent"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-macro.paraContent.html">macro.paraContent</a></span>: (<span lang="en">paragraph content</span>) <span lang="en">defines the content of paragraphs and similar elements.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr> - <td id="TEI.macro.specialPara"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-macro.specialPara.html">macro.specialPara</a></span>: (<span lang="en">'special' paragraph content</span>) <span lang="en">defines the content model of elements such as notes or list items, which either contain a series of component-level elements or else have the same structure as a paragraph, containing a series of phrase-level and inter-level elements.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.macro.phraseSeq"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-macro.phraseSeq.html">macro.phraseSeq</a></span>: (<span lang="en">phrase sequence</span>) <span lang="en">defines a sequence of character data and phrase-level elements.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECST">1.4.1. Standard Content Models</a>]</td> </tr> <tr> - <td id="TEI.macro.xtext"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-macro.xtext.html">macro.xtext</a></span>: (<span lang="en">extended text</span>) <span lang="en">defines a sequence of character data and gaiji elements.</span></td> + <td id="TEI.macro.phraseSeq.limited"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-macro.phraseSeq.limited.html">macro.phraseSeq.limited</a></span>: (<span lang="en">limited phrase sequence</span>) <span lang="en">defines a sequence of character data and those phrase-level elements that are not typically used for transcribing extant documents.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECST">1.4.1. Standard Content Models</a>]</td> </tr> <tr> - <td id="TEI.measure"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-measure.html">measure</a></span>: <span lang="en">contains a word or phrase referring to some quantity of an object or commodity, usually comprising a number, a unit, and a commodity name.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and Measures</a>]</td> + <td id="TEI.macro.specialPara"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-macro.specialPara.html">macro.specialPara</a></span>: (<span lang="en">'special' paragraph content</span>) <span lang="en">defines the content model of elements such as notes or list items, which either contain a series of component-level elements or else have the same structure as a paragraph, containing a series of phrase-level and inter-level elements.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr> - <td id="TEI.measureGrp"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-measureGrp.html">measureGrp</a></span>: (<span lang="en">measure group</span>) <span lang="en">contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msdim">10.3.4. Dimensions</a>]</td> + <td id="TEI.macro.xtext"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-macro.xtext.html">macro.xtext</a></span>: (<span lang="en">extended text</span>) <span lang="en">defines a sequence of character data and gaiji elements.</span></td> </tr> <tr> - <td id="TEI.media"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-media.html">media</a></span>: <span lang="en">indicates the location of any form of external media such as an audio or video clip etc.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</a>]</td> + <td id="TEI.measure"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-measure.html">measure</a></span>: <span lang="en">contains a word or phrase referring to some quantity of an object or commodity, usually comprising a number, a unit, and a commodity name.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and Measures</a>]</td> </tr> <tr> - <td id="TEI.meeting"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-meeting.html">meeting</a></span>: <span lang="en">contains the formalized descriptive title for a meeting or conference, for use in a bibliographic description for an item derived from such a meeting, or as a heading or preamble to publications emanating from it.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a>]</td> + <td id="TEI.measureGrp"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-measureGrp.html">measureGrp</a></span>: (<span lang="en">measure group</span>) <span lang="en">contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msdim">10.3.4. Dimensions</a>]</td> </tr> <tr> - <td id="TEI.mentioned"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html">mentioned</a></span>: <span lang="en">marks words or phrases mentioned, not used.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a>]</td> + <td id="TEI.media"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-media.html">media</a></span>: <span lang="en">indicates the location of any form of external media such as an audio or video clip etc.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</a>]</td> </tr> <tr> - <td id="TEI.metamark"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-metamark.html">metamark</a></span>: <span lang="en">contains or describes any kind of graphic or written signal within a document the function of which is to determine how it should be read rather than forming part of the actual content of the document.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PH-meta">11.3.4.2. Metamarks</a>]</td> + <td id="TEI.meeting"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-meeting.html">meeting</a></span>: <span lang="en">contains the formalized descriptive title for a meeting or conference, for use in a bibliographic description for an item derived from such a meeting, or as a heading or preamble to publications emanating from it.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a>]</td> </tr> <tr> - <td id="TEI.milestone"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html">milestone</a></span>: <span lang="en">marks a boundary point separating any kind of section of a text, typically but not necessarily indicating a point at which some part of a standard reference system changes, where the change is not represented by a structural element.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> + <td id="TEI.mentioned"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mentioned.html">mentioned</a></span>: <span lang="en">marks words or phrases mentioned, not used.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a>]</td> </tr> <tr> - <td id="TEI.mod"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mod.html">mod</a></span>: <span lang="en">represents any kind of modification identified within a single document.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PH-mod">11.3.4.1. Generic Modification</a>]</td> + <td id="TEI.metamark"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-metamark.html">metamark</a></span>: <span lang="en">contains or describes any kind of graphic or written signal within a document the function of which is to determine how it should be read rather than forming part of the actual content of the document.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PH-meta">11.3.4.2. Metamarks</a>]</td> </tr> <tr> - <td id="TEI.model.addrPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.addrPart.html">model.addrPart</a></span>: <span lang="en">groups elements such as names or postal codes which may appear as part of a postal address.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> + <td id="TEI.milestone"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-milestone.html">milestone</a></span>: <span lang="en">marks a boundary point separating any kind of section of a text, typically but not necessarily indicating a point at which some part of a standard reference system changes, where the change is not represented by a structural element.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> </tr> <tr> - <td id="TEI.model.addressLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.addressLike.html">model.addressLike</a></span>: <span lang="en">groups elements used to represent a postal or email address.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#ST">1. The TEI Infrastructure</a>]</td> + <td id="TEI.mod"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mod.html">mod</a></span>: <span lang="en">represents any kind of modification identified within a single document.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PH-mod">11.3.4.1. Generic Modification</a>]</td> </tr> <tr> - <td id="TEI.model.applicationLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.applicationLike.html">model.applicationLike</a></span>: <span lang="en">groups elements used to record application-specific information about a document in its header.</span></td> + <td id="TEI.model.addrPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.addrPart.html">model.addrPart</a></span>: <span lang="en">groups elements such as names or postal codes which may appear as part of a postal address.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> </tr> <tr> - <td id="TEI.model.availabilityPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.availabilityPart.html">model.availabilityPart</a></span>: <span lang="en">groups elements such as licences and paragraphs of text which may appear as part of an availability statement</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> + <td id="TEI.model.addressLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.addressLike.html">model.addressLike</a></span>: <span lang="en">groups elements used to represent a postal or email address.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#ST">1. The TEI Infrastructure</a>]</td> </tr> <tr> - <td id="TEI.model.biblLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.biblLike.html">model.biblLike</a></span>: <span lang="en">groups elements containing a bibliographic description.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI">3.11. Bibliographic Citations and References</a>]</td> + <td id="TEI.model.annotationLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.annotationLike.html">model.annotationLike</a></span>: <span lang="en">groups elements used to represent annotations.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASOstdf">16.10. The standOff Container</a>]</td> </tr> <tr> - <td id="TEI.model.biblPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.biblPart.html">model.biblPart</a></span>: <span lang="en">groups elements which represent components of a bibliographic description.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI">3.11. Bibliographic Citations and References</a>]</td> + <td id="TEI.model.annotationPart.body"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.annotationPart.body.html">model.annotationPart.body</a></span>: <span lang="en">groups elements which may be used as an <a class="link_ref" href="#TEI.annotation" title="annotation represents an annotation following the Web Annotation Data Model. [16.10. The standOff Container]"><annotation></a> body.</span></td> </tr> <tr> - <td id="TEI.model.catDescPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.catDescPart.html">model.catDescPart</a></span>: <span lang="en">groups component elements of the TEI header Category Description.</span></td> + <td id="TEI.model.applicationLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.applicationLike.html">model.applicationLike</a></span>: <span lang="en">groups elements used to record application-specific information about a document in its header.</span></td> </tr> <tr> - <td id="TEI.model.certLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.certLike.html">model.certLike</a></span>: <span lang="en">groups elements which are used to indicate uncertainty or precision of other elements.</span></td> + <td id="TEI.model.attributable"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.attributable.html">model.attributable</a></span>: <span lang="en">groups elements that contain a word or phrase that can be attributed to a source.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT">4.3.2. Floating Texts</a>]</td> </tr> <tr> - <td id="TEI.model.choicePart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.choicePart.html">model.choicePart</a></span>: <span lang="en">groups elements (other than <a class="link_ref" href="#TEI.choice" title="choice groups a number of alternative encodings for the same point in a text. [3.4. Simple Editorial Changes]"><choice></a> itself) which can be used within a <a class="link_ref" href="#TEI.choice" title="choice groups a number of alternative encodings for the same point in a text. [3.4. Simple Editorial Changes]"><choice></a> alternation.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> + <td id="TEI.model.availabilityPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.availabilityPart.html">model.availabilityPart</a></span>: <span lang="en">groups elements such as licences and paragraphs of text which may appear as part of an availability statement</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> </tr> <tr> - <td id="TEI.model.common"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.common.html">model.common</a></span>: <span lang="en">groups common chunk- and inter-level elements.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.biblLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.biblLike.html">model.biblLike</a></span>: <span lang="en">groups elements containing a bibliographic description.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI">3.11. Bibliographic Citations and References</a>]</td> </tr> <tr> - <td id="TEI.model.correspActionPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.correspActionPart.html">model.correspActionPart</a></span>: <span lang="en">groups elements which define the parts (usually names, dates and places) of one action related to the correspondence.</span></td> + <td id="TEI.model.biblPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.biblPart.html">model.biblPart</a></span>: <span lang="en">groups elements which represent components of a bibliographic description.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI">3.11. Bibliographic Citations and References</a>]</td> </tr> <tr> - <td id="TEI.model.correspContextPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.correspContextPart.html">model.correspContextPart</a></span>: <span lang="en">groups elements which may appear as part of the correspContext element</span></td> + <td id="TEI.model.catDescPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.catDescPart.html">model.catDescPart</a></span>: <span lang="en">groups component elements of the TEI header Category Description.</span></td> </tr> <tr> - <td id="TEI.model.correspDescPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.correspDescPart.html">model.correspDescPart</a></span>: <span lang="en">groups together metadata elements for describing correspondence</span></td> + <td id="TEI.model.certLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.certLike.html">model.certLike</a></span>: <span lang="en">groups elements which are used to indicate uncertainty or precision of other elements.</span></td> </tr> <tr> - <td id="TEI.model.dateLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.dateLike.html">model.dateLike</a></span>: <span lang="en">groups elements containing temporal expressions.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.7. Dates and Times</a>]</td> + <td id="TEI.model.choicePart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.choicePart.html">model.choicePart</a></span>: <span lang="en">groups elements (other than <a class="link_ref" href="#TEI.choice" title="choice groups a number of alternative encodings for the same point in a text. [3.4. Simple Editorial Changes]"><choice></a> itself) which can be used within a <a class="link_ref" href="#TEI.choice" title="choice groups a number of alternative encodings for the same point in a text. [3.4. Simple Editorial Changes]"><choice></a> alternation.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> </tr> <tr> - <td id="TEI.model.descLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.descLike.html">model.descLike</a></span>: <span lang="en">groups elements which contain a description of their function.</span></td> + <td id="TEI.model.common"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.common.html">model.common</a></span>: <span lang="en">groups common chunk- and inter-level elements.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr> - <td id="TEI.model.describedResource"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.describedResource.html">model.describedResource</a></span>: <span lang="en">groups elements which contain the content of a digital resource and its metadata; these elements may serve as the outermost or ‘root’ element of a TEI-conformant document</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.correspActionPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.correspActionPart.html">model.correspActionPart</a></span>: <span lang="en">groups elements which define the parts (usually names, dates and places) of one action related to the correspondence.</span></td> </tr> <tr> - <td id="TEI.model.div1Like"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.div1Like.html">model.div1Like</a></span>: <span lang="en">groups top-level structural divisions.</span></td> + <td id="TEI.model.correspContextPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.correspContextPart.html">model.correspContextPart</a></span>: <span lang="en">groups elements which may appear as part of the correspContext element</span></td> </tr> <tr> - <td id="TEI.model.div2Like"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.div2Like.html">model.div2Like</a></span>: <span lang="en">groups second-level structural divisions.</span></td> + <td id="TEI.model.correspDescPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.correspDescPart.html">model.correspDescPart</a></span>: <span lang="en">groups together metadata elements for describing correspondence</span></td> </tr> <tr> - <td id="TEI.model.div3Like"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.div3Like.html">model.div3Like</a></span>: <span lang="en">groups third-level structural divisions.</span></td> + <td id="TEI.model.dateLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.dateLike.html">model.dateLike</a></span>: <span lang="en">groups elements containing temporal expressions.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.7. Dates and Times</a>]</td> </tr> <tr> - <td id="TEI.model.div4Like"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.div4Like.html">model.div4Like</a></span>: <span lang="en">groups fourth-level structural divisions.</span></td> + <td id="TEI.model.descLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.descLike.html">model.descLike</a></span>: <span lang="en">groups elements which contain a description of their function.</span></td> </tr> <tr> - <td id="TEI.model.div5Like"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.div5Like.html">model.div5Like</a></span>: <span lang="en">groups fifth-level structural divisions.</span></td> + <td id="TEI.model.describedResource"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.describedResource.html">model.describedResource</a></span>: <span lang="en">groups elements which contain the content of a digital resource and its metadata; these elements may serve as the outermost or ‘root’ element of a TEI-conformant document</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr> - <td id="TEI.model.div6Like"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.div6Like.html">model.div6Like</a></span>: <span lang="en">groups sixth-level structural divisions.</span></td> + <td id="TEI.model.div1Like"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.div1Like.html">model.div1Like</a></span>: <span lang="en">groups top-level structural divisions.</span></td> </tr> <tr> - <td id="TEI.model.div7Like"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.div7Like.html">model.div7Like</a></span>: <span lang="en">groups seventh-level structural divisions.</span></td> + <td id="TEI.model.div2Like"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.div2Like.html">model.div2Like</a></span>: <span lang="en">groups second-level structural divisions.</span></td> </tr> <tr> - <td id="TEI.model.divBottom"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.divBottom.html">model.divBottom</a></span>: <span lang="en">groups elements appearing at the end of a text division.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> + <td id="TEI.model.div3Like"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.div3Like.html">model.div3Like</a></span>: <span lang="en">groups third-level structural divisions.</span></td> </tr> <tr> - <td id="TEI.model.divBottomPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.divBottomPart.html">model.divBottomPart</a></span>: <span lang="en">groups elements which can occur only at the end of a text division.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.model.div4Like"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.div4Like.html">model.div4Like</a></span>: <span lang="en">groups fourth-level structural divisions.</span></td> </tr> <tr> - <td id="TEI.model.divGenLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.divGenLike.html">model.divGenLike</a></span>: <span lang="en">groups elements used to represent a structural division which is generated rather than explicitly present in the source.</span></td> + <td id="TEI.model.div5Like"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.div5Like.html">model.div5Like</a></span>: <span lang="en">groups fifth-level structural divisions.</span></td> </tr> <tr> - <td id="TEI.model.divLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.divLike.html">model.divLike</a></span>: <span lang="en">groups elements used to represent un-numbered generic structural divisions.</span></td> + <td id="TEI.model.div6Like"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.div6Like.html">model.div6Like</a></span>: <span lang="en">groups sixth-level structural divisions.</span></td> </tr> <tr> - <td id="TEI.model.divPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.divPart.html">model.divPart</a></span>: <span lang="en">groups paragraph-level elements appearing directly within divisions.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.div7Like"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.div7Like.html">model.div7Like</a></span>: <span lang="en">groups seventh-level structural divisions.</span></td> </tr> <tr> - <td id="TEI.model.divTop"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.divTop.html">model.divTop</a></span>: <span lang="en">groups elements appearing at the beginning of a text division.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> + <td id="TEI.model.divBottom"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.divBottom.html">model.divBottom</a></span>: <span lang="en">groups elements appearing at the end of a text division.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> </tr> <tr> - <td id="TEI.model.divTopPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.divTopPart.html">model.divTopPart</a></span>: <span lang="en">groups elements which can occur only at the beginning of a text division.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.model.divBottomPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.divBottomPart.html">model.divBottomPart</a></span>: <span lang="en">groups elements which can occur only at the end of a text division.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr> - <td id="TEI.model.divWrapper"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.divWrapper.html">model.divWrapper</a></span>: <span lang="en">groups elements which can appear at either top or bottom of a textual division.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> + <td id="TEI.model.divGenLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.divGenLike.html">model.divGenLike</a></span>: <span lang="en">groups elements used to represent a structural division which is generated rather than explicitly present in the source.</span></td> </tr> <tr> - <td id="TEI.model.editorialDeclPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.editorialDeclPart.html">model.editorialDeclPart</a></span>: <span lang="en">groups elements which may be used inside <a class="link_ref" href="#TEI.editorialDecl" title="editorialDecl (editorial practice declaration) provides details of editorial principles and practices applied during the encodi..."><editorialDecl></a> and appear multiple times.</span></td> + <td id="TEI.model.divLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.divLike.html">model.divLike</a></span>: <span lang="en">groups elements used to represent un-numbered generic structural divisions.</span></td> </tr> <tr> - <td id="TEI.model.egLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.egLike.html">model.egLike</a></span>: <span lang="en">groups elements containing examples or illustrations.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDphraseTE">22.1.1. Phrase Level Terms</a>]</td> + <td id="TEI.model.divPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.divPart.html">model.divPart</a></span>: <span lang="en">groups paragraph-level elements appearing directly within divisions.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr> - <td id="TEI.model.emphLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.emphLike.html">model.emphLike</a></span>: <span lang="en">groups phrase-level elements which are typographically distinct and to which a specific function can be attributed.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</a>]</td> + <td id="TEI.model.divTop"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.divTop.html">model.divTop</a></span>: <span lang="en">groups elements appearing at the beginning of a text division.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> </tr> <tr> - <td id="TEI.model.encodingDescPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.encodingDescPart.html">model.encodingDescPart</a></span>: <span lang="en">groups elements which may be used inside <a class="link_ref" href="#TEI.encodingDesc" title="encodingDesc (encoding description) documents the relationship between an electronic text and the source or sources from which ..."><encodingDesc></a> and appear multiple times.</span></td> + <td id="TEI.model.divTopPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.divTopPart.html">model.divTopPart</a></span>: <span lang="en">groups elements which can occur only at the beginning of a text division.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr> - <td id="TEI.model.entryLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.entryLike.html">model.entryLike</a></span>: <span lang="en">groups elements structurally analogous to paragraphs within dictionaries.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.divWrapper"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.divWrapper.html">model.divWrapper</a></span>: <span lang="en">groups elements which can appear at either top or bottom of a textual division.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> </tr> <tr> - <td id="TEI.model.entryPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.entryPart.html">model.entryPart</a></span>: <span lang="en">groups non-morphological elements appearing within a dictionary entry.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a>]</td> + <td id="TEI.model.editorialDeclPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.editorialDeclPart.html">model.editorialDeclPart</a></span>: <span lang="en">groups elements which may be used inside <a class="link_ref" href="#TEI.editorialDecl" title="editorialDecl (editorial practice declaration) provides details of editorial principles and practices applied during the encodi..."><editorialDecl></a> and appear multiple times.</span></td> </tr> <tr> - <td id="TEI.model.entryPart.top"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.entryPart.top.html">model.entryPart.top</a></span>: <span lang="en">groups high level elements within a structured dictionary entry</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIEN">9.2. The Structure of Dictionary Entries</a>]</td> + <td id="TEI.model.egLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.egLike.html">model.egLike</a></span>: <span lang="en">groups elements containing examples or illustrations.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDphraseTE">22.1.1. Phrase Level Terms</a>]</td> </tr> <tr> - <td id="TEI.model.formPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.formPart.html">model.formPart</a></span>: <span lang="en">groups elements allowed within a <a class="link_ref" href="#TEI.form" title="form (form information group) groups all the information on the written and spoken forms of one headword. [9.3.1. Information o..."><form></a> element in a dictionary.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> + <td id="TEI.model.emphLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.emphLike.html">model.emphLike</a></span>: <span lang="en">groups phrase-level elements which are typographically distinct and to which a specific function can be attributed.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</a>]</td> </tr> <tr> - <td id="TEI.model.frontPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.frontPart.html">model.frontPart</a></span>: <span lang="en">groups elements which appear at the level of divisions within front or back matter.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRFAB">7.1. Front and Back Matter </a>]</td> + <td id="TEI.model.encodingDescPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.encodingDescPart.html">model.encodingDescPart</a></span>: <span lang="en">groups elements which may be used inside <a class="link_ref" href="#TEI.encodingDesc" title="encodingDesc (encoding description) documents the relationship between an electronic text and the source or sources from which ..."><encodingDesc></a> and appear multiple times.</span></td> </tr> <tr> - <td id="TEI.model.frontPart.drama"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.frontPart.drama.html">model.frontPart.drama</a></span>: <span lang="en">groups elements which appear at the level of divisions within front or back matter of performance texts only.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRFAB">7.1. Front and Back Matter </a>]</td> + <td id="TEI.model.entryLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.entryLike.html">model.entryLike</a></span>: <span lang="en">groups elements structurally analogous to paragraphs within dictionaries.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr> - <td id="TEI.model.gLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.gLike.html">model.gLike</a></span>: <span lang="en">groups elements used to represent individual non-Unicode characters or glyphs.</span></td> + <td id="TEI.model.entryPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.entryPart.html">model.entryPart</a></span>: <span lang="en">groups non-morphological elements appearing within a dictionary entry.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a>]</td> </tr> <tr> - <td id="TEI.model.global"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.global.html">model.global</a></span>: <span lang="en">groups elements which may appear at any point within a TEI text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.entryPart.top"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.entryPart.top.html">model.entryPart.top</a></span>: <span lang="en">groups high level elements within a structured dictionary entry</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIEN">9.2. The Structure of Dictionary Entries</a>]</td> </tr> <tr> - <td id="TEI.model.global.edit"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.global.edit.html">model.global.edit</a></span>: <span lang="en">groups globally available elements which perform a specifically editorial function.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.formPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.formPart.html">model.formPart</a></span>: <span lang="en">groups elements allowed within a <a class="link_ref" href="#TEI.form" title="form (form information group) groups all the information on the written and spoken forms of one headword. [9.3.1. Information o..."><form></a> element in a dictionary.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> </tr> <tr> - <td id="TEI.model.global.meta"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.global.meta.html">model.global.meta</a></span>: <span lang="en">groups globally available elements which describe the status of other elements.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.frontPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.frontPart.html">model.frontPart</a></span>: <span lang="en">groups elements which appear at the level of divisions within front or back matter.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRFAB">7.1. Front and Back Matter </a>]</td> </tr> <tr> - <td id="TEI.model.glossLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.glossLike.html">model.glossLike</a></span>: <span lang="en">groups elements which provide an alternative name, explanation, or description for any markup construct.</span></td> + <td id="TEI.model.frontPart.drama"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.frontPart.drama.html">model.frontPart.drama</a></span>: <span lang="en">groups elements which appear at the level of divisions within front or back matter of performance texts only.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRFAB">7.1. Front and Back Matter </a>]</td> </tr> <tr> - <td id="TEI.model.gramPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.gramPart.html">model.gramPart</a></span>: <span lang="en">groups elements allowed within a <a class="link_ref" href="#TEI.gramGrp" title="gramGrp (grammatical information group) groups morphosyntactic information about a lexical item e.g. <pos> <gen> <number> <case..."><gramGrp></a> element in a dictionary.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPGR">9.3.2. Grammatical Information</a>]</td> + <td id="TEI.model.gLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.gLike.html">model.gLike</a></span>: <span lang="en">groups elements used to represent individual non-Unicode characters or glyphs.</span></td> </tr> <tr> - <td id="TEI.model.graphicLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.graphicLike.html">model.graphicLike</a></span>: <span lang="en">groups elements containing images, formulae, and similar objects.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</a>]</td> + <td id="TEI.model.global"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.global.html">model.global</a></span>: <span lang="en">groups elements which may appear at any point within a TEI text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr> - <td id="TEI.model.headLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.headLike.html">model.headLike</a></span>: <span lang="en">groups elements used to provide a title or heading at the start of a text division.</span></td> + <td id="TEI.model.global.edit"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.global.edit.html">model.global.edit</a></span>: <span lang="en">groups globally available elements which perform a specifically editorial function.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr> - <td id="TEI.model.hiLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.hiLike.html">model.hiLike</a></span>: <span lang="en">groups phrase-level elements which are typographically distinct but to which no specific function can be attributed.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</a>]</td> + <td id="TEI.model.global.meta"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.global.meta.html">model.global.meta</a></span>: <span lang="en">groups globally available elements which describe the status of other elements.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr> - <td id="TEI.model.highlighted"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.highlighted.html">model.highlighted</a></span>: <span lang="en">groups phrase-level elements which are typographically distinct.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</a>]</td> + <td id="TEI.model.glossLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.glossLike.html">model.glossLike</a></span>: <span lang="en">groups elements which provide an alternative name, explanation, or description for any markup construct.</span></td> </tr> <tr> - <td id="TEI.model.imprintPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.imprintPart.html">model.imprintPart</a></span>: <span lang="en">groups the bibliographic elements which occur inside imprints.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI">3.11. Bibliographic Citations and References</a>]</td> + <td id="TEI.model.gramPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.gramPart.html">model.gramPart</a></span>: <span lang="en">groups elements allowed within a <a class="link_ref" href="#TEI.gramGrp" title="gramGrp (grammatical information group) groups morphosyntactic information about a lexical item e.g. <pos> <gen> <number> <case..."><gramGrp></a> element in a dictionary.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPGR">9.3.2. Grammatical Information</a>]</td> </tr> <tr> - <td id="TEI.model.inter"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.inter.html">model.inter</a></span>: <span lang="en">groups elements which can appear either within or between paragraph-like elements.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.graphicLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.graphicLike.html">model.graphicLike</a></span>: <span lang="en">groups elements containing images, formulae, and similar objects.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</a>]</td> </tr> <tr> - <td id="TEI.model.lLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.lLike.html">model.lLike</a></span>: <span lang="en">groups elements representing metrical components such as verse lines.</span></td> + <td id="TEI.model.headLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.headLike.html">model.headLike</a></span>: <span lang="en">groups elements used to provide a title or heading at the start of a text division.</span></td> </tr> <tr> - <td id="TEI.model.lPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.lPart.html">model.lPart</a></span>: <span lang="en">groups phrase-level elements which may appear within verse only.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html#VESE">6.2. Components of the Verse Line</a>]</td> + <td id="TEI.model.hiLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.hiLike.html">model.hiLike</a></span>: <span lang="en">groups phrase-level elements which are typographically distinct but to which no specific function can be attributed.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</a>]</td> </tr> <tr> - <td id="TEI.model.labelLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.labelLike.html">model.labelLike</a></span>: <span lang="en">groups elements used to gloss or explain other parts of a document.</span></td> + <td id="TEI.model.highlighted"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.highlighted.html">model.highlighted</a></span>: <span lang="en">groups phrase-level elements which are typographically distinct.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</a>]</td> </tr> <tr> - <td id="TEI.model.lexicalRefinement"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.lexicalRefinement.html">model.lexicalRefinement</a></span>: <span lang="en">elements adding further precision to the lexico-grammatical information provided for a dictionary entry.</span></td> + <td id="TEI.model.imprintPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.imprintPart.html">model.imprintPart</a></span>: <span lang="en">groups the bibliographic elements which occur inside imprints.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI">3.11. Bibliographic Citations and References</a>]</td> </tr> <tr> - <td id="TEI.model.limitedPhrase"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.limitedPhrase.html">model.limitedPhrase</a></span>: <span lang="en">groups phrase-level elements excluding those elements primarily intended for transcription of existing sources.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.inter"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.inter.html">model.inter</a></span>: <span lang="en">groups elements which can appear either within or between paragraph-like elements.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr> - <td id="TEI.model.linePart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.linePart.html">model.linePart</a></span>: <span lang="en">groups transcriptional elements which appear within lines or zones of a source-oriented transcription within a <a class="link_ref" href="#TEI.sourceDoc" title="sourceDoc contains a transcription or other representation of a single source document potentially forming part of a dossier gé..."><sourceDoc></a> element.</span></td> + <td id="TEI.model.lLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.lLike.html">model.lLike</a></span>: <span lang="en">groups elements representing metrical components such as verse lines.</span></td> </tr> <tr> - <td id="TEI.model.listLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.listLike.html">model.listLike</a></span>: <span lang="en">groups list-like elements.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> + <td id="TEI.model.lPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.lPart.html">model.lPart</a></span>: <span lang="en">groups phrase-level elements which may appear within verse only.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html#VESE">6.2. Components of the Verse Line</a>]</td> </tr> <tr> - <td id="TEI.model.measureLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.measureLike.html">model.measureLike</a></span>: <span lang="en">groups elements which denote a number, a quantity, a measurement, or similar piece of text that conveys some numerical meaning.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and Measures</a>]</td> + <td id="TEI.model.labelLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.labelLike.html">model.labelLike</a></span>: <span lang="en">groups elements used to gloss or explain other parts of a document.</span></td> </tr> <tr> - <td id="TEI.model.milestoneLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.milestoneLike.html">model.milestoneLike</a></span>: <span lang="en">groups milestone-style elements used to represent reference systems.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> + <td id="TEI.model.lexicalRefinement"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.lexicalRefinement.html">model.lexicalRefinement</a></span>: <span lang="en">elements adding further precision to the lexico-grammatical information provided for a dictionary entry.</span></td> </tr> <tr> - <td id="TEI.model.morphLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.morphLike.html">model.morphLike</a></span>: <span lang="en">groups elements which provide morphological information within a dictionary entry.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITP">9.3. Top-level Constituents of Entries</a>]</td> + <td id="TEI.model.limitedPhrase"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.limitedPhrase.html">model.limitedPhrase</a></span>: <span lang="en">groups phrase-level elements excluding those elements primarily intended for transcription of existing sources.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr> - <td id="TEI.model.nameLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.nameLike.html">model.nameLike</a></span>: <span lang="en">groups elements which name or refer to a person, place, or organization.</span></td> + <td id="TEI.model.linePart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.linePart.html">model.linePart</a></span>: <span lang="en">groups transcriptional elements which appear within lines or zones of a source-oriented transcription within a <a class="link_ref" href="#TEI.sourceDoc" title="sourceDoc contains a transcription or other representation of a single source document potentially forming part of a dossier gé..."><sourceDoc></a> element.</span></td> </tr> <tr> - <td id="TEI.model.nameLike.agent"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.nameLike.agent.html">model.nameLike.agent</a></span>: <span lang="en">groups elements which contain names of individuals or corporate bodies.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA">3.5. Names, Numbers, Dates, Abbreviations, and Addresses</a>]</td> + <td id="TEI.model.listLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.listLike.html">model.listLike</a></span>: <span lang="en">groups list-like elements.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> </tr> <tr> - <td id="TEI.model.noteLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.noteLike.html">model.noteLike</a></span>: <span lang="en">groups globally-available note-like elements.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONO">3.8. Notes, Annotation, and Indexing</a>]</td> + <td id="TEI.model.measureLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.measureLike.html">model.measureLike</a></span>: <span lang="en">groups elements which denote a number, a quantity, a measurement, or similar piece of text that conveys some numerical meaning.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and Measures</a>]</td> </tr> <tr> - <td id="TEI.model.oddDecl"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.oddDecl.html">model.oddDecl</a></span>: <span lang="en">groups elements which generate declarations in some markup language in ODD documents.</span></td> + <td id="TEI.model.milestoneLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.milestoneLike.html">model.milestoneLike</a></span>: <span lang="en">groups milestone-style elements used to represent reference systems.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> </tr> <tr> - <td id="TEI.model.offsetLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.offsetLike.html">model.offsetLike</a></span>: <span lang="en">groups elements which can appear only as part of a place name.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPLAC">13.2.3. Place Names</a>]</td> + <td id="TEI.model.morphLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.morphLike.html">model.morphLike</a></span>: <span lang="en">groups elements which provide morphological information within a dictionary entry.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITP">9.3. Top-level Constituents of Entries</a>]</td> </tr> <tr> - <td id="TEI.model.pLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.pLike.html">model.pLike</a></span>: <span lang="en">groups paragraph-like elements.</span></td> + <td id="TEI.model.nameLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.nameLike.html">model.nameLike</a></span>: <span lang="en">groups elements which name or refer to a person, place, or organization.</span></td> </tr> <tr> - <td id="TEI.model.pLike.front"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.pLike.front.html">model.pLike.front</a></span>: <span lang="en">groups paragraph-like elements which can occur as direct constituents of front matter.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.model.nameLike.agent"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.nameLike.agent.html">model.nameLike.agent</a></span>: <span lang="en">groups elements which contain names of individuals or corporate bodies.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA">3.5. Names, Numbers, Dates, Abbreviations, and Addresses</a>]</td> </tr> <tr> - <td id="TEI.model.pPart.data"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.pPart.data.html">model.pPart.data</a></span>: <span lang="en">groups phrase-level elements containing names, dates, numbers, measures, and similar data.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA">3.5. Names, Numbers, Dates, Abbreviations, and Addresses</a>]</td> + <td id="TEI.model.noteLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.noteLike.html">model.noteLike</a></span>: <span lang="en">groups globally-available note-like elements.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONO">3.8. Notes, Annotation, and Indexing</a>]</td> </tr> <tr> - <td id="TEI.model.pPart.edit"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.pPart.edit.html">model.pPart.edit</a></span>: <span lang="en">groups phrase-level elements for simple editorial correction and transcription.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> + <td id="TEI.model.oddDecl"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.oddDecl.html">model.oddDecl</a></span>: <span lang="en">groups elements which generate declarations in some markup language in ODD documents.</span></td> </tr> <tr> - <td id="TEI.model.pPart.editorial"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.pPart.editorial.html">model.pPart.editorial</a></span>: <span lang="en">groups phrase-level elements for simple editorial interventions that may be useful both in transcribing and in authoring.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> + <td id="TEI.model.offsetLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.offsetLike.html">model.offsetLike</a></span>: <span lang="en">groups elements which can appear only as part of a place name.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPLAC">13.2.3. Place Names</a>]</td> </tr> <tr> - <td id="TEI.model.pPart.msdesc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.pPart.msdesc.html">model.pPart.msdesc</a></span>: <span lang="en">groups phrase-level elements used in manuscript description.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#MS">10. Manuscript Description</a>]</td> + <td id="TEI.model.pLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.pLike.html">model.pLike</a></span>: <span lang="en">groups paragraph-like elements.</span></td> </tr> <tr> - <td id="TEI.model.pPart.transcriptional"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.pPart.transcriptional.html">model.pPart.transcriptional</a></span>: <span lang="en">groups phrase-level elements used for editorial transcription of pre-existing source materials.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> + <td id="TEI.model.pLike.front"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.pLike.front.html">model.pLike.front</a></span>: <span lang="en">groups paragraph-like elements which can occur as direct constituents of front matter.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr> - <td id="TEI.model.phrase"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.phrase.html">model.phrase</a></span>: <span lang="en">groups elements which can occur at the level of individual words or phrases.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.pPart.data"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.pPart.data.html">model.pPart.data</a></span>: <span lang="en">groups phrase-level elements containing names, dates, numbers, measures, and similar data.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA">3.5. Names, Numbers, Dates, Abbreviations, and Addresses</a>]</td> </tr> <tr> - <td id="TEI.model.phrase.xml"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.phrase.xml.html">model.phrase.xml</a></span>: <span lang="en">groups phrase-level elements used to encode XML constructs such as element names, attribute names, and attribute values</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TD">22. Documentation Elements</a>]</td> + <td id="TEI.model.pPart.edit"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.pPart.edit.html">model.pPart.edit</a></span>: <span lang="en">groups phrase-level elements for simple editorial correction and transcription.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> </tr> <tr> - <td id="TEI.model.placeNamePart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.placeNamePart.html">model.placeNamePart</a></span>: <span lang="en">groups elements which form part of a place name.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPLAC">13.2.3. Place Names</a>]</td> + <td id="TEI.model.pPart.editorial"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.pPart.editorial.html">model.pPart.editorial</a></span>: <span lang="en">groups phrase-level elements for simple editorial interventions that may be useful both in transcribing and in authoring.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> </tr> <tr> - <td id="TEI.model.placeStateLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.placeStateLike.html">model.placeStateLike</a></span>: <span lang="en">groups elements which describe changing states of a place.</span></td> + <td id="TEI.model.pPart.msdesc"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.pPart.msdesc.html">model.pPart.msdesc</a></span>: <span lang="en">groups phrase-level elements used in manuscript description.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#MS">10. Manuscript Description</a>]</td> </tr> <tr> - <td id="TEI.model.profileDescPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.profileDescPart.html">model.profileDescPart</a></span>: <span lang="en">groups elements which may be used inside <a class="link_ref" href="#TEI.profileDesc" title="profileDesc (textprofile description) provides a detailed description of nonbibliographic aspects of a text specifically the la..."><profileDesc></a> and appear multiple times.</span></td> + <td id="TEI.model.pPart.transcriptional"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.pPart.transcriptional.html">model.pPart.transcriptional</a></span>: <span lang="en">groups phrase-level elements used for editorial transcription of pre-existing source materials.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> </tr> <tr> - <td id="TEI.model.ptrLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.ptrLike.html">model.ptrLike</a></span>: <span lang="en">groups elements used for purposes of location and reference.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a>]</td> + <td id="TEI.model.phrase"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.phrase.html">model.phrase</a></span>: <span lang="en">groups elements which can occur at the level of individual words or phrases.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr> - <td id="TEI.model.ptrLike.form"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.ptrLike.form.html">model.ptrLike.form</a></span>: <span lang="en">groups elements used for purposes of location of particular orthographic or pronunciation forms within a dictionary entry.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DI">9. Dictionaries</a>]</td> + <td id="TEI.model.phrase.xml"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.phrase.xml.html">model.phrase.xml</a></span>: <span lang="en">groups phrase-level elements used to encode XML constructs such as element names, attribute names, and attribute values</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TD">22. Documentation Elements</a>]</td> </tr> <tr> - <td id="TEI.model.publicationStmtPart.agency"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.publicationStmtPart.agency.html">model.publicationStmtPart.agency</a></span>: <span lang="en">groups the child elements of a <a class="link_ref" href="#TEI.publicationStmt" title="publicationStmt (publication statement) groups information concerning the publication or distribution of an electronic or other..."><publicationStmt></a> element of the TEI header that indicate an authorising agent.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> + <td id="TEI.model.placeNamePart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.placeNamePart.html">model.placeNamePart</a></span>: <span lang="en">groups elements which form part of a place name.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPLAC">13.2.3. Place Names</a>]</td> </tr> <tr> - <td id="TEI.model.publicationStmtPart.detail"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.publicationStmtPart.detail.html">model.publicationStmtPart.detail</a></span>: <span lang="en">groups the agency-specific child elements of the <a class="link_ref" href="#TEI.publicationStmt" title="publicationStmt (publication statement) groups information concerning the publication or distribution of an electronic or other..."><publicationStmt></a> element of the TEI header.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> + <td id="TEI.model.placeStateLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.placeStateLike.html">model.placeStateLike</a></span>: <span lang="en">groups elements which describe changing states of a place.</span></td> </tr> <tr> - <td id="TEI.model.qLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.qLike.html">model.qLike</a></span>: <span lang="en">groups elements related to highlighting which can appear either within or between chunk-level elements.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</a>]</td> + <td id="TEI.model.profileDescPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.profileDescPart.html">model.profileDescPart</a></span>: <span lang="en">groups elements which may be used inside <a class="link_ref" href="#TEI.profileDesc" title="profileDesc (textprofile description) provides a detailed description of nonbibliographic aspects of a text specifically the la..."><profileDesc></a> and appear multiple times.</span></td> </tr> <tr> - <td id="TEI.model.quoteLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.quoteLike.html">model.quoteLike</a></span>: <span lang="en">groups elements used to directly contain quotations.</span></td> + <td id="TEI.model.ptrLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.ptrLike.html">model.ptrLike</a></span>: <span lang="en">groups elements used for purposes of location and reference.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a>]</td> </tr> <tr> - <td id="TEI.model.resource"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.resource.html">model.resource</a></span>: <span lang="en">groups separate elements which constitute the content of a digital resource, as opposed to its metadata.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.ptrLike.form"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.ptrLike.form.html">model.ptrLike.form</a></span>: <span lang="en">groups elements used for purposes of location of particular orthographic or pronunciation forms within a dictionary entry.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DI">9. Dictionaries</a>]</td> </tr> <tr> - <td id="TEI.model.respLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.respLike.html">model.respLike</a></span>: <span lang="en">groups elements which are used to indicate intellectual or other significant responsibility, for example within a bibliographic element.</span></td> + <td id="TEI.model.publicationStmtPart.agency"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.publicationStmtPart.agency.html">model.publicationStmtPart.agency</a></span>: <span lang="en">groups the child elements of a <a class="link_ref" href="#TEI.publicationStmt" title="publicationStmt (publication statement) groups information concerning the publication or distribution of an electronic or other..."><publicationStmt></a> element of the TEI header that indicate an authorising agent.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> </tr> <tr> - <td id="TEI.model.segLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.segLike.html">model.segLike</a></span>: <span lang="en">groups elements used for arbitrary segmentation.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AILC">17.1. Linguistic Segment Categories</a>]</td> + <td id="TEI.model.publicationStmtPart.detail"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.publicationStmtPart.detail.html">model.publicationStmtPart.detail</a></span>: <span lang="en">groups the agency-specific child elements of the <a class="link_ref" href="#TEI.publicationStmt" title="publicationStmt (publication statement) groups information concerning the publication or distribution of an electronic or other..."><publicationStmt></a> element of the TEI header.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> </tr> <tr> - <td id="TEI.model.sourceDescPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.sourceDescPart.html">model.sourceDescPart</a></span>: <span lang="en">groups elements which may be used inside <a class="link_ref" href="#TEI.sourceDesc" title="sourceDesc (source description) describes the source(s) from which an electronic text was derived or generated typically a bibl..."><sourceDesc></a> and appear multiple times.</span></td> + <td id="TEI.model.quoteLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.quoteLike.html">model.quoteLike</a></span>: <span lang="en">groups elements used to directly contain quotations.</span></td> </tr> <tr> - <td id="TEI.model.specDescLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.specDescLike.html">model.specDescLike</a></span>: <span lang="en">groups elements for referring to specification elements.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TD">22. Documentation Elements</a>]</td> + <td id="TEI.model.resource"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.resource.html">model.resource</a></span>: <span lang="en">groups separate elements which constitute the content of a digital resource, as opposed to its metadata.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr> - <td id="TEI.model.stageLike"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.stageLike.html">model.stageLike</a></span>: <span lang="en">groups elements containing stage directions or similar things defined by the module for performance texts.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DROTH">7.3. Other Types of Performance Text</a>]</td> + <td id="TEI.model.respLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.respLike.html">model.respLike</a></span>: <span lang="en">groups elements which are used to indicate intellectual or other significant responsibility, for example within a bibliographic element.</span></td> </tr> <tr> - <td id="TEI.model.standOffPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.standOffPart.html">model.standOffPart</a></span>: <span lang="en">groups elements which may be used as children of <a class="link_ref" href="#TEI.standOff" title="standOff Functions as a container element for linked data contextual information and standoff annotations embedded in a TEI doc..."><standOff></a>.</span></td> + <td id="TEI.model.segLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.segLike.html">model.segLike</a></span>: <span lang="en">groups elements used for arbitrary segmentation.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AILC">17.1. Linguistic Segment Categories</a>]</td> </tr> <tr> - <td id="TEI.model.teiHeaderPart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.teiHeaderPart.html">model.teiHeaderPart</a></span>: <span lang="en">groups high level elements which may appear more than once in a TEI header.</span></td> + <td id="TEI.model.sourceDescPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.sourceDescPart.html">model.sourceDescPart</a></span>: <span lang="en">groups elements which may be used inside <a class="link_ref" href="#TEI.sourceDesc" title="sourceDesc (source description) describes the source(s) from which an electronic text was derived or generated typically a bibl..."><sourceDesc></a> and appear multiple times.</span></td> </tr> <tr> - <td id="TEI.model.titlepagePart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.titlepagePart.html">model.titlepagePart</a></span>: <span lang="en">groups elements which can occur as direct constituents of a title page, such as <a class="link_ref" href="#TEI.docTitle" title="docTitle (document title) contains the title of a document including all its constituents as given on a title page. [4.6. Title..."><docTitle></a>, <a class="link_ref" href="#TEI.docAuthor" title="docAuthor (document author) contains the name of the author of the document as given on the title page (often but not always co..."><docAuthor></a>, <a class="link_ref" href="#TEI.docImprint" title="docImprint (document imprint) contains the imprint statement (place and date of publication publisher name) as given (usually) ..."><docImprint></a>, or <a class="link_ref" href="#TEI.epigraph" title="epigraph contains a quotation anonymous or attributed appearing at the start or end of a section or on a title page. [4.2.3. Ar..."><epigraph></a>.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.model.specDescLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.specDescLike.html">model.specDescLike</a></span>: <span lang="en">groups elements for referring to specification elements.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TD">22. Documentation Elements</a>]</td> </tr> <tr> - <td id="TEI.monogr"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-monogr.html">monogr</a></span>: (<span lang="en">monographic level</span>) <span lang="en">contains bibliographic elements describing an item (e.g. a book or journal) published as an independent item (i.e. as a separate physical object).</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOL">3.11.2.1. Analytic, Monographic, and Series Levels</a>]</td> + <td id="TEI.model.stageLike"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.stageLike.html">model.stageLike</a></span>: <span lang="en">groups elements containing stage directions or similar things defined by the module for performance texts.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DROTH">7.3. Other Types of Performance Text</a>]</td> </tr> <tr> - <td id="TEI.mood"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mood.html">mood</a></span>: <span lang="en">contains information about the grammatical mood of verbs (e.g. indicative, subjunctive, imperative).</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> + <td id="TEI.model.standOffPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.standOffPart.html">model.standOffPart</a></span>: <span lang="en">groups elements which may be used as children of <a class="link_ref" href="#TEI.standOff" title="standOff Functions as a container element for linked data contextual information and standoff annotations embedded in a TEI doc..."><standOff></a>.</span></td> </tr> <tr> - <td id="TEI.name"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html">name</a></span>: (<span lang="en">name, proper noun</span>) <span lang="en">contains a proper noun or noun phrase.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</a>]</td> + <td id="TEI.model.teiHeaderPart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.teiHeaderPart.html">model.teiHeaderPart</a></span>: <span lang="en">groups high level elements which may appear more than once in a TEI header.</span></td> </tr> <tr> - <td id="TEI.namespace"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-namespace.html">namespace</a></span>: <span lang="en">supplies the formal name of the namespace to which the elements documented by its children belong.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</a>]</td> + <td id="TEI.model.titlepagePart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-model.titlepagePart.html">model.titlepagePart</a></span>: <span lang="en">groups elements which can occur as direct constituents of a title page, such as <a class="link_ref" href="#TEI.docTitle" title="docTitle (document title) contains the title of a document including all its constituents as given on a title page. [4.6. Title..."><docTitle></a>, <a class="link_ref" href="#TEI.docAuthor" title="docAuthor (document author) contains the name of the author of the document as given on the title page (often but not always co..."><docAuthor></a>, <a class="link_ref" href="#TEI.docImprint" title="docImprint (document imprint) contains the imprint statement (place and date of publication publisher name) as given (usually) ..."><docImprint></a>, or <a class="link_ref" href="#TEI.epigraph" title="epigraph contains a quotation anonymous or attributed appearing at the start or end of a section or on a title page. [4.2.3. Ar..."><epigraph></a>.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr> - <td id="TEI.node"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-node.html">node</a></span>: <span lang="en">encodes a node, a possibly labeled point in a graph.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDGR">19.1. Graphs and Digraphs</a>]</td> + <td id="TEI.monogr"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-monogr.html">monogr</a></span>: (<span lang="en">monographic level</span>) <span lang="en">contains bibliographic elements describing an item (e.g. a book or journal) published as an independent item (i.e. as a separate physical object).</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOL">3.11.2.1. Analytic, Monographic, and Series Levels</a>]</td> </tr> <tr> - <td id="TEI.normalization"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-normalization.html">normalization</a></span>: <span lang="en">indicates the extent of normalization or regularization of the original source carried out in converting it to electronic form.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.mood"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-mood.html">mood</a></span>: <span lang="en">contains information about the grammatical mood of verbs (e.g. indicative, subjunctive, imperative).</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> </tr> <tr> - <td id="TEI.notatedMusic"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-notatedMusic.html">notatedMusic</a></span>: <span lang="en">encodes the presence of music notation in a text</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTNM">14.3. Notated Music in Written Text</a>]</td> + <td id="TEI.name"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html">name</a></span>: (<span lang="en">name, proper noun</span>) <span lang="en">contains a proper noun or noun phrase.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</a>]</td> </tr> <tr> - <td id="TEI.note"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-note.html">note</a></span>: <span lang="en">contains a note or annotation.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONONO">3.8.1. Notes and Simple Annotation</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD27">2.2.6. The Notes Statement</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICON">3.11.2.8. Notes and Statement of Language</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPNO">9.3.5.4. Notes within Entries</a>]</td> + <td id="TEI.namespace"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-namespace.html">namespace</a></span>: <span lang="en">supplies the formal name of the namespace to which the elements documented by its children belong.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</a>]</td> </tr> <tr> - <td id="TEI.notesStmt"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-notesStmt.html">notesStmt</a></span>: (<span lang="en">notes statement</span>) <span lang="en">collects together any notes providing information about a text additional to that recorded in other parts of the bibliographic description.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD27">2.2.6. The Notes Statement</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> + <td id="TEI.node"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-node.html">node</a></span>: <span lang="en">encodes a node, a possibly labeled point in a graph.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDGR">19.1. Graphs and Digraphs</a>]</td> </tr> <tr> - <td id="TEI.num"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-num.html">num</a></span>: (<span lang="en">number</span>) <span lang="en">contains a number, written in any form.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and Measures</a>]</td> + <td id="TEI.normalization"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-normalization.html">normalization</a></span>: <span lang="en">indicates the extent of normalization or regularization of the original source carried out in converting it to electronic form.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr> - <td id="TEI.number"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-number.html">number</a></span>: <span lang="en">indicates grammatical number associated with a form, as given in a dictionary.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPGR">9.3.2. Grammatical Information</a>]</td> + <td id="TEI.notatedMusic"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-notatedMusic.html">notatedMusic</a></span>: <span lang="en">encodes the presence of music notation in a text</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTNM">14.3. Notated Music in Written Text</a>]</td> </tr> <tr> - <td id="TEI.oRef"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-oRef.html">oRef</a></span>: (<span lang="en">orthographic-form reference</span>) <span lang="en">in a dictionary example, indicates a reference to the orthographic form(s) of the headword.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIHW">9.4. Headword and Pronunciation References</a>]</td> + <td id="TEI.note"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-note.html">note</a></span>: <span lang="en">contains a note or annotation.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONONO">3.8.1. Notes and Simple Annotation</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD27">2.2.6. The Notes Statement</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICON">3.11.2.8. Notes and Statement of Language</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPNO">9.3.5.4. Notes within Entries</a>]</td> </tr> <tr> - <td id="TEI.opener"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html">opener</a></span>: <span lang="en">groups together dateline, byline, salutation, and similar phrases appearing as a preliminary group at the start of a division, especially of a letter.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> + <td id="TEI.notesStmt"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-notesStmt.html">notesStmt</a></span>: (<span lang="en">notes statement</span>) <span lang="en">collects together any notes providing information about a text additional to that recorded in other parts of the bibliographic description.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD27">2.2.6. The Notes Statement</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> </tr> <tr> - <td id="TEI.orig"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-orig.html">orig</a></span>: (<span lang="en">original form</span>) <span lang="en">contains a reading which is marked as following the original, rather than being normalized or corrected.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDREG">3.4.2. Regularization and Normalization</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TC.html#TC">12. Critical Apparatus</a>]</td> + <td id="TEI.num"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-num.html">num</a></span>: (<span lang="en">number</span>) <span lang="en">contains a number, written in any form.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and Measures</a>]</td> </tr> <tr> - <td id="TEI.orth"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-orth.html">orth</a></span>: (<span lang="en">orthographic form</span>) <span lang="en">gives the orthographic form of a dictionary headword.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> + <td id="TEI.number"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-number.html">number</a></span>: <span lang="en">indicates grammatical number associated with a form, as given in a dictionary.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPGR">9.3.2. Grammatical Information</a>]</td> </tr> <tr> - <td id="TEI.p"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html">p</a></span>: (<span lang="en">paragraph</span>) <span lang="en">marks paragraphs in prose.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COPA">3.1. Paragraphs</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> + <td id="TEI.oRef"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-oRef.html">oRef</a></span>: (<span lang="en">orthographic-form reference</span>) <span lang="en">in a dictionary example, indicates a reference to the orthographic form(s) of the headword.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIHW">9.4. Headword and Pronunciation References</a>]</td> </tr> <tr> - <td id="TEI.pRef"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pRef.html">pRef</a></span>: (<span lang="en">pronunciation reference</span>) <span lang="en">in a dictionary example, indicates a reference to the pronunciation(s) of the headword.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIHW">9.4. Headword and Pronunciation References</a>]</td> + <td id="TEI.opener"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html">opener</a></span>: <span lang="en">groups together dateline, byline, salutation, and similar phrases appearing as a preliminary group at the start of a division, especially of a letter.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> </tr> <tr> - <td id="TEI.path"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-path.html">path</a></span>: <span lang="en">defines any line passing through two or more points within a <a class="link_ref" href="#TEI.surface" title="surface defines a written surface as a twodimensional coordinate space optionally grouping one or more graphic representations ..."><surface></a> element.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHZLAB">11.2.2. Embedded Transcription</a>]</td> + <td id="TEI.orig"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-orig.html">orig</a></span>: (<span lang="en">original form</span>) <span lang="en">contains a reading which is marked as following the original, rather than being normalized or corrected.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDREG">3.4.2. Regularization and Normalization</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TC.html#TC">12. Critical Apparatus</a>]</td> </tr> <tr> - <td id="TEI.pb"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html">pb</a></span>: (<span lang="en">page beginning</span>) <span lang="en">marks the beginning of a new page in a paginated document.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> + <td id="TEI.orth"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-orth.html">orth</a></span>: (<span lang="en">orthographic form</span>) <span lang="en">gives the orthographic form of a dictionary headword.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> </tr> <tr> - <td id="TEI.per"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-per.html">per</a></span>: (<span lang="en">person</span>) <span lang="en">contains an indication of the grammatical person (1st, 2nd, 3rd, etc.) associated with a given inflected form in a dictionary.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> + <td id="TEI.p"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html">p</a></span>: (<span lang="en">paragraph</span>) <span lang="en">marks paragraphs in prose.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COPA">3.1. Paragraphs</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> </tr> <tr> - <td id="TEI.pos"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pos.html">pos</a></span>: (<span lang="en">part of speech</span>) <span lang="en">indicates the part of speech assigned to a dictionary headword such as noun, verb, or adjective.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPGR">9.3.2. Grammatical Information</a>]</td> + <td id="TEI.pRef"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pRef.html">pRef</a></span>: (<span lang="en">pronunciation reference</span>) <span lang="en">in a dictionary example, indicates a reference to the pronunciation(s) of the headword.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIHW">9.4. Headword and Pronunciation References</a>]</td> </tr> <tr> - <td id="TEI.postBox"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postBox.html">postBox</a></span>: (<span lang="en">postal box or post office box</span>) <span lang="en">contains a number or other identifier for some postal delivery point other than a street address.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> + <td id="TEI.path"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-path.html">path</a></span>: <span lang="en">defines any line passing through two or more points within a <a class="link_ref" href="#TEI.surface" title="surface defines a written surface as a twodimensional coordinate space optionally grouping one or more graphic representations ..."><surface></a> element.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHZLAB">11.2.2. Embedded Transcription</a>]</td> </tr> <tr> - <td id="TEI.postCode"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postCode.html">postCode</a></span>: (<span lang="en">postal code</span>) <span lang="en">contains a numerical or alphanumeric code used as part of a postal address to simplify sorting or delivery of mail.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> + <td id="TEI.pb"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html">pb</a></span>: (<span lang="en">page beginning</span>) <span lang="en">marks the beginning of a new page in a paginated document.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> </tr> <tr> - <td id="TEI.postscript"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html">postscript</a></span>: <span lang="en">contains a postscript, e.g. to a letter.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> + <td id="TEI.per"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-per.html">per</a></span>: (<span lang="en">person</span>) <span lang="en">contains an indication of the grammatical person (1st, 2nd, 3rd, etc.) associated with a given inflected form in a dictionary.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> </tr> <tr> - <td id="TEI.prefixDef"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-prefixDef.html">prefixDef</a></span>: (<span lang="en">prefix definition</span>) <span lang="en">defines a prefixing scheme used in <span class="ident-datatype">data.pointer</span> values, showing how abbreviated URIs using the scheme may be expanded into full URIs.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPU">16.2.3. Using Abbreviated Pointers</a>]</td> + <td id="TEI.pos"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pos.html">pos</a></span>: (<span lang="en">part of speech</span>) <span lang="en">indicates the part of speech assigned to a dictionary headword such as noun, verb, or adjective.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPGR">9.3.2. Grammatical Information</a>]</td> </tr> <tr> - <td id="TEI.principal"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-principal.html">principal</a></span>: (<span lang="en">principal researcher</span>) <span lang="en">supplies the name of the principal researcher responsible for the creation of an electronic text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a>]</td> + <td id="TEI.postBox"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postBox.html">postBox</a></span>: (<span lang="en">postal box or post office box</span>) <span lang="en">contains a number or other identifier for some postal delivery point other than a street address.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> </tr> <tr> - <td id="TEI.profileDesc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html">profileDesc</a></span>: (<span lang="en">text-profile description</span>) <span lang="en">provides a detailed description of non-bibliographic aspects of a text, specifically the languages and sublanguages used, the situation in which it was produced, the participants and their setting.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a>]</td> + <td id="TEI.postCode"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postCode.html">postCode</a></span>: (<span lang="en">postal code</span>) <span lang="en">contains a numerical or alphanumeric code used as part of a postal address to simplify sorting or delivery of mail.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> </tr> <tr> - <td id="TEI.projectDesc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-projectDesc.html">projectDesc</a></span>: (<span lang="en">project description</span>) <span lang="en">describes in detail the aim or purpose for which an electronic file was encoded, together with any other relevant information concerning the process by which it was assembled or collected.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD51">2.3.1. The Project Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.postscript"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-postscript.html">postscript</a></span>: <span lang="en">contains a postscript, e.g. to a letter.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> </tr> <tr> - <td id="TEI.pron"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pron.html">pron</a></span>: (<span lang="en">pronunciation</span>) <span lang="en">contains the pronunciation(s) of the word.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> + <td id="TEI.prefixDef"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-prefixDef.html">prefixDef</a></span>: (<span lang="en">prefix definition</span>) <span lang="en">defines a prefixing scheme used in <span class="ident-datatype">teidata.pointer</span> values, showing how abbreviated URIs using the scheme may be expanded into full URIs.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPU">16.2.3. Using Abbreviated Pointers</a>]</td> </tr> <tr> - <td id="TEI.ptr"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ptr.html">ptr</a></span>: (<span lang="en">pointer</span>) <span lang="en">defines a pointer to another location.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</a>]</td> + <td id="TEI.principal"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-principal.html">principal</a></span>: (<span lang="en">principal researcher</span>) <span lang="en">supplies the name of the principal researcher responsible for the creation of an electronic text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a>]</td> </tr> <tr> - <td id="TEI.pubPlace"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pubPlace.html">pubPlace</a></span>: (<span lang="en">publication place</span>) <span lang="en">contains the name of the place where a bibliographic item was published.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> + <td id="TEI.profileDesc"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-profileDesc.html">profileDesc</a></span>: (<span lang="en">text-profile description</span>) <span lang="en">provides a detailed description of non-bibliographic aspects of a text, specifically the languages and sublanguages used, the situation in which it was produced, the participants and their setting.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a>]</td> </tr> <tr> - <td id="TEI.publicationStmt"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-publicationStmt.html">publicationStmt</a></span>: (<span lang="en">publication statement</span>) <span lang="en">groups information concerning the publication or distribution of an electronic or other text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> + <td id="TEI.projectDesc"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-projectDesc.html">projectDesc</a></span>: (<span lang="en">project description</span>) <span lang="en">describes in detail the aim or purpose for which an electronic file was encoded, together with any other relevant information concerning the process by which it was assembled or collected.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD51">2.3.1. The Project Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr> - <td id="TEI.publisher"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-publisher.html">publisher</a></span>: <span lang="en">provides the name of the organization responsible for the publication or distribution of a bibliographic item.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> + <td id="TEI.pron"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pron.html">pron</a></span>: (<span lang="en">pronunciation</span>) <span lang="en">contains the pronunciation(s) of the word.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> </tr> <tr> - <td id="TEI.punctuation"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-punctuation.html">punctuation</a></span>: <span lang="en">specifies editorial practice adopted with respect to punctuation marks in the original.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COPU">3.2. Treatment of Punctuation</a>]</td> + <td id="TEI.ptr"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ptr.html">ptr</a></span>: (<span lang="en">pointer</span>) <span lang="en">defines a pointer to another location.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</a>]</td> </tr> <tr> - <td id="TEI.q"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-q.html">q</a></span>: (<span lang="en">quoted</span>) <span lang="en">contains material which is distinguished from the surrounding text using quotation marks or a similar method, for any one of a variety of reasons including, but not limited to: direct speech or thought, technical terms or jargon, authorial distance, quotations from elsewhere, and passages that are mentioned but not used.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a>]</td> + <td id="TEI.pubPlace"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pubPlace.html">pubPlace</a></span>: (<span lang="en">publication place</span>) <span lang="en">contains the name of the place where a bibliographic item was published.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> </tr> <tr> - <td id="TEI.quotation"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quotation.html">quotation</a></span>: <span lang="en">specifies editorial practice adopted with respect to quotation marks in the original.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.publicationStmt"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-publicationStmt.html">publicationStmt</a></span>: (<span lang="en">publication statement</span>) <span lang="en">groups information concerning the publication or distribution of an electronic or other text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> </tr> <tr> - <td id="TEI.quote"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html">quote</a></span>: (<span lang="en">quotation</span>) <span lang="en">contains a phrase or passage attributed by the narrator or author to some agency external to the text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP">4.3.1. Grouped Texts</a>]</td> + <td id="TEI.publisher"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-publisher.html">publisher</a></span>: <span lang="en">provides the name of the organization responsible for the publication or distribution of a bibliographic item.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> </tr> <tr> - <td id="TEI.re"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-re.html">re</a></span>: (<span lang="en">related entry</span>) <span lang="en">contains a dictionary entry for a lexical item related to the headword, such as a compound phrase or derived form, embedded inside a larger entry.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPRE">9.3.6. Related Entries</a>]</td> + <td id="TEI.punctuation"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-punctuation.html">punctuation</a></span>: <span lang="en">specifies editorial practice adopted with respect to punctuation marks in the original.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COPU">3.2. Treatment of Punctuation</a>]</td> </tr> <tr> - <td id="TEI.redo"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-redo.html">redo</a></span>: <span lang="en">indicates one or more cancelled interventions in a document which have subsequently been marked as reaffirmed or repeated.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#undo">11.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications</a>]</td> + <td id="TEI.q"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-q.html">q</a></span>: (<span lang="en">quoted</span>) <span lang="en">contains material which is distinguished from the surrounding text using quotation marks or a similar method, for any one of a variety of reasons including, but not limited to: direct speech or thought, technical terms or jargon, authorial distance, quotations from elsewhere, and passages that are mentioned but not used.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a>]</td> </tr> <tr> - <td id="TEI.ref"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ref.html">ref</a></span>: (<span lang="en">reference</span>) <span lang="en">defines a reference to another location, possibly modified by additional text or comment.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</a>]</td> + <td id="TEI.quotation"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quotation.html">quotation</a></span>: <span lang="en">specifies editorial practice adopted with respect to quotation marks in the original.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr> - <td id="TEI.refState"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-refState.html">refState</a></span>: (<span lang="en">reference state</span>) <span lang="en">specifies one component of a canonical reference defined by the milestone method.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a>]</td> + <td id="TEI.quote"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-quote.html">quote</a></span>: (<span lang="en">quotation</span>) <span lang="en">contains a phrase or passage attributed by the narrator or author to some agency external to the text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP">4.3.1. Grouped Texts</a>]</td> </tr> <tr> - <td id="TEI.refsDecl"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-refsDecl.html">refsDecl</a></span>: (<span lang="en">references declaration</span>) <span lang="en">specifies how canonical references are constructed for this text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a>]</td> + <td id="TEI.re"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-re.html">re</a></span>: (<span lang="en">related entry</span>) <span lang="en">contains a dictionary entry for a lexical item related to the headword, such as a compound phrase or derived form, embedded inside a larger entry.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPRE">9.3.6. Related Entries</a>]</td> </tr> <tr> - <td id="TEI.reg"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-reg.html">reg</a></span>: (<span lang="en">regularization</span>) <span lang="en">contains a reading which has been regularized or normalized in some sense.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDREG">3.4.2. Regularization and Normalization</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TC.html#TC">12. Critical Apparatus</a>]</td> + <td id="TEI.redo"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-redo.html">redo</a></span>: <span lang="en">indicates one or more cancelled interventions in a document which have subsequently been marked as reaffirmed or repeated.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#undo">11.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications</a>]</td> </tr> <tr> - <td id="TEI.relatedItem"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-relatedItem.html">relatedItem</a></span>: <span lang="en">contains or references some other bibliographic item which is related to the present one in some specified manner, for example as a constituent or alternative version of it.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBIRI">3.11.2.7. Related Items</a>]</td> + <td id="TEI.ref"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ref.html">ref</a></span>: (<span lang="en">reference</span>) <span lang="en">defines a reference to another location, possibly modified by additional text or comment.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</a>]</td> </tr> <tr> - <td id="TEI.rendition"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-rendition.html">rendition</a></span>: <span lang="en">supplies information about the rendition or appearance of one or more elements in the source text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</a>]</td> + <td id="TEI.refState"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-refState.html">refState</a></span>: (<span lang="en">reference state</span>) <span lang="en">specifies one component of a canonical reference defined by the milestone method.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a>]</td> </tr> <tr> - <td id="TEI.resp"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-resp.html">resp</a></span>: (<span lang="en">responsibility</span>) <span lang="en">contains a phrase describing the nature of a person's intellectual responsibility, or an organization's role in the production or distribution of a work.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a>]</td> + <td id="TEI.refsDecl"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-refsDecl.html">refsDecl</a></span>: (<span lang="en">references declaration</span>) <span lang="en">specifies how canonical references are constructed for this text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a>]</td> </tr> <tr> - <td id="TEI.respStmt"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-respStmt.html">respStmt</a></span>: (<span lang="en">statement of responsibility</span>) <span lang="en">supplies a statement of responsibility for the intellectual content of a text, edition, recording, or series, where the specialized elements for authors, editors, etc. do not suffice or do not apply. May also be used to encode information about individuals or organizations which have played a role in the production or distribution of a bibliographic work.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a>]</td> + <td id="TEI.reg"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-reg.html">reg</a></span>: (<span lang="en">regularization</span>) <span lang="en">contains a reading which has been regularized or normalized in some sense.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDREG">3.4.2. Regularization and Normalization</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TC.html#TC">12. Critical Apparatus</a>]</td> </tr> <tr> - <td id="TEI.restore"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html">restore</a></span>: <span lang="en">indicates restoration of text to an earlier state by cancellation of an editorial or authorial marking or instruction.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHCD">11.3.1.6. Cancellation of Deletions and Other Markings</a>]</td> + <td id="TEI.relatedItem"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-relatedItem.html">relatedItem</a></span>: <span lang="en">contains or references some other bibliographic item which is related to the present one in some specified manner, for example as a constituent or alternative version of it.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBIRI">3.11.2.7. Related Items</a>]</td> </tr> <tr> - <td id="TEI.retrace"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html">retrace</a></span>: <span lang="en">contains a sequence of writing which has been retraced, for example by over-inking, to clarify or fix it.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PH-fix">11.3.4.3. Fixation and Clarification</a>]</td> + <td id="TEI.rendition"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-rendition.html">rendition</a></span>: <span lang="en">supplies information about the rendition or appearance of one or more elements in the source text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</a>]</td> </tr> <tr> - <td id="TEI.revisionDesc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-revisionDesc.html">revisionDesc</a></span>: (<span lang="en">revision description</span>) <span lang="en">summarizes the revision history for a file.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a>]</td> + <td id="TEI.resp"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-resp.html">resp</a></span>: (<span lang="en">responsibility</span>) <span lang="en">contains a phrase describing the nature of a person's intellectual responsibility, or an organization's role in the production or distribution of a work.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a>]</td> </tr> <tr> - <td id="TEI.root"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-root.html">root</a></span>: (<span lang="en">root node</span>) <span lang="en">represents the root node of a tree.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDTR">19.2. Trees</a>]</td> + <td id="TEI.respStmt"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-respStmt.html">respStmt</a></span>: (<span lang="en">statement of responsibility</span>) <span lang="en">supplies a statement of responsibility for the intellectual content of a text, edition, recording, or series, where the specialized elements for authors, editors, etc. do not suffice or do not apply. May also be used to encode information about individuals or organizations which have played a role in the production or distribution of a bibliographic work.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a>]</td> </tr> <tr> - <td id="TEI.row"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-row.html">row</a></span>: <span lang="en">contains one row of a table.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTTAB1">14.1.1. TEI Tables</a>]</td> + <td id="TEI.restore"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html">restore</a></span>: <span lang="en">indicates restoration of text to an earlier state by cancellation of an editorial or authorial marking or instruction.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHCD">11.3.1.6. Cancellation of Deletions and Other Markings</a>]</td> </tr> <tr> - <td id="TEI.rs"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-rs.html">rs</a></span>: (<span lang="en">referencing string</span>) <span lang="en">contains a general purpose name or referring string.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPER">13.2.1. Personal Names</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</a>]</td> + <td id="TEI.retrace"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html">retrace</a></span>: <span lang="en">contains a sequence of writing which has been retraced, for example by over-inking, to clarify or fix it.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PH-fix">11.3.4.3. Fixation and Clarification</a>]</td> </tr> <tr> - <td id="TEI.said"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html">said</a></span>: (<span lang="en">speech or thought</span>) <span lang="en">indicates passages thought or spoken aloud, whether explicitly indicated in the source or not, whether directly or indirectly reported, whether by real people or fictional characters.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a>]</td> + <td id="TEI.revisionDesc"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-revisionDesc.html">revisionDesc</a></span>: (<span lang="en">revision description</span>) <span lang="en">summarizes the revision history for a file.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a>]</td> </tr> <tr> - <td id="TEI.salute"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html">salute</a></span>: (<span lang="en">salutation</span>) <span lang="en">contains a salutation or greeting prefixed to a foreword, dedicatory epistle, or other division of a text, or the salutation in the closing of a letter, preface, etc.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a>]</td> + <td id="TEI.root"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-root.html">root</a></span>: (<span lang="en">root node</span>) <span lang="en">represents the root node of a tree.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDTR">19.2. Trees</a>]</td> </tr> <tr> - <td id="TEI.samplingDecl"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html">samplingDecl</a></span>: (<span lang="en">sampling declaration</span>) <span lang="en">contains a prose description of the rationale and methods used in sampling texts in the creation of a corpus or collection.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD52">2.3.2. The Sampling Declaration</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.row"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-row.html">row</a></span>: <span lang="en">contains one row of a table.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTTAB1">14.1.1. TEI Tables</a>]</td> </tr> <tr> - <td id="TEI.schemaRef"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-schemaRef.html">schemaRef</a></span>: (<span lang="en">schema reference</span>) <span lang="en">describes or points to a related customization or schema file</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDSCHSPEC">2.3.10. The Schema Specification</a>]</td> + <td id="TEI.rs"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-rs.html">rs</a></span>: (<span lang="en">referencing string</span>) <span lang="en">contains a general purpose name or referring string.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPER">13.2.1. Personal Names</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</a>]</td> </tr> <tr> - <td id="TEI.scriptNote"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-scriptNote.html">scriptNote</a></span>: <span lang="en">describes a particular script distinguished within the description of a manuscript or similar resource.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msph2">10.7.2. Writing, Decoration, and Other Notations</a>]</td> + <td id="TEI.said"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-said.html">said</a></span>: (<span lang="en">speech or thought</span>) <span lang="en">indicates passages thought or spoken aloud, whether explicitly indicated in the source or not, whether directly or indirectly reported, whether by real people or fictional characters.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a>]</td> </tr> <tr> - <td id="TEI.secl"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-secl.html">secl</a></span>: (<span lang="en">secluded text</span>) <span lang="en">Secluded. Marks text present in the source which the editor believes to be genuine but out of its original place (which is unknown).</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHOM">11.3.1.7. Text Omitted from or Supplied in the Transcription</a>]</td> + <td id="TEI.salute"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-salute.html">salute</a></span>: (<span lang="en">salutation</span>) <span lang="en">contains a salutation or greeting prefixed to a foreword, dedicatory epistle, or other division of a text, or the salutation in the closing of a letter, preface, etc.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a>]</td> </tr> <tr> - <td id="TEI.seg"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-seg.html">seg</a></span>: (<span lang="en">arbitrary segment</span>) <span lang="en">represents any segmentation of text below the ‘chunk’ level.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html#VESE">6.2. Components of the Verse Line</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> + <td id="TEI.samplingDecl"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html">samplingDecl</a></span>: (<span lang="en">sampling declaration</span>) <span lang="en">contains a prose description of the rationale and methods used in sampling texts in the creation of a corpus or collection.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD52">2.3.2. The Sampling Declaration</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr> - <td id="TEI.segmentation"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-segmentation.html">segmentation</a></span>: <span lang="en">describes the principles according to which the text has been segmented, for example into sentences, tone-units, graphemic strata, etc.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.schemaRef"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-schemaRef.html">schemaRef</a></span>: (<span lang="en">schema reference</span>) <span lang="en">describes or points to a related customization or schema file</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDSCHSPEC">2.3.10. The Schema Specification</a>]</td> </tr> <tr> - <td id="TEI.sense"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sense.html">sense</a></span>: <span lang="en">groups together all information relating to one word sense in a dictionary entry, for example definitions, examples, and translation equivalents.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIEN">9.2. The Structure of Dictionary Entries</a>]</td> + <td id="TEI.scriptNote"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-scriptNote.html">scriptNote</a></span>: <span lang="en">describes a particular script distinguished within the description of a manuscript or similar resource.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msph2">10.7.2. Writing, Decoration, and Other Notations</a>]</td> </tr> <tr> - <td id="TEI.series"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-series.html">series</a></span>: (<span lang="en">series information</span>) <span lang="en">contains information about the series in which a book or other bibliographic item has appeared.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOL">3.11.2.1. Analytic, Monographic, and Series Levels</a>]</td> + <td id="TEI.secl"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-secl.html">secl</a></span>: (<span lang="en">secluded text</span>) <span lang="en">Secluded. Marks text present in the source which the editor believes to be genuine but out of its original place (which is unknown).</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHOM">11.3.1.7. Text Omitted from or Supplied in the Transcription</a>]</td> </tr> <tr> - <td id="TEI.seriesStmt"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-seriesStmt.html">seriesStmt</a></span>: (<span lang="en">series statement</span>) <span lang="en">groups information about the series, if any, to which a publication belongs.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> + <td id="TEI.seg"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-seg.html">seg</a></span>: (<span lang="en">arbitrary segment</span>) <span lang="en">represents any segmentation of text below the ‘chunk’ level.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html#VESE">6.2. Components of the Verse Line</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> </tr> <tr> - <td id="TEI.sic"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html">sic</a></span>: (<span lang="en">Latin for thus or so</span>) <span lang="en">contains text reproduced although apparently incorrect or inaccurate.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDCOR">3.4.1. Apparent Errors</a>]</td> + <td id="TEI.segmentation"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-segmentation.html">segmentation</a></span>: <span lang="en">describes the principles according to which the text has been segmented, for example into sentences, tone-units, graphemic strata, etc.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr> - <td id="TEI.signed"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html">signed</a></span>: (<span lang="en">signature</span>) <span lang="en">contains the closing salutation, etc., appended to a foreword, dedicatory epistle, or other division of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a>]</td> + <td id="TEI.sense"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sense.html">sense</a></span>: <span lang="en">groups together all information relating to one word sense in a dictionary entry, for example definitions, examples, and translation equivalents.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIEN">9.2. The Structure of Dictionary Entries</a>]</td> </tr> <tr> - <td id="TEI.soCalled"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html">soCalled</a></span>: <span lang="en">contains a word or phrase for which the author or narrator indicates a disclaiming of responsibility, for example by the use of scare quotes or italics.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a>]</td> + <td id="TEI.series"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-series.html">series</a></span>: (<span lang="en">series information</span>) <span lang="en">contains information about the series in which a book or other bibliographic item has appeared.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOL">3.11.2.1. Analytic, Monographic, and Series Levels</a>]</td> </tr> <tr> - <td id="TEI.sourceDesc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sourceDesc.html">sourceDesc</a></span>: (<span lang="en">source description</span>) <span lang="en">describes the source(s) from which an electronic text was derived or generated, typically a bibliographic description in the case of a digitized text, or a phrase such as "born digital" for a text which has no previous existence.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a>]</td> + <td id="TEI.seriesStmt"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-seriesStmt.html">seriesStmt</a></span>: (<span lang="en">series statement</span>) <span lang="en">groups information about the series, if any, to which a publication belongs.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> </tr> <tr> - <td id="TEI.sourceDoc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sourceDoc.html">sourceDoc</a></span>: <span lang="en">contains a transcription or other representation of a single source document potentially forming part of a <span class="foreign">dossier génétique</span> or collection of sources.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHZLAB">11.2.2. Embedded Transcription</a>]</td> + <td id="TEI.sic"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html">sic</a></span>: (<span lang="en">Latin for thus or so</span>) <span lang="en">contains text reproduced although apparently incorrect or inaccurate.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDCOR">3.4.1. Apparent Errors</a>]</td> </tr> <tr> - <td id="TEI.sp"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sp.html">sp</a></span>: (<span lang="en">speech</span>) <span lang="en">contains an individual speech in a performance text, or a passage presented as such in a prose or verse text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR">3.12.2. Core Tags for Drama</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODV">3.12. Passages of Verse or Drama</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP">7.2.2. Speeches and Speakers</a>]</td> + <td id="TEI.signed"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-signed.html">signed</a></span>: (<span lang="en">signature</span>) <span lang="en">contains the closing salutation, etc., appended to a foreword, dedicatory epistle, or other division of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a>]</td> </tr> <tr> - <td id="TEI.space"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-space.html">space</a></span>: <span lang="en">indicates the location of a significant space in the text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHSP">11.5.1. Space</a>]</td> + <td id="TEI.soCalled"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-soCalled.html">soCalled</a></span>: <span lang="en">contains a word or phrase for which the author or narrator indicates a disclaiming of responsibility, for example by the use of scare quotes or italics.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a>]</td> </tr> <tr> - <td id="TEI.speaker"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-speaker.html">speaker</a></span>: <span lang="en">contains a specialized form of heading or label, giving the name of one or more speakers in a dramatic text or fragment.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR">3.12.2. Core Tags for Drama</a>]</td> + <td id="TEI.sourceDesc"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sourceDesc.html">sourceDesc</a></span>: (<span lang="en">source description</span>) <span lang="en">describes the source(s) from which an electronic text was derived or generated, typically a bibliographic description in the case of a digitized text, or a phrase such as "born digital" for a text which has no previous existence.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a>]</td> </tr> <tr> - <td id="TEI.sponsor"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sponsor.html">sponsor</a></span>: <span lang="en">specifies the name of a sponsoring organization or institution.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a>]</td> + <td id="TEI.sourceDoc"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sourceDoc.html">sourceDoc</a></span>: <span lang="en">contains a transcription or other representation of a single source document potentially forming part of a <span class="foreign">dossier génétique</span> or collection of sources.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHZLAB">11.2.2. Embedded Transcription</a>]</td> </tr> <tr> - <td id="TEI.stage"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-stage.html">stage</a></span>: (<span lang="en">stage direction</span>) <span lang="en">contains any kind of stage direction within a dramatic text or fragment.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR">3.12.2. Core Tags for Drama</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODV">3.12. Passages of Verse or Drama</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA">7.2.4. Stage Directions</a>]</td> + <td id="TEI.sp"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sp.html">sp</a></span>: (<span lang="en">speech</span>) <span lang="en">contains an individual speech in a performance text, or a passage presented as such in a prose or verse text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR">3.12.2. Core Tags for Drama</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODV">3.12. Passages of Verse or Drama</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP">7.2.2. Speeches and Speakers</a>]</td> </tr> <tr> - <td id="TEI.standOff"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-standOff.html">standOff</a></span>: <span lang="en">Functions as a container element for linked data, contextual information, and stand-off annotations embedded in a TEI document.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASOstdf">16.10. The standOff Container</a>]</td> + <td id="TEI.space"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-space.html">space</a></span>: <span lang="en">indicates the location of a significant space in the text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHSP">11.4.1. Space</a>]</td> </tr> <tr> - <td id="TEI.stdVals"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-stdVals.html">stdVals</a></span>: (<span lang="en">standard values</span>) <span lang="en">specifies the format used when standardized date or number values are supplied.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.speaker"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-speaker.html">speaker</a></span>: <span lang="en">contains a specialized form of heading or label, giving the name of one or more speakers in a dramatic text or fragment.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR">3.12.2. Core Tags for Drama</a>]</td> </tr> <tr> - <td id="TEI.street"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-street.html">street</a></span>: <span lang="en">contains a full street address including any name or number identifying a building as well as the name of the street or route on which it is located.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> + <td id="TEI.sponsor"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sponsor.html">sponsor</a></span>: <span lang="en">specifies the name of a sponsoring organization or institution.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a>]</td> </tr> <tr> - <td id="TEI.stress"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-stress.html">stress</a></span>: <span lang="en">contains the stress pattern for a dictionary headword, if given separately.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> + <td id="TEI.stage"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-stage.html">stage</a></span>: (<span lang="en">stage direction</span>) <span lang="en">contains any kind of stage direction within a dramatic text or fragment.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR">3.12.2. Core Tags for Drama</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODV">3.12. Passages of Verse or Drama</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA">7.2.4. Stage Directions</a>]</td> </tr> <tr> - <td id="TEI.styleDefDecl"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-styleDefDecl.html">styleDefDecl</a></span>: (<span lang="en">style definition language declaration</span>) <span lang="en">specifies the name of the formal language in which style or renditional information is supplied elsewhere in the document. The specific version of the scheme may also be supplied.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57-1a">2.3.5. The Default Style Definition Language Declaration</a>]</td> + <td id="TEI.standOff"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-standOff.html">standOff</a></span>: <span lang="en">Functions as a container element for linked data, contextual information, and stand-off annotations embedded in a TEI document.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASOstdf">16.10. The standOff Container</a>]</td> </tr> <tr> - <td id="TEI.subc"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-subc.html">subc</a></span>: (<span lang="en">subcategorization</span>) <span lang="en">contains subcategorization information (transitive/intransitive, countable/non-countable, etc.)</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPGR">9.3.2. Grammatical Information</a>]</td> + <td id="TEI.stdVals"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-stdVals.html">stdVals</a></span>: (<span lang="en">standard values</span>) <span lang="en">specifies the format used when standardized date or number values are supplied.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr> - <td id="TEI.subst"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-subst.html">subst</a></span>: (<span lang="en">substitution</span>) <span lang="en">groups one or more deletions with one or more additions when the combination is to be regarded as a single intervention in the text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHSU">11.3.1.5. Substitutions</a>]</td> + <td id="TEI.street"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-street.html">street</a></span>: <span lang="en">contains a full street address including any name or number identifying a building as well as the name of the street or route on which it is located.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> </tr> <tr> - <td id="TEI.substJoin"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-substJoin.html">substJoin</a></span>: (<span lang="en">substitution join</span>) <span lang="en">identifies a series of possibly fragmented additions, deletions or other revisions on a manuscript that combine to make up a single intervention in the text</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHSU">11.3.1.5. Substitutions</a>]</td> + <td id="TEI.stress"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-stress.html">stress</a></span>: <span lang="en">contains the stress pattern for a dictionary headword, if given separately.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> </tr> <tr> - <td id="TEI.superEntry"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-superEntry.html">superEntry</a></span>: <span lang="en">groups a sequence of entries within any kind of lexical resource, such as a dictionary or lexicon which function as a single unit, for example a set of homographs.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a>]</td> + <td id="TEI.styleDefDecl"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-styleDefDecl.html">styleDefDecl</a></span>: (<span lang="en">style definition language declaration</span>) <span lang="en">specifies the name of the formal language in which style or renditional information is supplied elsewhere in the document. The specific version of the scheme may also be supplied.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57-1a">2.3.5. The Default Style Definition Language Declaration</a>]</td> </tr> <tr> - <td id="TEI.supplied"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-supplied.html">supplied</a></span>: <span lang="en">signifies text supplied by the transcriber or editor for any reason; for example because the original cannot be read due to physical damage, or because of an obvious omission by the author or scribe.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDA">11.3.3.1. Damage, Illegibility, and Supplied Text</a>]</td> + <td id="TEI.subc"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-subc.html">subc</a></span>: (<span lang="en">subcategorization</span>) <span lang="en">contains subcategorization information (transitive/intransitive, countable/non-countable, etc.)</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPGR">9.3.2. Grammatical Information</a>]</td> </tr> <tr> - <td id="TEI.surface"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html">surface</a></span>: <span lang="en">defines a written surface as a two-dimensional coordinate space, optionally grouping one or more graphic representations of that space, zones of interest within that space, and transcriptions of the writing within them.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHZLAB">11.2.2. Embedded Transcription</a>]</td> + <td id="TEI.subst"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-subst.html">subst</a></span>: (<span lang="en">substitution</span>) <span lang="en">groups one or more deletions (or surplus text) with one or more additions when the combination is to be regarded as a single intervention in the text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHSU">11.3.1.5. Substitutions</a>]</td> </tr> <tr> - <td id="TEI.surfaceGrp"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surfaceGrp.html">surfaceGrp</a></span>: <span lang="en">defines any kind of useful grouping of written surfaces, for example the recto and verso of a single leaf, which the encoder wishes to treat as a single unit.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a>]</td> + <td id="TEI.substJoin"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-substJoin.html">substJoin</a></span>: (<span lang="en">substitution join</span>) <span lang="en">identifies a series of possibly fragmented additions, deletions, or other revisions on a manuscript that combine to make up a single intervention in the text</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHSU">11.3.1.5. Substitutions</a>]</td> </tr> <tr> - <td id="TEI.surplus"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surplus.html">surplus</a></span>: <span lang="en">marks text present in the source which the editor believes to be superfluous or redundant.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDA">11.3.3.1. Damage, Illegibility, and Supplied Text</a>]</td> + <td id="TEI.superEntry"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-superEntry.html">superEntry</a></span>: <span lang="en">groups a sequence of entries within any kind of lexical resource, such as a dictionary or lexicon which function as a single unit, for example a set of homographs.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a>]</td> </tr> <tr> - <td id="TEI.syll"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-syll.html">syll</a></span>: (<span lang="en">syllabification</span>) <span lang="en">contains the syllabification of the headword.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> + <td id="TEI.supplied"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-supplied.html">supplied</a></span>: <span lang="en">signifies text supplied by the transcriber or editor for any reason; for example because the original cannot be read due to physical damage, or because of an obvious omission by the author or scribe.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDA">11.3.3.1. Damage, Illegibility, and Supplied Text</a>]</td> </tr> <tr> - <td id="TEI.table"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-table.html">table</a></span>: <span lang="en">contains text displayed in tabular form, in rows and columns.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTTAB1">14.1.1. TEI Tables</a>]</td> + <td id="TEI.surface"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html">surface</a></span>: <span lang="en">defines a written surface as a two-dimensional coordinate space, optionally grouping one or more graphic representations of that space, zones of interest within that space, and transcriptions of the writing within them.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHZLAB">11.2.2. Embedded Transcription</a>]</td> </tr> <tr> - <td id="TEI.tagUsage"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-tagUsage.html">tagUsage</a></span>: <span lang="en">documents the usage of a specific element within a specified document.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</a>]</td> + <td id="TEI.surfaceGrp"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surfaceGrp.html">surfaceGrp</a></span>: <span lang="en">defines any kind of useful grouping of written surfaces, for example the recto and verso of a single leaf, which the encoder wishes to treat as a single unit.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a>]</td> </tr> <tr> - <td id="TEI.tagsDecl"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-tagsDecl.html">tagsDecl</a></span>: (<span lang="en">tagging declaration</span>) <span lang="en">provides detailed information about the tagging applied to a document.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a>]</td> + <td id="TEI.surplus"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surplus.html">surplus</a></span>: <span lang="en">marks text present in the source which the editor believes to be superfluous or redundant.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDA">11.3.3.1. Damage, Illegibility, and Supplied Text</a>]</td> </tr> <tr> - <td id="TEI.taxonomy"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-taxonomy.html">taxonomy</a></span>: <span lang="en">defines a typology either implicitly, by means of a bibliographic citation, or explicitly by a structured taxonomy.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD55">2.3.7. The Classification Declaration</a>]</td> + <td id="TEI.syll"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-syll.html">syll</a></span>: (<span lang="en">syllabification</span>) <span lang="en">contains the syllabification of the headword.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> </tr> <tr> - <td id="TEI.teiCorpus"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teiCorpus.html">teiCorpus</a></span>: <span lang="en">contains the whole of a TEI encoded corpus, comprising a single corpus header and one or more <a class="link_ref" href="#TEI.TEI" title="TEI (TEI document) contains a single TEIconformant document combining a single TEI header with one or more members of the model..."><TEI></a> elements, each containing a single text header and a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> + <td id="TEI.table"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-table.html">table</a></span>: <span lang="en">contains text displayed in tabular form, in rows and columns.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTTAB1">14.1.1. TEI Tables</a>]</td> </tr> <tr> - <td id="TEI.teiHeader"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teiHeader.html">teiHeader</a></span>: (<span lang="en">TEI header</span>) <span lang="en">supplies descriptive and declarative metadata associated with a digital resource or set of resources.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> + <td id="TEI.tagUsage"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-tagUsage.html">tagUsage</a></span>: <span lang="en">documents the usage of a specific element within a specified document.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</a>]</td> </tr> <tr> - <td id="TEI.teidata.certainty"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.certainty.html">teidata.certainty</a></span>: <span lang="en">defines the range of attribute values expressing a degree of certainty.</span></td> + <td id="TEI.tagsDecl"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-tagsDecl.html">tagsDecl</a></span>: (<span lang="en">tagging declaration</span>) <span lang="en">provides detailed information about the tagging applied to a document.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a>]</td> </tr> <tr> - <td id="TEI.teidata.count"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.count.html">teidata.count</a></span>: <span lang="en">defines the range of attribute values used for a non-negative integer value used as a count.</span></td> + <td id="TEI.taxonomy"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-taxonomy.html">taxonomy</a></span>: <span lang="en">defines a typology either implicitly, by means of a bibliographic citation, or explicitly by a structured taxonomy.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD55">2.3.7. The Classification Declaration</a>]</td> </tr> <tr> - <td id="TEI.teidata.duration.iso"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.duration.iso.html">teidata.duration.iso</a></span>: <span lang="en">defines the range of attribute values available for representation of a duration in time using ISO 8601 standard formats</span></td> + <td id="TEI.teiCorpus"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teiCorpus.html">teiCorpus</a></span>: <span lang="en">contains the whole of a TEI encoded corpus, comprising a single corpus header and one or more <a class="link_ref" href="#TEI.TEI" title="TEI (TEI document) contains a single TEIconformant document combining a single TEI header with one or more members of the model..."><TEI></a> elements, each containing a single text header and a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> </tr> <tr> - <td id="TEI.teidata.duration.w3c"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.duration.w3c.html">teidata.duration.w3c</a></span>: <span lang="en">defines the range of attribute values available for representation of a duration in time using W3C datatypes.</span></td> + <td id="TEI.teiHeader"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teiHeader.html">teiHeader</a></span>: (<span lang="en">TEI header</span>) <span lang="en">supplies descriptive and declarative metadata associated with a digital resource or set of resources.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> </tr> <tr> - <td id="TEI.teidata.enumerated"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.enumerated.html">teidata.enumerated</a></span>: <span lang="en">defines the range of attribute values expressed as a single XML name taken from a list of documented possibilities.</span></td> + <td id="TEI.teidata.certainty"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.certainty.html">teidata.certainty</a></span>: <span lang="en">defines the range of attribute values expressing a degree of certainty.</span></td> </tr> <tr> - <td id="TEI.teidata.interval"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.interval.html">teidata.interval</a></span>: <span lang="en">defines attribute values used to express an interval value.</span></td> + <td id="TEI.teidata.count"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.count.html">teidata.count</a></span>: <span lang="en">defines the range of attribute values used for a non-negative integer value used as a count.</span></td> </tr> <tr> - <td id="TEI.teidata.language"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.language.html">teidata.language</a></span>: <span lang="en">defines the range of attribute values used to identify a particular combination of human language and writing system.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CH.html#CHSH">6.1. Language Identification</a>]</td> + <td id="TEI.teidata.duration.iso"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.duration.iso.html">teidata.duration.iso</a></span>: <span lang="en">defines the range of attribute values available for representation of a duration in time using ISO 8601 standard formats</span></td> </tr> <tr> - <td id="TEI.teidata.name"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.name.html">teidata.name</a></span>: <span lang="en">defines the range of attribute values expressed as an XML Name.</span></td> + <td id="TEI.teidata.duration.w3c"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.duration.w3c.html">teidata.duration.w3c</a></span>: <span lang="en">defines the range of attribute values available for representation of a duration in time using W3C datatypes.</span></td> </tr> <tr> - <td id="TEI.teidata.namespace"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.namespace.html">teidata.namespace</a></span>: <span lang="en">defines the range of attribute values used to indicate XML namespaces as defined by the W3C <a class="link_ref" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/">Namespaces in XML</a> Technical Recommendation.</span></td> + <td id="TEI.teidata.enumerated"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.enumerated.html">teidata.enumerated</a></span>: <span lang="en">defines the range of attribute values expressed as a single XML name taken from a list of documented possibilities.</span></td> </tr> <tr> - <td id="TEI.teidata.numeric"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.numeric.html">teidata.numeric</a></span>: <span lang="en">defines the range of attribute values used for numeric values.</span></td> + <td id="TEI.teidata.interval"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.interval.html">teidata.interval</a></span>: <span lang="en">defines attribute values used to express an interval value.</span></td> </tr> <tr> - <td id="TEI.teidata.outputMeasurement"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.outputMeasurement.html">teidata.outputMeasurement</a></span>: <span lang="en">defines a range of values for use in specifying the size of an object that is intended for display.</span></td> + <td id="TEI.teidata.language"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.language.html">teidata.language</a></span>: <span lang="en">defines the range of attribute values used to identify a particular combination of human language and writing system.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CH.html#CHSH">6.1. Language Identification</a>]</td> </tr> <tr> - <td id="TEI.teidata.pattern"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.pattern.html">teidata.pattern</a></span>: <span lang="en">defines attribute values which are expressed as a regular expression.</span></td> + <td id="TEI.teidata.name"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.name.html">teidata.name</a></span>: <span lang="en">defines the range of attribute values expressed as an XML Name.</span></td> </tr> <tr> - <td id="TEI.teidata.point"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.point.html">teidata.point</a></span>: <span lang="en">defines the data type used to express a point in cartesian space.</span></td> + <td id="TEI.teidata.namespace"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.namespace.html">teidata.namespace</a></span>: <span lang="en">defines the range of attribute values used to indicate XML namespaces as defined by the W3C <a class="link_ref" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/">Namespaces in XML</a> Technical Recommendation.</span></td> </tr> <tr> - <td id="TEI.teidata.pointer"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.pointer.html">teidata.pointer</a></span>: <span lang="en">defines the range of attribute values used to provide a single URI, absolute or relative, pointing to some other resource, either within the current document or elsewhere.</span></td> + <td id="TEI.teidata.numeric"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.numeric.html">teidata.numeric</a></span>: <span lang="en">defines the range of attribute values used for numeric values.</span></td> </tr> <tr> - <td id="TEI.teidata.prefix"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.prefix.html">teidata.prefix</a></span>: <span lang="en">defines a range of values that may function as a URI scheme name.</span></td> + <td id="TEI.teidata.outputMeasurement"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.outputMeasurement.html">teidata.outputMeasurement</a></span>: <span lang="en">defines a range of values for use in specifying the size of an object that is intended for display.</span></td> </tr> <tr> - <td id="TEI.teidata.probCert"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.probCert.html">teidata.probCert</a></span>: <span lang="en">defines a range of attribute values which can be expressed either as a numeric probability or as a coded certainty value.</span></td> + <td id="TEI.teidata.pattern"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.pattern.html">teidata.pattern</a></span>: <span lang="en">defines attribute values which are expressed as a regular expression.</span></td> </tr> <tr> - <td id="TEI.teidata.probability"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.probability.html">teidata.probability</a></span>: <span lang="en">defines the range of attribute values expressing a probability.</span></td> + <td id="TEI.teidata.point"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.point.html">teidata.point</a></span>: <span lang="en">defines the data type used to express a point in cartesian space.</span></td> </tr> <tr> - <td id="TEI.teidata.replacement"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.replacement.html">teidata.replacement</a></span>: <span lang="en">defines attribute values which contain a replacement template.</span></td> + <td id="TEI.teidata.pointer"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.pointer.html">teidata.pointer</a></span>: <span lang="en">defines the range of attribute values used to provide a single URI, absolute or relative, pointing to some other resource, either within the current document or elsewhere.</span></td> </tr> <tr> - <td id="TEI.teidata.temporal.w3c"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.temporal.w3c.html">teidata.temporal.w3c</a></span>: <span lang="en">defines the range of attribute values expressing a temporal expression such as a date, a time, or a combination of them, that conform to the W3C <span class="titlem">XML Schema Part 2: Datatypes Second Edition</span> specification.</span></td> + <td id="TEI.teidata.prefix"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.prefix.html">teidata.prefix</a></span>: <span lang="en">defines a range of values that may function as a URI scheme name.</span></td> </tr> <tr> - <td id="TEI.teidata.text"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.text.html">teidata.text</a></span>: <span lang="en">defines the range of attribute values used to express some kind of identifying string as a single sequence of Unicode characters possibly including whitespace.</span></td> + <td id="TEI.teidata.probCert"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.probCert.html">teidata.probCert</a></span>: <span lang="en">defines a range of attribute values which can be expressed either as a numeric probability or as a coded certainty value.</span></td> </tr> <tr> - <td id="TEI.teidata.truthValue"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.truthValue.html">teidata.truthValue</a></span>: <span lang="en">defines the range of attribute values used to express a truth value.</span></td> + <td id="TEI.teidata.probability"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.probability.html">teidata.probability</a></span>: <span lang="en">defines the range of attribute values expressing a probability.</span></td> </tr> <tr> - <td id="TEI.teidata.version"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.version.html">teidata.version</a></span>: <span lang="en">defines the range of attribute values which may be used to specify a TEI or Unicode version number.</span></td> + <td id="TEI.teidata.replacement"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.replacement.html">teidata.replacement</a></span>: <span lang="en">defines attribute values which contain a replacement template.</span></td> </tr> <tr> - <td id="TEI.teidata.versionNumber"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.versionNumber.html">teidata.versionNumber</a></span>: <span lang="en">defines the range of attribute values used for version numbers.</span></td> + <td id="TEI.teidata.temporal.w3c"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.temporal.w3c.html">teidata.temporal.w3c</a></span>: <span lang="en">defines the range of attribute values expressing a temporal expression such as a date, a time, or a combination of them, that conform to the W3C <span class="titlem">XML Schema Part 2: Datatypes Second Edition</span> specification.</span></td> </tr> <tr> - <td id="TEI.teidata.word"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.word.html">teidata.word</a></span>: <span lang="en">defines the range of attribute values expressed as a single word or token.</span></td> + <td id="TEI.teidata.text"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.text.html">teidata.text</a></span>: <span lang="en">defines the range of attribute values used to express some kind of identifying string as a single sequence of Unicode characters possibly including whitespace.</span></td> </tr> <tr> - <td id="TEI.teidata.xTruthValue"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.xTruthValue.html">teidata.xTruthValue</a></span>: (<span lang="en">extended truth value</span>) <span lang="en">defines the range of attribute values used to express a truth value which may be unknown.</span></td> + <td id="TEI.teidata.truthValue"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.truthValue.html">teidata.truthValue</a></span>: <span lang="en">defines the range of attribute values used to express a truth value.</span></td> </tr> <tr> - <td id="TEI.teidata.xmlName"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.xmlName.html">teidata.xmlName</a></span>: <span lang="en">defines attribute values which contain an XML name.</span></td> + <td id="TEI.teidata.version"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.version.html">teidata.version</a></span>: <span lang="en">defines the range of attribute values which may be used to specify a TEI or Unicode version number.</span></td> </tr> <tr> - <td id="TEI.teidata.xpath"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.xpath.html">teidata.xpath</a></span>: <span lang="en">defines attribute values which contain an XPath expression.</span></td> + <td id="TEI.teidata.versionNumber"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.versionNumber.html">teidata.versionNumber</a></span>: <span lang="en">defines the range of attribute values used for version numbers.</span></td> </tr> <tr> - <td id="TEI.term"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html">term</a></span>: <span lang="en">contains a single-word, multi-word, or symbolic designation which is regarded as a technical term.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQU">3.3.4. Terms, Glosses, Equivalents, and Descriptions</a>]</td> + <td id="TEI.teidata.word"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.word.html">teidata.word</a></span>: <span lang="en">defines the range of attribute values expressed as a single word or token.</span></td> </tr> <tr> - <td id="TEI.text"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-text.html">text</a></span>: <span lang="en">contains a single text of any kind, whether unitary or composite, for example a poem or drama, a collection of essays, a novel, a dictionary, or a corpus sample.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> + <td id="TEI.teidata.xTruthValue"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.xTruthValue.html">teidata.xTruthValue</a></span>: (<span lang="en">extended truth value</span>) <span lang="en">defines the range of attribute values used to express a truth value which may be unknown.</span></td> </tr> <tr> - <td id="TEI.textClass"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-textClass.html">textClass</a></span>: (<span lang="en">text classification</span>) <span lang="en">groups information which describes the nature or topic of a text in terms of a standard classification scheme, thesaurus, etc.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</a>]</td> + <td id="TEI.teidata.xmlName"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.xmlName.html">teidata.xmlName</a></span>: <span lang="en">defines attribute values which contain an XML name.</span></td> </tr> <tr> - <td id="TEI.textLang"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-textLang.html">textLang</a></span>: (<span lang="en">text language</span>) <span lang="en">describes the languages and writing systems identified within the bibliographic work being described, rather than its description.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#mslangs">10.6.6. Languages and Writing Systems</a>]</td> + <td id="TEI.teidata.xpath"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-teidata.xpath.html">teidata.xpath</a></span>: <span lang="en">defines attribute values which contain an XPath expression.</span></td> </tr> <tr> - <td id="TEI.time"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-time.html">time</a></span>: <span lang="en">contains a phrase defining a time of day in any format.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a>]</td> + <td id="TEI.term"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-term.html">term</a></span>: <span lang="en">contains a single-word, multi-word, or symbolic designation which is regarded as a technical term.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQU">3.3.4. Terms, Glosses, Equivalents, and Descriptions</a>]</td> </tr> <tr> - <td id="TEI.timeline"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-timeline.html">timeline</a></span>: <span lang="en">provides a set of ordered points in time which can be linked to elements of a spoken text to create a temporal alignment of that text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASYMP">16.4.2. Placing Synchronous Events in Time</a>]</td> + <td id="TEI.text"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-text.html">text</a></span>: <span lang="en">contains a single text of any kind, whether unitary or composite, for example a poem or drama, a collection of essays, a novel, a dictionary, or a corpus sample.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> </tr> <tr> - <td id="TEI.title"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html">title</a></span>: <span lang="en">contains a title for any kind of work.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a>]</td> + <td id="TEI.textClass"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-textClass.html">textClass</a></span>: (<span lang="en">text classification</span>) <span lang="en">groups information which describes the nature or topic of a text in terms of a standard classification scheme, thesaurus, etc.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</a>]</td> </tr> <tr> - <td id="TEI.titlePage"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html">titlePage</a></span>: (<span lang="en">title page</span>) <span lang="en">contains the title page of a text, appearing within the front or back matter.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.textLang"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-textLang.html">textLang</a></span>: (<span lang="en">text language</span>) <span lang="en">describes the languages and writing systems identified within the bibliographic work being described, rather than its description.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#mslangs">10.6.6. Languages and Writing Systems</a>]</td> </tr> <tr> - <td id="TEI.titlePart"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePart.html">titlePart</a></span>: <span lang="en">contains a subsection or division of the title of a work, as indicated on a title page.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.time"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-time.html">time</a></span>: <span lang="en">contains a phrase defining a time of day in any format.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a>]</td> </tr> <tr> - <td id="TEI.titleStmt"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titleStmt.html">titleStmt</a></span>: (<span lang="en">title statement</span>) <span lang="en">groups information about the title of a work and those responsible for its content.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> + <td id="TEI.timeline"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-timeline.html">timeline</a></span>: <span lang="en">provides a set of ordered points in time which can be linked to elements of a spoken text to create a temporal alignment of that text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASYMP">16.4.2. Placing Synchronous Events in Time</a>]</td> </tr> <tr> - <td id="TEI.tns"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-tns.html">tns</a></span>: (<span lang="en">tense</span>) <span lang="en">indicates the grammatical tense associated with a given inflected form in a dictionary.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> + <td id="TEI.title"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html">title</a></span>: <span lang="en">contains a title for any kind of work.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a>]</td> </tr> <tr> - <td id="TEI.trailer"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html">trailer</a></span>: <span lang="en">contains a closing title or footer appearing at the end of a division of a text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSCO">4.2.4. Content of Textual Divisions</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> + <td id="TEI.titlePage"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePage.html">titlePage</a></span>: (<span lang="en">title page</span>) <span lang="en">contains the title page of a text, appearing within the front or back matter.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr> - <td id="TEI.transpose"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-transpose.html">transpose</a></span>: <span lang="en">describes a single textual transposition as an ordered list of at least two pointers specifying the order in which the elements indicated should be re-combined.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#transpo">11.3.4.5. Transpositions</a>]</td> + <td id="TEI.titlePart"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titlePart.html">titlePart</a></span>: <span lang="en">contains a subsection or division of the title of a work, as indicated on a title page.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr> - <td id="TEI.tree"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-tree.html">tree</a></span>: <span lang="en">encodes a tree, which is made up of a root, internal nodes, leaves, and arcs from root to leaves.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDTR">19.2. Trees</a>]</td> + <td id="TEI.titleStmt"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-titleStmt.html">titleStmt</a></span>: (<span lang="en">title statement</span>) <span lang="en">groups information about the title of a work and those responsible for its content.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> </tr> <tr> - <td id="TEI.triangle"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-triangle.html">triangle</a></span>: (<span lang="en">underspecified embedding tree, so called because of its characteristic shape when drawn</span>) <span lang="en">provides for an underspecified <a class="link_ref" href="#TEI.eTree" title="eTree (embedding tree) provides an alternative to the <tree> element for representing ordered rooted tree structures. [19.3. An..."><eTree></a>, that is, an <a class="link_ref" href="#TEI.eTree" title="eTree (embedding tree) provides an alternative to the <tree> element for representing ordered rooted tree structures. [19.3. An..."><eTree></a> with information left out.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDAT">19.3. Another Tree Notation</a>]</td> + <td id="TEI.tns"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-tns.html">tns</a></span>: (<span lang="en">tense</span>) <span lang="en">indicates the grammatical tense associated with a given inflected form in a dictionary.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPFO">9.3.1. Information on Written and Spoken Forms</a>]</td> </tr> <tr> - <td id="TEI.unclear"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html">unclear</a></span>: <span lang="en">contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDA">11.3.3.1. Damage, Illegibility, and Supplied Text</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a>]</td> + <td id="TEI.trailer"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-trailer.html">trailer</a></span>: <span lang="en">contains a closing title or footer appearing at the end of a division of a text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSCO">4.2.4. Content of Textual Divisions</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> </tr> <tr> - <td id="TEI.undo"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-undo.html">undo</a></span>: <span lang="en">indicates one or more marked-up interventions in a document which have subsequently been marked for cancellation.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#undo">11.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications</a>]</td> + <td id="TEI.tree"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-tree.html">tree</a></span>: <span lang="en">encodes a tree, which is made up of a root, internal nodes, leaves, and arcs from root to leaves.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDTR">19.2. Trees</a>]</td> </tr> <tr> - <td id="TEI.unit"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unit.html">unit</a></span>: <span lang="en">contains a symbol, a word or a phrase referring to a unit of measurement in any kind of formal or informal system.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and Measures</a>]</td> + <td id="TEI.triangle"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-triangle.html">triangle</a></span>: (<span lang="en">underspecified embedding tree, so called because of its characteristic shape when drawn</span>) <span lang="en">provides for an underspecified <a class="link_ref" href="#TEI.eTree" title="eTree (embedding tree) provides an alternative to the <tree> element for representing ordered rooted tree structures. [19.3. An..."><eTree></a>, that is, an <a class="link_ref" href="#TEI.eTree" title="eTree (embedding tree) provides an alternative to the <tree> element for representing ordered rooted tree structures. [19.3. An..."><eTree></a> with information left out.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/GD.html#GDAT">19.3. Another Tree Notation</a>]</td> </tr> <tr> - <td id="TEI.unitDecl"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unitDecl.html">unitDecl</a></span>: (<span lang="en">unit declarations</span>) <span lang="en">provides information about units of measurement that are not members of the International System of Units.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDUDECL">2.3.9. The Unit Declaration</a>]</td> + <td id="TEI.unclear"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unclear.html">unclear</a></span>: <span lang="en">contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDA">11.3.3.1. Damage, Illegibility, and Supplied Text</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a>]</td> </tr> <tr> - <td id="TEI.unitDef"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unitDef.html">unitDef</a></span>: (<span lang="en">unit definition</span>) <span lang="en">contains descriptive information related to a specific unit of measurement.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDUDECL">2.3.9. The Unit Declaration</a>]</td> + <td id="TEI.undo"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-undo.html">undo</a></span>: <span lang="en">indicates one or more marked-up interventions in a document which have subsequently been marked for cancellation.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#undo">11.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications</a>]</td> </tr> <tr> - <td id="TEI.usg"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-usg.html">usg</a></span>: (<span lang="en">usage</span>) <span lang="en">contains usage information in a dictionary entry.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPUS">9.3.5.2. Usage Information and Other Labels</a>]</td> + <td id="TEI.unit"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unit.html">unit</a></span>: <span lang="en">contains a symbol, a word or a phrase referring to a unit of measurement in any kind of formal or informal system.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and Measures</a>]</td> </tr> <tr> - <td id="TEI.when"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-when.html">when</a></span>: <span lang="en">indicates a point in time either relative to other elements in the same timeline tag, or absolutely.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASYMP">16.4.2. Placing Synchronous Events in Time</a>]</td> + <td id="TEI.unitDecl"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unitDecl.html">unitDecl</a></span>: (<span lang="en">unit declarations</span>) <span lang="en">provides information about units of measurement that are not members of the International System of Units.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDUDECL">2.3.9. The Unit Declaration</a>]</td> </tr> <tr> - <td id="TEI.xenoData"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-xenoData.html">xenoData</a></span>: (<span lang="en">non-TEI metadata</span>) <span lang="en">provides a container element into which metadata in non-TEI formats may be placed.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD9">2.5. Non-TEI Metadata</a>]</td> + <td id="TEI.unitDef"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-unitDef.html">unitDef</a></span>: (<span lang="en">unit definition</span>) <span lang="en">contains descriptive information related to a specific unit of measurement.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDUDECL">2.3.9. The Unit Declaration</a>]</td> </tr> <tr> - <td id="TEI.xr"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-xr.html">xr</a></span>: (<span lang="en">cross-reference phrase</span>) <span lang="en">contains a phrase, sentence, or icon referring the reader to some other location in this or another text.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPXR">9.3.5.3. Cross-References to Other Entries</a>]</td> + <td id="TEI.usg"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-usg.html">usg</a></span>: (<span lang="en">usage</span>) <span lang="en">contains usage information in a dictionary entry.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPUS">9.3.5.2. Usage Information and Other Labels</a>]</td> </tr> <tr> - <td id="TEI.zone"><span class="hi"><a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html">zone</a></span>: <span lang="en">defines any two-dimensional area within a <a class="link_ref" href="#TEI.surface" title="surface defines a written surface as a twodimensional coordinate space optionally grouping one or more graphic representations ..."><surface></a> element.</span> [<a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a> <a class="link_ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHZLAB">11.2.2. Embedded Transcription</a>]</td> + <td id="TEI.when"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-when.html">when</a></span>: <span lang="en">indicates a point in time either relative to other elements in the same timeline tag, or absolutely.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASYMP">16.4.2. Placing Synchronous Events in Time</a>]</td> + </tr> + <tr> + <td id="TEI.xenoData"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-xenoData.html">xenoData</a></span>: (<span lang="en">non-TEI metadata</span>) <span lang="en">provides a container element into which metadata in non-TEI formats may be placed.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD9">2.5. Non-TEI Metadata</a>]</td> + </tr> + <tr> + <td id="TEI.xr"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-xr.html">xr</a></span>: (<span lang="en">cross-reference phrase</span>) <span lang="en">contains a phrase, sentence, or icon referring the reader to some other location in this or another text.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPXR">9.3.5.3. Cross-References to Other Entries</a>]</td> + </tr> + <tr> + <td id="TEI.zone"><span class="hi"><a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html">zone</a></span>: <span lang="en">defines any two-dimensional area within a <a class="link_ref" href="#TEI.surface" title="surface defines a written surface as a twodimensional coordinate space optionally grouping one or more graphic representations ..."><surface></a> element.</span> [<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a> <a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHZLAB">11.2.2. Embedded Transcription</a>]</td> </tr> </table> </div> @@ -1470,8 +1479,7 @@ <h1> <!--TEI back--> <div class="stdfooter autogenerated"> <div class="footer"><!--standard links to project, institution etc--><a class="plain" href="/">Home</a> </div> - <address>Sebastian Rahtz. - <br/><!-- + <address>Sebastian Rahtz. <br/><!-- Generated from index.xml using based on http://www.tei-c.org/Stylesheets/ diff --git a/Test/expected-results/test.rng b/Test/expected-results/test.rng index aec0cef7f..022f9acec 100644 --- a/Test/expected-results/test.rng +++ b/Test/expected-results/test.rng @@ -29,7 +29,7 @@ <choice> <text/> <ref name="model.gLike"/> - <ref name="model.qLike"/> + <ref name="model.attributable"/> <ref name="model.phrase"/> <ref name="model.global"/> </choice> @@ -466,17 +466,17 @@ Sample values include: 1] rubbing; 2] mildew; 3] smoke</a:documentation> </optional> </define> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="test-att.datable.w3c-att-datable-w3c-when-constraint-rule-1"> - <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[@when]"> + <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[@when]"> <sch:report test="@notBefore|@notAfter|@from|@to" role="nonfatal">The @when attribute cannot be used with any other att.datable.w3c attributes.</sch:report> </sch:rule> </pattern> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="test-att.datable.w3c-att-datable-w3c-from-constraint-rule-2"> - <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[@from]"> + <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[@from]"> <sch:report test="@notBefore" role="nonfatal">The @from and @notBefore attributes cannot be used together.</sch:report> </sch:rule> </pattern> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="test-att.datable.w3c-att-datable-w3c-to-constraint-rule-3"> - <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[@to]"> + <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[@to]"> <sch:report test="@notAfter" role="nonfatal">The @to and @notAfter attributes cannot be used together.</sch:report> </sch:rule> </pattern> @@ -494,7 +494,7 @@ Sample values include: 1] rubbing; 2] mildew; 3] smoke</a:documentation> </optional> </define> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="test-att.datable-calendar-calendar-constraint-rule-4"> - <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[@calendar]"> + <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[@calendar]"> <sch:assert test="string-length(.) gt 0"> @calendar indicates the system or calendar to which the date represented by the content of this element belongs, but this <sch:name/> element has no textual content.</sch:assert> @@ -1078,7 +1078,7 @@ Suggested values include: 1] m (metre); 2] kg (kilogram); 3] s (second); 4] Hz ( </optional> </define> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="test-att.measurement-att-measurement-unitRef-constraint-rule-5"> - <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[@unitRef]"> + <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[@unitRef]"> <sch:report test="@unit" role="info">The @unit attribute may be unnecessary when @unitRef is present.</sch:report> </sch:rule> </pattern> @@ -1191,7 +1191,7 @@ Suggested values include: 1] below; 2] bottom; 3] margin; 4] top; 5] opposite; 6 </optional> </define> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="test-att.typed-subtypeTyped-constraint-rule-6"> - <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[@subtype]"> + <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[@subtype]"> <sch:assert test="@type">The <sch:name/> element should not be categorized in detail with @subtype unless also categorized in general with @type</sch:assert> </sch:rule> </pattern> @@ -1215,7 +1215,7 @@ Suggested values include: 1] below; 2] bottom; 3] margin; 4] top; 5] opposite; 6 </optional> </define> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="test-att.pointing-targetLang-targetLang-constraint-rule-7"> - <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[not(self::tei:schemaSpec)][@targetLang]"> + <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[not(self::tei:schemaSpec)][@targetLang]"> <sch:assert test="@target">@targetLang should only be used on <sch:name/> if @target is specified.</sch:assert> </sch:rule> </pattern> @@ -1356,7 +1356,7 @@ Suggested values include: 1] below; 2] bottom; 3] margin; 4] top; 5] opposite; 6 </optional> </define> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="test-att.spanning-spanTo-spanTo-2-constraint-rule-8"> - <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[@spanTo]"> + <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[@spanTo]"> <sch:assert test="id(substring(@spanTo,2)) and following::*[@xml:id=substring(current()/@spanTo,2)]"> The element indicated by @spanTo (<sch:value-of select="@spanTo"/>) must follow the current element <sch:name/> </sch:assert> @@ -1394,7 +1394,7 @@ The element indicated by @spanTo (<sch:value-of select="@spanTo"/>) must follow </optional> </define> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="test-att.styleDef-schemeVersion-schemeVersionRequiresScheme-constraint-rule-9"> - <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[@schemeVersion]"> + <sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" context="tei:*[@schemeVersion]"> <sch:assert test="@scheme and not(@scheme = 'free')"> @schemeVersion can only be used if @scheme is specified. </sch:assert> @@ -1566,30 +1566,42 @@ Suggested values include: 1] volume; 2] issue; 3] page; 4] line; 5] chapter; 6] <define name="model.hiLike"> <choice> <ref name="hi"/> + <ref name="q"/> </choice> </define> <define name="model.hiLike_alternation"> <choice> <ref name="hi"/> + <ref name="q"/> </choice> </define> <define name="model.hiLike_sequence"> <ref name="hi"/> + <ref name="q"/> </define> <define name="model.hiLike_sequenceOptional"> <optional> <ref name="hi"/> </optional> + <optional> + <ref name="q"/> + </optional> </define> <define name="model.hiLike_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="hi"/> </zeroOrMore> + <zeroOrMore> + <ref name="q"/> + </zeroOrMore> </define> <define name="model.hiLike_sequenceRepeatable"> <oneOrMore> <ref name="hi"/> </oneOrMore> + <oneOrMore> + <ref name="q"/> + </oneOrMore> </define> <define name="model.emphLike"> <choice> @@ -2708,66 +2720,54 @@ Suggested values include: 1] volume; 2] issue; 3] page; 4] line; 5] chapter; 6] <ref name="cit"/> </oneOrMore> </define> - <define name="model.qLike"> + <define name="model.attributable"> <choice> <ref name="model.quoteLike"/> <ref name="said"/> - <ref name="q"/> <ref name="floatingText"/> </choice> </define> - <define name="model.qLike_alternation"> + <define name="model.attributable_alternation"> <choice> <ref name="model.quoteLike_alternation"/> <ref name="said"/> - <ref name="q"/> <ref name="floatingText"/> </choice> </define> - <define name="model.qLike_sequence"> + <define name="model.attributable_sequence"> <ref name="model.quoteLike_sequence"/> <ref name="said"/> - <ref name="q"/> <ref name="floatingText"/> </define> - <define name="model.qLike_sequenceOptional"> + <define name="model.attributable_sequenceOptional"> <optional> <ref name="model.quoteLike_sequenceOptional"/> </optional> <optional> <ref name="said"/> </optional> - <optional> - <ref name="q"/> - </optional> <optional> <ref name="floatingText"/> </optional> </define> - <define name="model.qLike_sequenceOptionalRepeatable"> + <define name="model.attributable_sequenceOptionalRepeatable"> <zeroOrMore> <ref name="model.quoteLike_sequenceOptionalRepeatable"/> </zeroOrMore> <zeroOrMore> <ref name="said"/> </zeroOrMore> - <zeroOrMore> - <ref name="q"/> - </zeroOrMore> <zeroOrMore> <ref name="floatingText"/> </zeroOrMore> </define> - <define name="model.qLike_sequenceRepeatable"> + <define name="model.attributable_sequenceRepeatable"> <oneOrMore> <ref name="model.quoteLike_sequenceRepeatable"/> </oneOrMore> <oneOrMore> <ref name="said"/> </oneOrMore> - <oneOrMore> - <ref name="q"/> - </oneOrMore> <oneOrMore> <ref name="floatingText"/> </oneOrMore> @@ -3068,13 +3068,14 @@ Suggested values include: 1] volume; 2] issue; 3] page; 4] line; 5] chapter; 6] <ref name="model.labelLike"/> <ref name="model.listLike"/> <ref name="model.stageLike"/> - <ref name="model.qLike"/> + <ref name="model.attributable"/> </choice> </define> <define name="model.common"> <choice> <ref name="model.divPart"/> <ref name="model.inter"/> + <ref name="q"/> <ref name="model.entryLike"/> </choice> </define> @@ -3149,6 +3150,19 @@ Suggested values include: 1] volume; 2] issue; 3] page; 4] line; 5] chapter; 6] <ref name="div7"/> </choice> </define> + <define name="model.annotationLike"> + <choice> + <ref name="note"/> + <ref name="annotation"/> + </choice> + </define> + <define name="model.annotationPart.body"> + <choice> + <ref name="ptr"/> + <ref name="ref"/> + <ref name="note"/> + </choice> + </define> <define name="model.applicationLike"> <choice> <ref name="application"/> @@ -3209,6 +3223,7 @@ Suggested values include: 1] volume; 2] issue; 3] page; 4] line; 5] chapter; 6] <ref name="model.global.meta"/> <ref name="model.biblLike"/> <ref name="model.listLike"/> + <ref name="model.annotationLike"/> <ref name="listChange"/> <ref name="zone"/> <ref name="graph"/> @@ -3217,6 +3232,7 @@ Suggested values include: 1] volume; 2] issue; 3] page; 4] line; 5] chapter; 6] <ref name="forest"/> <ref name="listForest"/> <ref name="seg"/> + <ref name="listAnnotation"/> <ref name="model.entryLike"/> </choice> </define> @@ -3536,12 +3552,14 @@ Suggested values include: 1] spoken; 2] thought; 3] written; 4] soCalled; 5] for <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(cited quotation) contains a quotation from some other document, together with a bibliographic reference to its source. In a dictionary it may contain an example text with at least one occurrence of the word form, used in the sense being described, or a translation of the headword, or an example. [3.3.3. Quotation 4.3.1. Grouped Texts 9.3.5.1. Examples]</a:documentation> <oneOrMore> <choice> - <ref name="model.qLike"/> - <ref name="model.egLike"/> <ref name="model.biblLike"/> - <ref name="model.ptrLike"/> - <ref name="model.global"/> + <ref name="model.egLike"/> <ref name="model.entryPart"/> + <ref name="model.global"/> + <ref name="model.graphicLike"/> + <ref name="model.ptrLike"/> + <ref name="model.attributable"/> + <ref name="q"/> </choice> </oneOrMore> <ref name="att.global.attributes"/> @@ -4038,12 +4056,12 @@ Sample values include: 1] suspension; 2] contraction; 3] brevigraph; 4] superscr attributes @target and @cRef may be supplied on <name/>.</report> </rule> </pattern> + <ref name="att.cReferencing.attributes"/> + <ref name="att.declaring.attributes"/> <ref name="att.global.attributes"/> - <ref name="att.pointing.attributes"/> <ref name="att.internetMedia.attributes"/> + <ref name="att.pointing.attributes"/> <ref name="att.typed.attributes"/> - <ref name="att.declaring.attributes"/> - <ref name="att.cReferencing.attributes"/> <empty/> </element> </define> @@ -4058,12 +4076,12 @@ attributes @target and @cRef may be supplied on <name/>.</report> </report> </rule> </pattern> + <ref name="att.cReferencing.attributes"/> + <ref name="att.declaring.attributes"/> <ref name="att.global.attributes"/> - <ref name="att.pointing.attributes"/> <ref name="att.internetMedia.attributes"/> + <ref name="att.pointing.attributes"/> <ref name="att.typed.attributes"/> - <ref name="att.declaring.attributes"/> - <ref name="att.cReferencing.attributes"/> <empty/> </element> </define> @@ -4905,11 +4923,14 @@ relatedItem element must be empty</sch:report> <ref name="model.pLike"/> <ref name="model.listLike"/> <ref name="model.stageLike"/> - <ref name="model.qLike"/> + <ref name="model.attributable"/> + </choice> + <choice> + <zeroOrMore> + <ref name="model.global"/> + </zeroOrMore> + <ref name="q"/> </choice> - <zeroOrMore> - <ref name="model.global"/> - </zeroOrMore> </group> </oneOrMore> </group> @@ -5095,9 +5116,9 @@ Sample values include: 1] index; 2] toc; 3] figlist; 4] tablist</a:documentation <ref name="extent"/> </optional> <ref name="publicationStmt"/> - <optional> + <zeroOrMore> <ref name="seriesStmt"/> - </optional> + </zeroOrMore> <optional> <ref name="notesStmt"/> </optional> @@ -5330,6 +5351,7 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] </group> </choice> <ref name="att.global.attributes"/> + <ref name="att.declarable.attributes"/> <empty/> </element> </define> @@ -5380,9 +5402,9 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] <ref name="extent"/> </optional> <ref name="publicationStmt"/> - <optional> + <zeroOrMore> <ref name="seriesStmt"/> - </optional> + </zeroOrMore> <optional> <ref name="notesStmt"/> </optional> @@ -5780,7 +5802,7 @@ Sample values include: 1] first-line; 2] first-letter; 3] before; 4] after</a:do </define> <define name="prefixDef"> <element name="prefixDef"> - <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(prefix definition) defines a prefixing scheme used in data.pointer values, showing how abbreviated URIs using the scheme may be expanded into full URIs. [16.2.3. Using Abbreviated Pointers]</a:documentation> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(prefix definition) defines a prefixing scheme used in teidata.pointer values, showing how abbreviated URIs using the scheme may be expanded into full URIs. [16.2.3. Using Abbreviated Pointers]</a:documentation> <zeroOrMore> <ref name="model.pLike"/> </zeroOrMore> @@ -5797,7 +5819,7 @@ Sample values include: 1] first-line; 2] first-letter; 3] before; 4] after</a:do </define> <define name="listPrefixDef"> <element name="listPrefixDef"> - <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of prefix definitions) contains a list of definitions of prefixing schemes used in data.pointer values, showing how abbreviated URIs using each scheme may be expanded into full URIs. [16.2.3. Using Abbreviated Pointers]</a:documentation> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(list of prefix definitions) contains a list of definitions of prefixing schemes used in teidata.pointer values, showing how abbreviated URIs using each scheme may be expanded into full URIs. [16.2.3. Using Abbreviated Pointers]</a:documentation> <group> <zeroOrMore> <ref name="desc"/> @@ -6313,7 +6335,7 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 </define> <define name="change"> <element name="change"> - <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">documents a change or set of changes made during the production of a source document, or during the revision of an electronic file. [2.6. The Revision Description 2.4.1. Creation 11.7. Identifying Changes and Revisions]</a:documentation> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">documents a change or set of changes made during the production of a source document, or during the revision of an electronic file. [2.6. The Revision Description 2.4.1. Creation 11.6. Identifying Changes and Revisions]</a:documentation> <ref name="macro.specialPara"/> <ref name="att.ascribed.attributes"/> <ref name="att.datable.attributes"/> @@ -6335,7 +6357,7 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 </define> <define name="listChange"> <element name="listChange"> - <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups a number of change descriptions associated with either the creation of a source text or the revision of an encoded text. [2.6. The Revision Description 11.7. Identifying Changes and Revisions]</a:documentation> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">groups a number of change descriptions associated with either the creation of a source text or the revision of an encoded text. [2.6. The Revision Description 11.6. Identifying Changes and Revisions]</a:documentation> <group> <zeroOrMore> <ref name="desc"/> @@ -6748,7 +6770,7 @@ The @spanTo attribute of <name/> is required.</assert> </define> <define name="fw"> <element name="fw"> - <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(forme work) contains a running head (e.g. a header, footer), catchword, or similar material appearing on the current page. [11.6. Headers, Footers, and Similar Matter]</a:documentation> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(forme work) contains a running head (e.g. a header, footer), catchword, or similar material appearing on the current page. [11.5. Headers, Footers, and Similar Matter]</a:documentation> <ref name="macro.phraseSeq"/> <ref name="att.global.attributes"/> <ref name="att.typed.attribute.subtype"/> @@ -6819,7 +6841,7 @@ The @spanTo attribute of <name/> is required.</assert> </define> <define name="space"> <element name="space"> - <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the location of a significant space in the text. [11.5.1. Space]</a:documentation> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates the location of a significant space in the text. [11.4.1. Space]</a:documentation> <zeroOrMore> <choice> <ref name="model.descLike"/> @@ -6874,17 +6896,18 @@ The @spanTo attribute of <name/> is required.</assert> </define> <define name="subst"> <element name="subst"> - <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(substitution) groups one or more deletions with one or more additions when the combination is to be regarded as a single intervention in the text. [11.3.1.5. Substitutions]</a:documentation> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(substitution) groups one or more deletions (or surplus text) with one or more additions when the combination is to be regarded as a single intervention in the text. [11.3.1.5. Substitutions]</a:documentation> <oneOrMore> <choice> <ref name="add"/> + <ref name="surplus"/> <ref name="del"/> <ref name="model.milestoneLike"/> </choice> </oneOrMore> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="test-subst-substContents1-constraint-assert-16"> <rule context="tei:subst"> - <assert xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" test="child::tei:add and child::tei:del"><name/> must have at least one child add and at least one child del</assert> + <assert xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" test="child::tei:add and (child::tei:del or child::tei:surplus)"><name/> must have at least one child add and at least one child del or surplus</assert> </rule> </pattern> <ref name="att.global.attributes"/> @@ -6895,7 +6918,7 @@ The @spanTo attribute of <name/> is required.</assert> </define> <define name="substJoin"> <element name="substJoin"> - <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(substitution join) identifies a series of possibly fragmented additions, deletions or other revisions on a manuscript that combine to make up a single intervention in the text [11.3.1.5. Substitutions]</a:documentation> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(substitution join) identifies a series of possibly fragmented additions, deletions, or other revisions on a manuscript that combine to make up a single intervention in the text [11.3.1.5. Substitutions]</a:documentation> <zeroOrMore> <choice> <ref name="model.descLike"/> @@ -7000,9 +7023,6 @@ The @spanTo attribute of <name/> is required.</assert> <zeroOrMore> <ref name="desc"/> </zeroOrMore> - <oneOrMore> - <ref name="transpose"/> - </oneOrMore> </group> <ref name="att.global.attributes"/> <empty/> @@ -7080,19 +7100,6 @@ The @spanTo attribute of <name/> is required.</assert> <empty/> </element> </define> - <define name="transpose"> - <element name="transpose"> - <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes a single textual transposition as an ordered list of at least two pointers specifying the order in which the elements indicated should be re-combined. [11.3.4.5. Transpositions]</a:documentation> - <group> - <ref name="ptr"/> - <oneOrMore> - <ref name="ptr"/> - </oneOrMore> - </group> - <ref name="att.global.attributes"/> - <empty/> - </element> - </define> <define name="undo"> <element name="undo"> <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">indicates one or more marked-up interventions in a document which have subsequently been marked for cancellation. [11.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications]</a:documentation> @@ -8859,7 +8866,7 @@ Suggested values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] <empty/> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="test-link-linkTargets3-constraint-assert-17"> <rule context="tei:link"> - <sch:assert xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" test="contains(normalize-space(@target),' ')">You must supply at least two values for @target or on <sch:name/> + <sch:assert xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" test="contains(normalize-space(@target),' ')">You must supply at least two values for @target or on <sch:name/> </sch:assert> </rule> </pattern> @@ -8889,14 +8896,14 @@ Suggested values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] <ref name="macro.paraContent"/> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="test-ab-abstractModel-structure-ab-constraint-report-16"> <rule context="tei:ab"> - <report xmlns:rng="http://relaxng.org/ns/structure/1.0" test="not(ancestor::tei:floatingText) and (ancestor::tei:p or ancestor::tei:ab) and not(parent::tei:exemplum |parent::tei:item |parent::tei:note |parent::tei:q |parent::tei:quote |parent::tei:remarks |parent::tei:said |parent::tei:sp |parent::tei:stage |parent::tei:cell |parent::tei:figure)"> + <report xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" test="not(ancestor::tei:floatingText) and (ancestor::tei:p or ancestor::tei:ab) and not(parent::tei:exemplum |parent::tei:item |parent::tei:note |parent::tei:q |parent::tei:quote |parent::tei:remarks |parent::tei:said |parent::tei:sp |parent::tei:stage |parent::tei:cell |parent::tei:figure)"> Abstract model violation: ab may not occur inside paragraphs or other ab elements. </report> </rule> </pattern> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="test-ab-abstractModel-structure-l-constraint-report-17"> <rule context="tei:ab"> - <report xmlns:rng="http://relaxng.org/ns/structure/1.0" test="ancestor::tei:l or ancestor::tei:lg"> + <report xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" test="ancestor::tei:l or ancestor::tei:lg"> Abstract model violation: Lines may not contain higher-level divisions such as p or ab. </report> </rule> @@ -8973,7 +8980,7 @@ Suggested values include: 1] d (days); 2] h (hours); 3] min (minutes); 4] s (sec </optional> <optional> <attribute name="interval"> - <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies a time interval either as a number or as one of the keywords defined by the datatype data.interval</a:documentation> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies a time interval either as a number or as one of the keywords defined by the datatype teidata.interval</a:documentation> <choice> <data type="float"/> <choice> @@ -9060,7 +9067,7 @@ Suggested values include: 1] d (days); 2] h (hours); 3] min (minutes); 4] s (sec </zeroOrMore> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="test-join-joinTargets3-constraint-assert-18"> <rule context="tei:join"> - <assert xmlns:rng="http://relaxng.org/ns/structure/1.0" test="contains(@target,' ')"> + <assert xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:rng="http://relaxng.org/ns/structure/1.0" test="contains(@target,' ')"> You must supply at least two values for @target on <name/> </assert> </rule> @@ -9192,7 +9199,7 @@ You must supply at least two values for @target on <name/> </oneOrMore> <pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="test-standOff-nested_standOff_should_be_typed-constraint-assert-19"> <rule context="tei:standOff"> - <sch:assert xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" test="@type or not(ancestor::tei:standOff)">This + <sch:assert xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" test="@type or not(ancestor::tei:standOff)">This <sch:name/> element must have a @type attribute, since it is nested inside a <sch:name/> </sch:assert> @@ -9204,6 +9211,122 @@ You must supply at least two values for @target on <name/> <empty/> </element> </define> + <define name="listAnnotation"> + <element name="listAnnotation"> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">contains a list of annotations, typically encoded as <code xmlns="http://www.w3.org/1999/xhtml"><annotation></code>, <code xmlns="http://www.w3.org/1999/xhtml"><annotationBlock></code>, or <code xmlns="http://www.w3.org/1999/xhtml"><note></code>, possibly organized with nested <code xmlns="http://www.w3.org/1999/xhtml"><listAnnotation></code> elements. [16.10. The standOff Container]</a:documentation> + <group> + <zeroOrMore> + <ref name="model.headLike"/> + </zeroOrMore> + <zeroOrMore> + <ref name="model.labelLike"/> + </zeroOrMore> + <oneOrMore> + <choice> + <ref name="model.annotationLike"/> + <ref name="listAnnotation"/> + </choice> + </oneOrMore> + </group> + <ref name="att.global.attributes"/> + <ref name="att.typed.attributes"/> + <ref name="att.notated.attributes"/> + <ref name="att.declaring.attributes"/> + <empty/> + </element> + </define> + <define name="annotation"> + <element name="annotation"> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">represents an annotation following the <a xmlns="http://www.w3.org/1999/xhtml" href="#WADM">Web + Annotation Data Model</a>. [16.10. The standOff Container]</a:documentation> + <group> + <zeroOrMore> + <ref name="respStmt"/> + </zeroOrMore> + <zeroOrMore> + <ref name="revisionDesc"/> + </zeroOrMore> + <zeroOrMore> + <ref name="licence"/> + </zeroOrMore> + <zeroOrMore> + <ref name="model.annotationPart.body"/> + </zeroOrMore> + </group> + <ref name="att.global.attribute.n"/> + <ref name="att.global.attribute.xmllang"/> + <ref name="att.global.attribute.xmlbase"/> + <ref name="att.global.attribute.xmlspace"/> + <ref name="att.global.rendition.attribute.rend"/> + <ref name="att.global.rendition.attribute.style"/> + <ref name="att.global.rendition.attribute.rendition"/> + <ref name="att.global.linking.attribute.corresp"/> + <ref name="att.global.linking.attribute.synch"/> + <ref name="att.global.linking.attribute.sameAs"/> + <ref name="att.global.linking.attribute.copyOf"/> + <ref name="att.global.linking.attribute.next"/> + <ref name="att.global.linking.attribute.prev"/> + <ref name="att.global.linking.attribute.exclude"/> + <ref name="att.global.linking.attribute.select"/> + <ref name="att.global.facs.attribute.facs"/> + <ref name="att.global.change.attribute.change"/> + <ref name="att.global.responsibility.attribute.cert"/> + <ref name="att.global.responsibility.attribute.resp"/> + <ref name="att.global.source.attribute.source"/> + <ref name="att.pointing.attribute.targetLang"/> + <ref name="att.pointing.attribute.evaluate"/> + <attribute name="xml:id"> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(identifier) provides a unique identifier for the element bearing the attribute.</a:documentation> + <data type="ID"/> + </attribute> + <attribute name="target"> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the destination of the reference by supplying one or more URI References</a:documentation> + <list> + <oneOrMore> + <data type="anyURI"/> + </oneOrMore> + </list> + </attribute> + <optional> + <attribute name="motivation"> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/> + <list> + <oneOrMore> + <choice> + <value>assessing</value> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">intent is to assess the target resource in some way, rather than simply make a comment about it</a:documentation> + <value>bookmarking</value> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">intent is to create a bookmark to the target or part thereof</a:documentation> + <value>classifying</value> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">intent is to classify the target in some way</a:documentation> + <value>commenting</value> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">intent is to comment about the target</a:documentation> + <value>describing</value> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">intent is to describe the target, rather than (for example) comment on it</a:documentation> + <value>editing</value> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">intent is to request an edit or a change to the target resource</a:documentation> + <value>highlighting</value> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">intent is to highlight the target resource or a segment thereof</a:documentation> + <value>identifying</value> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">intent is to assign an identity to the target</a:documentation> + <value>linking</value> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">intent is to link to a resource related to the target</a:documentation> + <value>moderating</value> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">intent is to assign some value or quality to the target</a:documentation> + <value>questioning</value> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">intent is to ask a question about the target</a:documentation> + <value>replying</value> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">intent is to reply to a previous statement, either an annotation or another resource</a:documentation> + <value>tagging</value> + <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">intent is to associate a tag with the target</a:documentation> + </choice> + </oneOrMore> + </list> + </attribute> + </optional> + <empty/> + </element> + </define> <define name="model.entryLike"> <choice> <ref name="superEntry"/> @@ -9245,10 +9368,8 @@ Suggested values include: 1] main; 2] hom (homograph); 3] xref (cross reference) <define name="att.lexicographic.attributes"> <ref name="att.datcat.attributes"/> <ref name="att.lexicographic.attribute.expand"/> - <ref name="att.lexicographic.attribute.norm"/> <ref name="att.lexicographic.attribute.split"/> <ref name="att.lexicographic.attribute.value"/> - <ref name="att.lexicographic.attribute.orig"/> <ref name="att.lexicographic.attribute.location"/> <ref name="att.lexicographic.attribute.mergedIn"/> <ref name="att.lexicographic.attribute.opt"/> @@ -9261,14 +9382,6 @@ Suggested values include: 1] main; 2] hom (homograph); 3] xref (cross reference) </attribute> </optional> </define> - <define name="att.lexicographic.attribute.norm"> - <optional> - <attribute name="norm"> - <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(normalized) gives a normalized form of information given by the source text in a non-normalized form</a:documentation> - <data type="string"/> - </attribute> - </optional> - </define> <define name="att.lexicographic.attribute.split"> <optional> <attribute name="split"> @@ -9285,14 +9398,6 @@ Suggested values include: 1] main; 2] hom (homograph); 3] xref (cross reference) </attribute> </optional> </define> - <define name="att.lexicographic.attribute.orig"> - <optional> - <attribute name="orig"> - <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(original) gives the original string or is the empty string when the element does not appear in the source text.</a:documentation> - <data type="string"/> - </attribute> - </optional> - </define> <define name="att.lexicographic.attribute.location"> <optional> <attribute name="location"> @@ -9728,6 +9833,7 @@ Suggested values include: 1] simple; 2] lemma; 3] variant; 4] compound; 5] deriv <ref name="att.lexicographic.attributes"/> <ref name="att.notated.attributes"/> <ref name="att.partials.attributes"/> + <ref name="att.typed.attributes"/> <empty/> </element> </define> diff --git a/Test/expected-results/test.tex b/Test/expected-results/test.tex index 30d2749a5..844563649 100644 --- a/Test/expected-results/test.tex +++ b/Test/expected-results/test.tex @@ -12,9 +12,9 @@ \catcode`⃥=\active \def⃥{\textbackslash} \catcode`❴=\active \def❴{\{} \catcode`❵=\active \def❵{\}} - \def\textJapanese{\fontspec{IPAMincho}} - \def\textChinese{\fontspec{HAN NOM A}\XeTeXlinebreaklocale "zh"\XeTeXlinebreakskip = 0pt plus 1pt } - \def\textKorean{\fontspec{Baekmuk Gulim} } + \def\textJapanese{\fontspec{Noto Sans CJK JP}} + \def\textChinese{\fontspec{Noto Sans CJK SC}} + \def\textKorean{\fontspec{Noto Sans CJK KR}} \setmonofont{DejaVu Sans Mono} \else diff --git a/Test/expected-results/test14.html b/Test/expected-results/test14.html index 387e45837..6663fd338 100644 --- a/Test/expected-results/test14.html +++ b/Test/expected-results/test14.html @@ -9,8 +9,8 @@ <meta name="DC.Title" content="An historical and geographical description of Formosa: an island subject to the Emperor of Japan. ... To which is prefix'd, a preface in vindication of himself from the reflections of a Jesuit ... By George Psalmanaazaar, ... Illustrated with several cuts."/> <meta name="DC.Type" content="Text"/> <meta name="DC.Format" content="text/html"/> - <link href="http://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> - <link rel="stylesheet" media="print" type="text/css" href="http://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> + <link href="https://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> + <link rel="stylesheet" media="print" type="text/css" href="https://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> </head> <body class="simple" id="TOP"> <div class="stdheader autogenerated"> @@ -1645,8 +1645,7 @@ <h2> </div> <div class="stdfooter autogenerated"> <div class="footer"><!--standard links to project, institution etc--><a class="plain" href="/">Home</a> </div> - <address>Psalmanazar, George, 1679?-1763.. - Date: 1970-01-01<br/><!-- + <address>Psalmanazar, George, 1679?-1763.. Date: 1970-01-01<br/><!-- Generated from index.xml using XSLT stylesheets version 0 based on http://www.tei-c.org/Stylesheets/ on 1970-01-01. diff --git a/Test/expected-results/test15.odd.html b/Test/expected-results/test15.odd.html index 0f9d176ab..f71edbb4e 100644 --- a/Test/expected-results/test15.odd.html +++ b/Test/expected-results/test15.odd.html @@ -7,8 +7,8 @@ <meta name="author" content="Sebastian Rahtz"/> <meta name="generator" content="Text Encoding Initiative Consortium XSLT stylesheets"/> <meta charset="utf-8"/> - <link href="http://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> - <link rel="stylesheet" media="print" type="text/css" href="http://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> + <link href="https://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> + <link rel="stylesheet" media="print" type="text/css" href="https://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> </head> <body class="simple" id="TOP" itemscope="itemscope" itemtype="http://www.tei-c.org/ns/1.0/" itemprop="TEI"> <div class="stdheader autogenerated"> @@ -86,7 +86,7 @@ <h2> <div class="table"> <table class="wovenodd" itemprop="table"> <tr itemprop="row"> - <td colspan="2" class="wovenodd-col2"><span class="label" itemprop="hi">att.typed</span> <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona atributos genéricos utilizables para cualquier clasificación o subclasificación de elementos.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AILCW">17.1.1. Words and Above</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAB">3.5.5. Abbreviations and Their Expansions</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE">3.12.1. Core Tags for Verse</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV1">4.1.1. Un-numbered Divisions</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSHD">4.2.1. Headings and Trailers</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSVIRT">4.4. Virtual Divisions</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPERSREL">13.3.2.3. Personal Relationships</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHCO">11.3.1.1. Core Elements for Transcriptional Work</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPTL">16.1.1. Pointers and Links</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TC.html#TCAPLK">12.2. Linking the Apparatus to the Text</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDTAGCONT">22.5.1.2. Defining Content Models: RELAX NG</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBA">8.3. Elements Unique to Spoken Texts</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/USE.html#MDMDAL">23.3.1.3. Modification of Attribute and Attribute Value Lists</a>]</td> + <td colspan="2" class="wovenodd-col2"><span class="label" itemprop="hi">att.typed</span> <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona atributos genéricos utilizables para cualquier clasificación o subclasificación de elementos.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AILCW">17.1.1. Words and Above</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAB">3.5.5. Abbreviations and Their Expansions</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE">3.12.1. Core Tags for Verse</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV1">4.1.1. Un-numbered Divisions</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSHD">4.2.1. Headings and Trailers</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSVIRT">4.4. Virtual Divisions</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPERSREL">13.3.2.3. Personal Relationships</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHCO">11.3.1.1. Core Elements for Transcriptional Work</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPTL">16.1.1. Pointers and Links</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TC.html#TCAPLK">12.2. Linking the Apparatus to the Text</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDTAGCONT">22.5.1.2. Defining Content Models: RELAX NG</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBA">8.3. Elements Unique to Spoken Texts</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/USE.html#MDMDAL">23.3.1.3. Modification of Attribute and Attribute Value Lists</a>]</td> </tr> <tr itemprop="row"> <td class="wovenodd-col1"> @@ -144,6 +144,7 @@ <h2> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.lg" title="lg (grupo de versos) contiene un grupo de versos que funcionan como una unidad formal p.ej. una estrofa un refrán un estribillo...">lg</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.link" title="link define una asociación o vínculo hipertextual entre elementos o fragmentos de texto que no es especificable por otros eleme...">link</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.list" title="list contiene cualquier secuencia de ítems o elementos organizados en una lista. [3.7. Lists]">list</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.listAnnotation" title="listAnnotation contains a list of annotations typically encoded as <annotation> annotationBlock or <note> possibly organized wi...">listAnnotation</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.listBibl" title="listBibl (lista de cita) contiene una lista de citas bibliográficas de cualquier tipo. [3.11.1. Methods of Encoding Bibliograph...">listBibl</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.listChange" title="listChange groups a number of change descriptions associated with either the creation of a source text or the revision of an en...">listChange</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.measure" title="measure contiene una palabra o sintagma referido a alguna cantidad de un objeto o producto normalmente incluye un número una un...">measure</a> @@ -183,7 +184,7 @@ <h2> <td class="wovenodd-col1"> <span lang="es" class="label" itemprop="hi">Atributos</span> </td> - <td class="wovenodd-col2">Atributos<div class="table"><table class="attList" itemprop="table"><tr itemprop="row"><td class="odd_label">typo</td><td class="odd_value"><span lang="es" itemprop="seg">caracteriza el elemento utilizando una clasificación o tipología funcional.</span><div class="table"><table class="attDef" itemprop="table"><tr itemprop="row"><td class="odd_label"><span lang="es" class="label" itemprop="hi">Estado</span></td><td class="odd_value"><span lang="es" itemprop="seg">Opcional</span></td></tr><tr itemprop="row"><td class="odd_label"><span lang="es" class="label" itemprop="hi">Tipo de datos</span></td><td class="odd_value">teidata.enumerated</td></tr><tr itemprop="row"><td colspan="2"><div id="index.xml-egXML-d33e494" class="pre egXML_valid"><span class="element"><div <span class="attribute">typ</span>="<span class="attributevalue">verse</span>"></span> + <td class="wovenodd-col2">Atributos<div class="table"><table class="attList" itemprop="table"><tr itemprop="row"><td class="odd_label">typo</td><td class="odd_value"><span lang="es" itemprop="seg">caracteriza el elemento utilizando una clasificación o tipología funcional.</span><div class="table"><table class="attDef" itemprop="table"><tr itemprop="row"><td class="odd_label"><span lang="es" class="label" itemprop="hi">Estado</span></td><td class="odd_value"><span lang="es" itemprop="seg">Opcional</span></td></tr><tr itemprop="row"><td class="odd_label"><span lang="es" class="label" itemprop="hi">Tipo de datos</span></td><td class="odd_value">teidata.enumerated</td></tr><tr itemprop="row"><td colspan="2"><div id="index.xml-egXML-d33e498" class="pre egXML_valid"><span class="element"><div <span class="attribute">typ</span>="<span class="attributevalue">verse</span>"></span>  <span class="element"><head></span>Night in Tarras<span class="element"></head></span>  <span class="element"><lg <span class="attribute">type</span>="<span class="attributevalue">stanza</span>"></span>   <span class="element"><l></span>At evening tramping on the hot white road<span class="element"></l></span> @@ -217,7 +218,7 @@ <h2> <div class="table"> <table class="wovenodd" itemprop="table"> <tr itemprop="row"> - <td colspan="2" class="wovenodd-col2"><span class="label" itemprop="hi"><div> </span>(<span itemprop="seg">divisionette</span>) <span lang="es" itemprop="seg">contiene una subdivisión del paratexto inicial, del cuerpo del texto o del paratexto final.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV">4.1. Divisions of the Body</a>]</td> + <td colspan="2" class="wovenodd-col2"><span class="label" itemprop="hi"><div> </span>(<span itemprop="seg">divisionette</span>) <span lang="es" itemprop="seg">contiene una subdivisión del paratexto inicial, del cuerpo del texto o del paratexto final.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV">4.1. Divisions of the Body</a>]</td> </tr> <tr itemprop="row"> <td class="wovenodd-col1"> @@ -353,7 +354,7 @@ <h2> <span lang="es" class="label" itemprop="hi">Ejemplo</span> </td> <td class="wovenodd-col2"> - <div id="index.xml-egXML-d33e1015" class="pre egXML_valid"><span class="element"><body></span> + <div id="index.xml-egXML-d33e1019" class="pre egXML_valid"><span class="element"><body></span>  <span class="element"><div <span class="attribute">typ</span>="<span class="attributevalue">part</span>"></span>   <span class="element"><head></span>Fallacies of Authority<span class="element"></head></span>   <span class="element"><para></span>The subject of which is Authority in various shapes, and the object, to repress all @@ -492,7 +493,7 @@ <h2> <div class="table"> <table class="wovenodd" itemprop="table"> <tr itemprop="row"> - <td colspan="2" class="wovenodd-col2"><span class="label" itemprop="hi"><para> </span>(<span lang="es" itemprop="seg">párrafo</span>) <span lang="es" itemprop="seg">marca párrafos en prosa.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COPA">3.1. Paragraphs</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> + <td colspan="2" class="wovenodd-col2"><span class="label" itemprop="hi"><para> </span>(<span lang="es" itemprop="seg">párrafo</span>) <span lang="es" itemprop="seg">marca párrafos en prosa.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COPA">3.1. Paragraphs</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> </tr> <tr itemprop="row"> <td class="wovenodd-col1"> @@ -564,7 +565,7 @@ <h2> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.langUsage" title="langUsage (lengua empleada) describe las lenguas jergas registros dialectos etc. presentes en el texto. [2.4.2. Language Usage ...">langUsage</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.licence" title="licence contains information about a licence or other legal agreement applicable to the text. [2.2.4. Publication Distribution ...">licence</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.normalization" title="normalization indica el grado de normalización o de regularización aplicado a la fuente original en el proceso de conversión a ...">normalization</a> - <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.prefixDef" title="prefixDef (prefix definition) defines a prefixing scheme used in data.pointer values showing how abbreviated URIs using the sch...">prefixDef</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.prefixDef" title="prefixDef (prefix definition) defines a prefixing scheme used in teidata.pointer values showing how abbreviated URIs using the ...">prefixDef</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.projectDesc" title="projectDesc (descripción del proyecto) describe con detalle el objetivo o propósito para el que un archivo electrónico ha sido ...">projectDesc</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.publicationStmt" title="publicationStmt (declaración de la publicación) agrupa la información concerniente a la publicación o distribución de un texto ...">publicationStmt</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.punctuation" title="punctuation specifies editorial practice adopted with respect to punctuation marks in the original. [2.3.3. The Editorial Pract...">punctuation</a> @@ -713,7 +714,7 @@ <h2> <span lang="es" class="label" itemprop="hi">Ejemplo</span> </td> <td class="wovenodd-col2"> - <div id="index.xml-egXML-d33e1827" class="pre egXML_valid"><span class="element"><para></span>Hallgerd was outside. <span class="element"><q></span>There is blood on your axe,<span class="element"></q></span> she said. <span class="element"><q></span>What have you + <div id="index.xml-egXML-d33e1831" class="pre egXML_valid"><span class="element"><para></span>Hallgerd was outside. <span class="element"><q></span>There is blood on your axe,<span class="element"></q></span> she said. <span class="element"><q></span>What have you    done?<span class="element"></q></span> <span class="element"></para></span> <span class="element"><para></span> @@ -789,7 +790,7 @@ <h2> <div class="table"> <table class="wovenodd" itemprop="table"> <tr itemprop="row"> - <td colspan="2" class="wovenodd-col2"><span class="label" itemprop="hi"><q> </span>(<span lang="es" class="outOfDateTranslation" itemprop="seg">discurso citado, pensado o escrito</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene material que se marca como (ostensiblemente) citado de cualquier otro sitio: en la narrativa, este elemento se usa para marcar discursos en estilo directo o indirecto; en diccionarios puede usarse para marcar ejemplos reales o ideados de uso; en descripciones de manuscritos u otros metadatos, para marcar extractos citados de la fuente que se documenta.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a>]</td> + <td colspan="2" class="wovenodd-col2"><span class="label" itemprop="hi"><q> </span>(<span lang="es" class="outOfDateTranslation" itemprop="seg">discurso citado, pensado o escrito</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene material que se marca como (ostensiblemente) citado de cualquier otro sitio: en la narrativa, este elemento se usa para marcar discursos en estilo directo o indirecto; en diccionarios puede usarse para marcar ejemplos reales o ideados de uso; en descripciones de manuscritos u otros metadatos, para marcar extractos citados de la fuente que se documenta.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a>]</td> </tr> <tr itemprop="row"> <td class="wovenodd-col1"> @@ -809,7 +810,8 @@ <h2> </td> <td class="wovenodd-col2"> <div class="parent" itemprop="ab"> - <a class="link_odd_classSpec" itemprop="ref" href="#TEI.model.qLike" title="model.qLike agrupa elementos relativos al evidenciado que aparece al interno de o entre elementos a nivel de fragmentos de text...">model.qLike</a> + <a class="link_odd_classSpec" itemprop="ref" href="#TEI.model.common" title="model.common agrupa elementos comunes a nivel de fragmentos de texto o internivel. [1.3. The TEI Class System]">model.common</a> + <a class="link_odd_classSpec" itemprop="ref" href="#TEI.model.hiLike" title="model.hiLike agrupa elementos de nivel sintagmático para subrayar que no tienen una semántica específica. [3.3. Highlighting an...">model.hiLike</a> </div> </td> </tr> @@ -827,10 +829,12 @@ <h2> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.add" title="add (adición) contiene letras palabras o frases introducidas en el texto por el autor transcriptor glosador o corrector. [3.4.3...">add</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.addrLine" title="addrLine (dirección) contiene una línea de la dirección postal. [3.5.2. Addresses 2.2.4. Publication Distribution Licensing etc...">addrLine</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.author" title="author en una referencia bibliográfica contiene el nombre del autores personal o empresa de una obra la declaración esencial de...">author</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.bibl" title="bibl (cita bibliográfica.) contiene una cita bibliográfica estructurada libremente los componentes de la cual pueden nohaber si...">bibl</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.biblScope" title="biblScope (extensión de una cita) define la extensión de una referencia bibliográfica como por ejemplo los números de página u ...">biblScope</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.cit" title="cit (cita) Una cita de algún otro documento junto a la referencia bibliográfica a la fuente. [3.3.3. Quotation 4.3.1. Grouped T...">cit</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.citedRange" title="citedRange (cited range) defines the range of cited content often represented by pages or other units [3.11.2.5. Scopes and Ran...">citedRange</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.corr" title="corr (corrección) contiene la forma correcta de un pasaje aparentemente erróneo en el texto de copia. [3.4.1. Apparent Errors]">corr</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.date" title="date contiene una fecha en cualquier formato. [3.5.4. Dates and Times 2.2.4. Publication Distribution Licensing etc. 2.6. The R...">date</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.del" title="del (cancelación) contiene una letra palabra o pasaje cancelado marcado como omitido o bien como supérfluo o espurio en el text...">del</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.desc" title="desc (descripción) contiene una breve descripción del objetivo y la aplicación de un elemento atributo o valor de un atributo. ...">desc</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.distinct" title="distinct identifica alguna palabra o locución que se aprecia lingüísticamente distinta por ejemplo como arcaica técnica dialect...">distinct</a> @@ -861,6 +865,7 @@ <h2> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.quote" title="quote (cita) contiene una frase o pasaje atribuido por el narrador o autor a un agente externo al texto. [3.3.3. Quotation 4.3....">quote</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.ref" title="ref (referencia) define una referencia a otra localización posiblemente modificada por un texto o comentario adicional. [3.6. S...">ref</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.reg" title="reg (regularización) contiene una lectura que ha sido regularizada o normalizada en algún sentido. [3.4.2. Regularization and N...">reg</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.resp" title="resp (responsabilidad) contiene un sintagma que describe la naturaleza de la responsabilidad intelectual de una persona. [3.11....">resp</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.rs" title="rs (serie referencial) contiene un nombre de intención general o una serie referencial. [13.2.1. Personal Names 3.5.1. Referrin...">rs</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.said" title="said (parlamento discurso o pensamiento) indica los pasajes pensados o hablados en voz alta si está indicado explícitamente en ...">said</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.sic" title="sic (Latin for thus or so) contiene texto reproducido aparentemente icorrecto o inexacto. [3.4.1. Apparent Errors]">sic</a> @@ -871,6 +876,7 @@ <h2> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.street" title="street una dirección postal completa incluyendo cualquier nombre o número identificativo para identificar el edifio como el nom...">street</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.term" title="term contiene una palabra simple multipalabra o designación simbólica que se considera como un término técnico. [3.3.4. Terms G...">term</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.textLang" title="textLang (lengua del texto) describe las lenguas y los sistemas de escritura usados en un manuscrito (no se ha de confundir con...">textLang</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.time" title="time contiene un sintagma que define un momento del día en cualquier formato. [3.5.4. Dates and Times]">time</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.title" title="title contiene el título completo de una obra de cualquier tipo. [3.11.2.2. Titles Authors and Editors 2.2.1. The Title Stateme...">title</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.unclear" title="unclear contiene una palabra frase o pasaje que no puede ser transcita con certeza ya que en la fuente es ilegible o incomprens...">unclear</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.unit" title="unit contains a symbol a word or a phrase referring to a unit of measurement in any kind of formal or informal system. [3.5.3. ...">unit</a> @@ -882,20 +888,29 @@ <h2> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.cell" title="cell contiene una celda de una tabla. [14.1.1. TEI Tables]">cell</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.figDesc" title="figDesc (descripción de una figura) contiene una breve descripción de la apariencia o del contenido de una figura gráfica para ...">figDesc</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.figure" title="figure indica un bloque que contiene gráficos ilustraciones o figuras. [14.4. Specific Elements for Graphic Images]">figure</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.formula" title="formula contiene una fórmula matemática o de otro tipo. [14.2. Formulæ and Mathematical Expressions]">formula</a> </span> </div> <div class="specChild" itemprop="ab"> <span class="specChildModule" itemprop="seg">header: </span> <span class="specChildElements" itemprop="seg"> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.authority" title="authority (responsable de la presentación) proporciona el nombre de la persona o agente responsable que ha hecho disponible un ...">authority</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.catDesc" title="catDesc (descripción de una categoría) describe alguna categoría dentro de una taxonomía o tipología textual a través de una br...">catDesc</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.change" title="change resume un cambio o corrección determinada llevada a cabo en una versión dada de un texto electrónico en el que trabajan ...">change</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.classCode" title="classCode (código de clasificación) indica el código de clasificación empleado para este texto en algún sistema de clasificació...">classCode</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.creation" title="creation contiene información sobre la creación del texto. [2.4.1. Creation 2.4. The Profile Description]">creation</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.distributor" title="distributor proporciona el nombre de la persona o agente responsable de la distribución de un texto. [2.2.4. Publication Distri...">distributor</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.edition" title="edition (edición) describe las particularidades de la edición de un texto. [2.2.2. The Edition Statement]">edition</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.extent" title="extent describe el tamaño aproximado de un texto almacenado en algún medio digital o no especificándolo en alguna unidad funcio...">extent</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.funder" title="funder (responsable de la financiación) proporciona el nombre del individuo la institución o la organización responsable de la ...">funder</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.geoDecl" title="geoDecl (declaración de las coordenadas geográficas) documenta la anotación y los datos usados para los coordenadas geográficas...">geoDecl</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.handNote" title="handNote (notas sobre la mano) describe un determinado estilo o una determinada mano al interno de un manuscrito. [10.7.2. Writ...">handNote</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.language" title="language caracteriza una lengua o jerga empleada en un texto. [2.4.2. Language Usage]">language</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.licence" title="licence contains information about a licence or other legal agreement applicable to the text. [2.2.4. Publication Distribution ...">licence</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.principal" title="principal (investigador principal) proporciona el nombre del investigador principal de la creación de un texto electrónico. [2....">principal</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.rendition" title="rendition proporciona información sobre la interpretación ideada para uno o más elementos. [2.3.4. The Tagging Declaration]">rendition</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.scriptNote" title="scriptNote describes a particular script distinguished within the description of a manuscript or similar resource. [10.7.2. Wri...">scriptNote</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.sponsor" title="sponsor especifica el nombre de la organización o institución responsable. [2.2.1. The Title Statement]">sponsor</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.tagUsage" title="tagUsage proporciona información sobre el uso de un elemento específico al interno del texto. [2.3.4. The Tagging Declaration]">tagUsage</a> </span> </div> @@ -911,6 +926,9 @@ <h2> <span class="specChildElements" itemprop="seg"> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.argument" title="argument lista formal o descripción de los argumentos contenidos en una sección de texto. [4.2. Elements Common to All Division...">argument</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.body" title="body (cuerpo del texto) contiene el cuerpo completo de un texto unitario excluyendo los eventuales añadidos paratextuales (pról...">body</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.byline" title="byline contiene la declaración principal de responsabilidad para una obra así como aparece en su título correspondiente o al in...">byline</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.closer" title="closer agrupa saludos fechas y expresiones similares que aparecen al final de una división textual especialmente en una letra. ...">closer</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.dateline" title="dateline contiene una breve descripción de lugar fecha hora etc. de producción de una carta un artículo periodístico u otro tip...">dateline</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.div" title="<div>">div</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.div1" title="div1 (división textual de primer nivel) contiene una subdivisión del primer nivel en el paratexto inicial en el cuerpo del text...">div1</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.div2" title="div2 (división textual de segundo nivel) contiene una subdivisión del segundo nivel en el paratexto inicial en el cuerpo del te...">div2</a> @@ -922,8 +940,10 @@ <h2> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.docAuthor" title="docAuthor (autor del documento) contiene el nombre del autor del documento como se indica en el frontispicio (a menudo pero no ...">docAuthor</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.docDate" title="docDate (fecha del documento) contiene la fecha del documento tal y como normalmente aparece en el frontispicio. [4.6. Title Pa...">docDate</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.docEdition" title="docEdition (edición del documento) contiene una declaración editorial como la contiene el frontispicio de un documento. [4.6. T...">docEdition</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.docImprint" title="docImprint (declaración de imprenta) contiene la declaración de la publicación (lugar y fecha de publicación casa editorial) ta...">docImprint</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.epigraph" title="epigraph contiene una cita anónima o atribuida que aparece al inicio de una sección o capítulo o en el frontispicio. [4.2.3. Ar...">epigraph</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.imprimatur" title="imprimatur contiene una declaración formal que autoriza la publicazione de una obra normalmente contenida en el recto o en el v...">imprimatur</a> + <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.opener" title="opener agrupa la fecha autoria fórmula introductiva o de saludo o expresiones similares utilizades al inicio de una división te...">opener</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.postscript" title="postscript contiene una posdata p.ej. en una carta. [4.2. Elements Common to All Divisions]">postscript</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.salute" title="salute (saludo) contiene una fórmula introductiva o de saludo previa a un prefacio a una dedicatoria o a atra división textual ...">salute</a> <a class="link_odd_elementSpec" itemprop="ref" href="#TEI.signed" title="signed (firma) contiene una fórmula conclusiva o de saludo pospuesta a un prefacio dedicatoria u otro tipo de división textual....">signed</a> @@ -1057,7 +1077,7 @@ <h2> <span lang="es" class="label" itemprop="hi">Ejemplo</span> </td> <td class="wovenodd-col2"> - <div id="index.xml-egXML-d33e2830" class="pre egXML_valid">It is spelled <span class="element"><q></span>Tübingen<span class="element"></q></span> — to enter the + <div id="index.xml-egXML-d33e2915" class="pre egXML_valid">It is spelled <span class="element"><q></span>Tübingen<span class="element"></q></span> — to enter the letter <span class="element"><q></span>u<span class="element"></q></span> with an umlaut hold down the <span class="element"><q></span>option<span class="element"></q></span> key and press <span class="element"><q></span>0 0 f c<span class="element"></q></span></div> </td> @@ -1130,6 +1150,7 @@ <h2> <li class="item" itemprop="item"><a class="link_odd_elementSpec" itemprop="ref" href="#TEI.abbr" title="abbr (abreviatura) contiene una abreviatura de cualquier clase. [3.5.5. Abbreviations and Their Expansions]">abbr</a>/@type</li> <li class="item" itemprop="item"><a class="link_odd_elementSpec" itemprop="ref" href="#TEI.alt" title="alt (alternancia) identifica una alternancia o una serie de elecciones entre los elementos o los pasajes de texto. [16.8. Alter...">alt</a>/@mode</li> <li class="item" itemprop="item"><a class="link_odd_elementSpec" itemprop="ref" href="#TEI.altGrp" title="altGrp (grupo de alternancia) agrupa un conjunto de elementos <alt> y de eventuales indicadores. [16.8. Alternation]">altGrp</a>/@mode</li> + <li class="item" itemprop="item"><a class="link_odd_elementSpec" itemprop="ref" href="#TEI.annotation" title="annotation represents an annotation following the Web Annotation Data Model. [16.10. The standOff Container]">annotation</a>/@motivation</li> <li class="item" itemprop="item"><a class="link_odd_elementSpec" itemprop="ref" href="#TEI.availability" title="availability proporciona información sobre la disponibilidad de un texto por ejemplo cualquier restricción en cuanto a su uso o...">availability</a>/@status</li> <li class="item" itemprop="item"><a class="link_odd_elementSpec" itemprop="ref" href="#TEI.correction" title="correction (principios de corrección) describe cómo y en qué casos se han hecho correcciones en el texto. [2.3.3. The Editorial...">correction</a>/@status</li> <li class="item" itemprop="item"><a class="link_odd_elementSpec" itemprop="ref" href="#TEI.correction" title="correction (principios de corrección) describe cómo y en qué casos se han hecho correcciones en el texto. [2.3.3. The Editorial...">correction</a>/@method</li> @@ -1201,1105 +1222,1117 @@ <h1> <div class="table"> <table itemprop="table"> <tr itemprop="row"> - <td id="TEI.TEI"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-TEI.html">TEI</a></span>: (<span lang="es" itemprop="seg">documento TEI</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene un solo documento conforme a la norma TEI, combinando una sola cabecera TEI (teiHeader) con uno o más miembros de la clase <span class="ident-class">model.resource</span>. Múltiples elementos TEI se pueden combinar para formar un elemento <a class="link_ref" itemprop="ref" href="#TEI.teiCorpus" title="teiCorpus contiene la totalidad de un corpus TEI codificado comprendiendo un único encabezado y uno o más elementos TEI cada un..."><teiCorpus></a>.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> + <td id="TEI.TEI"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-TEI.html">TEI</a></span>: (<span lang="es" itemprop="seg">documento TEI</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene un solo documento conforme a la norma TEI, combinando una sola cabecera TEI (teiHeader) con uno o más miembros de la clase <span class="ident-class">model.resource</span>. Múltiples elementos TEI se pueden combinar para formar un elemento <a class="link_ref" itemprop="ref" href="#TEI.teiCorpus" title="teiCorpus contiene la totalidad de un corpus TEI codificado comprendiendo un único encabezado y uno o más elementos TEI cada un..."><teiCorpus></a>.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.ab"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-ab.html">ab</a></span>: (<span lang="es" itemprop="seg">bloque anónimo</span>) <span lang="es" itemprop="seg">contiene cualquier unidad textual a nivel de componente que actua como un contenedor anónimo de sintagmas o de elementos de internivel similares al párrafo pero sin la carga semántica de este último.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a>]</td> + <td id="TEI.ab"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-ab.html">ab</a></span>: (<span lang="es" itemprop="seg">bloque anónimo</span>) <span lang="es" itemprop="seg">contiene cualquier unidad textual a nivel de componente que actua como un contenedor anónimo de sintagmas o de elementos de internivel similares al párrafo pero sin la carga semántica de este último.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.abbr"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-abbr.html">abbr</a></span>: (<span lang="es" itemprop="seg">abreviatura</span>) <span lang="es" itemprop="seg">contiene una abreviatura de cualquier clase.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAB">3.5.5. Abbreviations and Their Expansions</a>]</td> + <td id="TEI.abbr"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-abbr.html">abbr</a></span>: (<span lang="es" itemprop="seg">abreviatura</span>) <span lang="es" itemprop="seg">contiene una abreviatura de cualquier clase.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAB">3.5.5. Abbreviations and Their Expansions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.abstract"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-abstract.html">abstract</a></span>: <span lang="en" itemprop="seg">contains a summary or formal abstract prefixed to an existing source document by the encoder.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4ABS">2.4.4. Abstracts</a>]</td> + <td id="TEI.abstract"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-abstract.html">abstract</a></span>: <span lang="en" itemprop="seg">contains a summary or formal abstract prefixed to an existing source document by the encoder.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4ABS">2.4.4. Abstracts</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.add"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-add.html">add</a></span>: (<span lang="es" itemprop="seg">adición</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene letras, palabras o frases introducidas en el texto por el autor, transcriptor, glosador o corrector.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a>]</td> + <td id="TEI.add"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-add.html">add</a></span>: (<span lang="es" itemprop="seg">adición</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene letras, palabras o frases introducidas en el texto por el autor, transcriptor, glosador o corrector.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.addrLine"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-addrLine.html">addrLine</a></span>: (<span lang="es" itemprop="seg">dirección</span>) <span lang="es" itemprop="seg">contiene una línea de la dirección postal.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> + <td id="TEI.addrLine"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-addrLine.html">addrLine</a></span>: (<span lang="es" itemprop="seg">dirección</span>) <span lang="es" itemprop="seg">contiene una línea de la dirección postal.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.address"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-address.html">address</a></span>: <span lang="es" itemprop="seg">contiene una dirección postal, por ejemplo de un editor, una institución, etc.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> + <td id="TEI.address"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-address.html">address</a></span>: <span lang="es" itemprop="seg">contiene una dirección postal, por ejemplo de un editor, una institución, etc.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.alt"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-alt.html">alt</a></span>: (<span lang="es" itemprop="seg">alternancia</span>) <span lang="es" itemprop="seg">identifica una alternancia o una serie de elecciones entre los elementos o los pasajes de texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAT">16.8. Alternation</a>]</td> + <td id="TEI.alt"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-alt.html">alt</a></span>: (<span lang="es" itemprop="seg">alternancia</span>) <span lang="es" itemprop="seg">identifica una alternancia o una serie de elecciones entre los elementos o los pasajes de texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAT">16.8. Alternation</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.altGrp"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-altGrp.html">altGrp</a></span>: (<span lang="es" itemprop="seg">grupo de alternancia</span>) <span lang="es" itemprop="seg">agrupa un conjunto de elementos <a class="link_ref" itemprop="ref" href="#TEI.alt" title="alt (alternancia) identifica una alternancia o una serie de elecciones entre los elementos o los pasajes de texto. [16.8. Alter..."><alt></a> y de eventuales indicadores.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAT">16.8. Alternation</a>]</td> + <td id="TEI.altGrp"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-altGrp.html">altGrp</a></span>: (<span lang="es" itemprop="seg">grupo de alternancia</span>) <span lang="es" itemprop="seg">agrupa un conjunto de elementos <a class="link_ref" itemprop="ref" href="#TEI.alt" title="alt (alternancia) identifica una alternancia o una serie de elecciones entre los elementos o los pasajes de texto. [16.8. Alter..."><alt></a> y de eventuales indicadores.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAT">16.8. Alternation</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.analytic"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-analytic.html">analytic</a></span>: (<span lang="es" itemprop="seg">nivel analítico.</span>) <span lang="es" itemprop="seg">contiene los elementos bibliográficos que describen un ítem (p.ej. un artículo o un poema) publicado dentro de una monografía o revista y no como una publicación independiente.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOL">3.11.2.1. Analytic, Monographic, and Series Levels</a>]</td> + <td id="TEI.analytic"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-analytic.html">analytic</a></span>: (<span lang="es" itemprop="seg">nivel analítico.</span>) <span lang="es" itemprop="seg">contiene los elementos bibliográficos que describen un ítem (p.ej. un artículo o un poema) publicado dentro de una monografía o revista y no como una publicación independiente.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOL">3.11.2.1. Analytic, Monographic, and Series Levels</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.anchor"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-anchor.html">anchor</a></span>: (<span lang="es" itemprop="seg">punto de anclaje</span>) <span lang="es" itemprop="seg">enlanza un indentificador con una posición al interno del texto, independientemente del hecho que esta sea o no a un elemento textual.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSSAPA">8.4.2. Synchronization and Overlap</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SACS">16.5. Correspondence and Alignment</a>]</td> + <td id="TEI.anchor"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-anchor.html">anchor</a></span>: (<span lang="es" itemprop="seg">punto de anclaje</span>) <span lang="es" itemprop="seg">enlanza un indentificador con una posición al interno del texto, independientemente del hecho que esta sea o no a un elemento textual.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSSAPA">8.4.2. Synchronization and Overlap</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SACS">16.5. Correspondence and Alignment</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.appInfo"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-appInfo.html">appInfo</a></span>: (<span lang="es" itemprop="seg">información de la aplicación</span>) <span lang="es" itemprop="seg">recoge información sobre la aplicación que ha editado el fichero de TEI.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDAPP">2.3.11. The Application Information Element</a>]</td> + <td id="TEI.annotation"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-annotation.html">annotation</a></span>: <span lang="en" itemprop="seg">represents an annotation following the Web Annotation Data Model.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASOstdf">16.10. The standOff Container</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.application"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-application.html">application</a></span>: <span lang="es" itemprop="seg">proporciona información sobre la aplicación que ha actuado sobre el documento.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDAPP">2.3.11. The Application Information Element</a>]</td> + <td id="TEI.appInfo"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-appInfo.html">appInfo</a></span>: (<span lang="es" itemprop="seg">información de la aplicación</span>) <span lang="es" itemprop="seg">recoge información sobre la aplicación que ha editado el fichero de TEI.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDAPP">2.3.11. The Application Information Element</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.argument"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-argument.html">argument</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">lista formal o descripción de los argumentos contenidos en una sección de texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.application"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-application.html">application</a></span>: <span lang="es" itemprop="seg">proporciona información sobre la aplicación que ha actuado sobre el documento.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDAPP">2.3.11. The Application Information Element</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.ascribed"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.ascribed.html">att.ascribed</a></span>: <span lang="es" itemprop="seg">proporciona atributos para los elementos que representan palabras o acciones atribuibles a individuos determinados.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBA">8.3. Elements Unique to Spoken Texts</a>]</td> + <td id="TEI.argument"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-argument.html">argument</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">lista formal o descripción de los argumentos contenidos en una sección de texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.ascribed.directed"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.ascribed.directed.html">att.ascribed.directed</a></span>: <span lang="en" itemprop="seg">provides attributes for elements representing speech or action that can be directed at a group or individual.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBA">8.3. Elements Unique to Spoken Texts</a>]</td> + <td id="TEI.att.ascribed"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.ascribed.html">att.ascribed</a></span>: <span lang="es" itemprop="seg">proporciona atributos para los elementos que representan palabras o acciones atribuibles a individuos determinados.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBA">8.3. Elements Unique to Spoken Texts</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.breaking"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.breaking.html">att.breaking</a></span>: <span lang="en" itemprop="seg">provides an attribute to indicate whether or not the element concerned is considered to mark the end of an orthographic token in the same way as whitespace.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> + <td id="TEI.att.ascribed.directed"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.ascribed.directed.html">att.ascribed.directed</a></span>: <span lang="en" itemprop="seg">provides attributes for elements representing speech or action that can be directed at a group or individual.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBA">8.3. Elements Unique to Spoken Texts</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.cReferencing"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.cReferencing.html">att.cReferencing</a></span>: <span lang="en" itemprop="seg">provides an attribute which may be used to supply a <span class="term" itemprop="term">canonical reference</span> as a means of identifying the target of a pointer.</span></td> + <td id="TEI.att.breaking"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.breaking.html">att.breaking</a></span>: <span lang="en" itemprop="seg">provides an attribute to indicate whether or not the element concerned is considered to mark the end of an orthographic token in the same way as whitespace.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.canonical"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.canonical.html">att.canonical</a></span>: <span lang="en" itemprop="seg">provides attributes which can be used to associate a representation such as a name or title with canonical information about the object being named or referenced.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDATTSnr">13.1.1. Linking Names and Their Referents</a>]</td> + <td id="TEI.att.cReferencing"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.cReferencing.html">att.cReferencing</a></span>: <span lang="en" itemprop="seg">provides an attribute which may be used to supply a <span class="term" itemprop="term">canonical reference</span> as a means of identifying the target of a pointer.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.att.citing"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.citing.html">att.citing</a></span>: <span lang="en" itemprop="seg">provides attributes for specifying the specific part of a bibliographic item being cited.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a>]</td> + <td id="TEI.att.canonical"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.canonical.html">att.canonical</a></span>: <span lang="en" itemprop="seg">provides attributes which can be used to associate a representation such as a name or title with canonical information about the object being named or referenced.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDATTSnr">13.1.1. Linking Names and Their Referents</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.datable"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.datable.html">att.datable</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">atributos para registrar expresiones temporales normalizadas.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.7. Dates and Times</a>]</td> + <td id="TEI.att.citing"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.citing.html">att.citing</a></span>: <span lang="en" itemprop="seg">provides attributes for specifying the specific part of a bibliographic item being cited.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.datable.w3c"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.datable.w3c.html">att.datable.w3c</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona atributos para la normalización de elementos que contienen eventos datables.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.7. Dates and Times</a>]</td> + <td id="TEI.att.datable"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.datable.html">att.datable</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">atributos para registrar expresiones temporales normalizadas.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.7. Dates and Times</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.datcat"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.datcat.html">att.datcat</a></span>: <span lang="en" itemprop="seg">provides the <span class="att" itemprop="hi">dcr:datacat</span> and <span class="att" itemprop="hi">dcr:ValueDatacat</span> attributes which are used to align XML elements or attributes with the appropriate Data Categories (DCs) defined by the ISO 12620:2009 standard and stored in the Web repository called ISOCat at <a class="link_ref" itemprop="ref" href="http://www.isocat.org/">http://www.isocat.org/</a>.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIMVLV">9.5.2. Lexical View</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FS.html#FSSY">18.3. Other Atomic Feature Values</a>]</td> + <td id="TEI.att.datable.w3c"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.datable.w3c.html">att.datable.w3c</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona atributos para la normalización de elementos que contienen eventos datables.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.7. Dates and Times</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.declarable"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.declarable.html">att.declarable</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona atributos para los elementos contenidos en el encabezado que pueden ser seleccionados autónomamente mediante el atributo <span class="att" itemprop="hi">decls</span> adecuado.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS">15.3. Associating Contextual Information with a Text</a>]</td> + <td id="TEI.att.datcat"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.datcat.html">att.datcat</a></span>: <span lang="en" itemprop="seg">provides the <span class="att" itemprop="hi">dcr:datacat</span> and <span class="att" itemprop="hi">dcr:ValueDatacat</span> attributes which are used to align XML elements or attributes with the appropriate Data Categories (DCs) defined by the ISO 12620:2009 standard and stored in the Web repository called ISOCat at <a class="link_ref" itemprop="ref" href="http://www.isocat.org/">http://www.isocat.org/</a>.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIMVLV">9.5.2. Lexical View</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FS.html#FSSY">18.3. Other Atomic Feature Values</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.declaring"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.declaring.html">att.declaring</a></span>: <span lang="es" itemprop="seg">proporciona atributos a los elementos que pueden ser asociados autonomamente a un elemento determinado declarado en el encabezado, no teniendo en cuenta el default heredato por aquel elemento.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS">15.3. Associating Contextual Information with a Text</a>]</td> + <td id="TEI.att.declarable"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.declarable.html">att.declarable</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona atributos para los elementos contenidos en el encabezado que pueden ser seleccionados autónomamente mediante el atributo <span class="att" itemprop="hi">decls</span> adecuado.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS">15.3. Associating Contextual Information with a Text</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.dimensions"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.dimensions.html">att.dimensions</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona atributos que califican una determinata medición.</span></td> + <td id="TEI.att.declaring"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.declaring.html">att.declaring</a></span>: <span lang="es" itemprop="seg">proporciona atributos a los elementos que pueden ser asociados autonomamente a un elemento determinado declarado en el encabezado, no teniendo en cuenta el default heredato por aquel elemento.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS">15.3. Associating Contextual Information with a Text</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.divLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.divLike.html">att.divLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona un conjunto de atributos comunes a todos los elementos que se comportan como particiones textuales.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a>]</td> + <td id="TEI.att.dimensions"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.dimensions.html">att.dimensions</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona atributos que califican una determinata medición.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.att.docStatus"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.docStatus.html">att.docStatus</a></span>: <span lang="en" itemprop="seg">provides attributes for use on metadata elements describing the status of a document.</span></td> + <td id="TEI.att.divLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.divLike.html">att.divLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona un conjunto de atributos comunes a todos los elementos que se comportan como particiones textuales.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.editLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.editLike.html">att.editLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona atributos que describen la naturaleza de una intervención crítica codificada o una interpretación de cualquier tipo.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msdates">10.3.1. Origination</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPERSE">13.3.2. The Person Element</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHCO">11.3.1.1. Core Elements for Transcriptional Work</a>]</td> + <td id="TEI.att.docStatus"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.docStatus.html">att.docStatus</a></span>: <span lang="en" itemprop="seg">provides attributes for use on metadata elements describing the status of a document.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.att.edition"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.edition.html">att.edition</a></span>: <span lang="en" itemprop="seg">provides attributes identifying the source edition from which some encoded feature derives.</span></td> + <td id="TEI.att.editLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.editLike.html">att.editLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona atributos que describen la naturaleza de una intervención crítica codificada o una interpretación de cualquier tipo.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msdates">10.3.1. Origination</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPERSE">13.3.2. The Person Element</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHCO">11.3.1.1. Core Elements for Transcriptional Work</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.formula"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.formula.html">att.formula</a></span>: <span lang="en" itemprop="seg">provides attributes for defining a mathematical formula.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDUDECL">2.3.9. The Unit Declaration</a>]</td> + <td id="TEI.att.edition"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.edition.html">att.edition</a></span>: <span lang="en" itemprop="seg">provides attributes identifying the source edition from which some encoded feature derives.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.att.fragmentable"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.fragmentable.html">att.fragmentable</a></span>: <span lang="en" itemprop="seg">provides an attribute for representing fragmentation of a structural element, typically as a consequence of some overlapping hierarchy.</span></td> + <td id="TEI.att.formula"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.formula.html">att.formula</a></span>: <span lang="en" itemprop="seg">provides attributes for defining a mathematical formula.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDUDECL">2.3.9. The Unit Declaration</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.global"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.global.html">att.global</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona un conjunto de atributos común a todos los elementos del esquema de codificación TEI.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGA">1.3.1.1. Global Attributes</a>]</td> + <td id="TEI.att.fragmentable"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.fragmentable.html">att.fragmentable</a></span>: <span lang="en" itemprop="seg">provides an attribute for representing fragmentation of a structural element, typically as a consequence of some overlapping hierarchy.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.att.global.linking"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.global.linking.html">att.global.linking</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define un conjunto de atributos para hipertexto u otro vínculo habilitado para todos los elementos cuando se selecciona la etiqueta adicional para los enlaces.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SA">16. Linking, Segmentation, and Alignment</a>]</td> + <td id="TEI.att.global"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.global.html">att.global</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona un conjunto de atributos común a todos los elementos del esquema de codificación TEI.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGA">1.3.1.1. Global Attributes</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.global.rendition"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.global.rendition.html">att.global.rendition</a></span>: <span lang="en" itemprop="seg">provides rendering attributes common to all elements in the TEI encoding scheme.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGAre">1.3.1.1.3. Rendition Indicators</a>]</td> + <td id="TEI.att.global.linking"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.global.linking.html">att.global.linking</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define un conjunto de atributos para hipertexto u otro vínculo habilitado para todos los elementos cuando se selecciona la etiqueta adicional para los enlaces.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SA">16. Linking, Segmentation, and Alignment</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.global.responsibility"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.global.responsibility.html">att.global.responsibility</a></span>: <span lang="en" itemprop="seg">provides attributes indicating the agent responsible for some aspect of the text, the markup or something asserted by the markup, and the degree of certainty associated with it.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGAso">1.3.1.1.4. Sources, certainty, and responsibility</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHHR">11.3.2.2. Hand, Responsibility, and Certainty Attributes</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AISP">17.3. Spans and Interpretations</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDATTSnr">13.1.1. Linking Names and Their Referents</a>]</td> + <td id="TEI.att.global.rendition"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.global.rendition.html">att.global.rendition</a></span>: <span lang="en" itemprop="seg">provides rendering attributes common to all elements in the TEI encoding scheme.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGAre">1.3.1.1.3. Rendition Indicators</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.global.source"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.global.source.html">att.global.source</a></span>: <span lang="en" itemprop="seg">provides an attribute used by elements to point to an external source.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGAso">1.3.1.1.4. Sources, certainty, and responsibility</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBAWR">8.3.4. Writing</a>]</td> + <td id="TEI.att.global.responsibility"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.global.responsibility.html">att.global.responsibility</a></span>: <span lang="en" itemprop="seg">provides attributes indicating the agent responsible for some aspect of the text, the markup or something asserted by the markup, and the degree of certainty associated with it.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGAso">1.3.1.1.4. Sources, certainty, and responsibility</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHHR">11.3.2.2. Hand, Responsibility, and Certainty Attributes</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AISP">17.3. Spans and Interpretations</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDATTSnr">13.1.1. Linking Names and Their Referents</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.handFeatures"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.handFeatures.html">att.handFeatures</a></span>: <span lang="es" itemprop="seg">proporciona atributos que describen los aspectos de la mano que ha escrito un manuscrito. </span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDH">11.3.2.1. Document Hands</a>]</td> + <td id="TEI.att.global.source"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.global.source.html">att.global.source</a></span>: <span lang="en" itemprop="seg">provides an attribute used by elements to point to an external source.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGAso">1.3.1.1.4. Sources, certainty, and responsibility</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBAWR">8.3.4. Writing</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.internetMedia"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.internetMedia.html">att.internetMedia</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">atributos para registrar un periodo temporal normalizado</span></td> + <td id="TEI.att.handFeatures"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.handFeatures.html">att.handFeatures</a></span>: <span lang="es" itemprop="seg">proporciona atributos que describen los aspectos de la mano que ha escrito un manuscrito. </span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDH">11.3.2.1. Document Hands</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.measurement"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.measurement.html">att.measurement</a></span>: <span lang="es" itemprop="seg">proporciona atributos que representen una medición regularizada o normalizada.</span></td> + <td id="TEI.att.internetMedia"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.internetMedia.html">att.internetMedia</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">atributos para registrar un periodo temporal normalizado</span></td> </tr> <tr itemprop="row"> - <td id="TEI.att.media"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.media.html">att.media</a></span>: <span lang="en" itemprop="seg">provides attributes for specifying display and related properties of external media.</span></td> + <td id="TEI.att.measurement"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.measurement.html">att.measurement</a></span>: <span lang="es" itemprop="seg">proporciona atributos que representen una medición regularizada o normalizada.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.att.milestoneUnit"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.milestoneUnit.html">att.milestoneUnit</a></span>: <span lang="en" itemprop="seg">provides an attribute to indicate the type of section which is changing at a specific milestone.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a>]</td> + <td id="TEI.att.media"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.media.html">att.media</a></span>: <span lang="en" itemprop="seg">provides attributes for specifying display and related properties of external media.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.att.naming"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.naming.html">att.naming</a></span>: <span lang="es" itemprop="seg">identifica los atributos comunes a los elementos que se refieren a personas, lugares, organizaciones, etc. indicados por nombre</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDNYM">13.3.6. Names and Nyms</a>]</td> + <td id="TEI.att.milestoneUnit"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.milestoneUnit.html">att.milestoneUnit</a></span>: <span lang="en" itemprop="seg">provides an attribute to indicate the type of section which is changing at a specific milestone.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.notated"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.notated.html">att.notated</a></span>: <span lang="en" itemprop="seg">provides an attribute to indicate any specialised notation used for element content.</span></td> + <td id="TEI.att.naming"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.naming.html">att.naming</a></span>: <span lang="es" itemprop="seg">identifica los atributos comunes a los elementos que se refieren a personas, lugares, organizaciones, etc. indicados por nombre</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDNYM">13.3.6. Names and Nyms</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.patternReplacement"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.patternReplacement.html">att.patternReplacement</a></span>: <span lang="en" itemprop="seg">provides attributes for regular-expression matching and replacement.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPU">16.2.3. Using Abbreviated Pointers</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54S">2.3.6.2. Search-and-Replace Method</a>]</td> + <td id="TEI.att.notated"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.notated.html">att.notated</a></span>: <span lang="en" itemprop="seg">provides an attribute to indicate any specialised notation used for element content.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.att.personal"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.personal.html">att.personal</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">atributos para los componentes de nombres propios de persona</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">atributos comunes para los elementos que forman parte de un nombre propio de persona.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPER">13.2.1. Personal Names</a>]</td> + <td id="TEI.att.patternReplacement"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.patternReplacement.html">att.patternReplacement</a></span>: <span lang="en" itemprop="seg">provides attributes for regular-expression matching and replacement.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPU">16.2.3. Using Abbreviated Pointers</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54S">2.3.6.2. Search-and-Replace Method</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.placement"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.placement.html">att.placement</a></span>: <span lang="es" itemprop="seg">proporciona atributos para describir en que página u objeto de la fuente aparece el elemento textual.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAD">11.3.1.4. Additions and Deletions</a>]</td> + <td id="TEI.att.personal"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.personal.html">att.personal</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">atributos para los componentes de nombres propios de persona</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">atributos comunes para los elementos que forman parte de un nombre propio de persona.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPER">13.2.1. Personal Names</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.pointing"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.pointing.html">att.pointing</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define un conjunto de atributos usados por todos los elementos que señalan a otros elementos a través de uno o más URI.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGAla">1.3.1.1.2. Language Indicators</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a>]</td> + <td id="TEI.att.placement"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.placement.html">att.placement</a></span>: <span lang="es" itemprop="seg">proporciona atributos para describir en que página u objeto de la fuente aparece el elemento textual.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAD">11.3.1.4. Additions and Deletions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.pointing.group"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.pointing.group.html">att.pointing.group</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define un conjunto de atributos comunes a todos los elementos que incluyen grupos de indicadores.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SA">16. Linking, Segmentation, and Alignment</a>]</td> + <td id="TEI.att.pointing"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.pointing.html">att.pointing</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define un conjunto de atributos usados por todos los elementos que señalan a otros elementos a través de uno o más URI.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STGAla">1.3.1.1.2. Language Indicators</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.ranging"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.ranging.html">att.ranging</a></span>: <span lang="en" itemprop="seg">provides attributes for describing numerical ranges.</span></td> + <td id="TEI.att.pointing.group"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.pointing.group.html">att.pointing.group</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define un conjunto de atributos comunes a todos los elementos que incluyen grupos de indicadores.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SA">16. Linking, Segmentation, and Alignment</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.resourced"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.resourced.html">att.resourced</a></span>: <span lang="en" itemprop="seg">provides attributes by which a resource (such as an externally held media file) may be located.</span></td> + <td id="TEI.att.ranging"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.ranging.html">att.ranging</a></span>: <span lang="en" itemprop="seg">provides attributes for describing numerical ranges.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.att.segLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.segLike.html">att.segLike</a></span>: <span lang="es" itemprop="seg">proporciona atributos a los elementos usados para una segmentación arbitraria.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AILC">17.1. Linguistic Segment Categories</a>]</td> + <td id="TEI.att.resourced"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.resourced.html">att.resourced</a></span>: <span lang="en" itemprop="seg">provides attributes by which a resource (such as an externally held media file) may be located.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.att.sortable"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.sortable.html">att.sortable</a></span>: <span lang="en" itemprop="seg">provides attributes for elements in lists or groups that are sortable, but whose sorting key cannot be derived mechanically from the element content.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a>]</td> + <td id="TEI.att.segLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.segLike.html">att.segLike</a></span>: <span lang="es" itemprop="seg">proporciona atributos a los elementos usados para una segmentación arbitraria.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AILC">17.1. Linguistic Segment Categories</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.spanning"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.spanning.html">att.spanning</a></span>: <span lang="es" itemprop="seg">proporciona atributos para elementos que delimitan un fragmento de texto utilizando los señalizadores en lugar de cerrando el texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAD">11.3.1.4. Additions and Deletions</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a>]</td> + <td id="TEI.att.sortable"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.sortable.html">att.sortable</a></span>: <span lang="en" itemprop="seg">provides attributes for elements in lists or groups that are sortable, but whose sorting key cannot be derived mechanically from the element content.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.styleDef"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.styleDef.html">att.styleDef</a></span>: <span lang="en" itemprop="seg">provides attributes to specify the name of a formal definition language used to provide formatting or rendition information.</span></td> + <td id="TEI.att.spanning"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.spanning.html">att.spanning</a></span>: <span lang="es" itemprop="seg">proporciona atributos para elementos que delimitan un fragmento de texto utilizando los señalizadores en lugar de cerrando el texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAD">11.3.1.4. Additions and Deletions</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.tableDecoration"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.tableDecoration.html">att.tableDecoration</a></span>: <span lang="es" itemprop="seg">proporciona atributos usados para decorar filas o celdas de una tabla.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FT">14. Tables, Formulæ, Graphics and Notated Music</a>]</td> + <td id="TEI.att.styleDef"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.styleDef.html">att.styleDef</a></span>: <span lang="en" itemprop="seg">provides attributes to specify the name of a formal definition language used to provide formatting or rendition information.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.att.timed"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.timed.html">att.timed</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona un conjunto de atributos comunes a los elementos que tienen una duración en el tiempo expresada en términs absolutos o por referencia a un esquema de alineamiento</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBATI">8.3.5. Temporal Information</a>]</td> + <td id="TEI.att.tableDecoration"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.tableDecoration.html">att.tableDecoration</a></span>: <span lang="es" itemprop="seg">proporciona atributos usados para decorar filas o celdas de una tabla.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FT">14. Tables, Formulæ, Graphics and Notated Music</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.transcriptional"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.transcriptional.html">att.transcriptional</a></span>: <span lang="es" itemprop="seg">proporciona a los atributos específicos a los elementos que codifican la intervención authorial o scribal en un texto al transcribir el manuscrito o las fuentes similares.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAD">11.3.1.4. Additions and Deletions</a>]</td> + <td id="TEI.att.timed"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.timed.html">att.timed</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona un conjunto de atributos comunes a los elementos que tienen una duración en el tiempo expresada en términs absolutos o por referencia a un esquema de alineamiento</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TS.html#TSBATI">8.3.5. Temporal Information</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.translatable"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.translatable.html">att.translatable</a></span>: <span lang="es" itemprop="seg">proporciona atributos utilizados para indicar el estatus de un fragmento traducibile de un documento aislado.</span></td> + <td id="TEI.att.transcriptional"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.transcriptional.html">att.transcriptional</a></span>: <span lang="es" itemprop="seg">proporciona a los atributos específicos a los elementos que codifican la intervención authorial o scribal en un texto al transcribir el manuscrito o las fuentes similares.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHAD">11.3.1.4. Additions and Deletions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.att.written"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.written.html">att.written</a></span>: <span lang="en" itemprop="seg">provides an attribute to indicate the hand in which the content of an element was written in the source being transcribed.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a>]</td> + <td id="TEI.att.translatable"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.translatable.html">att.translatable</a></span>: <span lang="es" itemprop="seg">proporciona atributos utilizados para indicar el estatus de un fragmento traducibile de un documento aislado.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.author"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-author.html">author</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">en una referencia bibliográfica, contiene el nombre del autor/es, personal o empresa de una obra; la declaración esencial de responsabilidad para cualquier ítem bibliográfico.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a>]</td> + <td id="TEI.att.written"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-att.written.html">att.written</a></span>: <span lang="en" itemprop="seg">provides an attribute to indicate the hand in which the content of an element was written in the source being transcribed.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECAT">1.3.1. Attribute Classes</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.authority"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-authority.html">authority</a></span>: (<span lang="es" itemprop="seg">responsable de la presentación</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona el nombre de la persona o agente responsable que ha hecho disponible un archivo electrónico, que no es ni el editor ni el distribudor.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> + <td id="TEI.author"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-author.html">author</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">en una referencia bibliográfica, contiene el nombre del autor/es, personal o empresa de una obra; la declaración esencial de responsabilidad para cualquier ítem bibliográfico.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.availability"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-availability.html">availability</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona información sobre la disponibilidad de un texto, por ejemplo cualquier restricción en cuanto a su uso o distribución, su copyright, etc.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> + <td id="TEI.authority"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-authority.html">authority</a></span>: (<span lang="es" itemprop="seg">responsable de la presentación</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona el nombre de la persona o agente responsable que ha hecho disponible un archivo electrónico, que no es ni el editor ni el distribudor.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.back"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-back.html">back</a></span>: (<span lang="es" itemprop="seg">paratexto final</span>) <span lang="es" itemprop="seg">contiene cualquier tipo de apéndice, etc. que aparece detrás del texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSBACK">4.7. Back Matter</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a>]</td> + <td id="TEI.availability"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-availability.html">availability</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona información sobre la disponibilidad de un texto, por ejemplo cualquier restricción en cuanto a su uso o distribución, su copyright, etc.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.bibl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-bibl.html">bibl</a></span>: (<span lang="es" itemprop="seg">cita bibliográfica.</span>) <span lang="es" itemprop="seg">contiene una cita bibliográfica estructurada libremente, los componentes de la cual pueden nohaber sido etiquetados explícitamente.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.back"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-back.html">back</a></span>: (<span lang="es" itemprop="seg">paratexto final</span>) <span lang="es" itemprop="seg">contiene cualquier tipo de apéndice, etc. que aparece detrás del texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSBACK">4.7. Back Matter</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.biblFull"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-biblFull.html">biblFull</a></span>: (<span lang="es" itemprop="seg">citación bibliográfica estructurada completa</span>) <span lang="es" itemprop="seg">contiene una cita bibliográfica completamente estructurada, en la cual están presentes todos los componentes de la descripción del archivo TEI.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.bibl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-bibl.html">bibl</a></span>: (<span lang="es" itemprop="seg">cita bibliográfica.</span>) <span lang="es" itemprop="seg">contiene una cita bibliográfica estructurada libremente, los componentes de la cual pueden nohaber sido etiquetados explícitamente.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.biblScope"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-biblScope.html">biblScope</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">extensión de una cita</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">define la extensión de una referencia bibliográfica, como por ejemplo los números de página u otra subdivisión numerada en la obra mayor.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOB">3.11.2.5. Scopes and Ranges in Bibliographic Citations</a>]</td> + <td id="TEI.biblFull"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-biblFull.html">biblFull</a></span>: (<span lang="es" itemprop="seg">citación bibliográfica estructurada completa</span>) <span lang="es" itemprop="seg">contiene una cita bibliográfica completamente estructurada, en la cual están presentes todos los componentes de la descripción del archivo TEI.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.biblStruct"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-biblStruct.html">biblStruct</a></span>: (<span lang="es" itemprop="seg">cita bibliográfica estructurada.</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene una cita bibliográfica estructurada, en la cual sólo aparecen los subelementos bibliográficos y en un orden especificado.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.biblScope"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-biblScope.html">biblScope</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">extensión de una cita</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">define la extensión de una referencia bibliográfica, como por ejemplo los números de página u otra subdivisión numerada en la obra mayor.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOB">3.11.2.5. Scopes and Ranges in Bibliographic Citations</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.binaryObject"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-binaryObject.html">binaryObject</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona datos binarios codificados que representan un objeto gráfico u otro tipo de objeto inserido en el texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</a>]</td> + <td id="TEI.biblStruct"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-biblStruct.html">biblStruct</a></span>: (<span lang="es" itemprop="seg">cita bibliográfica estructurada.</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene una cita bibliográfica estructurada, en la cual sólo aparecen los subelementos bibliográficos y en un orden especificado.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.body"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-body.html">body</a></span>: (<span lang="es" itemprop="seg">cuerpo del texto</span>) <span lang="es" itemprop="seg">contiene el cuerpo completo de un texto unitario, excluyendo los eventuales añadidos paratextuales (prólogos, dedicatorias, apéndices, etc.) al inicio o fin de un texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a>]</td> + <td id="TEI.binaryObject"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-binaryObject.html">binaryObject</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona datos binarios codificados que representan un objeto gráfico u otro tipo de objeto inserido en el texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.byline"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-byline.html">byline</a></span>: <span lang="es" itemprop="seg">contiene la declaración principal de responsabilidad para una obra, así como aparece en su título correspondiente, o al inicio o fin de la obra.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT">4.5. Front Matter</a>]</td> + <td id="TEI.body"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-body.html">body</a></span>: (<span lang="es" itemprop="seg">cuerpo del texto</span>) <span lang="es" itemprop="seg">contiene el cuerpo completo de un texto unitario, excluyendo los eventuales añadidos paratextuales (prólogos, dedicatorias, apéndices, etc.) al inicio o fin de un texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.cRefPattern"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-cRefPattern.html">cRefPattern</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">define cómo convertir una referncia canónica en un URI</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">indica una expresión y un patrón de remplazamiento para transformar una referencia canónica en un URI.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54S">2.3.6.2. Search-and-Replace Method</a>]</td> + <td id="TEI.byline"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-byline.html">byline</a></span>: <span lang="es" itemprop="seg">contiene la declaración principal de responsabilidad para una obra, así como aparece en su título correspondiente, o al inicio o fin de la obra.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFRONT">4.5. Front Matter</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.calendar"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-calendar.html">calendar</a></span>: (<span lang="es" itemprop="seg">calendario</span>) <span lang="en" itemprop="seg">describes a calendar or dating system used in a dating formula in the text.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44">2.4.5. Calendar Description</a>]</td> + <td id="TEI.cRefPattern"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-cRefPattern.html">cRefPattern</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">define cómo convertir una referncia canónica en un URI</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">indica una expresión y un patrón de remplazamiento para transformar una referencia canónica en un URI.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54S">2.3.6.2. Search-and-Replace Method</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.calendarDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-calendarDesc.html">calendarDesc</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">descripción de las calendarios</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene una descripción de todos los diferentes calendarios usados en un manuscrito.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44">2.4.5. Calendar Description</a>]</td> + <td id="TEI.calendar"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-calendar.html">calendar</a></span>: (<span lang="es" itemprop="seg">calendario</span>) <span lang="en" itemprop="seg">describes a calendar or dating system used in a dating formula in the text.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44">2.4.5. Calendar Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.catDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-catDesc.html">catDesc</a></span>: (<span lang="es" itemprop="seg">descripción de una categoría</span>) <span lang="es" itemprop="seg">describe alguna categoría dentro de una taxonomía o tipología textual, a través de una breve e descripción en prosa o en términos de parámetros situacionales usados por el <span class="gi"><textDesc></span> formal de TEI.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD55">2.3.7. The Classification Declaration</a>]</td> + <td id="TEI.calendarDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-calendarDesc.html">calendarDesc</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">descripción de las calendarios</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene una descripción de todos los diferentes calendarios usados en un manuscrito.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44">2.4.5. Calendar Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.catRef"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-catRef.html">catRef</a></span>: (<span lang="es" itemprop="seg">referencia de categoría</span>) <span lang="es" itemprop="seg">indica una o más categorías definidas al interno de una taxonomía o tipología textual.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</a>]</td> + <td id="TEI.catDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-catDesc.html">catDesc</a></span>: (<span lang="es" itemprop="seg">descripción de una categoría</span>) <span lang="es" itemprop="seg">describe alguna categoría dentro de una taxonomía o tipología textual, a través de una breve e descripción en prosa o en términos de parámetros situacionales usados por el <span class="gi"><textDesc></span> formal de TEI.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD55">2.3.7. The Classification Declaration</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.category"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-category.html">category</a></span>: <span lang="es" itemprop="seg">contiene una categoría descriptiva individual, posiblemente anidada dentro de una categoría superior, dentro de una taxonomía definida por el usuario.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD55">2.3.7. The Classification Declaration</a>]</td> + <td id="TEI.catRef"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-catRef.html">catRef</a></span>: (<span lang="es" itemprop="seg">referencia de categoría</span>) <span lang="es" itemprop="seg">indica una o más categorías definidas al interno de una taxonomía o tipología textual.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.cb"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-cb.html">cb</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">cambio de columna</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">indica la frontera entre una columna de un texto y la siguiente en un sistema de referencia estándard.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> + <td id="TEI.category"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-category.html">category</a></span>: <span lang="es" itemprop="seg">contiene una categoría descriptiva individual, posiblemente anidada dentro de una categoría superior, dentro de una taxonomía definida por el usuario.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD55">2.3.7. The Classification Declaration</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.cell"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-cell.html">cell</a></span>: <span lang="es" itemprop="seg">contiene una celda de una tabla.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTTAB1">14.1.1. TEI Tables</a>]</td> + <td id="TEI.cb"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-cb.html">cb</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">cambio de columna</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">indica la frontera entre una columna de un texto y la siguiente en un sistema de referencia estándard.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.change"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-change.html">change</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">resume un cambio o corrección determinada llevada a cabo en una versión dada de un texto electrónico en el que trabajan diversos investigadores.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4C">2.4.1. Creation</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PH-changes">11.7. Identifying Changes and Revisions</a>]</td> + <td id="TEI.cell"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-cell.html">cell</a></span>: <span lang="es" itemprop="seg">contiene una celda de una tabla.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTTAB1">14.1.1. TEI Tables</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.choice"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-choice.html">choice</a></span>: <span lang="es" itemprop="seg">agrupa un número de codificaciones alternativas para el mismo punto en un texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> + <td id="TEI.change"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-change.html">change</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">resume un cambio o corrección determinada llevada a cabo en una versión dada de un texto electrónico en el que trabajan diversos investigadores.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4C">2.4.1. Creation</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PH-changes">11.6. Identifying Changes and Revisions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.cit"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-cit.html">cit</a></span>: (<span lang="es" itemprop="seg">cita</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">Una cita de algún otro documento junto a la referencia bibliográfica a la fuente.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP">4.3.1. Grouped Texts</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPEG">9.3.5.1. Examples</a>]</td> + <td id="TEI.choice"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-choice.html">choice</a></span>: <span lang="es" itemprop="seg">agrupa un número de codificaciones alternativas para el mismo punto en un texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.citedRange"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-citedRange.html">citedRange</a></span>: (<span lang="en" itemprop="seg">cited range</span>) <span lang="en" itemprop="seg">defines the range of cited content, often represented by pages or other units</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOB">3.11.2.5. Scopes and Ranges in Bibliographic Citations</a>]</td> + <td id="TEI.cit"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-cit.html">cit</a></span>: (<span lang="es" itemprop="seg">cita</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">Una cita de algún otro documento junto a la referencia bibliográfica a la fuente.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP">4.3.1. Grouped Texts</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPEG">9.3.5.1. Examples</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.classCode"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-classCode.html">classCode</a></span>: (<span lang="es" itemprop="seg">código de clasificación</span>) <span lang="es" itemprop="seg">indica el código de clasificación empleado para este texto en algún sistema de clasificación estándard.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</a>]</td> + <td id="TEI.citedRange"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-citedRange.html">citedRange</a></span>: (<span lang="en" itemprop="seg">cited range</span>) <span lang="en" itemprop="seg">defines the range of cited content, often represented by pages or other units</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOB">3.11.2.5. Scopes and Ranges in Bibliographic Citations</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.classDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-classDecl.html">classDecl</a></span>: (<span lang="es" itemprop="seg">declaraciones de clasificación</span>) <span lang="es" itemprop="seg">contiene una o más taxonomías que definen cualquier código usado en algún punto del texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD55">2.3.7. The Classification Declaration</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a>]</td> + <td id="TEI.classCode"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-classCode.html">classCode</a></span>: (<span lang="es" itemprop="seg">código de clasificación</span>) <span lang="es" itemprop="seg">indica el código de clasificación empleado para este texto en algún sistema de clasificación estándard.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.closer"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-closer.html">closer</a></span>: <span lang="es" itemprop="seg">agrupa saludos, fechas, y expresiones similares que aparecen al final de una división textual, especialmente en una letra.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> + <td id="TEI.classDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-classDecl.html">classDecl</a></span>: (<span lang="es" itemprop="seg">declaraciones de clasificación</span>) <span lang="es" itemprop="seg">contiene una o más taxonomías que definen cualquier código usado en algún punto del texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD55">2.3.7. The Classification Declaration</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.conversion"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-conversion.html">conversion</a></span>: <span lang="en" itemprop="seg">defines how to calculate one unit of measure in terms of another.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDUDECL">2.3.9. The Unit Declaration</a>]</td> + <td id="TEI.closer"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-closer.html">closer</a></span>: <span lang="es" itemprop="seg">agrupa saludos, fechas, y expresiones similares que aparecen al final de una división textual, especialmente en una letra.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.corr"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-corr.html">corr</a></span>: (<span lang="es" itemprop="seg">corrección</span>) <span lang="es" itemprop="seg">contiene la forma correcta de un pasaje aparentemente erróneo en el texto de copia.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDCOR">3.4.1. Apparent Errors</a>]</td> + <td id="TEI.conversion"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-conversion.html">conversion</a></span>: <span lang="en" itemprop="seg">defines how to calculate one unit of measure in terms of another.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDUDECL">2.3.9. The Unit Declaration</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.correction"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-correction.html">correction</a></span>: (<span lang="es" itemprop="seg">principios de corrección</span>) <span lang="es" itemprop="seg">describe cómo y en qué casos se han hecho correcciones en el texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.corr"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-corr.html">corr</a></span>: (<span lang="es" itemprop="seg">corrección</span>) <span lang="es" itemprop="seg">contiene la forma correcta de un pasaje aparentemente erróneo en el texto de copia.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDCOR">3.4.1. Apparent Errors</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.correspAction"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-correspAction.html">correspAction</a></span>: (<span lang="en" itemprop="seg">correspondence action</span>) <span lang="en" itemprop="seg">contains a structured description of the place, the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> + <td id="TEI.correction"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-correction.html">correction</a></span>: (<span lang="es" itemprop="seg">principios de corrección</span>) <span lang="es" itemprop="seg">describe cómo y en qué casos se han hecho correcciones en el texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.correspContext"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-correspContext.html">correspContext</a></span>: (<span lang="en" itemprop="seg">correspondence context</span>) <span lang="en" itemprop="seg">provides references to preceding or following correspondence related to this piece of correspondence.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> + <td id="TEI.correspAction"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-correspAction.html">correspAction</a></span>: (<span lang="en" itemprop="seg">correspondence action</span>) <span lang="en" itemprop="seg">contains a structured description of the place, the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.correspDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-correspDesc.html">correspDesc</a></span>: (<span lang="en" itemprop="seg">correspondence description</span>) <span lang="en" itemprop="seg">contains a description of the actions related to one act of correspondence.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> + <td id="TEI.correspContext"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-correspContext.html">correspContext</a></span>: (<span lang="en" itemprop="seg">correspondence context</span>) <span lang="en" itemprop="seg">provides references to preceding or following correspondence related to this piece of correspondence.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.creation"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-creation.html">creation</a></span>: <span lang="es" itemprop="seg">contiene información sobre la creación del texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4C">2.4.1. Creation</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</a>]</td> + <td id="TEI.correspDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-correspDesc.html">correspDesc</a></span>: (<span lang="en" itemprop="seg">correspondence description</span>) <span lang="en" itemprop="seg">contains a description of the actions related to one act of correspondence.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD44CD">2.4.6. Correspondence Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.date"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-date.html">date</a></span>: <span lang="es" itemprop="seg">contiene una fecha en cualquier formato.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAHSE">15.2.3. The Setting Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.7. Dates and Times</a>]</td> + <td id="TEI.creation"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-creation.html">creation</a></span>: <span lang="es" itemprop="seg">contiene información sobre la creación del texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4C">2.4.1. Creation</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.dateline"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-dateline.html">dateline</a></span>: <span lang="es" itemprop="seg">contiene una breve descripción de lugar, fecha, hora, etc. de producción de una carta, un artículo periodístico u otro tipo de texto; viene antepuesto o pospuesto a este como elemento de abertura o clausura.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a>]</td> + <td id="TEI.date"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-date.html">date</a></span>: <span lang="es" itemprop="seg">contiene una fecha en cualquier formato.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAHSE">15.2.3. The Setting Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.7. Dates and Times</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.del"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-del.html">del</a></span>: (<span lang="es" itemprop="seg">cancelación</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene una letra, palabra o pasaje cancelado, marcado como omitido o bien como supérfluo o espurio en el texto por el autor, transcriptor, glosador o corrector.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a>]</td> + <td id="TEI.dateline"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-dateline.html">dateline</a></span>: <span lang="es" itemprop="seg">contiene una breve descripción de lugar, fecha, hora, etc. de producción de una carta, un artículo periodístico u otro tipo de texto; viene antepuesto o pospuesto a este como elemento de abertura o clausura.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.desc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-desc.html">desc</a></span>: (<span lang="es" itemprop="seg">descripción</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene una breve descripción del objetivo y la aplicación de un elemento, atributo o valor de un atributo.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDcrystalsCEdc">22.4.1. Description of Components</a>]</td> + <td id="TEI.del"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-del.html">del</a></span>: (<span lang="es" itemprop="seg">cancelación</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene una letra, palabra o pasaje cancelado, marcado como omitido o bien como supérfluo o espurio en el texto por el autor, transcriptor, glosador o corrector.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.distinct"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-distinct.html">distinct</a></span>: <span lang="es" itemprop="seg">identifica alguna palabra o locución que se aprecia lingüísticamente distinta, por ejemplo como arcaica, técnica, dialectal, forma no prioritaria, etc. o como integrante de un registro específico o de una jerga.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHD">3.3.2.3. Other Linguistically Distinct Material</a>]</td> + <td id="TEI.desc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-desc.html">desc</a></span>: (<span lang="es" itemprop="seg">descripción</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene una breve descripción del objetivo y la aplicación de un elemento, atributo o valor de un atributo.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDcrystalsCEdc">22.4.1. Description of Components</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.distributor"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-distributor.html">distributor</a></span>: <span lang="es" itemprop="seg">proporciona el nombre de la persona o agente responsable de la distribución de un texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> + <td id="TEI.distinct"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-distinct.html">distinct</a></span>: <span lang="es" itemprop="seg">identifica alguna palabra o locución que se aprecia lingüísticamente distinta, por ejemplo como arcaica, técnica, dialectal, forma no prioritaria, etc. o como integrante de un registro específico o de una jerga.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHD">3.3.2.3. Other Linguistically Distinct Material</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.div1"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-div1.html">div1</a></span>: (<span lang="es" itemprop="seg">división textual de primer nivel</span>) <span lang="es" itemprop="seg">contiene una subdivisión del primer nivel en el paratexto inicial, en el cuerpo del texto o en el paratexto final.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> + <td id="TEI.distributor"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-distributor.html">distributor</a></span>: <span lang="es" itemprop="seg">proporciona el nombre de la persona o agente responsable de la distribución de un texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.div2"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-div2.html">div2</a></span>: (<span lang="es" itemprop="seg">división textual de segundo nivel</span>) <span lang="es" itemprop="seg">contiene una subdivisión del segundo nivel en el paratexto inicial, en el cuerpo del texto o en el paratexto final.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> + <td id="TEI.div1"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-div1.html">div1</a></span>: (<span lang="es" itemprop="seg">división textual de primer nivel</span>) <span lang="es" itemprop="seg">contiene una subdivisión del primer nivel en el paratexto inicial, en el cuerpo del texto o en el paratexto final.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.div3"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-div3.html">div3</a></span>: (<span lang="es" itemprop="seg">división textual de tercer nivel</span>) <span lang="es" itemprop="seg">contiene una subdivisión de tercer nivel en el paratexto inicial, en el cuerpo del texto o en el paratexto final.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> + <td id="TEI.div2"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-div2.html">div2</a></span>: (<span lang="es" itemprop="seg">división textual de segundo nivel</span>) <span lang="es" itemprop="seg">contiene una subdivisión del segundo nivel en el paratexto inicial, en el cuerpo del texto o en el paratexto final.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.div4"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-div4.html">div4</a></span>: (<span lang="es" itemprop="seg">división textual de cuarto nivel</span>) <span lang="es" itemprop="seg">contiene una subdivisión del cuarto nivel en el paratexto inicial, en el cuerpo del texto o en el paratexto final.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> + <td id="TEI.div3"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-div3.html">div3</a></span>: (<span lang="es" itemprop="seg">división textual de tercer nivel</span>) <span lang="es" itemprop="seg">contiene una subdivisión de tercer nivel en el paratexto inicial, en el cuerpo del texto o en el paratexto final.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.div5"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-div5.html">div5</a></span>: (<span lang="es" itemprop="seg">división textual de quinto nivel</span>) <span lang="es" itemprop="seg">contiene una subdivisión del quinto nivel en el paratexto inicial, en el cuerpo del texto o en el paratexto final.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> + <td id="TEI.div4"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-div4.html">div4</a></span>: (<span lang="es" itemprop="seg">división textual de cuarto nivel</span>) <span lang="es" itemprop="seg">contiene una subdivisión del cuarto nivel en el paratexto inicial, en el cuerpo del texto o en el paratexto final.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.div6"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-div6.html">div6</a></span>: (<span lang="es" itemprop="seg">división textual de sexto nivel</span>) <span lang="es" itemprop="seg">contiene una subdivisión del sexto nivel en el paratexto inicial, en el cuerpo del texto o en el paratexto final.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> + <td id="TEI.div5"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-div5.html">div5</a></span>: (<span lang="es" itemprop="seg">división textual de quinto nivel</span>) <span lang="es" itemprop="seg">contiene una subdivisión del quinto nivel en el paratexto inicial, en el cuerpo del texto o en el paratexto final.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.div7"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-div7.html">div7</a></span>: (<span lang="es" itemprop="seg">división textual de nivel séptimo</span>) <span lang="es" itemprop="seg">contiene la subdivisión más pequeña, pero más grande que un párrafo, del paratexto inicial, del cuerpo del texto o del paratexto final.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> + <td id="TEI.div6"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-div6.html">div6</a></span>: (<span lang="es" itemprop="seg">división textual de sexto nivel</span>) <span lang="es" itemprop="seg">contiene una subdivisión del sexto nivel en el paratexto inicial, en el cuerpo del texto o en el paratexto final.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.divGen"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-divGen.html">divGen</a></span>: (<span lang="es" itemprop="seg">división de texto generada automáticamente</span>) <span lang="es" itemprop="seg">indica la localización en la cual aparece una división textual generada automáticamente por la aplicación de un procesamiento de texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX">3.8.2. Index Entries</a>]</td> + <td id="TEI.div7"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-div7.html">div7</a></span>: (<span lang="es" itemprop="seg">división textual de nivel séptimo</span>) <span lang="es" itemprop="seg">contiene la subdivisión más pequeña, pero más grande que un párrafo, del paratexto inicial, del cuerpo del texto o del paratexto final.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDIV2">4.1.2. Numbered Divisions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.docAuthor"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-docAuthor.html">docAuthor</a></span>: (<span lang="es" itemprop="seg">autor del documento</span>) <span lang="es" itemprop="seg">contiene el nombre del autor del documento, como se indica en el frontispicio (a menudo, pero no siempre, contenido al interno del elemento byline (autoria).</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.divGen"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-divGen.html">divGen</a></span>: (<span lang="es" itemprop="seg">división de texto generada automáticamente</span>) <span lang="es" itemprop="seg">indica la localización en la cual aparece una división textual generada automáticamente por la aplicación de un procesamiento de texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX">3.8.2. Index Entries</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.docDate"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-docDate.html">docDate</a></span>: (<span lang="es" itemprop="seg">fecha del documento</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene la fecha del documento, tal y como, normalmente, aparece en el frontispicio.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.docAuthor"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-docAuthor.html">docAuthor</a></span>: (<span lang="es" itemprop="seg">autor del documento</span>) <span lang="es" itemprop="seg">contiene el nombre del autor del documento, como se indica en el frontispicio (a menudo, pero no siempre, contenido al interno del elemento byline (autoria).</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.docEdition"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-docEdition.html">docEdition</a></span>: (<span lang="es" itemprop="seg">edición del documento</span>) <span lang="es" itemprop="seg">contiene una declaración editorial como la contiene el frontispicio de un documento.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.docDate"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-docDate.html">docDate</a></span>: (<span lang="es" itemprop="seg">fecha del documento</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene la fecha del documento, tal y como, normalmente, aparece en el frontispicio.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.docImprint"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-docImprint.html">docImprint</a></span>: (<span lang="es" itemprop="seg">declaración de imprenta</span>) <span lang="es" itemprop="seg">contiene la declaración de la publicación (lugar y fecha de publicación, casa editorial) tal y como consta al pie del frontispicio.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.docEdition"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-docEdition.html">docEdition</a></span>: (<span lang="es" itemprop="seg">edición del documento</span>) <span lang="es" itemprop="seg">contiene una declaración editorial como la contiene el frontispicio de un documento.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.docTitle"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-docTitle.html">docTitle</a></span>: (<span lang="es" itemprop="seg">título del documento</span>) <span lang="es" itemprop="seg">contiene el título del documento incluyendo todos sus elementos constitutivos, como especificado en el frontispicio.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.docImprint"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-docImprint.html">docImprint</a></span>: (<span lang="es" itemprop="seg">declaración de imprenta</span>) <span lang="es" itemprop="seg">contiene la declaración de la publicación (lugar y fecha de publicación, casa editorial) tal y como consta al pie del frontispicio.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.edition"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-edition.html">edition</a></span>: (<span lang="es" itemprop="seg">edición</span>) <span lang="es" itemprop="seg">describe las particularidades de la edición de un texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</a>]</td> + <td id="TEI.docTitle"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-docTitle.html">docTitle</a></span>: (<span lang="es" itemprop="seg">título del documento</span>) <span lang="es" itemprop="seg">contiene el título del documento incluyendo todos sus elementos constitutivos, como especificado en el frontispicio.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.editionStmt"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-editionStmt.html">editionStmt</a></span>: (<span lang="es" itemprop="seg">declaración de la edición</span>) <span lang="es" itemprop="seg">agrupa la información relativa a la edición de un texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> + <td id="TEI.edition"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-edition.html">edition</a></span>: (<span lang="es" itemprop="seg">edición</span>) <span lang="es" itemprop="seg">describe las particularidades de la edición de un texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.editor"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-editor.html">editor</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">declaración secundaria de responsabilidad para un ítem bibliográfico, por ejemplo un nombre particular, o institucional (o cualquier otro) que ha actuado como editor, compilador, traductor, etc.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a>]</td> + <td id="TEI.editionStmt"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-editionStmt.html">editionStmt</a></span>: (<span lang="es" itemprop="seg">declaración de la edición</span>) <span lang="es" itemprop="seg">agrupa la información relativa a la edición de un texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.editorialDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-editorialDecl.html">editorialDecl</a></span>: (<span lang="es" itemprop="seg">declaración de la edición</span>) <span lang="es" itemprop="seg">proporciona detalles de principios editoriales y prácticas aplicadas en la codificación de un texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.editor"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-editor.html">editor</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">declaración secundaria de responsabilidad para un ítem bibliográfico, por ejemplo un nombre particular, o institucional (o cualquier otro) que ha actuado como editor, compilador, traductor, etc.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.email"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-email.html">email</a></span>: (<span lang="es" itemprop="seg">dirección de correo electrónico</span>) <span lang="es" itemprop="seg">contiene una dirección de correo electrónico indentificando el lugar dónde los mensajes electrónicos pueden ser enviados.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> + <td id="TEI.editorialDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-editorialDecl.html">editorialDecl</a></span>: (<span lang="es" itemprop="seg">declaración de la edición</span>) <span lang="es" itemprop="seg">proporciona detalles de principios editoriales y prácticas aplicadas en la codificación de un texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.emph"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-emph.html">emph</a></span>: (<span lang="es" itemprop="seg">enfatizado</span>) <span lang="es" itemprop="seg">marca palabras o frases que se destacan o enfatizan por causas lingüísticas o retóricas.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHE">3.3.2.2. Emphatic Words and Phrases</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQH">3.3.2. Emphasis, Foreign Words, and Unusual Language</a>]</td> + <td id="TEI.email"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-email.html">email</a></span>: (<span lang="es" itemprop="seg">dirección de correo electrónico</span>) <span lang="es" itemprop="seg">contiene una dirección de correo electrónico indentificando el lugar dónde los mensajes electrónicos pueden ser enviados.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.encodingDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-encodingDesc.html">encodingDesc</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">Descripción de la codificación</span>) <span lang="es" itemprop="seg">documenta la relación entre un texto electrónico y la fuente o fuentes de las que este deriva.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a>]</td> + <td id="TEI.emph"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-emph.html">emph</a></span>: (<span lang="es" itemprop="seg">enfatizado</span>) <span lang="es" itemprop="seg">marca palabras o frases que se destacan o enfatizan por causas lingüísticas o retóricas.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHE">3.3.2.2. Emphatic Words and Phrases</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQH">3.3.2. Emphasis, Foreign Words, and Unusual Language</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.epigraph"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-epigraph.html">epigraph</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene una cita, anónima o atribuida, que aparece al inicio de una sección o capítulo, o en el frontispicio.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSAE">4.2.3. Arguments, Epigraphs, and Postscripts</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.encodingDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-encodingDesc.html">encodingDesc</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">Descripción de la codificación</span>) <span lang="es" itemprop="seg">documenta la relación entre un texto electrónico y la fuente o fuentes de las que este deriva.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.expan"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-expan.html">expan</a></span>: (<span lang="es" itemprop="seg">expansión</span>) <span lang="es" itemprop="seg">contiene la expansión de una abreviatura.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAB">3.5.5. Abbreviations and Their Expansions</a>]</td> + <td id="TEI.epigraph"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-epigraph.html">epigraph</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene una cita, anónima o atribuida, que aparece al inicio de una sección o capítulo, o en el frontispicio.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSAE">4.2.3. Arguments, Epigraphs, and Postscripts</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.extent"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-extent.html">extent</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">describe el tamaño aproximado de un texto almacenado en algún medio, digital o no, especificándolo en alguna unidad funcional.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD23">2.2.3. Type and Extent of File</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msph1">10.7.1. Object Description</a>]</td> + <td id="TEI.expan"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-expan.html">expan</a></span>: (<span lang="es" itemprop="seg">expansión</span>) <span lang="es" itemprop="seg">contiene la expansión de una abreviatura.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAB">3.5.5. Abbreviations and Their Expansions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.figDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-figDesc.html">figDesc</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">descripción de una figura</span>) <span lang="es" itemprop="seg">contiene una breve descripción de la apariencia o del contenido de una figura gráfica, para utilizarla al documentar una imagen sin mostrarla.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTGRA">14.4. Specific Elements for Graphic Images</a>]</td> + <td id="TEI.extent"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-extent.html">extent</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">describe el tamaño aproximado de un texto almacenado en algún medio, digital o no, especificándolo en alguna unidad funcional.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD23">2.2.3. Type and Extent of File</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msph1">10.7.1. Object Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.figure"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-figure.html">figure</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">indica un bloque que contiene gráficos, ilustraciones o figuras.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTGRA">14.4. Specific Elements for Graphic Images</a>]</td> + <td id="TEI.figDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-figDesc.html">figDesc</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">descripción de una figura</span>) <span lang="es" itemprop="seg">contiene una breve descripción de la apariencia o del contenido de una figura gráfica, para utilizarla al documentar una imagen sin mostrarla.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTGRA">14.4. Specific Elements for Graphic Images</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.fileDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-fileDesc.html">fileDesc</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">Descripción del archivo.</span>) <span lang="es" itemprop="seg">contiene una descripción bibliográfica completa del archivo electrónico.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a>]</td> + <td id="TEI.figure"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-figure.html">figure</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">indica un bloque que contiene gráficos, ilustraciones o figuras.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTGRA">14.4. Specific Elements for Graphic Images</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.floatingText"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-floatingText.html">floatingText</a></span>: <span lang="es" itemprop="seg">contiene un texto de cualquier tipo, unitario o compuesto, que se insiere en algún punto en un texto que lo contiene interrumpiéndolo.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT">4.3.2. Floating Texts</a>]</td> + <td id="TEI.fileDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-fileDesc.html">fileDesc</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">Descripción del archivo.</span>) <span lang="es" itemprop="seg">contiene una descripción bibliográfica completa del archivo electrónico.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.foreign"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-foreign.html">foreign</a></span>: (<span lang="es" itemprop="seg">extranjero</span>) <span lang="es" itemprop="seg">identidica una palabra o frase perteneciente a otra lengua distinta de la del resto del texto en que se incluye.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHF">3.3.2.1. Foreign Words or Expressions</a>]</td> + <td id="TEI.floatingText"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-floatingText.html">floatingText</a></span>: <span lang="es" itemprop="seg">contiene un texto de cualquier tipo, unitario o compuesto, que se insiere en algún punto en un texto que lo contiene interrumpiéndolo.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT">4.3.2. Floating Texts</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.formula"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-formula.html">formula</a></span>: <span lang="es" itemprop="seg">contiene una fórmula matemática o de otro tipo.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTFOR">14.2. Formulæ and Mathematical Expressions</a>]</td> + <td id="TEI.foreign"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-foreign.html">foreign</a></span>: (<span lang="es" itemprop="seg">extranjero</span>) <span lang="es" itemprop="seg">identidica una palabra o frase perteneciente a otra lengua distinta de la del resto del texto en que se incluye.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHF">3.3.2.1. Foreign Words or Expressions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.front"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-front.html">front</a></span>: (<span lang="es" itemprop="seg">paratexto inicial</span>) <span lang="es" itemprop="seg">contiene cualquier material paratextual (encabezamiento, frontispicio, prefacio, dedicatoria, etc.) que aparece delante del inicio del texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a>]</td> + <td id="TEI.formula"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-formula.html">formula</a></span>: <span lang="es" itemprop="seg">contiene una fórmula matemática o de otro tipo.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTFOR">14.2. Formulæ and Mathematical Expressions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.funder"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-funder.html">funder</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">responsable de la financiación</span>) <span lang="es" itemprop="seg">proporciona el nombre del individuo, la institución o la organización responsable de la financiación de un proyecto o de un texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a>]</td> + <td id="TEI.front"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-front.html">front</a></span>: (<span lang="es" itemprop="seg">paratexto inicial</span>) <span lang="es" itemprop="seg">contiene cualquier material paratextual (encabezamiento, frontispicio, prefacio, dedicatoria, etc.) que aparece delante del inicio del texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.gap"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-gap.html">gap</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">indicada un punto donde algún material ha sido omitido en una transcripción, bien por criterios de edición descritos en el cabezado TEI, bien como parte de una práctica habitual, o bien porqué el material es ilegible o incomprensible.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a>]</td> + <td id="TEI.funder"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-funder.html">funder</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">responsable de la financiación</span>) <span lang="es" itemprop="seg">proporciona el nombre del individuo, la institución o la organización responsable de la financiación de un proyecto o de un texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.gb"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-gb.html">gb</a></span>: (<span lang="en" itemprop="seg">gathering beginning</span>) <span lang="en" itemprop="seg">marks the beginning of a new gathering or quire in a transcribed codex.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> + <td id="TEI.gap"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-gap.html">gap</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">indicada un punto donde algún material ha sido omitido en una transcripción, bien por criterios de edición descritos en el cabezado TEI, bien como parte de una práctica habitual, o bien porqué el material es ilegible o incomprensible.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.geoDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-geoDecl.html">geoDecl</a></span>: (<span lang="es" itemprop="seg">declaración de las coordenadas geográficas</span>) <span lang="es" itemprop="seg">documenta la anotación y los datos usados para los coordenadas geográficas expresadas como contenido del elemento <span class="gi"><geo></span> en qualquier parte del documento.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDGDECL">2.3.8. The Geographic Coordinates Declaration</a>]</td> + <td id="TEI.gb"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-gb.html">gb</a></span>: (<span lang="en" itemprop="seg">gathering beginning</span>) <span lang="en" itemprop="seg">marks the beginning of a new gathering or quire in a transcribed codex.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.gloss"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-gloss.html">gloss</a></span>: <span lang="es" itemprop="seg">identifica una locución o palabra usada para proporcionar una glosa o definición sobre otra palabra o frase.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQU">3.3.4. Terms, Glosses, Equivalents, and Descriptions</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDcrystalsCEdc">22.4.1. Description of Components</a>]</td> + <td id="TEI.geoDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-geoDecl.html">geoDecl</a></span>: (<span lang="es" itemprop="seg">declaración de las coordenadas geográficas</span>) <span lang="es" itemprop="seg">documenta la anotación y los datos usados para los coordenadas geográficas expresadas como contenido del elemento <span class="gi"><geo></span> en qualquier parte del documento.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDGDECL">2.3.8. The Geographic Coordinates Declaration</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.graphic"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-graphic.html">graphic</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">indica la localización de un gráfico, ilustración o figura.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a>]</td> + <td id="TEI.gloss"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-gloss.html">gloss</a></span>: <span lang="es" itemprop="seg">identifica una locución o palabra usada para proporcionar una glosa o definición sobre otra palabra o frase.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQU">3.3.4. Terms, Glosses, Equivalents, and Descriptions</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDcrystalsCEdc">22.4.1. Description of Components</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.group"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-group.html">group</a></span>: <span lang="es" itemprop="seg">contiene el cuerpo de un texto compuesto, es decir, que agrupa un conjunto de textos distintos (o grupos de textos) considerados como una unidad por criterios determinados, por ejemplo la obra completa de un autor, una serie de ensayos, etc.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP">4.3.1. Grouped Texts</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> + <td id="TEI.graphic"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-graphic.html">graphic</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">indica la localización de un gráfico, ilustración o figura.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHFAX">11.1. Digital Facsimiles</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.handNote"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-handNote.html">handNote</a></span>: (<span lang="es" itemprop="seg">notas sobre la mano</span>) <span lang="es" itemprop="seg">describe un determinado estilo o una determinada mano al interno de un manuscrito.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msph2">10.7.2. Writing, Decoration, and Other Notations</a>]</td> + <td id="TEI.group"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-group.html">group</a></span>: <span lang="es" itemprop="seg">contiene el cuerpo de un texto compuesto, es decir, que agrupa un conjunto de textos distintos (o grupos de textos) considerados como una unidad por criterios determinados, por ejemplo la obra completa de un autor, una serie de ensayos, etc.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP">4.3.1. Grouped Texts</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.head"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-head.html">head</a></span>: (<span lang="es" itemprop="seg">encabezamiento</span>) <span lang="es" itemprop="seg">contiene cualquier tipo de encabezamiento, por ejemplo el título de una sección o el encabezado de una lista, glosario, descripción de un manuscrito, etc.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSHD">4.2.1. Headings and Trailers</a>]</td> + <td id="TEI.handNote"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-handNote.html">handNote</a></span>: (<span lang="es" itemprop="seg">notas sobre la mano</span>) <span lang="es" itemprop="seg">describe un determinado estilo o una determinada mano al interno de un manuscrito.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msph2">10.7.2. Writing, Decoration, and Other Notations</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.headItem"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-headItem.html">headItem</a></span>: (<span lang="es" itemprop="seg">encabezamiento de los ítems de una lista.</span>) <span lang="es" itemprop="seg">contiene el encabezamiento de una columna de ítems o glosas en una lista de un glosario u otra lista de estructura similar.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> + <td id="TEI.head"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-head.html">head</a></span>: (<span lang="es" itemprop="seg">encabezamiento</span>) <span lang="es" itemprop="seg">contiene cualquier tipo de encabezamiento, por ejemplo el título de una sección o el encabezado de una lista, glosario, descripción de un manuscrito, etc.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSHD">4.2.1. Headings and Trailers</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.headLabel"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-headLabel.html">headLabel</a></span>: (<span lang="es" itemprop="seg">encabezamiento para una lista de conceptos.</span>) <span lang="es" itemprop="seg">contiene el encabezamiento para la columna de términos o conceptos en una lista de un glosario u otra lista de estructura similar.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> + <td id="TEI.headItem"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-headItem.html">headItem</a></span>: (<span lang="es" itemprop="seg">encabezamiento de los ítems de una lista.</span>) <span lang="es" itemprop="seg">contiene el encabezamiento de una columna de ítems o glosas en una lista de un glosario u otra lista de estructura similar.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.hi"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-hi.html">hi</a></span>: (<span lang="es" itemprop="seg">subrayado</span>) <span lang="es" itemprop="seg">marca una palabra o frase gráficamente diferente del resto del texto que la circunda, por causas sobre las que no se hace ninguna declaracion.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHE">3.3.2.2. Emphatic Words and Phrases</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQH">3.3.2. Emphasis, Foreign Words, and Unusual Language</a>]</td> + <td id="TEI.headLabel"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-headLabel.html">headLabel</a></span>: (<span lang="es" itemprop="seg">encabezamiento para una lista de conceptos.</span>) <span lang="es" itemprop="seg">contiene el encabezamiento para la columna de términos o conceptos en una lista de un glosario u otra lista de estructura similar.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.hyphenation"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-hyphenation.html">hyphenation</a></span>: <span lang="es" itemprop="seg">indica el modo en que han sido tratados el uso del guión presente en el texto fuente en la versión codificada de este.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.hi"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-hi.html">hi</a></span>: (<span lang="es" itemprop="seg">subrayado</span>) <span lang="es" itemprop="seg">marca una palabra o frase gráficamente diferente del resto del texto que la circunda, por causas sobre las que no se hace ninguna declaracion.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQHE">3.3.2.2. Emphatic Words and Phrases</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQH">3.3.2. Emphasis, Foreign Words, and Unusual Language</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.idno"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-idno.html">idno</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">número identificativo</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona un número, estándard o no, usado para la identificación de un elemento bibliográfico.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPERSbp">13.3.1. Basic Principles</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> + <td id="TEI.hyphenation"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-hyphenation.html">hyphenation</a></span>: <span lang="es" itemprop="seg">indica el modo en que han sido tratados el uso del guión presente en el texto fuente en la versión codificada de este.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.imprimatur"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-imprimatur.html">imprimatur</a></span>: <span lang="es" itemprop="seg">contiene una declaración formal que autoriza la publicazione de una obra, normalmente contenida en el recto o en el verso del frontispicio.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.idno"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-idno.html">idno</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">número identificativo</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona un número, estándard o no, usado para la identificación de un elemento bibliográfico.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPERSbp">13.3.1. Basic Principles</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.imprint"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-imprint.html">imprint</a></span>: <span lang="es" itemprop="seg">información de grupos acerca de la publicación o distribución de un elemento bibliográfico.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> + <td id="TEI.imprimatur"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-imprimatur.html">imprimatur</a></span>: <span lang="es" itemprop="seg">contiene una declaración formal que autoriza la publicazione de una obra, normalmente contenida en el recto o en el verso del frontispicio.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.index"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-index.html">index</a></span>: (<span lang="es" itemprop="seg">entrada de un índice.</span>) <span lang="es" itemprop="seg">marca un punto para ser indexado por cualquier criterio.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX">3.8.2. Index Entries</a>]</td> + <td id="TEI.imprint"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-imprint.html">imprint</a></span>: <span lang="es" itemprop="seg">información de grupos acerca de la publicación o distribución de un elemento bibliográfico.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.interpretation"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-interpretation.html">interpretation</a></span>: <span lang="es" itemprop="seg">describe la finalidad de cualquier información analítica o descriptiva añadida al texto en la transcripción.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a>]</td> + <td id="TEI.index"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-index.html">index</a></span>: (<span lang="es" itemprop="seg">entrada de un índice.</span>) <span lang="es" itemprop="seg">marca un punto para ser indexado por cualquier criterio.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONOIX">3.8.2. Index Entries</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.item"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-item.html">item</a></span>: <span lang="es" itemprop="seg">contiene un componente de una lista.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a>]</td> + <td id="TEI.interpretation"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-interpretation.html">interpretation</a></span>: <span lang="es" itemprop="seg">describe la finalidad de cualquier información analítica o descriptiva añadida al texto en la transcripción.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.join"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-join.html">join</a></span>: <span lang="es" itemprop="seg">identifica un segmento o fragmento de texto señalando eventuales elementos no contiguos que lo componen.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAG">16.7. Aggregation</a>]</td> + <td id="TEI.item"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-item.html">item</a></span>: <span lang="es" itemprop="seg">contiene un componente de una lista.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.joinGrp"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-joinGrp.html">joinGrp</a></span>: (<span lang="es" itemprop="seg">grupo de enlace</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa un conjunto de elementos de enlace a eventuales señalizadores.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAG">16.7. Aggregation</a>]</td> + <td id="TEI.join"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-join.html">join</a></span>: <span lang="es" itemprop="seg">identifica un segmento o fragmento de texto señalando eventuales elementos no contiguos que lo componen.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAG">16.7. Aggregation</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.keywords"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-keywords.html">keywords</a></span>: <span lang="es" itemprop="seg">contiene una lista de palabras clave o sintagmas que identifican la temática o la naturaleza del texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</a>]</td> + <td id="TEI.joinGrp"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-joinGrp.html">joinGrp</a></span>: (<span lang="es" itemprop="seg">grupo de enlace</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa un conjunto de elementos de enlace a eventuales señalizadores.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAAG">16.7. Aggregation</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.l"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-l.html">l</a></span>: (<span lang="es" itemprop="seg">verso</span>) <span lang="es" itemprop="seg">contiene un único verso, posiblemente incompleto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE">3.12.1. Core Tags for Verse</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODV">3.12. Passages of Verse or Drama</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> + <td id="TEI.keywords"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-keywords.html">keywords</a></span>: <span lang="es" itemprop="seg">contiene una lista de palabras clave o sintagmas que identifican la temática o la naturaleza del texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.label"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-label.html">label</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene un concepto o enunciado asociado con un ítem en una lista; en un glosario marca el término que se define.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> + <td id="TEI.l"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-l.html">l</a></span>: (<span lang="es" itemprop="seg">verso</span>) <span lang="es" itemprop="seg">contiene un único verso, posiblemente incompleto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE">3.12.1. Core Tags for Verse</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODV">3.12. Passages of Verse or Drama</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.langUsage"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-langUsage.html">langUsage</a></span>: (<span lang="es" itemprop="seg">lengua empleada</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">describe las lenguas, jergas, registros, dialectos, etc. presentes en el texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD41">2.4.2. Language Usage</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.label"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-label.html">label</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene un concepto o enunciado asociado con un ítem en una lista; en un glosario marca el término que se define.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.language"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-language.html">language</a></span>: <span lang="es" itemprop="seg">caracteriza una lengua o jerga empleada en un texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD41">2.4.2. Language Usage</a>]</td> + <td id="TEI.langUsage"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-langUsage.html">langUsage</a></span>: (<span lang="es" itemprop="seg">lengua empleada</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">describe las lenguas, jergas, registros, dialectos, etc. presentes en el texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD41">2.4.2. Language Usage</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.lb"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-lb.html">lb</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">salto de línea</span>) <span lang="es" itemprop="seg">marca el comienzo de una nueva línea (topográfica) en alguna edición o versión del texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> + <td id="TEI.language"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-language.html">language</a></span>: <span lang="es" itemprop="seg">caracteriza una lengua o jerga empleada en un texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD41">2.4.2. Language Usage</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.lg"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-lg.html">lg</a></span>: (<span lang="es" itemprop="seg">grupo de versos</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene un grupo de versos que funcionan como una unidad formal, p.ej. una estrofa, un refrán, un estribillo, etc.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE">3.12.1. Core Tags for Verse</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODV">3.12. Passages of Verse or Drama</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> + <td id="TEI.lb"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-lb.html">lb</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">salto de línea</span>) <span lang="es" itemprop="seg">marca el comienzo de una nueva línea (topográfica) en alguna edición o versión del texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.licence"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-licence.html">licence</a></span>: <span lang="en" itemprop="seg">contains information about a licence or other legal agreement applicable to the text.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> + <td id="TEI.lg"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-lg.html">lg</a></span>: (<span lang="es" itemprop="seg">grupo de versos</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene un grupo de versos que funcionan como una unidad formal, p.ej. una estrofa, un refrán, un estribillo, etc.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COVE">3.12.1. Core Tags for Verse</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODV">3.12. Passages of Verse or Drama</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.link"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-link.html">link</a></span>: <span lang="es" itemprop="seg">define una asociación o vínculo hipertextual entre elementos o fragmentos de texto que no es especificable por otros elementos.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</a>]</td> + <td id="TEI.licence"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-licence.html">licence</a></span>: <span lang="en" itemprop="seg">contains information about a licence or other legal agreement applicable to the text.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.linkGrp"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-linkGrp.html">linkGrp</a></span>: (<span lang="es" itemprop="seg">grupo de enlace</span>) <span lang="es" itemprop="seg">define un conjunto de asociaciones o de vínculos hipertextuales.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</a>]</td> + <td id="TEI.link"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-link.html">link</a></span>: <span lang="es" itemprop="seg">define una asociación o vínculo hipertextual entre elementos o fragmentos de texto que no es especificable por otros elementos.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.list"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-list.html">list</a></span>: <span lang="es" itemprop="seg">contiene cualquier secuencia de ítems o elementos organizados en una lista.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> + <td id="TEI.linkGrp"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-linkGrp.html">linkGrp</a></span>: (<span lang="es" itemprop="seg">grupo de enlace</span>) <span lang="es" itemprop="seg">define un conjunto de asociaciones o de vínculos hipertextuales.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.listBibl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-listBibl.html">listBibl</a></span>: (<span lang="es" itemprop="seg">lista de cita</span>) <span lang="es" itemprop="seg">contiene una lista de citas bibliográficas de cualquier tipo.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.list"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-list.html">list</a></span>: <span lang="es" itemprop="seg">contiene cualquier secuencia de ítems o elementos organizados en una lista.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.listChange"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-listChange.html">listChange</a></span>: <span lang="en" itemprop="seg">groups a number of change descriptions associated with either the creation of a source text or the revision of an encoded text.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PH-changes">11.7. Identifying Changes and Revisions</a>]</td> + <td id="TEI.listAnnotation"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-listAnnotation.html">listAnnotation</a></span>: <span lang="en" itemprop="seg">contains a list of annotations, typically encoded as <a class="link_ref" itemprop="ref" href="#TEI.annotation" title="annotation represents an annotation following the Web Annotation Data Model. [16.10. The standOff Container]"><annotation></a>, <span class="gi"><annotationBlock></span>, or <a class="link_ref" itemprop="ref" href="#TEI.note" title="note contiene una nota o aclaración [3.8.1. Notes and Simple Annotation 2.2.6. The Notes Statement 3.11.2.8. Notes and Statemen..."><note></a>, possibly organized with nested <a class="link_ref" itemprop="ref" href="#TEI.listAnnotation" title="listAnnotation contains a list of annotations typically encoded as <annotation> annotationBlock or <note> possibly organized wi..."><listAnnotation></a> elements.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASOstdf">16.10. The standOff Container</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.listPrefixDef"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-listPrefixDef.html">listPrefixDef</a></span>: (<span lang="en" itemprop="seg">list of prefix definitions</span>) <span lang="en" itemprop="seg">contains a list of definitions of prefixing schemes used in <span class="ident-datatype">data.pointer</span> values, showing how abbreviated URIs using each scheme may be expanded into full URIs.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPU">16.2.3. Using Abbreviated Pointers</a>]</td> + <td id="TEI.listBibl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-listBibl.html">listBibl</a></span>: (<span lang="es" itemprop="seg">lista de cita</span>) <span lang="es" itemprop="seg">contiene una lista de citas bibliográficas de cualquier tipo.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBITY">3.11.1. Methods of Encoding Bibliographic References and Lists of References</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.macro.limitedContent"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-macro.limitedContent.html">macro.limitedContent</a></span>: (<span lang="es" itemprop="seg">contenido del párrafo</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">define el contenido de elementos de prosa que no se usan para la transcripción de materiales existentes.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.listChange"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-listChange.html">listChange</a></span>: <span lang="en" itemprop="seg">groups a number of change descriptions associated with either the creation of a source text or the revision of an encoded text.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PH-changes">11.6. Identifying Changes and Revisions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.macro.paraContent"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-macro.paraContent.html">macro.paraContent</a></span>: (<span lang="es" itemprop="seg">contenido del párrafo</span>) <span lang="es" itemprop="seg">define el contenido de párrafos y elementos similares.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.listPrefixDef"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-listPrefixDef.html">listPrefixDef</a></span>: (<span lang="en" itemprop="seg">list of prefix definitions</span>) <span lang="en" itemprop="seg">contains a list of definitions of prefixing schemes used in <span class="ident-datatype">teidata.pointer</span> values, showing how abbreviated URIs using each scheme may be expanded into full URIs.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPU">16.2.3. Using Abbreviated Pointers</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.macro.phraseSeq"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-macro.phraseSeq.html">macro.phraseSeq</a></span>: (<span lang="es" itemprop="seg">secuencia sintagmática</span>) <span lang="es" itemprop="seg">>defince una secuencia de caracteres y elementos de tipo sintagmático.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECST">1.4.1. Standard Content Models</a>]</td> + <td id="TEI.macro.limitedContent"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-macro.limitedContent.html">macro.limitedContent</a></span>: (<span lang="es" itemprop="seg">contenido del párrafo</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">define el contenido de elementos de prosa que no se usan para la transcripción de materiales existentes.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.macro.phraseSeq.limited"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-macro.phraseSeq.limited.html">macro.phraseSeq.limited</a></span>: (<span lang="es" itemprop="seg">secuencia de sintagma limitada</span>) <span lang="es" itemprop="seg">define una secuencia de caracteres y elementos de tipo sintagmático que no se usan normalmente para transcribir.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECST">1.4.1. Standard Content Models</a>]</td> + <td id="TEI.macro.paraContent"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-macro.paraContent.html">macro.paraContent</a></span>: (<span lang="es" itemprop="seg">contenido del párrafo</span>) <span lang="es" itemprop="seg">define el contenido de párrafos y elementos similares.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.macro.specialPara"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-macro.specialPara.html">macro.specialPara</a></span>: (<span lang="es" itemprop="seg">contenido de párrafo 'especial'</span>) <span lang="es" itemprop="seg">define el modelo de contenido de elementos tipo notas o entradas de lista que contienen una serie de elementos a nivel de componentes que tienen la misma estructura de un párrafo con una serie de elementos a nivel sintagmático y inter-nivel.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.macro.phraseSeq"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-macro.phraseSeq.html">macro.phraseSeq</a></span>: (<span lang="es" itemprop="seg">secuencia sintagmática</span>) <span lang="es" itemprop="seg">>defince una secuencia de caracteres y elementos de tipo sintagmático.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECST">1.4.1. Standard Content Models</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.measure"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-measure.html">measure</a></span>: <span lang="es" itemprop="seg">contiene una palabra o sintagma referido a alguna cantidad de un objeto o producto, normalmente incluye un número, una unidad y un nombre de producto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and Measures</a>]</td> + <td id="TEI.macro.phraseSeq.limited"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-macro.phraseSeq.limited.html">macro.phraseSeq.limited</a></span>: (<span lang="es" itemprop="seg">secuencia de sintagma limitada</span>) <span lang="es" itemprop="seg">define una secuencia de caracteres y elementos de tipo sintagmático que no se usan normalmente para transcribir.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STECST">1.4.1. Standard Content Models</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.measureGrp"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-measureGrp.html">measureGrp</a></span>: (<span lang="es" itemprop="seg">grupo de medida</span>) <span lang="es" itemprop="seg">contiene un grupo de especificaciones dimensionales que se relacionan con un mismo objeto, por ejemplo la altura y la anchura de una página de manuscrito.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msdim">10.3.4. Dimensions</a>]</td> + <td id="TEI.macro.specialPara"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-macro.specialPara.html">macro.specialPara</a></span>: (<span lang="es" itemprop="seg">contenido de párrafo 'especial'</span>) <span lang="es" itemprop="seg">define el modelo de contenido de elementos tipo notas o entradas de lista que contienen una serie de elementos a nivel de componentes que tienen la misma estructura de un párrafo con una serie de elementos a nivel sintagmático y inter-nivel.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.media"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-media.html">media</a></span>: <span lang="en" itemprop="seg">indicates the location of any form of external media such as an audio or video clip etc.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</a>]</td> + <td id="TEI.measure"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-measure.html">measure</a></span>: <span lang="es" itemprop="seg">contiene una palabra o sintagma referido a alguna cantidad de un objeto o producto, normalmente incluye un número, una unidad y un nombre de producto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and Measures</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.meeting"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-meeting.html">meeting</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">en referencias bibliográficas, contiene una descripción del encuentro o conferencia del que deriva el elemento bibliográfico.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a>]</td> + <td id="TEI.measureGrp"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-measureGrp.html">measureGrp</a></span>: (<span lang="es" itemprop="seg">grupo de medida</span>) <span lang="es" itemprop="seg">contiene un grupo de especificaciones dimensionales que se relacionan con un mismo objeto, por ejemplo la altura y la anchura de una página de manuscrito.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msdim">10.3.4. Dimensions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.mentioned"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-mentioned.html">mentioned</a></span>: <span lang="es" itemprop="seg">marca palabras o locuciones mencionadas, no usadas.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a>]</td> + <td id="TEI.media"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-media.html">media</a></span>: <span lang="en" itemprop="seg">indicates the location of any form of external media such as an audio or video clip etc.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.milestone"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-milestone.html">milestone</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">marca un punto de frontera que separa cada tipo de sección de un texto, indicado por cambios en el sistema de referencia estándard, donde la sección no es representada por un elemento estructural.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> + <td id="TEI.meeting"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-meeting.html">meeting</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">en referencias bibliográficas, contiene una descripción del encuentro o conferencia del que deriva el elemento bibliográfico.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.addrPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.addrPart.html">model.addrPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que constituyen una dirección postal o de cualquier otro tipo.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> + <td id="TEI.mentioned"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-mentioned.html">mentioned</a></span>: <span lang="es" itemprop="seg">marca palabras o locuciones mencionadas, no usadas.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.addressLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.addressLike.html">model.addressLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos sintagmáticos usados para representar una dirección postal o electrónica.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#ST">1. The TEI Infrastructure</a>]</td> + <td id="TEI.milestone"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-milestone.html">milestone</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">marca un punto de frontera que separa cada tipo de sección de un texto, indicado por cambios en el sistema de referencia estándard, donde la sección no es representada por un elemento estructural.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.applicationLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.applicationLike.html">model.applicationLike</a></span>: <span lang="es" itemprop="seg">agrupa en el encabezado los elementos usados para registrar la información específica de la aplicación de un documento.</span></td> + <td id="TEI.model.addrPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.addrPart.html">model.addrPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que constituyen una dirección postal o de cualquier otro tipo.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.availabilityPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.availabilityPart.html">model.availabilityPart</a></span>: <span lang="en" itemprop="seg">groups elements such as licences and paragraphs of text which may appear as part of an availability statement</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> + <td id="TEI.model.addressLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.addressLike.html">model.addressLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos sintagmáticos usados para representar una dirección postal o electrónica.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#ST">1. The TEI Infrastructure</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.biblLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.biblLike.html">model.biblLike</a></span>: <span lang="es" itemprop="seg">agrupa elementos que contienen una descripción bibliográfica.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI">3.11. Bibliographic Citations and References</a>]</td> + <td id="TEI.model.annotationLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.annotationLike.html">model.annotationLike</a></span>: <span lang="en" itemprop="seg">groups elements used to represent annotations.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASOstdf">16.10. The standOff Container</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.biblPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.biblPart.html">model.biblPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que pueden aparecer al interno citas bibliográficas.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI">3.11. Bibliographic Citations and References</a>]</td> + <td id="TEI.model.annotationPart.body"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.annotationPart.body.html">model.annotationPart.body</a></span>: <span lang="en" itemprop="seg">groups elements which may be used as an <a class="link_ref" itemprop="ref" href="#TEI.annotation" title="annotation represents an annotation following the Web Annotation Data Model. [16.10. The standOff Container]"><annotation></a> body.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.catDescPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.catDescPart.html">model.catDescPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que pueden usarse dentro de <a class="link_ref" itemprop="ref" href="#TEI.catDesc" title="catDesc (descripción de una categoría) describe alguna categoría dentro de una taxonomía o tipología textual a través de una br..."><catDesc></a> y que aparecen en numerosas ocasiones.</span></td> + <td id="TEI.model.applicationLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.applicationLike.html">model.applicationLike</a></span>: <span lang="es" itemprop="seg">agrupa en el encabezado los elementos usados para registrar la información específica de la aplicación de un documento.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.certLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.certLike.html">model.certLike</a></span>: <span lang="en" itemprop="seg">groups elements which are used to indicate uncertainty or precision of other elements.</span></td> + <td id="TEI.model.attributable"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.attributable.html">model.attributable</a></span>: <span lang="en" itemprop="seg">groups elements that contain a word or phrase that can be attributed to a source.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSFLT">4.3.2. Floating Texts</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.choicePart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.choicePart.html">model.choicePart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos (excluída el propio elemento "choice") que pueden ser usados en alternancia con <a class="link_ref" itemprop="ref" href="#TEI.choice" title="choice agrupa un número de codificaciones alternativas para el mismo punto en un texto. [3.4. Simple Editorial Changes]"><choice></a>.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> + <td id="TEI.model.availabilityPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.availabilityPart.html">model.availabilityPart</a></span>: <span lang="en" itemprop="seg">groups elements such as licences and paragraphs of text which may appear as part of an availability statement</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.common"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.common.html">model.common</a></span>: <span lang="es" itemprop="seg">agrupa elementos comunes a nivel de fragmentos de texto o internivel.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.biblLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.biblLike.html">model.biblLike</a></span>: <span lang="es" itemprop="seg">agrupa elementos que contienen una descripción bibliográfica.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI">3.11. Bibliographic Citations and References</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.correspActionPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.correspActionPart.html">model.correspActionPart</a></span>: <span lang="en" itemprop="seg">groups elements which define the parts (usually names, dates and places) of one action related to the correspondence.</span></td> + <td id="TEI.model.biblPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.biblPart.html">model.biblPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que pueden aparecer al interno citas bibliográficas.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI">3.11. Bibliographic Citations and References</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.correspContextPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.correspContextPart.html">model.correspContextPart</a></span>: <span lang="en" itemprop="seg">groups elements which may appear as part of the correspContext element</span></td> + <td id="TEI.model.catDescPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.catDescPart.html">model.catDescPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que pueden usarse dentro de <a class="link_ref" itemprop="ref" href="#TEI.catDesc" title="catDesc (descripción de una categoría) describe alguna categoría dentro de una taxonomía o tipología textual a través de una br..."><catDesc></a> y que aparecen en numerosas ocasiones.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.correspDescPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.correspDescPart.html">model.correspDescPart</a></span>: <span lang="en" itemprop="seg">groups together metadata elements for describing correspondence</span></td> + <td id="TEI.model.certLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.certLike.html">model.certLike</a></span>: <span lang="en" itemprop="seg">groups elements which are used to indicate uncertainty or precision of other elements.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.dateLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.dateLike.html">model.dateLike</a></span>: <span lang="es" itemprop="seg">agrupa elementos que contienen expresiones temporales.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.7. Dates and Times</a>]</td> + <td id="TEI.model.choicePart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.choicePart.html">model.choicePart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos (excluída el propio elemento "choice") que pueden ser usados en alternancia con <a class="link_ref" itemprop="ref" href="#TEI.choice" title="choice agrupa un número de codificaciones alternativas para el mismo punto en un texto. [3.4. Simple Editorial Changes]"><choice></a>.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.descLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.descLike.html">model.descLike</a></span>: <span lang="en" itemprop="seg">groups elements which contain a description of their function.</span></td> + <td id="TEI.model.common"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.common.html">model.common</a></span>: <span lang="es" itemprop="seg">agrupa elementos comunes a nivel de fragmentos de texto o internivel.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.describedResource"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.describedResource.html">model.describedResource</a></span>: <span lang="en" itemprop="seg">groups elements which contain the content of a digital resource and its metadata; these elements may serve as the outermost or ‘root’ element of a TEI-conformant document</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.correspActionPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.correspActionPart.html">model.correspActionPart</a></span>: <span lang="en" itemprop="seg">groups elements which define the parts (usually names, dates and places) of one action related to the correspondence.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.div1Like"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.div1Like.html">model.div1Like</a></span>: <span lang="es" itemprop="seg">agrupa divisiones estructurales de nivel superior.</span></td> + <td id="TEI.model.correspContextPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.correspContextPart.html">model.correspContextPart</a></span>: <span lang="en" itemprop="seg">groups elements which may appear as part of the correspContext element</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.div2Like"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.div2Like.html">model.div2Like</a></span>: <span lang="es" itemprop="seg">agrupa divisiones estructurales de segundo nivel.</span></td> + <td id="TEI.model.correspDescPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.correspDescPart.html">model.correspDescPart</a></span>: <span lang="en" itemprop="seg">groups together metadata elements for describing correspondence</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.div3Like"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.div3Like.html">model.div3Like</a></span>: <span lang="es" itemprop="seg">agrupa divisiones estructurales de tercer nivel</span></td> + <td id="TEI.model.dateLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.dateLike.html">model.dateLike</a></span>: <span lang="es" itemprop="seg">agrupa elementos que contienen expresiones temporales.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.3.7. Dates and Times</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.div4Like"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.div4Like.html">model.div4Like</a></span>: <span lang="es" itemprop="seg">agrupa divisiones estructurales de cuarto nivel</span></td> + <td id="TEI.model.descLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.descLike.html">model.descLike</a></span>: <span lang="en" itemprop="seg">groups elements which contain a description of their function.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.div5Like"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.div5Like.html">model.div5Like</a></span>: <span lang="es" itemprop="seg">agrupa divisiones estructurales de quinto nivel</span></td> + <td id="TEI.model.describedResource"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.describedResource.html">model.describedResource</a></span>: <span lang="en" itemprop="seg">groups elements which contain the content of a digital resource and its metadata; these elements may serve as the outermost or ‘root’ element of a TEI-conformant document</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.div6Like"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.div6Like.html">model.div6Like</a></span>: <span lang="es" itemprop="seg">agrupa divisiones estructurales de sexto nivel</span></td> + <td id="TEI.model.div1Like"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.div1Like.html">model.div1Like</a></span>: <span lang="es" itemprop="seg">agrupa divisiones estructurales de nivel superior.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.div7Like"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.div7Like.html">model.div7Like</a></span>: <span lang="es" itemprop="seg">agrupa divisiones estructurales de séptimo nivel</span></td> + <td id="TEI.model.div2Like"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.div2Like.html">model.div2Like</a></span>: <span lang="es" itemprop="seg">agrupa divisiones estructurales de segundo nivel.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.divBottom"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.divBottom.html">model.divBottom</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que pueden aparecer sólo al final de una división textual, p.ej. un tráiler.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> + <td id="TEI.model.div3Like"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.div3Like.html">model.div3Like</a></span>: <span lang="es" itemprop="seg">agrupa divisiones estructurales de tercer nivel</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.divBottomPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.divBottomPart.html">model.divBottomPart</a></span>: <span lang="es" itemprop="seg">agrupa los elementos que pueden aparecer solamente al final de una división textual.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.model.div4Like"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.div4Like.html">model.div4Like</a></span>: <span lang="es" itemprop="seg">agrupa divisiones estructurales de cuarto nivel</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.divGenLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.divGenLike.html">model.divGenLike</a></span>: <span lang="es" itemprop="seg">agrupa elementos usados para representar divisiones estructurales que se generan explícitamente porque estan presentes en la fuente.</span></td> + <td id="TEI.model.div5Like"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.div5Like.html">model.div5Like</a></span>: <span lang="es" itemprop="seg">agrupa divisiones estructurales de quinto nivel</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.divLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.divLike.html">model.divLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos usados para representar divisiones estructurales recursivamente.</span></td> + <td id="TEI.model.div6Like"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.div6Like.html">model.div6Like</a></span>: <span lang="es" itemprop="seg">agrupa divisiones estructurales de sexto nivel</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.divPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.divPart.html">model.divPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que pueden aparecer entre párrafos u otras divisiones, pero no dentro de estos.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.div7Like"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.div7Like.html">model.div7Like</a></span>: <span lang="es" itemprop="seg">agrupa divisiones estructurales de séptimo nivel</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.divTop"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.divTop.html">model.divTop</a></span>: <span lang="es" itemprop="seg">agrupa los elementos que aparecen al principio de una división textual.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> + <td id="TEI.model.divBottom"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.divBottom.html">model.divBottom</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que pueden aparecer sólo al final de una división textual, p.ej. un tráiler.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.divTopPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.divTopPart.html">model.divTopPart</a></span>: <span lang="es" itemprop="seg">agrupa los elementos que pueden aparecer solamente al principio de una división textual.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.model.divBottomPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.divBottomPart.html">model.divBottomPart</a></span>: <span lang="es" itemprop="seg">agrupa los elementos que pueden aparecer solamente al final de una división textual.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.divWrapper"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.divWrapper.html">model.divWrapper</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que pueden aparecer al principio o al final de cualquier elemento de clase de división.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> + <td id="TEI.model.divGenLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.divGenLike.html">model.divGenLike</a></span>: <span lang="es" itemprop="seg">agrupa elementos usados para representar divisiones estructurales que se generan explícitamente porque estan presentes en la fuente.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.editorialDeclPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.editorialDeclPart.html">model.editorialDeclPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que pueden aparecer al interno de <a class="link_ref" itemprop="ref" href="#TEI.editorialDecl" title="editorialDecl (declaración de la edición) proporciona detalles de principios editoriales y prácticas aplicadas en la codificaci..."><editorialDecl></a> (declaración editorial) y que aparecen en diversas ocasiones.</span></td> + <td id="TEI.model.divLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.divLike.html">model.divLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos usados para representar divisiones estructurales recursivamente.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.egLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.egLike.html">model.egLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que contienen ejemplos.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDphraseTE">22.1.1. Phrase Level Terms</a>]</td> + <td id="TEI.model.divPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.divPart.html">model.divPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que pueden aparecer entre párrafos u otras divisiones, pero no dentro de estos.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.emphLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.emphLike.html">model.emphLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos sintagmáticos semánticos.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</a>]</td> + <td id="TEI.model.divTop"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.divTop.html">model.divTop</a></span>: <span lang="es" itemprop="seg">agrupa los elementos que aparecen al principio de una división textual.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.encodingDescPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.encodingDescPart.html">model.encodingDescPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que pueden aparecer al interno de <a class="link_ref" itemprop="ref" href="#TEI.encodingDesc" title="encodingDesc (Descripción de la codificación) documenta la relación entre un texto electrónico y la fuente o fuentes de las que..."><encodingDesc></a> (Descripción de la codificación) y que aparecen en diversas ocasiones.</span></td> + <td id="TEI.model.divTopPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.divTopPart.html">model.divTopPart</a></span>: <span lang="es" itemprop="seg">agrupa los elementos que pueden aparecer solamente al principio de una división textual.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.entryPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.entryPart.html">model.entryPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa todos los elementos definidos específicamente para diccionarios.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a>]</td> + <td id="TEI.model.divWrapper"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.divWrapper.html">model.divWrapper</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que pueden aparecer al principio o al final de cualquier elemento de clase de división.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.frontPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.frontPart.html">model.frontPart</a></span>: <span lang="es" itemprop="seg">agrupa elementos que aparecen a nivel de particiones textuales al interno del paratexto inicial o final.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRFAB">7.1. Front and Back Matter </a>]</td> + <td id="TEI.model.editorialDeclPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.editorialDeclPart.html">model.editorialDeclPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que pueden aparecer al interno de <a class="link_ref" itemprop="ref" href="#TEI.editorialDecl" title="editorialDecl (declaración de la edición) proporciona detalles de principios editoriales y prácticas aplicadas en la codificaci..."><editorialDecl></a> (declaración editorial) y que aparecen en diversas ocasiones.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.frontPart.drama"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.frontPart.drama.html">model.frontPart.drama</a></span>: <span lang="es" itemprop="seg">agrupa elementos que aparecen a nivel de partición textual al interno del paratexto inicial o final.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRFAB">7.1. Front and Back Matter </a>]</td> + <td id="TEI.model.egLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.egLike.html">model.egLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que contienen ejemplos.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDphraseTE">22.1.1. Phrase Level Terms</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.gLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.gLike.html">model.gLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que son</span></td> + <td id="TEI.model.emphLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.emphLike.html">model.emphLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos sintagmáticos semánticos.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.global"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.global.html">model.global</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos vacíos que pueden aparecer en cualquier punto de un texto TEI</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.encodingDescPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.encodingDescPart.html">model.encodingDescPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que pueden aparecer al interno de <a class="link_ref" itemprop="ref" href="#TEI.encodingDesc" title="encodingDesc (Descripción de la codificación) documenta la relación entre un texto electrónico y la fuente o fuentes de las que..."><encodingDesc></a> (Descripción de la codificación) y que aparecen en diversas ocasiones.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.global.edit"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.global.edit.html">model.global.edit</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos vacíos con funciones editoriales específicas, p.ej. la indicación del comienzo de un fragmento de texto añadido, omitido o perdido en el original.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.entryPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.entryPart.html">model.entryPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa todos los elementos definidos específicamente para diccionarios.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DIBO">9.1. Dictionary Body and Overall Structure</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.global.meta"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.global.meta.html">model.global.meta</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos vacíos que describen el estatus de otros elementos, p.ej. estableciendo grupos de relaciones o interpretaciones abstractas, o bien proporcionando indicaciones de certeza, etc., y que pueden aparecer en cualquier punto de un documento.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.frontPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.frontPart.html">model.frontPart</a></span>: <span lang="es" itemprop="seg">agrupa elementos que aparecen a nivel de particiones textuales al interno del paratexto inicial o final.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRFAB">7.1. Front and Back Matter </a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.glossLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.glossLike.html">model.glossLike</a></span>: <span lang="es" itemprop="seg">agrupa los elementos que proporcionan un nombre, descripción o explicación alternativa a elementos de codificación.</span></td> + <td id="TEI.model.frontPart.drama"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.frontPart.drama.html">model.frontPart.drama</a></span>: <span lang="es" itemprop="seg">agrupa elementos que aparecen a nivel de partición textual al interno del paratexto inicial o final.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRFAB">7.1. Front and Back Matter </a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.graphicLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.graphicLike.html">model.graphicLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que contienen imágenes, fórmulas u objetos similares.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</a>]</td> + <td id="TEI.model.gLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.gLike.html">model.gLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que son</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.headLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.headLike.html">model.headLike</a></span>: <span lang="es" itemprop="seg">agrupa los elementos usados para proporcionar un título o un encabezadoa al principio de una división textual.</span></td> + <td id="TEI.model.global"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.global.html">model.global</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos vacíos que pueden aparecer en cualquier punto de un texto TEI</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.hiLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.hiLike.html">model.hiLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos de nivel sintagmático para subrayar que no tienen una semántica específica.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</a>]</td> + <td id="TEI.model.global.edit"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.global.edit.html">model.global.edit</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos vacíos con funciones editoriales específicas, p.ej. la indicación del comienzo de un fragmento de texto añadido, omitido o perdido en el original.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.highlighted"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.highlighted.html">model.highlighted</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos de nivel sintagmático relativos al énfasis.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</a>]</td> + <td id="TEI.model.global.meta"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.global.meta.html">model.global.meta</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos vacíos que describen el estatus de otros elementos, p.ej. estableciendo grupos de relaciones o interpretaciones abstractas, o bien proporcionando indicaciones de certeza, etc., y que pueden aparecer en cualquier punto de un documento.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.imprintPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.imprintPart.html">model.imprintPart</a></span>: <span lang="es" itemprop="seg">agrupa los elementos bibliográficos que aparecen al interno de las siglas editoriales.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI">3.11. Bibliographic Citations and References</a>]</td> + <td id="TEI.model.glossLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.glossLike.html">model.glossLike</a></span>: <span lang="es" itemprop="seg">agrupa los elementos que proporcionan un nombre, descripción o explicación alternativa a elementos de codificación.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.inter"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.inter.html">model.inter</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos de la clase intermedia (internivel): tales elementos pueden aparecer bien al interno bien entre párrafos u entre otros elementos de tipo división de texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.graphicLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.graphicLike.html">model.graphicLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que contienen imágenes, fórmulas u objetos similares.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COGR">3.9. Graphics and Other Non-textual Components</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.lLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.lLike.html">model.lLike</a></span>: <span lang="es" itemprop="seg">agrupa elementos que representan componentes métricos como los versos.</span></td> + <td id="TEI.model.headLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.headLike.html">model.headLike</a></span>: <span lang="es" itemprop="seg">agrupa los elementos usados para proporcionar un título o un encabezadoa al principio de una división textual.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.lPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.lPart.html">model.lPart</a></span>: <span lang="es" itemprop="seg">agrupa elementos de nivel sintagmático utilizados sólo para los versos.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html#VESE">6.2. Components of the Verse Line</a>]</td> + <td id="TEI.model.hiLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.hiLike.html">model.hiLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos de nivel sintagmático para subrayar que no tienen una semántica específica.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.labelLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.labelLike.html">model.labelLike</a></span>: <span lang="es" itemprop="seg">agrupa los elementos usados para glosar o para explicar otras partes de un documento.</span></td> + <td id="TEI.model.highlighted"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.highlighted.html">model.highlighted</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos de nivel sintagmático relativos al énfasis.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.limitedPhrase"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.limitedPhrase.html">model.limitedPhrase</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que pueden aparecer a nivel de palabras o sintagmas, excluyendo los elementos destinados a la transcripción.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.imprintPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.imprintPart.html">model.imprintPart</a></span>: <span lang="es" itemprop="seg">agrupa los elementos bibliográficos que aparecen al interno de las siglas editoriales.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI">3.11. Bibliographic Citations and References</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.listLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.listLike.html">model.listLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa todos los elementos del tipo de lista.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> + <td id="TEI.model.inter"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.inter.html">model.inter</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos de la clase intermedia (internivel): tales elementos pueden aparecer bien al interno bien entre párrafos u entre otros elementos de tipo división de texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.measureLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.measureLike.html">model.measureLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que contienen un número, una cantidad, una medida, o un fragmento de texto similar que refleja algún significado numérico.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and Measures</a>]</td> + <td id="TEI.model.lLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.lLike.html">model.lLike</a></span>: <span lang="es" itemprop="seg">agrupa elementos que representan componentes métricos como los versos.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.milestoneLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.milestoneLike.html">model.milestoneLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos del tipo frontera (milestone) utilizados para representar sistemas de referencia.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> + <td id="TEI.model.lPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.lPart.html">model.lPart</a></span>: <span lang="es" itemprop="seg">agrupa elementos de nivel sintagmático utilizados sólo para los versos.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html#VESE">6.2. Components of the Verse Line</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.nameLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.nameLike.html">model.nameLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que nombran o indican a una persona, un lugar (construido por el hombre o geográfico), o una organización.</span></td> + <td id="TEI.model.labelLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.labelLike.html">model.labelLike</a></span>: <span lang="es" itemprop="seg">agrupa los elementos usados para glosar o para explicar otras partes de un documento.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.nameLike.agent"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.nameLike.agent.html">model.nameLike.agent</a></span>: <span lang="es" itemprop="seg">agrupa elementos que contienen nombres de individuos o de agrupaciones o sociedades.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA">3.5. Names, Numbers, Dates, Abbreviations, and Addresses</a>]</td> + <td id="TEI.model.limitedPhrase"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.limitedPhrase.html">model.limitedPhrase</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que pueden aparecer a nivel de palabras o sintagmas, excluyendo los elementos destinados a la transcripción.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.noteLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.noteLike.html">model.noteLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa todos los elementos del tipo de nota.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONO">3.8. Notes, Annotation, and Indexing</a>]</td> + <td id="TEI.model.listLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.listLike.html">model.listLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa todos los elementos del tipo de lista.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COLI">3.7. Lists</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.oddDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.oddDecl.html">model.oddDecl</a></span>: <span lang="es" itemprop="seg">agrupa elementos que generan declaraciones en un lenguaje de codificación dado en documentos aislados</span></td> + <td id="TEI.model.measureLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.measureLike.html">model.measureLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que contienen un número, una cantidad, una medida, o un fragmento de texto similar que refleja algún significado numérico.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and Measures</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.offsetLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.offsetLike.html">model.offsetLike</a></span>: <span lang="es" itemprop="seg">agrupa los elementos que pueden aparecer solamente como parte de un topónimo.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPLAC">13.2.3. Place Names</a>]</td> + <td id="TEI.model.milestoneLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.milestoneLike.html">model.milestoneLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos del tipo frontera (milestone) utilizados para representar sistemas de referencia.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.pLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.pLike.html">model.pLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">la clase de elementos de tipo párrafa con la finalidad de intercambio.</span></td> + <td id="TEI.model.nameLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.nameLike.html">model.nameLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que nombran o indican a una persona, un lugar (construido por el hombre o geográfico), o una organización.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.pLike.front"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.pLike.front.html">model.pLike.front</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que aparecen como componentes directos del paratexto inicial cuando no se da un encabezamiento electrónico.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.model.nameLike.agent"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.nameLike.agent.html">model.nameLike.agent</a></span>: <span lang="es" itemprop="seg">agrupa elementos que contienen nombres de individuos o de agrupaciones o sociedades.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA">3.5. Names, Numbers, Dates, Abbreviations, and Addresses</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.pPart.data"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.pPart.data.html">model.pPart.data</a></span>: <span lang="es" itemprop="seg">agrupa los elementos a nivel sintagmàtico que contienen nombres, fechas, medidas o datos similares.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA">3.5. Names, Numbers, Dates, Abbreviations, and Addresses</a>]</td> + <td id="TEI.model.noteLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.noteLike.html">model.noteLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa todos los elementos del tipo de nota.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONO">3.8. Notes, Annotation, and Indexing</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.pPart.edit"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.pPart.edit.html">model.pPart.edit</a></span>: <span lang="es" itemprop="seg">agrupa elementos de nivel sintagmático utilizados para simples correcciones o transcripciones editoriales.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> + <td id="TEI.model.oddDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.oddDecl.html">model.oddDecl</a></span>: <span lang="es" itemprop="seg">agrupa elementos que generan declaraciones en un lenguaje de codificación dado en documentos aislados</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.pPart.editorial"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.pPart.editorial.html">model.pPart.editorial</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos a nivel sintagmático utilizados para simples intervenciones editoriales que pueden ser útiles tanto en la transcripción como para autoría.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> + <td id="TEI.model.offsetLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.offsetLike.html">model.offsetLike</a></span>: <span lang="es" itemprop="seg">agrupa los elementos que pueden aparecer solamente como parte de un topónimo.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPLAC">13.2.3. Place Names</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.pPart.msdesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.pPart.msdesc.html">model.pPart.msdesc</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa les elementos empleados en la descripción de manuscritos.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#MS">10. Manuscript Description</a>]</td> + <td id="TEI.model.pLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.pLike.html">model.pLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">la clase de elementos de tipo párrafa con la finalidad de intercambio.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.pPart.transcriptional"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.pPart.transcriptional.html">model.pPart.transcriptional</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa solo elementos sintagmáticos utilizados para simples correcciones y transcripciones editoriales que no parecen ser útiles para la autoría.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> + <td id="TEI.model.pLike.front"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.pLike.front.html">model.pLike.front</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que aparecen como componentes directos del paratexto inicial cuando no se da un encabezamiento electrónico.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.phrase"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.phrase.html">model.phrase</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que pueden aparecer en el nivel de palabras o sintagmas.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.pPart.data"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.pPart.data.html">model.pPart.data</a></span>: <span lang="es" itemprop="seg">agrupa los elementos a nivel sintagmàtico que contienen nombres, fechas, medidas o datos similares.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONA">3.5. Names, Numbers, Dates, Abbreviations, and Addresses</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.phrase.xml"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.phrase.xml.html">model.phrase.xml</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos usados para codificar construcciones en XML en el nivel sintagmático, p.ej. nombre de elemento, nombres de atributo, y valores de atributo.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TD">22. Documentation Elements</a>]</td> + <td id="TEI.model.pPart.edit"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.pPart.edit.html">model.pPart.edit</a></span>: <span lang="es" itemprop="seg">agrupa elementos de nivel sintagmático utilizados para simples correcciones o transcripciones editoriales.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.placeNamePart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.placeNamePart.html">model.placeNamePart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que forman parte del nombre de un lugar</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPLAC">13.2.3. Place Names</a>]</td> + <td id="TEI.model.pPart.editorial"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.pPart.editorial.html">model.pPart.editorial</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos a nivel sintagmático utilizados para simples intervenciones editoriales que pueden ser útiles tanto en la transcripción como para autoría.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.placeStateLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.placeStateLike.html">model.placeStateLike</a></span>: <span lang="es" itemprop="seg">agrupa los elementos que describen aspectos variables de un lugar.</span></td> + <td id="TEI.model.pPart.msdesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.pPart.msdesc.html">model.pPart.msdesc</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa les elementos empleados en la descripción de manuscritos.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#MS">10. Manuscript Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.profileDescPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.profileDescPart.html">model.profileDescPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que pueden ser usados al interno de <a class="link_ref" itemprop="ref" href="#TEI.profileDesc" title="profileDesc (descripción del perfil del texto.) proporciona una descripción detallada de los aspectos no bibliográficos de un t..."><profileDesc></a> y que aparecen en diversas ocasiones.</span></td> + <td id="TEI.model.pPart.transcriptional"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.pPart.transcriptional.html">model.pPart.transcriptional</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa solo elementos sintagmáticos utilizados para simples correcciones y transcripciones editoriales que no parecen ser útiles para la autoría.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COED">3.4. Simple Editorial Changes</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.ptrLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.ptrLike.html">model.ptrLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos usados para establecer localizaciones y referencias.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a>]</td> + <td id="TEI.model.phrase"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.phrase.html">model.phrase</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que pueden aparecer en el nivel de palabras o sintagmas.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.publicationStmtPart.agency"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.publicationStmtPart.agency.html">model.publicationStmtPart.agency</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los hijos de <a class="link_ref" itemprop="ref" href="#TEI.publicationStmt" title="publicationStmt (declaración de la publicación) agrupa la información concerniente a la publicación o distribución de un texto ..."><publicationStmt></a>.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> + <td id="TEI.model.phrase.xml"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.phrase.xml.html">model.phrase.xml</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos usados para codificar construcciones en XML en el nivel sintagmático, p.ej. nombre de elemento, nombres de atributo, y valores de atributo.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TD">22. Documentation Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.publicationStmtPart.detail"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.publicationStmtPart.detail.html">model.publicationStmtPart.detail</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los hijos de <a class="link_ref" itemprop="ref" href="#TEI.publicationStmt" title="publicationStmt (declaración de la publicación) agrupa la información concerniente a la publicación o distribución de un texto ..."><publicationStmt></a>.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> + <td id="TEI.model.placeNamePart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.placeNamePart.html">model.placeNamePart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que forman parte del nombre de un lugar</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPLAC">13.2.3. Place Names</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.qLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.qLike.html">model.qLike</a></span>: <span lang="es" itemprop="seg">agrupa elementos relativos al evidenciado que aparece al interno de o entre elementos a nivel de fragmentos de texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQ">3.3. Highlighting and Quotation</a>]</td> + <td id="TEI.model.placeStateLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.placeStateLike.html">model.placeStateLike</a></span>: <span lang="es" itemprop="seg">agrupa los elementos que describen aspectos variables de un lugar.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.quoteLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.quoteLike.html">model.quoteLike</a></span>: <span lang="es" itemprop="seg">agrupa los elementos que contienen directamente las citas</span></td> + <td id="TEI.model.profileDescPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.profileDescPart.html">model.profileDescPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que pueden ser usados al interno de <a class="link_ref" itemprop="ref" href="#TEI.profileDesc" title="profileDesc (descripción del perfil del texto.) proporciona una descripción detallada de los aspectos no bibliográficos de un t..."><profileDesc></a> y que aparecen en diversas ocasiones.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.resource"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.resource.html">model.resource</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos no-textuales que pueden aparecer junto al encabezado y un texto para constituir un documento de TEI.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> + <td id="TEI.model.ptrLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.ptrLike.html">model.ptrLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos usados para establecer localizaciones y referencias.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.respLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.respLike.html">model.respLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">aggrupa elementos utilizados para indicar responsabilidad intelectual, p.ej. dentro de un elemento bibliográfico.</span></td> + <td id="TEI.model.publicationStmtPart.agency"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.publicationStmtPart.agency.html">model.publicationStmtPart.agency</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los hijos de <a class="link_ref" itemprop="ref" href="#TEI.publicationStmt" title="publicationStmt (declaración de la publicación) agrupa la información concerniente a la publicación o distribución de un texto ..."><publicationStmt></a>.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.segLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.segLike.html">model.segLike</a></span>: <span lang="es" itemprop="seg">agrupa elementos usados por una segmentación arbitraria.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AILC">17.1. Linguistic Segment Categories</a>]</td> + <td id="TEI.model.publicationStmtPart.detail"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.publicationStmtPart.detail.html">model.publicationStmtPart.detail</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los hijos de <a class="link_ref" itemprop="ref" href="#TEI.publicationStmt" title="publicationStmt (declaración de la publicación) agrupa la información concerniente a la publicación o distribución de un texto ..."><publicationStmt></a>.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.sourceDescPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.sourceDescPart.html">model.sourceDescPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que pueden usarse al interno de <a class="link_ref" itemprop="ref" href="#TEI.sourceDesc" title="sourceDesc (descripción de la fuente) proporciona una descripción del texto (o textos) fuente del que un texto electrónico deri..."><sourceDesc></a> (descripción de la fuente) y que aparecen en diversas ocasiones.</span></td> + <td id="TEI.model.quoteLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.quoteLike.html">model.quoteLike</a></span>: <span lang="es" itemprop="seg">agrupa los elementos que contienen directamente las citas</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.specDescLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.specDescLike.html">model.specDescLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos para referir elementos de especificación</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TD">22. Documentation Elements</a>]</td> + <td id="TEI.model.resource"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.resource.html">model.resource</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos no-textuales que pueden aparecer junto al encabezado y un texto para constituir un documento de TEI.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ST.html#STEC">1.3. The TEI Class System</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.stageLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.stageLike.html">model.stageLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">aggrupa elementos que contienen indicaciones específicas de escena definidas en el conjunto adicional de marcadores de textos teatrales.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DROTH">7.3. Other Types of Performance Text</a>]</td> + <td id="TEI.model.respLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.respLike.html">model.respLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">aggrupa elementos utilizados para indicar responsabilidad intelectual, p.ej. dentro de un elemento bibliográfico.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.standOffPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.standOffPart.html">model.standOffPart</a></span>: <span lang="en" itemprop="seg">groups elements which may be used as children of <a class="link_ref" itemprop="ref" href="#TEI.standOff" title="standOff Functions as a container element for linked data contextual information and standoff annotations embedded in a TEI doc..."><standOff></a>.</span></td> + <td id="TEI.model.segLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.segLike.html">model.segLike</a></span>: <span lang="es" itemprop="seg">agrupa elementos usados por una segmentación arbitraria.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/AI.html#AILC">17.1. Linguistic Segment Categories</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.model.teiHeaderPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.teiHeaderPart.html">model.teiHeaderPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que pueden usarse al interno del <a class="link_ref" itemprop="ref" href="#TEI.teiHeader" title="teiHeader (Encabezado TEI) proporciona información descriptiva y declarativa de una página de título electrónico prefijada como..."><teiHeader></a> y aparecen en diversas ocasiones.</span></td> + <td id="TEI.model.sourceDescPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.sourceDescPart.html">model.sourceDescPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que pueden usarse al interno de <a class="link_ref" itemprop="ref" href="#TEI.sourceDesc" title="sourceDesc (descripción de la fuente) proporciona una descripción del texto (o textos) fuente del que un texto electrónico deri..."><sourceDesc></a> (descripción de la fuente) y que aparecen en diversas ocasiones.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.model.titlepagePart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.titlepagePart.html">model.titlepagePart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que aparecen como componentes directos del frontispicio electrónico (<a class="link_ref" itemprop="ref" href="#TEI.docTitle" title="docTitle (título del documento) contiene el título del documento incluyendo todos sus elementos constitutivos como especificado..."><docTitle></a>, <a class="link_ref" itemprop="ref" href="#TEI.docAuthor" title="docAuthor (autor del documento) contiene el nombre del autor del documento como se indica en el frontispicio (a menudo pero no ..."><docAuthor></a>, <a class="link_ref" itemprop="ref" href="#TEI.docImprint" title="docImprint (declaración de imprenta) contiene la declaración de la publicación (lugar y fecha de publicación casa editorial) ta..."><docImprint></a>, <a class="link_ref" itemprop="ref" href="#TEI.epigraph" title="epigraph contiene una cita anónima o atribuida que aparece al inicio de una sección o capítulo o en el frontispicio. [4.2.3. Ar..."><epigraph></a>, etc.)</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.model.specDescLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.specDescLike.html">model.specDescLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos para referir elementos de especificación</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TD">22. Documentation Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.monogr"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-monogr.html">monogr</a></span>: (<span lang="es" itemprop="seg">nivel monográfico.</span>) <span lang="es" itemprop="seg">contiene los elementos bibliográficos que describen un ítem (p.ej. un libro o revista) publicado independientemente (es decir, como un objeto físico separado).</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOL">3.11.2.1. Analytic, Monographic, and Series Levels</a>]</td> + <td id="TEI.model.stageLike"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.stageLike.html">model.stageLike</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">aggrupa elementos que contienen indicaciones específicas de escena definidas en el conjunto adicional de marcadores de textos teatrales.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DROTH">7.3. Other Types of Performance Text</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.name"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-name.html">name</a></span>: (<span lang="es" itemprop="seg">nombre, nombre propio</span>) <span lang="es" itemprop="seg">contiene un nombre propio o un sintagma nominal</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</a>]</td> + <td id="TEI.model.standOffPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.standOffPart.html">model.standOffPart</a></span>: <span lang="en" itemprop="seg">groups elements which may be used as children of <a class="link_ref" itemprop="ref" href="#TEI.standOff" title="standOff Functions as a container element for linked data contextual information and standoff annotations embedded in a TEI doc..."><standOff></a>.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.namespace"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-namespace.html">namespace</a></span>: <span lang="es" itemprop="seg">proporciona el nombre formal del namespace al cual pertenecen los elementos documentados por sus hijos.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</a>]</td> + <td id="TEI.model.teiHeaderPart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.teiHeaderPart.html">model.teiHeaderPart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa elementos que pueden usarse al interno del <a class="link_ref" itemprop="ref" href="#TEI.teiHeader" title="teiHeader (Encabezado TEI) proporciona información descriptiva y declarativa de una página de título electrónico prefijada como..."><teiHeader></a> y aparecen en diversas ocasiones.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.normalization"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-normalization.html">normalization</a></span>: <span lang="es" itemprop="seg">indica el grado de normalización o de regularización aplicado a la fuente original en el proceso de conversión a formato electrónico.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.model.titlepagePart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-model.titlepagePart.html">model.titlepagePart</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa los elementos que aparecen como componentes directos del frontispicio electrónico (<a class="link_ref" itemprop="ref" href="#TEI.docTitle" title="docTitle (título del documento) contiene el título del documento incluyendo todos sus elementos constitutivos como especificado..."><docTitle></a>, <a class="link_ref" itemprop="ref" href="#TEI.docAuthor" title="docAuthor (autor del documento) contiene el nombre del autor del documento como se indica en el frontispicio (a menudo pero no ..."><docAuthor></a>, <a class="link_ref" itemprop="ref" href="#TEI.docImprint" title="docImprint (declaración de imprenta) contiene la declaración de la publicación (lugar y fecha de publicación casa editorial) ta..."><docImprint></a>, <a class="link_ref" itemprop="ref" href="#TEI.epigraph" title="epigraph contiene una cita anónima o atribuida que aparece al inicio de una sección o capítulo o en el frontispicio. [4.2.3. Ar..."><epigraph></a>, etc.)</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.notatedMusic"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-notatedMusic.html">notatedMusic</a></span>: <span lang="en" itemprop="seg">encodes the presence of music notation in a text</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTNM">14.3. Notated Music in Written Text</a>]</td> + <td id="TEI.monogr"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-monogr.html">monogr</a></span>: (<span lang="es" itemprop="seg">nivel monográfico.</span>) <span lang="es" itemprop="seg">contiene los elementos bibliográficos que describen un ítem (p.ej. un libro o revista) publicado independientemente (es decir, como un objeto físico separado).</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOL">3.11.2.1. Analytic, Monographic, and Series Levels</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.note"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-note.html">note</a></span>: <span lang="es" itemprop="seg">contiene una nota o aclaración</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONONO">3.8.1. Notes and Simple Annotation</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD27">2.2.6. The Notes Statement</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICON">3.11.2.8. Notes and Statement of Language</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPNO">9.3.5.4. Notes within Entries</a>]</td> + <td id="TEI.name"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-name.html">name</a></span>: (<span lang="es" itemprop="seg">nombre, nombre propio</span>) <span lang="es" itemprop="seg">contiene un nombre propio o un sintagma nominal</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.notesStmt"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-notesStmt.html">notesStmt</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">declaración de notas</span>) <span lang="es" itemprop="seg">agrupa algunas notas que proporcionan información sobre un texto adicional referido en otras partes de la descripción bibliográfica.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD27">2.2.6. The Notes Statement</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> + <td id="TEI.namespace"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-namespace.html">namespace</a></span>: <span lang="es" itemprop="seg">proporciona el nombre formal del namespace al cual pertenecen los elementos documentados por sus hijos.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.num"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-num.html">num</a></span>: (<span lang="es" itemprop="seg">número</span>) <span lang="es" itemprop="seg">contiene un número, escrito en cualquier forma.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and Measures</a>]</td> + <td id="TEI.normalization"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-normalization.html">normalization</a></span>: <span lang="es" itemprop="seg">indica el grado de normalización o de regularización aplicado a la fuente original en el proceso de conversión a formato electrónico.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.opener"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-opener.html">opener</a></span>: <span lang="es" itemprop="seg">agrupa la fecha, autoria, fórmula introductiva o de saludo o expresiones similares utilizades al inicio de una división textual, especialmente en una carta.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> + <td id="TEI.notatedMusic"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-notatedMusic.html">notatedMusic</a></span>: <span lang="en" itemprop="seg">encodes the presence of music notation in a text</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTNM">14.3. Notated Music in Written Text</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.orig"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-orig.html">orig</a></span>: (<span lang="es" itemprop="seg">forma original</span>) <span lang="es" itemprop="seg">contiene una lectura que se marca como fiel al original.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDREG">3.4.2. Regularization and Normalization</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TC.html#TC">12. Critical Apparatus</a>]</td> + <td id="TEI.note"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-note.html">note</a></span>: <span lang="es" itemprop="seg">contiene una nota o aclaración</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONONO">3.8.1. Notes and Simple Annotation</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD27">2.2.6. The Notes Statement</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICON">3.11.2.8. Notes and Statement of Language</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DI.html#DITPNO">9.3.5.4. Notes within Entries</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.pb"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-pb.html">pb</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">cambio de página</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">marca la frontera entre una página de un texto y la siguiente en un sistema de referencia estándard.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> + <td id="TEI.notesStmt"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-notesStmt.html">notesStmt</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">declaración de notas</span>) <span lang="es" itemprop="seg">agrupa algunas notas que proporcionan información sobre un texto adicional referido en otras partes de la descripción bibliográfica.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD27">2.2.6. The Notes Statement</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.postBox"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-postBox.html">postBox</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">buzón</span>) <span lang="es" itemprop="seg">contiene un número u otro identificador para algún punto de entrega postal distinto a una dirección postal.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> + <td id="TEI.num"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-num.html">num</a></span>: (<span lang="es" itemprop="seg">número</span>) <span lang="es" itemprop="seg">contiene un número, escrito en cualquier forma.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and Measures</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.postCode"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-postCode.html">postCode</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">Código postal</span>) <span lang="es" itemprop="seg">Contiene un código numérico o alfabético usado como parte de la dirección postal para simplificar la clasificación o entrega de correo.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> + <td id="TEI.opener"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-opener.html">opener</a></span>: <span lang="es" itemprop="seg">agrupa la fecha, autoria, fórmula introductiva o de saludo o expresiones similares utilizades al inicio de una división textual, especialmente en una carta.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.postscript"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-postscript.html">postscript</a></span>: <span lang="es" itemprop="seg">contiene una posdata, p.ej. en una carta.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> + <td id="TEI.orig"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-orig.html">orig</a></span>: (<span lang="es" itemprop="seg">forma original</span>) <span lang="es" itemprop="seg">contiene una lectura que se marca como fiel al original.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDREG">3.4.2. Regularization and Normalization</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TC.html#TC">12. Critical Apparatus</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.prefixDef"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-prefixDef.html">prefixDef</a></span>: (<span lang="en" itemprop="seg">prefix definition</span>) <span lang="en" itemprop="seg">defines a prefixing scheme used in <span class="ident-datatype">data.pointer</span> values, showing how abbreviated URIs using the scheme may be expanded into full URIs.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPU">16.2.3. Using Abbreviated Pointers</a>]</td> + <td id="TEI.pb"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-pb.html">pb</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">cambio de página</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">marca la frontera entre una página de un texto y la siguiente en un sistema de referencia estándard.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5">3.10.3. Milestone Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.principal"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-principal.html">principal</a></span>: (<span lang="es" itemprop="seg">investigador principal</span>) <span lang="es" itemprop="seg">proporciona el nombre del investigador principal de la creación de un texto electrónico.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a>]</td> + <td id="TEI.postBox"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-postBox.html">postBox</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">buzón</span>) <span lang="es" itemprop="seg">contiene un número u otro identificador para algún punto de entrega postal distinto a una dirección postal.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.profileDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-profileDesc.html">profileDesc</a></span>: (<span lang="es" itemprop="seg">descripción del perfil del texto.</span>) <span lang="es" itemprop="seg">proporciona una descripción detallada de los aspectos no bibliográficos de un texto, especialmente las lenguas y jergas usadas, la situación en que se aparecen, los participantes que intervienen, etc.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a>]</td> + <td id="TEI.postCode"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-postCode.html">postCode</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">Código postal</span>) <span lang="es" itemprop="seg">Contiene un código numérico o alfabético usado como parte de la dirección postal para simplificar la clasificación o entrega de correo.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.projectDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-projectDesc.html">projectDesc</a></span>: (<span lang="es" itemprop="seg">descripción del proyecto</span>) <span lang="es" itemprop="seg">describe con detalle el objetivo o propósito para el que un archivo electrónico ha sido codificado, junto a cualquier otra información relevante sobre el proceso de codificación.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD51">2.3.1. The Project Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.postscript"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-postscript.html">postscript</a></span>: <span lang="es" itemprop="seg">contiene una posdata, p.ej. en una carta.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.ptr"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-ptr.html">ptr</a></span>: (<span lang="es" itemprop="seg">puntero</span>) <span lang="es" itemprop="seg">define un señalizador a otra localización.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</a>]</td> + <td id="TEI.prefixDef"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-prefixDef.html">prefixDef</a></span>: (<span lang="en" itemprop="seg">prefix definition</span>) <span lang="en" itemprop="seg">defines a prefixing scheme used in <span class="ident-datatype">teidata.pointer</span> values, showing how abbreviated URIs using the scheme may be expanded into full URIs.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPU">16.2.3. Using Abbreviated Pointers</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.pubPlace"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-pubPlace.html">pubPlace</a></span>: (<span lang="es" itemprop="seg">lugar de la publicación</span>) <span lang="es" itemprop="seg">contiene el nombre del lugar de publicación de un elemento bibliográfico.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> + <td id="TEI.principal"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-principal.html">principal</a></span>: (<span lang="es" itemprop="seg">investigador principal</span>) <span lang="es" itemprop="seg">proporciona el nombre del investigador principal de la creación de un texto electrónico.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.publicationStmt"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-publicationStmt.html">publicationStmt</a></span>: (<span lang="es" itemprop="seg">declaración de la publicación</span>) <span lang="es" itemprop="seg">agrupa la información concerniente a la publicación o distribución de un texto electrónico u otro texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> + <td id="TEI.profileDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-profileDesc.html">profileDesc</a></span>: (<span lang="es" itemprop="seg">descripción del perfil del texto.</span>) <span lang="es" itemprop="seg">proporciona una descripción detallada de los aspectos no bibliográficos de un texto, especialmente las lenguas y jergas usadas, la situación en que se aparecen, los participantes que intervienen, etc.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD4">2.4. The Profile Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.publisher"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-publisher.html">publisher</a></span>: <span lang="es" itemprop="seg">proporciona el nombre de la organización responsable de la publicación o la distribución de un elemento bibliográfico.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> + <td id="TEI.projectDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-projectDesc.html">projectDesc</a></span>: (<span lang="es" itemprop="seg">descripción del proyecto</span>) <span lang="es" itemprop="seg">describe con detalle el objetivo o propósito para el que un archivo electrónico ha sido codificado, junto a cualquier otra información relevante sobre el proceso de codificación.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD51">2.3.1. The Project Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.punctuation"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-punctuation.html">punctuation</a></span>: <span lang="en" itemprop="seg">specifies editorial practice adopted with respect to punctuation marks in the original.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COPU">3.2. Treatment of Punctuation</a>]</td> + <td id="TEI.ptr"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-ptr.html">ptr</a></span>: (<span lang="es" itemprop="seg">puntero</span>) <span lang="es" itemprop="seg">define un señalizador a otra localización.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.quotation"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-quotation.html">quotation</a></span>: <span lang="es" itemprop="seg">indica las prácticas editoriales adoptadas respecto al entrecomillado en el original.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.pubPlace"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-pubPlace.html">pubPlace</a></span>: (<span lang="es" itemprop="seg">lugar de la publicación</span>) <span lang="es" itemprop="seg">contiene el nombre del lugar de publicación de un elemento bibliográfico.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.quote"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-quote.html">quote</a></span>: (<span lang="es" itemprop="seg">cita</span>) <span lang="es" itemprop="seg">contiene una frase o pasaje atribuido por el narrador o autor a un agente externo al texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP">4.3.1. Grouped Texts</a>]</td> + <td id="TEI.publicationStmt"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-publicationStmt.html">publicationStmt</a></span>: (<span lang="es" itemprop="seg">declaración de la publicación</span>) <span lang="es" itemprop="seg">agrupa la información concerniente a la publicación o distribución de un texto electrónico u otro texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.ref"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-ref.html">ref</a></span>: (<span lang="es" itemprop="seg">referencia</span>) <span lang="es" itemprop="seg">define una referencia a otra localización, posiblemente modificada por un texto o comentario adicional.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</a>]</td> + <td id="TEI.publisher"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-publisher.html">publisher</a></span>: <span lang="es" itemprop="seg">proporciona el nombre de la organización responsable de la publicación o la distribución de un elemento bibliográfico.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD24">2.2.4. Publication, Distribution, Licensing, etc.</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.refState"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-refState.html">refState</a></span>: (<span lang="es" itemprop="seg">estado de la referencia</span>) <span lang="es" itemprop="seg">especifica un componente de una referencia canónica definida por el método milestone</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a>]</td> + <td id="TEI.punctuation"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-punctuation.html">punctuation</a></span>: <span lang="en" itemprop="seg">specifies editorial practice adopted with respect to punctuation marks in the original.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COPU">3.2. Treatment of Punctuation</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.refsDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-refsDecl.html">refsDecl</a></span>: (<span lang="es" itemprop="seg">declaración de referencias</span>) <span lang="es" itemprop="seg">indica cómo se han formado las referencias canónicas para este texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a>]</td> + <td id="TEI.quotation"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-quotation.html">quotation</a></span>: <span lang="es" itemprop="seg">indica las prácticas editoriales adoptadas respecto al entrecomillado en el original.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.reg"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-reg.html">reg</a></span>: (<span lang="es" itemprop="seg">regularización</span>) <span lang="es" itemprop="seg">contiene una lectura que ha sido regularizada o normalizada en algún sentido.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDREG">3.4.2. Regularization and Normalization</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/TC.html#TC">12. Critical Apparatus</a>]</td> + <td id="TEI.quote"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-quote.html">quote</a></span>: (<span lang="es" itemprop="seg">cita</span>) <span lang="es" itemprop="seg">contiene una frase o pasaje atribuido por el narrador o autor a un agente externo al texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSGRP">4.3.1. Grouped Texts</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.relatedItem"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-relatedItem.html">relatedItem</a></span>: <span lang="es" itemprop="seg">contiene o refiere algún otro elemento bibliográfico que se relaciona con el actual de alguna manera, por ejemplo como un versión complementaria o alternativa de este.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBIRI">3.11.2.7. Related Items</a>]</td> + <td id="TEI.ref"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-ref.html">ref</a></span>: (<span lang="es" itemprop="seg">referencia</span>) <span lang="es" itemprop="seg">define una referencia a otra localización, posiblemente modificada por un texto o comentario adicional.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COXR">3.6. Simple Links and Cross-References</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SAPT">16.1. Links</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.rendition"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-rendition.html">rendition</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona información sobre la interpretación ideada para uno o más elementos.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</a>]</td> + <td id="TEI.refState"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-refState.html">refState</a></span>: (<span lang="es" itemprop="seg">estado de la referencia</span>) <span lang="es" itemprop="seg">especifica un componente de una referencia canónica definida por el método milestone</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.resp"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-resp.html">resp</a></span>: (<span lang="es" itemprop="seg">responsabilidad</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene un sintagma que describe la naturaleza de la responsabilidad intelectual de una persona.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a>]</td> + <td id="TEI.refsDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-refsDecl.html">refsDecl</a></span>: (<span lang="es" itemprop="seg">declaración de referencias</span>) <span lang="es" itemprop="seg">indica cómo se han formado las referencias canónicas para este texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.6.3. Milestone Method</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54">2.3.6. The Reference System Declaration</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.respStmt"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-respStmt.html">respStmt</a></span>: (<span lang="es" itemprop="seg">declaración de responsabilidad</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona la declaración de la responsabilidad para el contenido intelectual de un texto, edición, grabación o serie, donde no basten o no se apliquen los elementos especializados para autores, editores, etc.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a>]</td> + <td id="TEI.reg"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-reg.html">reg</a></span>: (<span lang="es" itemprop="seg">regularización</span>) <span lang="es" itemprop="seg">contiene una lectura que ha sido regularizada o normalizada en algún sentido.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDREG">3.4.2. Regularization and Normalization</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/TC.html#TC">12. Critical Apparatus</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.revisionDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-revisionDesc.html">revisionDesc</a></span>: (<span lang="es" itemprop="seg">descripción de la revisión</span>) <span lang="es" itemprop="seg">resume el historial de la revisión de un archivo.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a>]</td> + <td id="TEI.relatedItem"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-relatedItem.html">relatedItem</a></span>: <span lang="es" itemprop="seg">contiene o refiere algún otro elemento bibliográfico que se relaciona con el actual de alguna manera, por ejemplo como un versión complementaria o alternativa de este.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBIRI">3.11.2.7. Related Items</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.row"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-row.html">row</a></span>: <span lang="es" itemprop="seg">contiene una fila de la tabla.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTTAB1">14.1.1. TEI Tables</a>]</td> + <td id="TEI.rendition"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-rendition.html">rendition</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona información sobre la interpretación ideada para uno o más elementos.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.rs"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-rs.html">rs</a></span>: (<span lang="es" itemprop="seg">serie referencial</span>) <span lang="es" itemprop="seg">contiene un nombre de intención general o una serie referencial.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPER">13.2.1. Personal Names</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</a>]</td> + <td id="TEI.resp"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-resp.html">resp</a></span>: (<span lang="es" itemprop="seg">responsabilidad</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene un sintagma que describe la naturaleza de la responsabilidad intelectual de una persona.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.said"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-said.html">said</a></span>: (<span lang="es" itemprop="seg">parlamento, discurso o pensamiento</span>) <span lang="es" itemprop="seg">indica los pasajes pensados o hablados en voz alta, si está indicado explícitamente en la fuente o no, si señalado directamente o indirectamente, sean de gente real o de personajes ficticios.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a>]</td> + <td id="TEI.respStmt"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-respStmt.html">respStmt</a></span>: (<span lang="es" itemprop="seg">declaración de responsabilidad</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona la declaración de la responsabilidad para el contenido intelectual de un texto, edición, grabación o serie, donde no basten o no se apliquen los elementos especializados para autores, editores, etc.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD22">2.2.2. The Edition Statement</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.salute"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-salute.html">salute</a></span>: (<span lang="es" itemprop="seg">saludo</span>) <span lang="es" itemprop="seg">contiene una fórmula introductiva o de saludo previa a un prefacio, a una dedicatoria o a atra división textual, o bien una fórmula conclusiva o de saludo al final de una carta, prefacio, etc.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a>]</td> + <td id="TEI.revisionDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-revisionDesc.html">revisionDesc</a></span>: (<span lang="es" itemprop="seg">descripción de la revisión</span>) <span lang="es" itemprop="seg">resume el historial de la revisión de un archivo.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD6">2.6. The Revision Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.samplingDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-samplingDecl.html">samplingDecl</a></span>: (<span lang="es" itemprop="seg">declaración de muestra</span>) <span lang="es" itemprop="seg">contiene una descripción en prosa sobre los fundamentos y métodos usados en textos de muestra en la creación de un corpus o una selección de textos.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD52">2.3.2. The Sampling Declaration</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.row"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-row.html">row</a></span>: <span lang="es" itemprop="seg">contiene una fila de la tabla.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTTAB1">14.1.1. TEI Tables</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.schemaRef"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-schemaRef.html">schemaRef</a></span>: (<span lang="en" itemprop="seg">schema reference</span>) <span lang="en" itemprop="seg">describes or points to a related customization or schema file</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDSCHSPEC">2.3.10. The Schema Specification</a>]</td> + <td id="TEI.rs"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-rs.html">rs</a></span>: (<span lang="es" itemprop="seg">serie referencial</span>) <span lang="es" itemprop="seg">contiene un nombre de intención general o una serie referencial.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDPER">13.2.1. Personal Names</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.5.1. Referring Strings</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.scriptNote"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-scriptNote.html">scriptNote</a></span>: <span lang="en" itemprop="seg">describes a particular script distinguished within the description of a manuscript or similar resource.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msph2">10.7.2. Writing, Decoration, and Other Notations</a>]</td> + <td id="TEI.said"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-said.html">said</a></span>: (<span lang="es" itemprop="seg">parlamento, discurso o pensamiento</span>) <span lang="es" itemprop="seg">indica los pasajes pensados o hablados en voz alta, si está indicado explícitamente en la fuente o no, si señalado directamente o indirectamente, sean de gente real o de personajes ficticios.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.seg"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-seg.html">seg</a></span>: (<span lang="es" itemprop="seg">segmento arbitrario</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene cualquier unidad textual a nivel sintagmático (inclusive otros elementos de tipo seg.)</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html#VESE">6.2. Components of the Verse Line</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> + <td id="TEI.salute"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-salute.html">salute</a></span>: (<span lang="es" itemprop="seg">saludo</span>) <span lang="es" itemprop="seg">contiene una fórmula introductiva o de saludo previa a un prefacio, a una dedicatoria o a atra división textual, o bien una fórmula conclusiva o de saludo al final de una carta, prefacio, etc.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.segmentation"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-segmentation.html">segmentation</a></span>: <span lang="es" itemprop="seg">describe los principios aplicados en la fragmentación del texto, p.ej. en las oraciones, sintagmas, morfemas, etc.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.samplingDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-samplingDecl.html">samplingDecl</a></span>: (<span lang="es" itemprop="seg">declaración de muestra</span>) <span lang="es" itemprop="seg">contiene una descripción en prosa sobre los fundamentos y métodos usados en textos de muestra en la creación de un corpus o una selección de textos.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD52">2.3.2. The Sampling Declaration</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.series"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-series.html">series</a></span>: (<span lang="es" itemprop="seg">series de información</span>) <span lang="es" itemprop="seg">contiene información sobre las series en que un libro u otro elemento bibliográfico ha aparecido.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOL">3.11.2.1. Analytic, Monographic, and Series Levels</a>]</td> + <td id="TEI.schemaRef"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-schemaRef.html">schemaRef</a></span>: (<span lang="en" itemprop="seg">schema reference</span>) <span lang="en" itemprop="seg">describes or points to a related customization or schema file</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDSCHSPEC">2.3.10. The Schema Specification</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.seriesStmt"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-seriesStmt.html">seriesStmt</a></span>: (<span lang="es" itemprop="seg">declaración de serie</span>) <span lang="es" itemprop="seg">agrupa información sobre la serie, si la hay, a la que pertenece una publicación.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> + <td id="TEI.scriptNote"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-scriptNote.html">scriptNote</a></span>: <span lang="en" itemprop="seg">describes a particular script distinguished within the description of a manuscript or similar resource.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#msph2">10.7.2. Writing, Decoration, and Other Notations</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.sic"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-sic.html">sic</a></span>: (<span lang="en" itemprop="seg">Latin for thus or so</span>) <span lang="es" itemprop="seg">contiene texto reproducido aparentemente icorrecto o inexacto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDCOR">3.4.1. Apparent Errors</a>]</td> + <td id="TEI.seg"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-seg.html">seg</a></span>: (<span lang="es" itemprop="seg">segmento arbitrario</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene cualquier unidad textual a nivel sintagmático (inclusive otros elementos de tipo seg.)</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASE">16.3. Blocks, Segments, and Anchors</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/VE.html#VESE">6.2. Components of the Verse Line</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRPAL">7.2.5. Speech Contents</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.signed"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-signed.html">signed</a></span>: (<span lang="es" itemprop="seg">firma</span>) <span lang="es" itemprop="seg">contiene una fórmula conclusiva o de saludo pospuesta a un prefacio, dedicatoria, u otro tipo de división textual.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a>]</td> + <td id="TEI.segmentation"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-segmentation.html">segmentation</a></span>: <span lang="es" itemprop="seg">describe los principios aplicados en la fragmentación del texto, p.ej. en las oraciones, sintagmas, morfemas, etc.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.soCalled"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-soCalled.html">soCalled</a></span>: <span lang="es" itemprop="seg">contiene una palabra o frase de la que el autor o narrador declina la responsabilidad, p.ej. mediante el uso de comillas o cursiva.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a>]</td> + <td id="TEI.series"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-series.html">series</a></span>: (<span lang="es" itemprop="seg">series de información</span>) <span lang="es" itemprop="seg">contiene información sobre las series en que un libro u otro elemento bibliográfico ha aparecido.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOL">3.11.2.1. Analytic, Monographic, and Series Levels</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.sourceDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-sourceDesc.html">sourceDesc</a></span>: (<span lang="es" itemprop="seg">descripción de la fuente</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona una descripción del texto (o textos) fuente del que un texto electrónico deriva o ha sido generado.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a>]</td> + <td id="TEI.seriesStmt"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-seriesStmt.html">seriesStmt</a></span>: (<span lang="es" itemprop="seg">declaración de serie</span>) <span lang="es" itemprop="seg">agrupa información sobre la serie, si la hay, a la que pertenece una publicación.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.sp"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-sp.html">sp</a></span>: (<span lang="es" itemprop="seg">discurso</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">Un discurso individual de un texto dramático, o un pasaje en prosa o en verso presentado como tal.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR">3.12.2. Core Tags for Drama</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODV">3.12. Passages of Verse or Drama</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP">7.2.2. Speeches and Speakers</a>]</td> + <td id="TEI.sic"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-sic.html">sic</a></span>: (<span lang="en" itemprop="seg">Latin for thus or so</span>) <span lang="es" itemprop="seg">contiene texto reproducido aparentemente icorrecto o inexacto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDCOR">3.4.1. Apparent Errors</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.speaker"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-speaker.html">speaker</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">una forma especializada de encabezamiento o etiqueta, que da nombre a uno o más interlocutores de un texto o fragmento dramático.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR">3.12.2. Core Tags for Drama</a>]</td> + <td id="TEI.signed"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-signed.html">signed</a></span>: (<span lang="es" itemprop="seg">firma</span>) <span lang="es" itemprop="seg">contiene una fórmula conclusiva o de saludo pospuesta a un prefacio, dedicatoria, u otro tipo de división textual.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSOC">4.2.2. Openers and Closers</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.sponsor"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-sponsor.html">sponsor</a></span>: <span lang="es" itemprop="seg">especifica el nombre de la organización o institución responsable.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a>]</td> + <td id="TEI.soCalled"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-soCalled.html">soCalled</a></span>: <span lang="es" itemprop="seg">contiene una palabra o frase de la que el autor o narrador declina la responsabilidad, p.ej. mediante el uso de comillas o cursiva.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ">3.3.3. Quotation</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.stage"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-stage.html">stage</a></span>: (<span lang="es" itemprop="seg">acotación</span>) <span lang="es" itemprop="seg">contiene cualquier tipo de acotación que aparece en un texto o fragmento dramático.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR">3.12.2. Core Tags for Drama</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODV">3.12. Passages of Verse or Drama</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA">7.2.4. Stage Directions</a>]</td> + <td id="TEI.sourceDesc"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-sourceDesc.html">sourceDesc</a></span>: (<span lang="es" itemprop="seg">descripción de la fuente</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona una descripción del texto (o textos) fuente del que un texto electrónico deriva o ha sido generado.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD3">2.2.7. The Source Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.standOff"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-standOff.html">standOff</a></span>: <span lang="en" itemprop="seg">Functions as a container element for linked data, contextual information, and stand-off annotations embedded in a TEI document.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASOstdf">16.10. The standOff Container</a>]</td> + <td id="TEI.sp"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-sp.html">sp</a></span>: (<span lang="es" itemprop="seg">discurso</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">Un discurso individual de un texto dramático, o un pasaje en prosa o en verso presentado como tal.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR">3.12.2. Core Tags for Drama</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODV">3.12. Passages of Verse or Drama</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSP">7.2.2. Speeches and Speakers</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.stdVals"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-stdVals.html">stdVals</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">valores estándard</span>) <span lang="es" itemprop="seg">indica el formato usado cuando aparecen fechas estandarizadas o valores numéricos.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> + <td id="TEI.speaker"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-speaker.html">speaker</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">una forma especializada de encabezamiento o etiqueta, que da nombre a uno o más interlocutores de un texto o fragmento dramático.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR">3.12.2. Core Tags for Drama</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.street"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-street.html">street</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">una dirección postal completa, incluyendo cualquier nombre o número identificativo para identificar el edifio, como el nombre de la calle o carretera.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> + <td id="TEI.sponsor"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-sponsor.html">sponsor</a></span>: <span lang="es" itemprop="seg">especifica el nombre de la organización o institución responsable.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.styleDefDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-styleDefDecl.html">styleDefDecl</a></span>: (<span lang="en" itemprop="seg">style definition language declaration</span>) <span lang="en" itemprop="seg">specifies the name of the formal language in which style or renditional information is supplied elsewhere in the document. The specific version of the scheme may also be supplied.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57-1a">2.3.5. The Default Style Definition Language Declaration</a>]</td> + <td id="TEI.stage"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-stage.html">stage</a></span>: (<span lang="es" itemprop="seg">acotación</span>) <span lang="es" itemprop="seg">contiene cualquier tipo de acotación que aparece en un texto o fragmento dramático.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODR">3.12.2. Core Tags for Drama</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CODV">3.12. Passages of Verse or Drama</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DR.html#DRSTA">7.2.4. Stage Directions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.table"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-table.html">table</a></span>: <span lang="es" itemprop="seg">contiene texto dispuedto en forma de tabla, con filas y columnas.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTTAB1">14.1.1. TEI Tables</a>]</td> + <td id="TEI.standOff"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-standOff.html">standOff</a></span>: <span lang="en" itemprop="seg">Functions as a container element for linked data, contextual information, and stand-off annotations embedded in a TEI document.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASOstdf">16.10. The standOff Container</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.tagUsage"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-tagUsage.html">tagUsage</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona información sobre el uso de un elemento específico al interno del texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</a>]</td> + <td id="TEI.stdVals"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-stdVals.html">stdVals</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">valores estándard</span>) <span lang="es" itemprop="seg">indica el formato usado cuando aparecen fechas estandarizadas o valores numéricos.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD53">2.3.3. The Editorial Practices Declaration</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.tagsDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-tagsDecl.html">tagsDecl</a></span>: (<span lang="es" itemprop="seg">declaración del etiquetado</span>) <span lang="es" itemprop="seg">proporciona información pormenorizada sobre el etiquetado aplicado a un documento.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a>]</td> + <td id="TEI.street"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-street.html">street</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">una dirección postal completa, incluyendo cualquier nombre o número identificativo para identificar el edifio, como el nombre de la calle o carretera.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONAAD">3.5.2. Addresses</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.taxonomy"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-taxonomy.html">taxonomy</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define una tipología o implícitamente, mediante una cita bibliográfica, o explícitamente, mediante una taxonomía estructurada.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD55">2.3.7. The Classification Declaration</a>]</td> + <td id="TEI.styleDefDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-styleDefDecl.html">styleDefDecl</a></span>: (<span lang="en" itemprop="seg">style definition language declaration</span>) <span lang="en" itemprop="seg">specifies the name of the formal language in which style or renditional information is supplied elsewhere in the document. The specific version of the scheme may also be supplied.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57-1a">2.3.5. The Default Style Definition Language Declaration</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.teiCorpus"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teiCorpus.html">teiCorpus</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene la totalidad de un corpus TEI codificado, comprendiendo un único encabezado y uno o más elementos TEI, cada uno de los cuales tiene a su vez un único encabezado y un texto.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> + <td id="TEI.table"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-table.html">table</a></span>: <span lang="es" itemprop="seg">contiene texto dispuedto en forma de tabla, con filas y columnas.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTTAB1">14.1.1. TEI Tables</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.teiHeader"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teiHeader.html">teiHeader</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">Encabezado TEI</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona información descriptiva y declarativa de una página de título electrónico prefijada como un texto conforme a TEI.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> + <td id="TEI.tagUsage"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-tagUsage.html">tagUsage</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona información sobre el uso de un elemento específico al interno del texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.certainty"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.certainty.html">teidata.certainty</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos que exprimen un grado de certeza.</span></td> + <td id="TEI.tagsDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-tagsDecl.html">tagsDecl</a></span>: (<span lang="es" itemprop="seg">declaración del etiquetado</span>) <span lang="es" itemprop="seg">proporciona información pormenorizada sobre el etiquetado aplicado a un documento.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD57">2.3.4. The Tagging Declaration</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.count"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.count.html">teidata.count</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos para números enteros no negativos usados como un cálculo.</span></td> + <td id="TEI.taxonomy"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-taxonomy.html">taxonomy</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define una tipología o implícitamente, mediante una cita bibliográfica, o explícitamente, mediante una taxonomía estructurada.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD55">2.3.7. The Classification Declaration</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.duration.iso"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.duration.iso.html">teidata.duration.iso</a></span>: <span lang="es" itemprop="seg">define la gama de valores de atributos posibles para representar la duración en el tiempo usando formatos estàndards ISO 8601.</span></td> + <td id="TEI.teiCorpus"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teiCorpus.html">teiCorpus</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene la totalidad de un corpus TEI codificado, comprendiendo un único encabezado y uno o más elementos TEI, cada uno de los cuales tiene a su vez un único encabezado y un texto.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.duration.w3c"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.duration.w3c.html">teidata.duration.w3c</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos disponibles para la representación de un periodo de tiempo usando tipos de datos W3C</span></td> + <td id="TEI.teiHeader"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teiHeader.html">teiHeader</a></span>: (<span lang="es" class="outOfDateTranslation" itemprop="seg">Encabezado TEI</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">proporciona información descriptiva y declarativa de una página de título electrónico prefijada como un texto conforme a TEI.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD11">2.1.1. The TEI Header and Its Components</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.interval"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.interval.html">teidata.interval</a></span>: <span lang="en" itemprop="seg">defines attribute values used to express an interval value.</span></td> + <td id="TEI.teidata.certainty"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.certainty.html">teidata.certainty</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos que exprimen un grado de certeza.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.language"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.language.html">teidata.language</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos usados para identificar una combinación determinada de lenguaje y escritura humanos.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CH.html#CHSH">6.1. Language Identification</a>]</td> + <td id="TEI.teidata.count"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.count.html">teidata.count</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos para números enteros no negativos usados como un cálculo.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.name"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.name.html">teidata.name</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos expresados como identificador o un nombre en XML.</span></td> + <td id="TEI.teidata.duration.iso"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.duration.iso.html">teidata.duration.iso</a></span>: <span lang="es" itemprop="seg">define la gama de valores de atributos posibles para representar la duración en el tiempo usando formatos estàndards ISO 8601.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.namespace"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.namespace.html">teidata.namespace</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos usados para indicar los nombres de los espacios en XML como establecen las recomendaciones técnicas del W3C para los <a class="link_ptr" itemprop="ptr" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/"><span>http://www.w3.org/TR/1999/REC-xml-names-19990114/</span></a></span></td> + <td id="TEI.teidata.duration.w3c"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.duration.w3c.html">teidata.duration.w3c</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos disponibles para la representación de un periodo de tiempo usando tipos de datos W3C</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.numeric"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.numeric.html">teidata.numeric</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos para valores numéricos.</span></td> + <td id="TEI.teidata.interval"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.interval.html">teidata.interval</a></span>: <span lang="en" itemprop="seg">defines attribute values used to express an interval value.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.outputMeasurement"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.outputMeasurement.html">teidata.outputMeasurement</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define una gama de valores para emplearlos en la especificación de las dimensiones de un objeto que se ha de incluir in la red.</span></td> + <td id="TEI.teidata.language"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.language.html">teidata.language</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos usados para identificar una combinación determinada de lenguaje y escritura humanos.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CH.html#CHSH">6.1. Language Identification</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.pattern"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.pattern.html">teidata.pattern</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define una gama de valores de atributos expresados como una expresión regular.</span></td> + <td id="TEI.teidata.name"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.name.html">teidata.name</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos expresados como identificador o un nombre en XML.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.pointer"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.pointer.html">teidata.pointer</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define una gama de valores de atributos usados para proporcionar un indicador de cualquier recurso, bien en el documento corriente o en otro.</span></td> + <td id="TEI.teidata.namespace"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.namespace.html">teidata.namespace</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos usados para indicar los nombres de los espacios en XML como establecen las recomendaciones técnicas del W3C para los <a class="link_ptr" itemprop="ptr" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/"><span>http://www.w3.org/TR/1999/REC-xml-names-19990114/</span></a></span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.prefix"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.prefix.html">teidata.prefix</a></span>: <span lang="en" itemprop="seg">defines a range of values that may function as a URI scheme name.</span></td> + <td id="TEI.teidata.numeric"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.numeric.html">teidata.numeric</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos para valores numéricos.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.probCert"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.probCert.html">teidata.probCert</a></span>: <span lang="en" itemprop="seg">defines a range of attribute values which can be expressed either as a numeric probability or as a coded certainty value.</span></td> + <td id="TEI.teidata.outputMeasurement"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.outputMeasurement.html">teidata.outputMeasurement</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define una gama de valores para emplearlos en la especificación de las dimensiones de un objeto que se ha de incluir in la red.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.probability"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.probability.html">teidata.probability</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos que exprimen un grado de probabilida.d</span></td> + <td id="TEI.teidata.pattern"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.pattern.html">teidata.pattern</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define una gama de valores de atributos expresados como una expresión regular.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.replacement"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.replacement.html">teidata.replacement</a></span>: <span lang="en" itemprop="seg">defines attribute values which contain a replacement template.</span></td> + <td id="TEI.teidata.pointer"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.pointer.html">teidata.pointer</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define una gama de valores de atributos usados para proporcionar un indicador de cualquier recurso, bien en el documento corriente o en otro.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.temporal.w3c"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.temporal.w3c.html">teidata.temporal.w3c</a></span>: <span lang="es" itemprop="seg">define la gama de valores de atributos que expresan un valor temporal del tipo fecha, hora, o combinación de ambas, de acuerdo con la especificación de W3C <span class="titlem">XML Schema Part 2: Datatypes Second Edition</span>.</span></td> + <td id="TEI.teidata.prefix"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.prefix.html">teidata.prefix</a></span>: <span lang="en" itemprop="seg">defines a range of values that may function as a URI scheme name.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.text"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.text.html">teidata.text</a></span>: <span lang="en" itemprop="seg">defines the range of attribute values used to express some kind of identifying string as a single sequence of Unicode characters possibly including whitespace.</span></td> + <td id="TEI.teidata.probCert"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.probCert.html">teidata.probCert</a></span>: <span lang="en" itemprop="seg">defines a range of attribute values which can be expressed either as a numeric probability or as a coded certainty value.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.truthValue"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.truthValue.html">teidata.truthValue</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos usados para expresar un valor cierto.</span></td> + <td id="TEI.teidata.probability"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.probability.html">teidata.probability</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos que exprimen un grado de probabilida.d</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.version"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.version.html">teidata.version</a></span>: <span lang="en" itemprop="seg">defines the range of attribute values which may be used to specify a TEI or Unicode version number.</span></td> + <td id="TEI.teidata.replacement"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.replacement.html">teidata.replacement</a></span>: <span lang="en" itemprop="seg">defines attribute values which contain a replacement template.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.versionNumber"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.versionNumber.html">teidata.versionNumber</a></span>: <span lang="en" itemprop="seg">defines the range of attribute values used for version numbers.</span></td> + <td id="TEI.teidata.temporal.w3c"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.temporal.w3c.html">teidata.temporal.w3c</a></span>: <span lang="es" itemprop="seg">define la gama de valores de atributos que expresan un valor temporal del tipo fecha, hora, o combinación de ambas, de acuerdo con la especificación de W3C <span class="titlem">XML Schema Part 2: Datatypes Second Edition</span>.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.word"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.word.html">teidata.word</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define una gama de valores de atributos expresados como una única palabra o señal.</span></td> + <td id="TEI.teidata.text"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.text.html">teidata.text</a></span>: <span lang="en" itemprop="seg">defines the range of attribute values used to express some kind of identifying string as a single sequence of Unicode characters possibly including whitespace.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.xTruthValue"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.xTruthValue.html">teidata.xTruthValue</a></span>: (<span lang="en" itemprop="seg">extended truth value</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos usados para expresar un valor cierto potencialmente desconocido.</span></td> + <td id="TEI.teidata.truthValue"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.truthValue.html">teidata.truthValue</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos usados para expresar un valor cierto.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.xmlName"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.xmlName.html">teidata.xmlName</a></span>: <span lang="en" itemprop="seg">defines attribute values which contain an XML name.</span></td> + <td id="TEI.teidata.version"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.version.html">teidata.version</a></span>: <span lang="en" itemprop="seg">defines the range of attribute values which may be used to specify a TEI or Unicode version number.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.teidata.xpath"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.xpath.html">teidata.xpath</a></span>: <span lang="en" itemprop="seg">defines attribute values which contain an XPath expression.</span></td> + <td id="TEI.teidata.versionNumber"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.versionNumber.html">teidata.versionNumber</a></span>: <span lang="en" itemprop="seg">defines the range of attribute values used for version numbers.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.term"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-term.html">term</a></span>: <span lang="es" itemprop="seg">contiene una palabra simple, multipalabra o designación simbólica que se considera como un término técnico.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQU">3.3.4. Terms, Glosses, Equivalents, and Descriptions</a>]</td> + <td id="TEI.teidata.word"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.word.html">teidata.word</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">define una gama de valores de atributos expresados como una única palabra o señal.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.text"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-text.html">text</a></span>: <span lang="es" itemprop="seg">contiene un único texto de cualquier tipo, sea este unitario o combinado, p.ej. un texto en verso o teatral, una recopilación de ensayos, una novela, un diccionario, o una fragmento de corpus.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> + <td id="TEI.teidata.xTruthValue"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.xTruthValue.html">teidata.xTruthValue</a></span>: (<span lang="en" itemprop="seg">extended truth value</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">define la gama de valores de atributos usados para expresar un valor cierto potencialmente desconocido.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.textClass"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-textClass.html">textClass</a></span>: (<span lang="es" itemprop="seg">clasificación de texto</span>) <span lang="es" itemprop="seg">agrupa información que describe la naturaleza o la temática de un texto en términos de un esquema de clasificación estándard.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</a>]</td> + <td id="TEI.teidata.xmlName"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.xmlName.html">teidata.xmlName</a></span>: <span lang="en" itemprop="seg">defines attribute values which contain an XML name.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.textLang"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-textLang.html">textLang</a></span>: (<span lang="es" itemprop="seg">lengua del texto</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">describe las lenguas y los sistemas de escritura usados en un manuscrito (no se ha de confundir con la descripción contenida en el elemento <a class="link_ref" itemprop="ref" href="#TEI.langUsage" title="langUsage (lengua empleada) describe las lenguas jergas registros dialectos etc. presentes en el texto. [2.4.2. Language Usage ..."><langUsage></a>. ****</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#mslangs">10.6.6. Languages and Writing Systems</a>]</td> + <td id="TEI.teidata.xpath"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-teidata.xpath.html">teidata.xpath</a></span>: <span lang="en" itemprop="seg">defines attribute values which contain an XPath expression.</span></td> </tr> <tr itemprop="row"> - <td id="TEI.time"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-time.html">time</a></span>: <span lang="es" itemprop="seg">contiene un sintagma que define un momento del día en cualquier formato.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a>]</td> + <td id="TEI.term"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-term.html">term</a></span>: <span lang="es" itemprop="seg">contiene una palabra simple, multipalabra o designación simbólica que se considera como un término técnico.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQU">3.3.4. Terms, Glosses, Equivalents, and Descriptions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.timeline"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-timeline.html">timeline</a></span>: (<span lang="es" itemprop="seg">escala temporal</span>) <span lang="es" itemprop="seg">indica una serie de puntos ordenados temporalmente los cuales pueden ser enlazados a los elementos de un texto hablado a fin de obtener un alineamiento temporal del texto mismo.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASYMP">16.4.2. Placing Synchronous Events in Time</a>]</td> + <td id="TEI.text"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-text.html">text</a></span>: <span lang="es" itemprop="seg">contiene un único texto de cualquier tipo, sea este unitario o combinado, p.ej. un texto en verso o teatral, una recopilación de ensayos, una novela, un diccionario, o una fragmento de corpus.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DS">4. Default Text Structure</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCDEF">15.1. Varieties of Composite Text</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.title"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-title.html">title</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene el título completo de una obra de cualquier tipo.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a>]</td> + <td id="TEI.textClass"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-textClass.html">textClass</a></span>: (<span lang="es" itemprop="seg">clasificación de texto</span>) <span lang="es" itemprop="seg">agrupa información que describe la naturaleza o la temática de un texto en términos de un esquema de clasificación estándard.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD43">2.4.3. The Text Classification</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.titlePage"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-titlePage.html">titlePage</a></span>: (<span lang="es" itemprop="seg">frontispicio</span>) <span lang="es" itemprop="seg">contiene el frontispicio de un texto incluido en el paratexto inicial o final</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.textLang"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-textLang.html">textLang</a></span>: (<span lang="es" itemprop="seg">lengua del texto</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">describe las lenguas y los sistemas de escritura usados en un manuscrito (no se ha de confundir con la descripción contenida en el elemento <a class="link_ref" itemprop="ref" href="#TEI.langUsage" title="langUsage (lengua empleada) describe las lenguas jergas registros dialectos etc. presentes en el texto. [2.4.2. Language Usage ..."><langUsage></a>. ****</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOI">3.11.2.4. Imprint, Size of a Document, and Reprint Information</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/MS.html#mslangs">10.6.6. Languages and Writing Systems</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.titlePart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-titlePart.html">titlePart</a></span>: <span lang="es" itemprop="seg">contiene una subsección o división del título de una obra, como se indica en el frontispicio.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> + <td id="TEI.time"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-time.html">time</a></span>: <span lang="es" itemprop="seg">contiene un sintagma que define un momento del día en cualquier formato.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.5.4. Dates and Times</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.titleStmt"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-titleStmt.html">titleStmt</a></span>: (<span lang="es" itemprop="seg">declaración del título</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa la información referente al título de una obra y a los responsables de su contenido intelectual.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> + <td id="TEI.timeline"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-timeline.html">timeline</a></span>: (<span lang="es" itemprop="seg">escala temporal</span>) <span lang="es" itemprop="seg">indica una serie de puntos ordenados temporalmente los cuales pueden ser enlazados a los elementos de un texto hablado a fin de obtener un alineamiento temporal del texto mismo.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASYMP">16.4.2. Placing Synchronous Events in Time</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.trailer"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-trailer.html">trailer</a></span>: <span lang="es" itemprop="seg">contiene una fórmula de clausura o un elemento a pie de página que aparece al final de una sección de texto</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSCO">4.2.4. Content of Textual Divisions</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> + <td id="TEI.title"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-title.html">title</a></span>: <span lang="es" class="outOfDateTranslation" itemprop="seg">contiene el título completo de una obra de cualquier tipo.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBICOR">3.11.2.2. Titles, Authors, and Editors</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD26">2.2.5. The Series Statement</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.unclear"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-unclear.html">unclear</a></span>: <span lang="es" itemprop="seg">contiene una palabra, frase o pasaje que no puede ser transcita con certeza, ya que en la fuente es ilegible o incomprensible.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDA">11.3.3.1. Damage, Illegibility, and Supplied Text</a> <a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a>]</td> + <td id="TEI.titlePage"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-titlePage.html">titlePage</a></span>: (<span lang="es" itemprop="seg">frontispicio</span>) <span lang="es" itemprop="seg">contiene el frontispicio de un texto incluido en el paratexto inicial o final</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.unit"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-unit.html">unit</a></span>: <span lang="en" itemprop="seg">contains a symbol, a word or a phrase referring to a unit of measurement in any kind of formal or informal system.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and Measures</a>]</td> + <td id="TEI.titlePart"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-titlePart.html">titlePart</a></span>: <span lang="es" itemprop="seg">contiene una subsección o división del título de una obra, como se indica en el frontispicio.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSTITL">4.6. Title Pages</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.unitDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-unitDecl.html">unitDecl</a></span>: (<span lang="en" itemprop="seg">unit declarations</span>) <span lang="en" itemprop="seg">provides information about units of measurement that are not members of the International System of Units.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDUDECL">2.3.9. The Unit Declaration</a>]</td> + <td id="TEI.titleStmt"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-titleStmt.html">titleStmt</a></span>: (<span lang="es" itemprop="seg">declaración del título</span>) <span lang="es" class="outOfDateTranslation" itemprop="seg">agrupa la información referente al título de una obra y a los responsables de su contenido intelectual.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD21">2.2.1. The Title Statement</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD2">2.2. The File Description</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.unitDef"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-unitDef.html">unitDef</a></span>: (<span lang="en" itemprop="seg">unit definition</span>) <span lang="en" itemprop="seg">contains descriptive information related to a specific unit of measurement.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDUDECL">2.3.9. The Unit Declaration</a>]</td> + <td id="TEI.trailer"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-trailer.html">trailer</a></span>: <span lang="es" itemprop="seg">contiene una fórmula de clausura o un elemento a pie de página que aparece al final de una sección de texto</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSCO">4.2.4. Content of Textual Divisions</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/DS.html#DSDTB">4.2. Elements Common to All Divisions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.when"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-when.html">when</a></span>: <span lang="es" itemprop="seg">proporciona una indicación temporal en términos relativos respecto a otros elementos determinados sobre la misma escala temporal, o en términos absolutos.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASYMP">16.4.2. Placing Synchronous Events in Time</a>]</td> + <td id="TEI.unclear"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-unclear.html">unclear</a></span>: <span lang="es" itemprop="seg">contiene una palabra, frase o pasaje que no puede ser transcita con certeza, ya que en la fuente es ilegible o incomprensible.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/PH.html#PHDA">11.3.3.1. Damage, Illegibility, and Supplied Text</a> <a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COEDADD">3.4.3. Additions, Deletions, and Omissions</a>]</td> </tr> <tr itemprop="row"> - <td id="TEI.xenoData"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-xenoData.html">xenoData</a></span>: (<span lang="en" itemprop="seg">non-TEI metadata</span>) <span lang="en" itemprop="seg">provides a container element into which metadata in non-TEI formats may be placed.</span> [<a class="link_ref" itemprop="ref" href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD9">2.5. Non-TEI Metadata</a>]</td> + <td id="TEI.unit"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-unit.html">unit</a></span>: <span lang="en" itemprop="seg">contains a symbol, a word or a phrase referring to a unit of measurement in any kind of formal or informal system.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONANU">3.5.3. Numbers and Measures</a>]</td> + </tr> + <tr itemprop="row"> + <td id="TEI.unitDecl"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-unitDecl.html">unitDecl</a></span>: (<span lang="en" itemprop="seg">unit declarations</span>) <span lang="en" itemprop="seg">provides information about units of measurement that are not members of the International System of Units.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDUDECL">2.3.9. The Unit Declaration</a>]</td> + </tr> + <tr itemprop="row"> + <td id="TEI.unitDef"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-unitDef.html">unitDef</a></span>: (<span lang="en" itemprop="seg">unit definition</span>) <span lang="en" itemprop="seg">contains descriptive information related to a specific unit of measurement.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HDUDECL">2.3.9. The Unit Declaration</a>]</td> + </tr> + <tr itemprop="row"> + <td id="TEI.when"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-when.html">when</a></span>: <span lang="es" itemprop="seg">proporciona una indicación temporal en términos relativos respecto a otros elementos determinados sobre la misma escala temporal, o en términos absolutos.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/SA.html#SASYMP">16.4.2. Placing Synchronous Events in Time</a>]</td> + </tr> + <tr itemprop="row"> + <td id="TEI.xenoData"><span class="hi" itemprop="hi"><a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/es/html/ref-xenoData.html">xenoData</a></span>: (<span lang="en" itemprop="seg">non-TEI metadata</span>) <span lang="en" itemprop="seg">provides a container element into which metadata in non-TEI formats may be placed.</span> [<a class="link_ref" itemprop="ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD9">2.5. Non-TEI Metadata</a>]</td> </tr> </table> </div> @@ -2308,8 +2341,7 @@ <h1> <!--TEI back--> <div class="stdfooter autogenerated"> <div class="footer"><!--standard links to project, institution etc--><a class="plain" href="http://www.tei-c.org/">TEI</a> <a class="plain" href="/">Home</a> </div> - <address>Sebastian Rahtz. - <br/><!-- + <address>Sebastian Rahtz. <br/><!-- Generated from index.xml using based on http://www.tei-c.org/Stylesheets/ diff --git a/Test/expected-results/test15.odd.rnc b/Test/expected-results/test15.odd.rnc index 1a59e99d8..257f65ca0 100644 --- a/Test/expected-results/test15.odd.rnc +++ b/Test/expected-results/test15.odd.rnc @@ -20,7 +20,11 @@ macro.paraContent = | model.lLike)* macro.limitedContent = (text | model.limitedPhrase | model.inter)* macro.phraseSeq = - (text | model.gLike | model.qLike | model.phrase | model.global)* + (text + | model.gLike + | model.attributable + | model.phrase + | model.global)* macro.phraseSeq.limited = (text | model.limitedPhrase | model.global)* macro.specialPara = (text @@ -1240,12 +1244,12 @@ model.nameLike.agent_sequenceOptional = name? model.nameLike.agent_sequenceOptionalRepeatable = name* model.nameLike.agent_sequenceRepeatable = name+ model.segLike = seg -model.hiLike = hi -model.hiLike_alternation = hi -model.hiLike_sequence = hi -model.hiLike_sequenceOptional = hi? -model.hiLike_sequenceOptionalRepeatable = hi* -model.hiLike_sequenceRepeatable = hi+ +model.hiLike = hi | q +model.hiLike_alternation = hi | q +model.hiLike_sequence = hi, q +model.hiLike_sequenceOptional = hi?, q? +model.hiLike_sequenceOptionalRepeatable = hi*, q* +model.hiLike_sequenceRepeatable = hi+, q+ model.emphLike = foreign | emph @@ -1433,16 +1437,17 @@ model.quoteLike_sequence = quote, cit model.quoteLike_sequenceOptional = quote?, cit? model.quoteLike_sequenceOptionalRepeatable = quote*, cit* model.quoteLike_sequenceRepeatable = quote+, cit+ -model.qLike = model.quoteLike | said | q | floatingText -model.qLike_alternation = - model.quoteLike_alternation | said | q | floatingText -model.qLike_sequence = model.quoteLike_sequence, said, q, floatingText -model.qLike_sequenceOptional = - model.quoteLike_sequenceOptional?, said?, q?, floatingText? -model.qLike_sequenceOptionalRepeatable = - model.quoteLike_sequenceOptionalRepeatable*, said*, q*, floatingText* -model.qLike_sequenceRepeatable = - model.quoteLike_sequenceRepeatable+, said+, q+, floatingText+ +model.attributable = model.quoteLike | said | floatingText +model.attributable_alternation = + model.quoteLike_alternation | said | floatingText +model.attributable_sequence = + model.quoteLike_sequence, said, floatingText +model.attributable_sequenceOptional = + model.quoteLike_sequenceOptional?, said?, floatingText? +model.attributable_sequenceOptionalRepeatable = + model.quoteLike_sequenceOptionalRepeatable*, said*, floatingText* +model.attributable_sequenceRepeatable = + model.quoteLike_sequenceRepeatable+, said+, floatingText+ model.respLike = author | editor | respStmt | meeting | sponsor | funder | principal model.divWrapper = @@ -1562,8 +1567,8 @@ model.inter = | model.labelLike | model.listLike | model.stageLike - | model.qLike -model.common = model.divPart | model.inter + | model.attributable +model.common = model.divPart | model.inter | q model.phrase = model.segLike | model.highlighted @@ -1592,6 +1597,8 @@ model.div4Like = div4 model.div5Like = div5 model.div6Like = div6 model.div7Like = div7 +model.annotationLike = note | annotation +model.annotationPart.body = ptr | ref | note model.applicationLike = application model.teiHeaderPart = encodingDesc | profileDesc | xenoData model.sourceDescPart = notAllowed @@ -1625,7 +1632,13 @@ model.profileDescPart = | calendarDesc | correspDesc model.standOffPart = - model.global.meta | model.biblLike | model.listLike | listChange | seg + model.global.meta + | model.biblLike + | model.listLike + | model.annotationLike + | listChange + | seg + | listAnnotation att.formula.attributes = att.formula.attribute.formula att.formula.attribute.formula = [ @@ -1903,12 +1916,14 @@ cit = ## (cited quotation) contains a quotation from some other document, together with a bibliographic reference to its source. In a dictionary it may contain an example text with at least one occurrence of the word form, used in the sense being described, or a translation of the headword, or an example. [3.3.3. Quotation 4.3.1. Grouped Texts 9.3.5.1. Examples] element cit { - (model.qLike + (model.biblLike | model.egLike - | model.biblLike - | model.ptrLike + | model.entryPart | model.global - | model.entryPart)+, + | model.graphicLike + | model.ptrLike + | model.attributable + | q)+, att.global.attributes, att.typed.attributes, empty @@ -2329,12 +2344,12 @@ ptr = "\x{a}" ~ " " ], + att.cReferencing.attributes, + att.declaring.attributes, att.global.attributes, - att.pointing.attributes, att.internetMedia.attributes, + att.pointing.attributes, att.typed.attributes, - att.declaring.attributes, - att.cReferencing.attributes, empty } ref = @@ -2364,12 +2379,12 @@ ref = "\x{a}" ~ " " ], + att.cReferencing.attributes, + att.declaring.attributes, att.global.attributes, - att.pointing.attributes, att.internetMedia.attributes, + att.pointing.attributes, att.typed.attributes, - att.declaring.attributes, - att.cReferencing.attributes, empty } \list = @@ -2991,8 +3006,8 @@ sp = | model.pLike | model.listLike | model.stageLike - | model.qLike), - model.global*)+), + | model.attributable), + (model.global* | q))+), att.global.attributes, att.ascribed.directed.attributes, empty @@ -3138,7 +3153,7 @@ fileDesc = editionStmt?, extent?, publicationStmt, - seriesStmt?, + seriesStmt*, notesStmt?), sourceDesc+), att.global.attributes, @@ -3307,6 +3322,7 @@ seriesStmt = (model.pLike+ | (title+, (editor | respStmt)*, (idno | biblScope)*)), att.global.attributes, + att.declarable.attributes, empty } notesStmt = @@ -3333,7 +3349,7 @@ biblFull = editionStmt?, extent?, publicationStmt, - seriesStmt?, + seriesStmt*, notesStmt?), sourceDesc*) | (fileDesc, profileDesc)), @@ -3682,7 +3698,7 @@ cRefPattern = } prefixDef = - ## (prefix definition) defines a prefixing scheme used in data.pointer values, showing how abbreviated URIs using the scheme may be expanded into full URIs. [16.2.3. Using Abbreviated Pointers] + ## (prefix definition) defines a prefixing scheme used in teidata.pointer values, showing how abbreviated URIs using the scheme may be expanded into full URIs. [16.2.3. Using Abbreviated Pointers] element prefixDef { model.pLike*, att.global.attributes, @@ -3696,7 +3712,7 @@ prefixDef = } listPrefixDef = - ## (list of prefix definitions) contains a list of definitions of prefixing schemes used in data.pointer values, showing how abbreviated URIs using each scheme may be expanded into full URIs. [16.2.3. Using Abbreviated Pointers] + ## (list of prefix definitions) contains a list of definitions of prefixing schemes used in teidata.pointer values, showing how abbreviated URIs using each scheme may be expanded into full URIs. [16.2.3. Using Abbreviated Pointers] element listPrefixDef { (desc*, (prefixDef | listPrefixDef)+), att.global.attributes, @@ -4055,7 +4071,7 @@ revisionDesc = } change = - ## documents a change or set of changes made during the production of a source document, or during the revision of an electronic file. [2.6. The Revision Description 2.4.1. Creation 11.7. Identifying Changes and Revisions] + ## documents a change or set of changes made during the production of a source document, or during the revision of an electronic file. [2.6. The Revision Description 2.4.1. Creation 11.6. Identifying Changes and Revisions] element change { macro.specialPara, att.ascribed.attributes, @@ -4072,7 +4088,7 @@ change = } listChange = - ## groups a number of change descriptions associated with either the creation of a source text or the revision of an encoded text. [2.6. The Revision Description 11.7. Identifying Changes and Revisions] + ## groups a number of change descriptions associated with either the creation of a source text or the revision of an encoded text. [2.6. The Revision Description 11.6. Identifying Changes and Revisions] element listChange { (desc*, (listChange | change)+), att.global.attributes, @@ -4804,7 +4820,7 @@ when = | xsd:token { pattern = "[^\p{C}\p{Z}]+" } }?, - ## specifies a time interval either as a number or as one of the keywords defined by the datatype data.interval + ## specifies a time interval either as a number or as one of the keywords defined by the datatype teidata.interval attribute interval { xsd:float | ( @@ -5057,6 +5073,119 @@ standOff = att.declaring.attributes, empty } +listAnnotation = + [ + a:documentation [ + "contains a list of annotations, typically encoded as " + ns1:code [ "<annotation>" ] + ", " + ns1:code [ "<annotationBlock>" ] + ", or " + ns1:code [ "<note>" ] + ", possibly organized with nested " + ns1:code [ "<listAnnotation>" ] + " elements. [16.10. The standOff Container]" + ] + ] + element listAnnotation { + (model.headLike*, + model.labelLike*, + (model.annotationLike | listAnnotation)+), + att.global.attributes, + att.typed.attributes, + att.notated.attributes, + att.declaring.attributes, + empty + } +annotation = + [ + a:documentation [ + "represents an annotation following the " + ns1:a [ + href = "#WADM" + "Web\x{a}" ~ + " Annotation Data Model" + ] + ". [16.10. The standOff Container]" + ] + ] + element annotation { + (respStmt*, revisionDesc*, licence*, model.annotationPart.body*), + att.global.attribute.n, + att.global.attribute.xmllang, + att.global.attribute.xmlbase, + att.global.attribute.xmlspace, + att.global.rendition.attribute.rend, + att.global.rendition.attribute.style, + att.global.rendition.attribute.rendition, + att.global.linking.attribute.corresp, + att.global.linking.attribute.synch, + att.global.linking.attribute.sameAs, + att.global.linking.attribute.copyOf, + att.global.linking.attribute.next, + att.global.linking.attribute.prev, + att.global.linking.attribute.exclude, + att.global.linking.attribute.select, + att.global.responsibility.attribute.cert, + att.global.responsibility.attribute.resp, + att.global.source.attribute.source, + att.pointing.attribute.targetLang, + att.pointing.attribute.evaluate, + + ## (identifier) provides a unique identifier for the element bearing the attribute. + attribute xml:id { xsd:ID }, + + ## specifies the destination of the reference by supplying one or more URI References + attribute target { + list { xsd:anyURI+ } + }, + + ## + attribute motivation { + list { + ( + ## intent is to assess the target resource in some way, rather than simply make a comment about it + "assessing" + | + ## intent is to create a bookmark to the target or part thereof + "bookmarking" + | + ## intent is to classify the target in some way + "classifying" + | + ## intent is to comment about the target + "commenting" + | + ## intent is to describe the target, rather than (for example) comment on it + "describing" + | + ## intent is to request an edit or a change to the target resource + "editing" + | + ## intent is to highlight the target resource or a segment thereof + "highlighting" + | + ## intent is to assign an identity to the target + "identifying" + | + ## intent is to link to a resource related to the target + "linking" + | + ## intent is to assign some value or quality to the target + "moderating" + | + ## intent is to ask a question about the target + "questioning" + | + ## intent is to reply to a previous statement, either an annotation or another resource + "replying" + | + ## intent is to associate a tag with the target + "tagging")+ + } + }?, + empty + } att.tableDecoration.attributes = att.tableDecoration.attribute.role, att.tableDecoration.attribute.rows, diff --git a/Test/expected-results/test20.html b/Test/expected-results/test20.html index 0072fb8a5..34bf4773a 100644 --- a/Test/expected-results/test20.html +++ b/Test/expected-results/test20.html @@ -9,8 +9,8 @@ <meta name="DC.Title" content="Testing rendition"/> <meta name="DC.Type" content="Text"/> <meta name="DC.Format" content="text/html"/> - <link href="http://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> - <link rel="stylesheet" media="print" type="text/css" href="http://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> + <link href="https://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> + <link rel="stylesheet" media="print" type="text/css" href="https://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> <style xmlns:html="http://www.w3.org/1999/xhtml" type="text/css"> .it { font-style:italic; @@ -485,8 +485,7 @@ <h1 class="maintitle">Testing rendition</h1> <!--TEI back--> <div class="stdfooter autogenerated"> <div class="footer"><!--standard links to project, institution etc--><a class="plain" href="/">Home</a> </div> - <address>Sebastian Rahtz. - Date: 1970-01-01<br/><!-- + <address>Sebastian Rahtz. Date: 1970-01-01<br/><!-- Generated from index.xml using XSLT stylesheets version 0 based on http://www.tei-c.org/Stylesheets/ on 1970-01-01. diff --git a/Test/expected-results/test20.tex b/Test/expected-results/test20.tex index a747d60e4..2388b35c7 100644 --- a/Test/expected-results/test20.tex +++ b/Test/expected-results/test20.tex @@ -12,9 +12,9 @@ \catcode`⃥=\active \def⃥{\textbackslash} \catcode`❴=\active \def❴{\{} \catcode`❵=\active \def❵{\}} - \def\textJapanese{\fontspec{IPAMincho}} - \def\textChinese{\fontspec{HAN NOM A}\XeTeXlinebreaklocale "zh"\XeTeXlinebreakskip = 0pt plus 1pt } - \def\textKorean{\fontspec{Baekmuk Gulim} } + \def\textJapanese{\fontspec{Noto Sans CJK JP}} + \def\textChinese{\fontspec{Noto Sans CJK SC}} + \def\textKorean{\fontspec{Noto Sans CJK KR}} \setmonofont{DejaVu Sans Mono} \else diff --git a/Test/expected-results/test21.odd.rnc b/Test/expected-results/test21.odd.rnc index b05a94e74..a28e13527 100644 --- a/Test/expected-results/test21.odd.rnc +++ b/Test/expected-results/test21.odd.rnc @@ -4296,7 +4296,7 @@ occupation = } org = - ## (organisation) fournit des informations sur une organisation identifiable, telle qu'une entreprise, une tribu ou tout autre groupement de personnes. [13.2.2. Organizational Names] + ## (organisation) fournit des informations sur une organisation identifiable, telle qu'une entreprise, une tribu ou tout autre groupement de personnes. [13.3.3. Organizational Data] element org { (model.headLike*, (model.pLike* @@ -7776,9 +7776,7 @@ line = listTranspose = ## supplies a list of transpositions, each of which is indicated at some point in a document typically by means of metamarks. [11.3.4.5. Transpositions] - element listTranspose { - (desc*, transpose+), att.global.attributes, empty - } + element listTranspose { desc*, att.global.attributes, empty } metamark = ## contains or describes any kind of graphic or written signal within a document the function of which is to determine how it should be read rather than forming part of the actual content of the document. [11.3.4.2. Metamarks] @@ -7838,10 +7836,6 @@ retrace = att.dimensions.attributes, empty } -transpose = - - ## describes a single textual transposition as an ordered list of at least two pointers specifying the order in which the elements indicated should be re-combined. [11.3.4.5. Transpositions] - element transpose { (ptr, ptr+), att.global.attributes, empty } undo = ## indicates one or more marked-up interventions in a document which have subsequently been marked for cancellation. [11.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications] diff --git a/Test/expected-results/test22.html b/Test/expected-results/test22.html index 3f7ef86e2..8481a466c 100644 --- a/Test/expected-results/test22.html +++ b/Test/expected-results/test22.html @@ -9,8 +9,8 @@ <meta name="DC.Title" content="A Christmas Carol"/> <meta name="DC.Type" content="Text"/> <meta name="DC.Format" content="text/html"/> - <link href="http://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> - <link rel="stylesheet" media="print" type="text/css" href="http://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> + <link href="https://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> + <link rel="stylesheet" media="print" type="text/css" href="https://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> </head> <body class="simple" id="TOP"> <div class="stdheader autogenerated"> @@ -46,8 +46,7 @@ <h2> <!--TEI back--> <div class="stdfooter autogenerated"> <div class="footer"><!--standard links to project, institution etc--><a class="plain" href="/">Home</a> </div> - <address>Dickens, Charles, 1812-1870. - Date: 1970-01-01<br/><!-- + <address>Dickens, Charles, 1812-1870. Date: 1970-01-01<br/><!-- Generated from index.xml using XSLT stylesheets version 0 based on http://www.tei-c.org/Stylesheets/ on 1970-01-01. diff --git a/Test/expected-results/test23.html b/Test/expected-results/test23.html index 61d7d79a2..17f8e5916 100644 --- a/Test/expected-results/test23.html +++ b/Test/expected-results/test23.html @@ -9,8 +9,8 @@ <meta name="DC.Title" content="Whitespace handling"/> <meta name="DC.Type" content="Text"/> <meta name="DC.Format" content="text/html"/> - <link href="http://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> - <link rel="stylesheet" media="print" type="text/css" href="http://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> + <link href="https://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css"/> + <link rel="stylesheet" media="print" type="text/css" href="https://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css"/> </head> <body class="simple" id="TOP"> <div class="stdheader autogenerated"> @@ -85,8 +85,7 @@ <h2> <!--TEI back--> <div class="stdfooter autogenerated"> <div class="footer"><!--standard links to project, institution etc--><a class="plain" href="/">Home</a> </div> - <address>Sebastian Rahtz. - Date: 1970-01-01<br/><!-- + <address>Sebastian Rahtz. Date: 1970-01-01<br/><!-- Generated from index.xml using XSLT stylesheets version 0 based on http://www.tei-c.org/Stylesheets/ on 1970-01-01. diff --git a/Test/expected-results/test23.tex b/Test/expected-results/test23.tex index cca8ddb30..df0c9c8a8 100644 --- a/Test/expected-results/test23.tex +++ b/Test/expected-results/test23.tex @@ -12,9 +12,9 @@ \catcode`⃥=\active \def⃥{\textbackslash} \catcode`❴=\active \def❴{\{} \catcode`❵=\active \def❵{\}} - \def\textJapanese{\fontspec{IPAMincho}} - \def\textChinese{\fontspec{HAN NOM A}\XeTeXlinebreaklocale "zh"\XeTeXlinebreakskip = 0pt plus 1pt } - \def\textKorean{\fontspec{Baekmuk Gulim} } + \def\textJapanese{\fontspec{Noto Sans CJK JP}} + \def\textChinese{\fontspec{Noto Sans CJK SC}} + \def\textKorean{\fontspec{Noto Sans CJK KR}} \setmonofont{DejaVu Sans Mono} \else diff --git a/Test/expected-results/test24.html b/Test/expected-results/test24.html index 48c735b3c..ac226bd87 100644 --- a/Test/expected-results/test24.html +++ b/Test/expected-results/test24.html @@ -3,8 +3,8 @@ <head xmlns:html="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>title of corpus - - + +
@@ -52,8 +52,7 @@

-
author. - Date: 1970-01-01
-
OUCS. - Date: 1970-01-01
+ %Tatt.naming.attributes; %Tatt.typed.attributes; %Tatt.dimensions.attributes; > - - - - diff --git a/Test/expected-results/test30.rnc b/Test/expected-results/test30.rnc index cdf32d8b0..c36f47632 100644 --- a/Test/expected-results/test30.rnc +++ b/Test/expected-results/test30.rnc @@ -5207,7 +5207,7 @@ Toccupation = } Torg = - ## (organization) provides information about an identifiable organization such as a business, a tribe, or any other grouping of people. [13.2.2. Organizational Names] + ## (organization) provides information about an identifiable organization such as a business, a tribe, or any other grouping of people. [13.3.3. Organizational Data] element org { (Tmodel.headLike*, (Tmodel.pLike* @@ -6324,9 +6324,7 @@ Tline = TlistTranspose = ## supplies a list of transpositions, each of which is indicated at some point in a document typically by means of metamarks. [11.3.4.5. Transpositions] - element listTranspose { - (Tdesc*, Ttranspose+), Tatt.global.attributes, empty - } + element listTranspose { Tdesc*, Tatt.global.attributes, empty } Tmetamark = ## contains or describes any kind of graphic or written signal within a document the function of which is to determine how it should be read rather than forming part of the actual content of the document. [11.3.4.2. Metamarks] @@ -6386,10 +6384,6 @@ Tretrace = Tatt.dimensions.attributes, empty } -Ttranspose = - - ## describes a single textual transposition as an ordered list of at least two pointers specifying the order in which the elements indicated should be re-combined. [11.3.4.5. Transpositions] - element transpose { (Tptr, Tptr+), Tatt.global.attributes, empty } Tundo = ## indicates one or more marked-up interventions in a document which have subsequently been marked for cancellation. [11.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications] diff --git a/Test/expected-results/test31.html b/Test/expected-results/test31.html index 1d6fb1aa7..e9549cf1a 100644 --- a/Test/expected-results/test31.html +++ b/Test/expected-results/test31.html @@ -9,7 +9,7 @@ - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + [html] bring in CSS files - + - - + + - - + + - - - - - + + + + + - + -