diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f39fb3221..132c30009 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,14 +22,6 @@ jobs: - name: Run tests from the Test directory run: make clean test deb dist - - name: Slack Notification - if: always() - uses: rtCamp/action-slack-notify@v2 - env: - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} - SLACK_COLOR: ${{ job.status }} - MSG_MINIMAL: commit,actions url - test2: runs-on: ubuntu-latest container: @@ -41,11 +33,4 @@ jobs: - name: Run tests from the Test2 directory run: make test2 - - - name: Slack Notification - if: always() - uses: rtCamp/action-slack-notify@v2 - env: - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} - SLACK_COLOR: ${{ job.status }} - MSG_MINIMAL: commit,actions url + \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ec465827d..000000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -sudo: required - -language: java - -services: - - docker - -before_install: - - docker pull teic/jenkins:dev - -script: - - docker run --rm --name jenkins -w /var/odd -it -v `pwd`:/var/odd -u $UID --entrypoint "make" teic/jenkins:dev clean test deb dist diff --git a/ChangeLog b/ChangeLog index f2ee99bfb..d3b4569fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,640 @@ +2024-07-08 helenasabel + + bump version + + update of the p5 subset + +2024-07-07 Helena Bermúdez Sabel + + Merge pull request #690 from TEIC/issue_687_duplicate_deleted_attr + fix complex merging of attrs, #687 + +2024-07-07 ebeshero + + updating branch from dev + +2024-07-05 Helena Bermúdez Sabel + + P5subset update (#689) + * update p5subset and expected results + +2024-06-24 Syd Bauman + + With @joeytakeda and @ebeshero, fix odd2odds so that it does not "justcopy" attDef elements that are not defined in the source class. This is a bit complicated, see @joeytakeda’s explanation in #687 itself. + +2024-06-24 trishaoconnor + + Merge pull request #681 from TEIC/iss678_duplicateIdents + Fix regression: duplicate idents in `*Spec`s + +2024-05-21 Peter Stadler + + Merge pull request #685 from gyulakalcso/patch-1 + Update mediawiki-to-tei.xsl + +2024-05-16 Gyula Kalcsó <38312965+gyulakalcso@users.noreply.github.com> + + Update mediawiki-to-tei.xsl + correcting typo (appy -> apply) in row 36 + +2024-05-14 Peter Stadler + + Merge pull request #684 from jbampton/fix-spelling + Fix typo in `tei-to-text.xsl` + +2024-05-11 John Bampton + + Fix typo in `tei-to-text.xsl` + +2024-05-06 Joey Takeda + + Relaxing cardinality restraint + + Attempt to fix #678 + Refining how the zero-th pass for ODD processing handles gathering up duplicate named specs + +2024-05-01 Syd Bauman + + Updated P5 subset: Initially with @trishaoconnor, updated p5subset to current version from TEI dev branch. This required reverting commit 61247e54d5412e5f1a2e46adb76ef92879c66b3a from TEI issue 2498, PR 2520, and lots of work, including discussion at SVF2F. + +2024-04-13 Joey Takeda + + Merge pull request #675 from TEIC/issue_319 + Reverse order of `` and `` in output of odd2odd when merging attributes + +2024-04-13 Elisa Beshero-Bondar + + Merge pull request #676 from bansp/patch-3 + link fix + + Merge pull request #674 from jbampton/fix-spelling + Fix spelling + +2024-03-28 Piotr Banski + + link fix + +2024-03-27 Syd Bauman + + Work on #319 point 2: @trishaoconnor and I found (what we think is) the spot in odd2odd.xsl that caused the output constraintSpec element to appear before the output datatype element, and swapped it with the immediately following constructor in the "odd2odd-mergeAttribute" template. This fixed the error in the output of running odd2odd.xsl on tei_simplePrint.odd, and all tests in both Test/ and Test2/ pass (except I do not have xelatex on my system). + +2024-03-23 John Bampton + + Fix spelling + +2024-03-16 trishaoconnor + + Corrected typo for issue ´#584´ (#670) + * Corrected typo from sup to sub + +2024-03-16 Elisa Beshero-Bondar + + Merge pull request #633 from TEIC/sydb_627 + make att.repeatable work for ``, ``, and `` + +2024-03-15 Syd Bauman + + Merge pull request #651 from TEIC/sydb_598 + tidy up FPI generation + +2024-03-15 Syd Bauman + + suck in latest from dev + +2024-03-15 Syd Bauman + + Merge pull request #672 from jbampton/fix-spelling + Fix spelling + + Merge pull request #660 from TEIC/sydb_659_tei2schematron_attrs + Do not copy attrs from TEI constraint element to Schematron rule element + +2024-03-12 Syd Bauman + + grab latest from dev + +2024-03-08 Syd Bauman + + Manual merge of dev to this branch PLUS various changes required to make it work after said merge. + +2024-03-08 John Bampton + + Fix spelling + +2024-03-08 John Bampton + + Fix spelling (#671) + +2024-03-07 Syd Bauman + + Comment changes, including spelling corrections + +2024-02-26 John Bampton + + Change XSLT 2.0 to 3.0 in the README (#667) + + Fix spelling (#666) + +2024-02-23 John Bampton + + Fix spelling (#664) + + Change the embedded XSLT version from `2.0` to `3.0` (#663) + + Fix spelling (#662) + +2024-01-26 Raffaele Viglianti + + Merge pull request #650 from TEIC/sydb_646 + ignore `@version` of `` when comparing in tests + +2024-01-26 Helena Bermúdez Sabel + + Merge pull request #653 from TEIC/sydb_652_help_msg_omission + test $to, not $format; include HTML in kinds of outputs that might need ODD processing + +2024-01-26 Syd Bauman + + Updated P5 subset: Updated source/p5subset.xml from current dev version of TEI repo, and updated tests to match. + +2024-01-25 Syd Bauman + + Per suggestion @raffazizzi re-word comment + + update w/ latest from dev after manual merge of debian-tei-xsl/debian/changelog + + grab latest from dev + + merged in latest from dev with manual merge of debian-tei-xsl/debian/changelog + +2024-01-25 Joey Takeda + Syd Bauman + + Clean up CI files per #620 (#655) + * Removes .travis.yml + * Removes Slack notification from GH Actions jobs + +2024-01-14 Syd Bauman + + Do not copy attrs from TEI constraint element to Schematron rule element + +2024-01-05 Helena Bermúdez Sabel + + Merge pull request #654 from TEIC/sydb_645_checking_desc_and_gloss_out-of-date_based_on_lang_and_type + test multiple `` (or ``) elements’ `@versionDate` at once + +2024-01-05 Syd Bauman + + Per Stylesheets group, revert to value operator, adding a comment to point out this fact. (And also fix some typos in comments). + +2024-01-04 Syd Bauman + + Oops — fix code to match comment: Test only those s and s that actually do not have a type= attribute. + +2023-12-15 Syd Bauman + + Alter tei:descOrGlossOutOfDate() so that it will compare multiple elements; also test the desc or gloss elements based on type attribute + +2023-12-12 Syd Bauman + + test 'to', not 'format', and include HTML in kinds of outputs that might require ODD processing + +2023-11-29 Syd Bauman + + Address #598: Only check for FPIs in ident elements, not altIdent elements + +2023-11-29 sabine seifert + + Merge pull request #649 from TEIC/sydb_639 + All XSLT 2.0 ⇒ 3.0 + +2023-11-20 Syd Bauman + + Set application/@version to a placeholder value before comparing + + All XSLT 2.0 ⇒ 3.0 + +2023-11-20 trishaoconnor + + Merge pull request #644 from jbampton/fix-spelling + misc: fix spelling + +2023-11-16 raffazizzi + + updated expected results + + upped version + +2023-11-16 Hugh A. Cayless + + Fix weird merge issue. + + Merge branch 'release-7.56.0' into dev + + Revert test file. + + More version changes. + + More version number fixes. + + Fix version number + + Fix version number. + + Fix another test. + + Merge branch 'dev' of github.com:TEIC/Stylesheets into dev + +2023-11-16 raffazizzi + + Merge branch 'release-7.56.0' of github.com:TEIC/Stylesheets into release-7.56.0 + +2023-11-16 Hugh A. Cayless + + Fix tests. + +2023-11-16 raffazizzi + + confirmed version number + +2023-11-16 Hugh A. Cayless + + Merge branch 'dev' of github.com:TEIC/Stylesheets into dev + +2023-11-16 raffazizzi + + updated p5subset + +2023-11-16 Hugh A. Cayless + + Merge branch 'dev' of github.com:TEIC/Stylesheets into dev + +2023-11-13 John Bampton + + misc: fix spelling + +2023-11-13 martindholmes + + Fixes for fallout from my previous fix for issue #534. + +2023-11-12 martindholmes + + Fix for issue #534. + +2023-11-11 Peter Stadler + + adjust folder name + +2023-11-10 Elisa Beshero-Bondar + + Merge pull request #618 from TEIC/issue_567_val + Adding templates for val and tag to fix #567 + + Merge pull request #615 from TEIC/sydb_586 + Make sure VERSION file is present before reading it. + + Merge pull request #525 from TEIC/sydb_TEI-2070 + Attempt to fix TEIC/TEI#2070: + +2023-11-09 Syd Bauman + + 1) re-insert missing “append .0” business (not sure what happened that it was not in what was already merged); 2) use unparsed-text-available() instead of doc-available() (duh\!) + + concluding merge of dev + + Ooops; missed a folder rename in #628 + + RIP, SPQR + + ... and a pointless manual merge + +2023-11-09 Raffaele Viglianti + + Merge pull request #628 from TEIC/sydb_543_file_exts + delete file extension doubling + + Merge pull request #638 from TEIC/sydb_TEI_2070 + README creation improvements ala TEI ticket 2070 + + Merge pull request #632 from TEIC/sydb_631 + Separate pattern for every instance of — fixes #631 (I hope) + +2023-11-09 Syd Bauman + + manual merge of 1 file + + As we have 3 approvals and all tests pass, merging + + This is just a 'pull git@github.com:bwbohl/Stylesheets.git patch-1', really + + not yet merged, so get latest from dev again + +2023-11-09 Raffaele Viglianti + + Merge pull request #563 from TEIC/issue_424_experiment + fix processing of namespaces + +2023-11-09 Syd Bauman + + latest from dev + + not sure what happened ... + + manual merge of latest from dev + +2023-11-08 Martin Holmes + + Merge pull request #641 from TEIC/sydb_640 + wrap new att lists in `
    ` (where they were not so wrapped) + +2023-11-08 Syd Bauman + + Any latest from dev is mine! + +2023-11-08 martindholmes + + With @sydb fix for issue #640. + +2023-11-05 Syd Bauman + + This commit _seems_ to be working correctly: passes Test/, Test2/, the Guidelines test process, and the Guidelines build OK. + + This state of repo is (I believe) not working as per my comment of 2023-10-15 on PR #633. + +2023-11-04 Syd Bauman + + merge in lastest from dev + + Remove import of classatts.xsl, as no longer needed after 7ed5111f. + + Direct test instead of key fix as discussed on PR + +2023-10-29 Syd Bauman + + Simplify patching version number. + + Update an expected results file in Test/. + + An attempt at #640 fixing: * template showAttClasses is called from 6 different places (all in common_tagdocs); * generated debugging code for each of those places; * found which 2 were causing problem (li element as child of td instead of child of ul); * wrapped them in ul element. * Note: deliberately left debugging PIs in place, but they should maybe be removed before merging into dev. + +2023-10-28 helenasabel + + updates id that causes tests to fail + + merge 'dev' + +2023-10-27 martindholmes + + Removing anonymously-named test file and integrating that test (for index elements to be ignored in TOC building) into testStructure1. + +2023-10-27 Syd Bauman + + tweak a comment + +2023-10-27 Joey Takeda + + Merge branch 'dev' into issue_567_val + +2023-10-26 Helena Bermúdez Sabel + + Merge pull request #634 from TEIC/sydb_610 + fix errors in docxtotei noticed by Stylesheets group + +2023-10-26 Syd Bauman + + grab latest from dev + +2023-10-26 Helena Bermúdez Sabel + + Merge pull request #619 from TEIC/stylesheets_group_on_592 + Presentation of list of attributes in the Guidelines + +2023-10-26 Syd Bauman + + Reproduce same fix @bwbohl made for elements to classes + + Merge in latest from TEIC’s dev branch + + Finally add comment to help future maintainers with debugging 3-pass RELAX NG pattern reduction code (which I wrote > 2 weeks ago). + +2023-10-23 Syd Bauman + + Tweak README builder for TEI ticket 2070 + +2023-10-18 Joey Takeda + + For #592, update CSS + But note that this also will require a change in the GL's CSS in the TEI repo, I think + + Update expected results + + Merge branch 'dev' into stylesheets_group_on_592 + Reverted Test/expected-results/test15.odd.html since there were many conflicts, and will address those next. + +2023-10-17 Patricia O CONNOR + + Update P5subset and tests + +2023-10-16 Syd Bauman + + Fix #635: (#636) + Added clause testing for type=deprecationInfo so we don't get 2+ nodes being tested on one side of 'gt'. + +2023-10-12 Syd Bauman + + 2 minor updates: 1) Apparently there are times when the 'c' variable in the template for elementRef|classRef|macroRef boils down to an empty sequence. 2) Handle the case when there is no child of the being processed. + +2023-10-10 Syd Bauman + + Minor fixes, and changes to tests to match: 2) Fix typo — function had "#teitodocx" where it meant "#docxtotei" + + Convert commented-out debugging code to useful comment. + +2023-10-09 Syd Bauman + + Various minor things: * Removed some debugging code * Added tests (in Test2/testPure1) for sequence/@m[ia][nx]Occurs and alternate/@m[ia][nx]Occurs, including valid instance, but not invalid * Updated tests (in Test/) + +2023-10-08 Syd Bauman + + Now have @minOccurs and @maxOccurs working on (and thus ), too. Passes tests, so *may* be eligible to merge into dev, but not really ready, yet, as need to work on repeatability of . + + Still NOT ready to be merged into dev: In this commit I intended to comment out some debugging code (which renders output kinda useless, is it sticks the results of each pass into the output as RELAXNG
    elements, rather than as comments) and update some tests. But I found to my horror that (despite message of previous 3 commits) tests were not passing. So lots of test updates, too. NB: One of the things that makes this ineligible for merging into dev is that the constraint for the element has changed from the incorrect, but workable '( model.choicePart | choice )+' to the incorrect and *not* workable '( model.choicePart | choice )+'. At the moment I have no idea why, but it does not really matter, as attacking minOccurs= and maxOccurs= on and is next. + + Add a test with 2 elements. + +2023-10-07 Syd Bauman + + Code for supporting minOccurs= and maxOccurs= on , mostly untested because of #631. This comit is *not* ready for prime time. + + remove some debugging code + + Fix #631 (I hope): Generate a different RELAX NG pattern (and reference to it) for every occurence of an anyElement element, and update tests to match. (Previously we were trying to generate one for every content model in which an anyElement occurred, but were generation one for every content model in which an anyElement element occurred only once.) + +2023-10-04 Benjamin W. Bohl + + Update odd2odd.xsl + +2023-10-01 Syd Bauman + + Oops, spoke too soon: was not passing Test/, just Test2/. Now passing both sets of tests. + + Replace tei:minOmaxO() and both tei:generateIndicators() functions (one for RELAXNG, one for DTD) with a new function, tei:norMinMax(); should be no change to output; passes both Test/ and Test2/. + +2023-09-30 Syd Bauman + + Stop deleting 'test*.docx' files in the clean: target. I am not at all sure a) why they were being deleted, b) why their deletion did not cause problems before the change made in this branch. + + Restoring files I inadvertently removed (I have no idea how) + +2023-09-30 trishaoconnor + + Merge pull request #608 from TEIC/sydb_607 + Fix #607, I hope: remove erroneous bits of text from version URL + +2023-09-30 Syd Bauman + + Ooops; forgot to add newly named TEI to RELAX NG symlink + + Update tests to match changes to transformtei and symlinks + + Re-work how filenames are handled for #543: I _think_ I have this working right, but more testing is in order. + +2023-09-29 Syd Bauman + + Grab whatever has happened on dev in past ~1.05 years + +2023-09-28 Joey Takeda + + Returning to this per Stylesheets meeting + Merging (manually) the helpful test file from PR #508. This branch now supercedes #508 and thus will also close #503 + +2023-09-28 raffazizzi + + Merge branch 'dev' into sydb_607 + +2023-09-28 trishaoconnor + + Merge pull request #614 from jbampton/fix-spelling + Fix spelling + +2023-09-28 Helena Bermúdez Sabel + + Merge pull request #617 from TEIC/sydb_616 + process `@xml:id` wherever the output of a is generated + +2023-09-22 Helena Bermúdez Sabel + + Merge pull request #524 from fryske-akademy/dev + overridability for docxtotei + +2023-08-24 Joey Takeda + + Adding templates for val and tag to fix #567 + * Template added to html/html_core.xsl for tag and val to transform them into spans + * Named template added to html/html_core.xsl to create a delimiter span to allow + easier customization (i.e. to allow for a CSS only approach to start and end text) + * Reflect value of `@scheme` in tag's class + +2023-08-24 Syd Bauman + + With Stylesheets Group alter test15 until the BLEEPing thing finally worked. + + Pull in whatever has happened in dev + +2023-08-24 Hugh A. Cayless + + Merge branch 'dev' of github.com:TEIC/Stylesheets into dev + +2023-07-30 Syd Bauman + + Process xml:id= wherever the output of a is generated in an attempt to fix #616. + +2023-07-29 Syd Bauman + + Copy over latest p5subset, and fix tests accordingly. + +2023-07-28 Hugh A. Cayless + + Merge branch 'dev' of github.com:TEIC/Stylesheets into dev + +2023-07-27 helenasabel + + Stylesheets group adds missing title attribute to close TEI ticket 2137 + +2023-06-23 Joey Takeda + + Small adjustments for consistency + +2023-06-22 Syd Bauman + + Update an expected result for new HTML output + + Stylesheets group (HBS, SB,& JT) fix the remaining bug from last month — we think this is structurally ready, still needs CSS + +2023-05-28 Syd Bauman + + Huh? Missed tests: I do not understand how these files were missed when I tested prior to previous commit, but fixing anyway ... + +2023-05-27 Syd Bauman + + Address #586: * Update tei:stylesheetVersion() with a fix based on @eduarddrenth’s suggestion. * Remove parameter from that function defintion, it was not being used. * Remove parameter from the 1 call to tath function. * Some whitespace, too. * Fixed my e-mail addr in AUTHORS. * Updated expected-results/ to match mildly different comment at the end. + +2023-05-26 John Bampton + + Fix spelling + +2023-05-25 Syd Bauman + + Stylesheets group works on #592: * Use ATTCLASSES key instead of CLASSES, as we are not playing with model classes * Use generic output elements instead of output-specific output elements + +2023-05-20 Elisa Beshero-Bondar + + Merge pull request #611 from rvdb/dev + +2023-05-19 rvdb + + improvements for multilingual articles + +2023-05-02 Syd Bauman + + Oops, forgot one + +2023-05-01 Syd Bauman + + More work on #607: Get output to pass tests: * Update routine so that it deals with both “P5 Version …” and “Version …” * Update Makefile so that test35.rnc has these comments stripped out correctly * Update some expected results because of *slight* comment differences that should be ignored + + Fix #607, I hope: With @trishaoconnor, change the "makeTEIVersion" template in odds/teiodds.xsl so that a) it does not output the string "P5 Version " as part of the version URL; and b) it outputs the version information on 1 line instead of two. + +2023-04-27 Syd Bauman + + Grab what has occurred in dev over past 6+ months + +2023-04-24 sabine seifert + + Merge pull request #605 from TEIC/P5Update_seifert + P5 subset update + +2023-04-24 helenasabel + + updated expected results (only white space issues) + +2023-04-24 sabine seifert + + Update p5subset.xml + +2023-04-04 Syd Bauman + + Increment version to our best guess of next release number (alpha) + + Release 7.55.0 + + Update version # (and subset for its new version #) and change log for upcoming release + + update p5subset before release (and update tests to match, after checking 'em) + +2023-04-04 Hugh A. Cayless + + Merge branch 'dev' of github.com:TEIC/Stylesheets into dev 2023-04-04 Syd Bauman update p5subset before release (and update tests to match, after checking 'em) diff --git a/Documentation/param.xsl b/Documentation/param.xsl index 3fb02df1f..9d1968475 100644 --- a/Documentation/param.xsl +++ b/Documentation/param.xsl @@ -9,7 +9,7 @@ exclude-result-prefixes="XSL xd xsi sch tei m" xmlns="http://www.tei-c.org/ns/1.0" xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl" - version="2.0"> + version="3.0"> diff --git a/Documentation/paramform.xsl b/Documentation/paramform.xsl index 40c09be3e..e5a158e01 100644 --- a/Documentation/paramform.xsl +++ b/Documentation/paramform.xsl @@ -5,7 +5,7 @@ exclude-result-prefixes="XSL xd" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:XSL="http://www.w3.org/1999/XSL/Transform" - version="2.0"> + version="3.0"> @@ -98,7 +98,7 @@ print <<END; xmlns="http://www.w3.org/1999/xhtml" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="tei xsl" - version="2.0"> + version="3.0"> <!-- XSLT stylesheet to generate HTML version of TEI document. Written by the TEI XSL generator (Sebastian Rahtz, sebastian.rahtz\@it.ox.ac.uk) Created on $today--> diff --git a/Documentation/teixsl.xml b/Documentation/teixsl.xml index c9d0b6a10..16d452eb3 100644 --- a/Documentation/teixsl.xml +++ b/Documentation/teixsl.xml @@ -66,7 +66,7 @@ the TEI Consortium.

    This is a family of XSLT 2.0 stylesheets to transform TEI XML documents to various textual formats formats, including XHTML, LaTeX, XSL Formatting Objects, ePub, plain text, RDF, - and JSON; and to/from Word OOXML (docx) and OpenOfice (odt). + and JSON; and to/from Word OOXML (docx) and OpenOffice (odt). They concentrate on the core TEI modules which are used for simple transcription and born digital writing. It is important to understand that they do not: @@ -204,7 +204,7 @@ be asked if you want to install them.

    tei/xml/tei/stylesheet/profiles. For example, to create your local profile for Word to TEI, create and a directory called local, and under that one called docx. In there, create a file called from.xsl which looks like this: - + Edit that accordingly, and then choose the local profile in oXygen transformations.

    @@ -221,7 +221,7 @@ and note that the latter is not a fully-supported service, so please do not rely on it for production use.

    OxGarage is open source, and runs as a Java servlet. A Debian package is available at . -Source code is on Github at

    +Source code is on GitHub at

    To use OxGarage, go to the web site, click on Documents and select TEI P5 XML Document as your input. When you do so a list of possible conversion targets should appear on the right. Choose, for diff --git a/Documentation/xsltdoc.xsl b/Documentation/xsltdoc.xsl index fa9e32523..273cfd746 100644 --- a/Documentation/xsltdoc.xsl +++ b/Documentation/xsltdoc.xsl @@ -1,5 +1,5 @@ - + diff --git a/README.md b/README.md index e5dfe29e1..d86c17e0a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ TEI XSL Stylesheets -This is a family of XSLT 2.0 stylesheets to transform TEI XML documents to various formats, including XHTML, LaTeX, XSL Formatting Objects, ePub, plain text, RDF, JSON; and to/from Word OOXML (docx) and OpenOfice (odt). They concentrate on the core TEI modules which are used for simple transcription and "born digital" writing. It is important to understand that they do _not_: +This is a family of XSLT 3.0 stylesheets to transform TEI XML documents to various formats, including XHTML, LaTeX, XSL Formatting Objects, ePub, plain text, RDF, JSON; and to/from Word OOXML (docx) and OpenOffice (odt). They concentrate on the core TEI modules which are used for simple transcription and "born digital" writing. It is important to understand that they do _not_: * cover all TEI elements and possible attribute values * attempt to define a standard TEI processing or rendering model @@ -21,7 +21,7 @@ In particular, Stylesheets assume that you use `ant` version 1.9.x+. If for some It is helpful to have the TEI environment installed locally. Please refer to http://www.tei-c.org/Guidelines/P5/get.xml for hints on how to do that. -It is also possible to avoid manual installation of additional tools, by resorting to the pre-built test environment in Docker described in http://teic.github.io/TCW/testing_and_building.html . +It is also possible to avoid manual installation of additional tools, by resorting to the pre-built test environment in Docker described in https://teic.github.io/Documentation/TCW/testing_and_building.html . ## Usage The `bin/` directory contains several executable files, which can be run on Linux, OS X, or other Unix operating systems. These perform a variety of transformations and are very useful for, e.g., generating a schema from a TEI ODD. Some examples: @@ -48,7 +48,7 @@ It will then be available at `release/xslcommon/doc/tei-xsl/index.html`. ## About the Text Encoding Initiative (TEI) The Text Encoding Initiative (TEI) is a community of practice in the area now known as textual digital humanities. Since 1994 -the primary output of the TEI has been [the TEI/XML guidelines](https://www.tei-c.org/release/doc/tei-p5-doc/en/html/index.html), a standard for the interchange of textual data. A main focii of the TEI is the [TEI-L mailing list](https://listserv.brown.edu/cgi-bin/wa?A1=ind1904&L=TEI-L); the TEI is also on [github](https://github.com/TEIC/TEI) and [docker](https://hub.docker.com/u/teic), a repository called [TAPAS](https://tapasproject.org/) and an [academic journal, the jTEI](https://journals.openedition.org/jtei/). +the primary output of the TEI has been [the TEI/XML guidelines](https://www.tei-c.org/release/doc/tei-p5-doc/en/html/index.html), a standard for the interchange of textual data. A main focii of the TEI is the [TEI-L mailing list](https://listserv.brown.edu/cgi-bin/wa?A1=ind1904&L=TEI-L); the TEI is also on [GitHub](https://github.com/TEIC/TEI) and [docker](https://hub.docker.com/u/teic), a repository called [TAPAS](https://tapasproject.org/) and an [academic journal, the jTEI](https://journals.openedition.org/jtei/). TEI/XML can be thought of as a sibling of HTML (they're approximately the same age, depending on how you measure it) which evolved with a focus on defined textual semantics rather than defined display semantics. [TEI by example](https://teibyexample.org/) is a good introduction to TEI/XML. The [Text Encoding Initiative Wikipedia article](https://en.wikipedia.org/wiki/Text_Encoding_Initiative) contains some short examples. diff --git a/Test/checklinks.xsl b/Test/checklinks.xsl index a1173c430..0b858e6f1 100644 --- a/Test/checklinks.xsl +++ b/Test/checklinks.xsl @@ -2,7 +2,7 @@ + version="3.0"> diff --git a/Test/cleanup.pl b/Test/cleanup.pl index 02137d90d..3d74ee1ce 100644 --- a/Test/cleanup.pl +++ b/Test/cleanup.pl @@ -6,5 +6,6 @@ s/SAXON HE 9.*//; s/XSLT stylesheets version [1-9].*//; s/on 20[0-9][0-9].[0-9][0-9].[0-9][0-9]T.*Z\.?//; + s/( - + diff --git a/Test/expected-results/oddbyexample.odd b/Test/expected-results/oddbyexample.odd index dea6071c6..fd1e52cf8 100644 --- a/Test/expected-results/oddbyexample.odd +++ b/Test/expected-results/oddbyexample.odd @@ -172,6 +172,15 @@ + + + + + + + + + diff --git a/Test/expected-results/test-indexes.xml b/Test/expected-results/test-indexes.xml index 3f46f478f..cab57cdb8 100644 --- a/Test/expected-results/test-indexes.xml +++ b/Test/expected-results/test-indexes.xml @@ -20,7 +20,7 @@ - + diff --git a/Test/expected-results/test-pure.odd.html b/Test/expected-results/test-pure.odd.html index ef80310d7..acdd6962a 100644 --- a/Test/expected-results/test-pure.odd.html +++ b/Test/expected-results/test-pure.odd.html @@ -1080,9 +1080,9 @@

    -element t5 { text | ( 
    +element t5 { text | ( ( 
     bit, 
    -bob )+ }
    +bob )+ ) }
     
     
    diff --git a/Test/expected-results/test-rtf2tei.xml b/Test/expected-results/test-rtf2tei.xml index c10f1d1ae..c19b40ace 100644 --- a/Test/expected-results/test-rtf2tei.xml +++ b/Test/expected-results/test-rtf2tei.xml @@ -20,7 +20,7 @@ - + diff --git a/Test/expected-results/test.epub b/Test/expected-results/test.epub index 9e89ccdcd..e49603e58 100644 Binary files a/Test/expected-results/test.epub and b/Test/expected-results/test.epub differ diff --git a/Test/expected-results/test.isosch b/Test/expected-results/test.isosch index cdbe7e965..8359f3043 100644 --- a/Test/expected-results/test.isosch +++ b/Test/expected-results/test.isosch @@ -17,22 +17,27 @@ - + + + The @generatedBy attribute is for use within a <post> element. + + + The @when attribute cannot be used with any other att.datable.w3c attributes. - + The @from and @notBefore attributes cannot be used together. - + The @to and @notAfter attributes cannot be used together. - + @@ -42,57 +47,57 @@ - + The @unit attribute may be unnecessary when @unitRef is present. - + The element should not be categorized in detail with @subtype unless also categorized in general with @type - + @targetLang should only be used on if @target is specified. - + The element indicated by @spanTo () must follow the current element - + @schemeVersion can only be used if @scheme is specified. - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + - - Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements. - + + Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements. + - + - - Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab, unless p is a child of figure or note, or is a descendant of floatingText. - + + Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab, unless p is a child of figure or note, or is a descendant of floatingText. + - + Information about a deprecation should only be present in a specification element @@ -101,207 +106,195 @@ The element indicated by @spanTo () must follow the type="deprecationInfo">. - + - When target= is - present, neither from= nor to= should be. + When target= is present, neither from= nor to= should be. - + - When from= is present, the to= - attribute of is required. + When from= is present, the to= attribute of is required. - + - When to= is present, the from= - attribute of is required. + When to= is present, the from= attribute of is required. - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + - Only one of the -attributes @target and @cRef may be supplied on . + Only one of the attributes @target and @cRef may be supplied on . - + - Only one of the - attributes @target' and @cRef' may be supplied on + Only one of the attributes @target' and @cRef' may be supplied on - + The content of a "gloss" list should include a sequence of one or more pairs of a label element followed by an item element - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + - -If the @target attribute on is used, the -relatedItem element must be empty - A relatedItem element should have either a 'target' attribute - or a child element to indicate the related bibliographic item + If the @target attribute on is used, the relatedItem element must be empty + A relatedItem element should have either a @target attribute or a child element to indicate the related bibliographic item - + - - Abstract model violation: Lines may not contain lines or lg elements. - + Abstract model violation: Lines may not contain lines or lg elements. - + - An lg element - must contain at least one child l, lg, or gap element. + An lg element must contain at least one child l, lg, or gap element. - + - - Abstract model violation: Lines may not contain line groups. - + Abstract model violation: Lines may not contain line groups. - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + - -On , either the @marks attribute should be used, or a paragraph of description provided + + On , either the @marks attribute should be used, or a paragraph of description provided + - + An XPath in @match on the outer must start with '/'. - + An XPath in @match must not start with '/' except on the outer . - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - + A facsimile element represents a text with images, thus @@ -309,7 +302,7 @@ On , either the @marks attribute should be used, or a paragraph of descri - + , either the @marks attribute should be used, or a paragraph of descri the zone element rather than the path element. - + The @spanTo attribute of is required. - + The @spanTo attribute of is required. - + The @spanTo attribute of is required. - + must have at least one child add and at least one child del or surplus - + - Abstract model violation: Lines may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. - + Abstract model violation: Lines may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. + - + - Abstract model violation: p and ab may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. - + Abstract model violation: p and ab may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. + - + You must supply at least two values for @target or on - + - Abstract model violation: Lines may not contain higher-level divisions such as p or ab, unless ab is a child of figure or note, or is a descendant of floatingText. - + Abstract model violation: Lines may not contain higher-level divisions such as p or ab, unless ab is a child of figure or note, or is a descendant of floatingText. + - + - -You must supply at least two values for @target on + + You must supply at least two values for @target on - + This - element must have a @type attribute, since it is - nested inside a + element must have a @type attribute, since it is + nested inside a @@ -491,4 +484,18 @@ You must supply at least two values for @target on + + + + WARNING: use of deprecated element — The element will be removed from the TEI on 2027-03-07. + + + + + + + WARNING: use of deprecated element — The element will be removed from the TEI on 2026-03-10. + + + diff --git a/Test/expected-results/test.odd.html b/Test/expected-results/test.odd.html index 4ff7d078f..0f547a78f 100644 --- a/Test/expected-results/test.odd.html +++ b/Test/expected-results/test.odd.html @@ -62,18 +62,18 @@

    Table of contents

  • - eTree + eTree ( embedding tree) provides an alternative to the - <tree>element for representing ordered rooted tree structures.
  • + <tree>element for representing ordered rooted tree structures.
  • - eTree + eTree ( embedding tree) provides an alternative to the - <tree>element for representing ordered rooted tree structures. + <tree>element for representing ordered rooted tree structures.
    @@ -88,11 +88,11 @@

    Table of contents

  • - eTree + eTree ( embedding tree) provides an alternative to the - <tree>element for representing ordered rooted tree structures. + <tree>element for representing ordered rooted tree structures.
  • @@ -107,11 +107,11 @@

    Table of contents

  • - eTree + eTree ( embedding tree) provides an alternative to the - <tree>element for representing ordered rooted tree structures. + <tree>element for representing ordered rooted tree structures.
  • @@ -196,7 +196,7 @@

    <TEI>(or <teiCorpus>) element.[ 4. Default Text Structure - 15.1. Varieties of Composite Text] + 16.1. Varieties of Composite Text]

    + 17.3. Blocks, Segments, and Anchors] + 12.3.1.4. Additions and Deletions] + 17.8. Alternation] + <alt>elements and possibly pointers.[ + 17.8. Alternation] + 12.3.1.2. Abbreviation and Expansion] + 17.5. Correspondence and Alignment] + 17.10. The standOff Container] + 20.1. Graphs and Digraphs] + 14.4. Dates] + 14.1.1. Linking Names and Their Referents] + + + @@ -453,7 +461,7 @@

    : provides attributes for normalization of elements that contain dates, times, or datable events.[ 3.6.4. Dates and Times - 13.4. Dates] + 14.4. Dates]

    + 14.4. Dates] + 10.5.2. Lexical View + 19.3. Other Atomic Feature Values] + 16.3. Associating Contextual Information with a Text] + 16.3. Associating Contextual Information with a Text] + 11.3.1. Origination + 14.3.2. The Person Element + 12.3.1.1. Core Elements for Transcriptional Work] + 10.1. Dictionary Body and Overall Structure + 10.2. The Structure of Dictionary Entries] + 12.1. Digital Facsimiles] + 17. Linking, Segmentation, and Alignment] + 12.3.2.2. Hand, Responsibility, and Certainty Attributes + 18.3. Spans and Interpretations + 14.1.1. Linking Names and Their Referents] + 12.3.2.1. Document Hands] + 10.2. The Structure of Dictionary Entries] + 14.3.4.3. States, Traits, and Events] + 14.3.7. Names and Nyms] @@ -712,7 +720,7 @@

    : ( attributes for components of names usually, but not necessarily, personal names) common attributes for those elements which form part of a name usually, but not necessarily, a personal name.[ - 13.2.1. Personal Names] + 14.2.1. Personal Names]

    + 12.3.1.4. Additions and Deletions] + 17. Linking, Segmentation, and Alignment] + 17.3. Blocks, Segments, and Anchors + 18.1. Linguistic Segment Categories] + 10.1. Dictionary Body and Overall Structure] @@ -793,7 +801,7 @@

    att.tableDecoration : provides attributes used to decorate rows or cells of a table.[ - 14. Tables, Formulæ, Graphics, and Notated Music] + 15. Tables, Formulæ, Graphics, and Notated Music]

    + 12.3.1.4. Additions and Deletions] + 24.3.1.3. Modification of Attribute and Attribute Value Lists] + 16.3.2. Declarable Elements] + 16.3.2. Declarable Elements] + 16.3.2. Declarable Elements] + 10.3.1. Information on Written and Spoken Forms] + 15.1.1. TEI Tables] + 12.7. Identifying Changes and Revisions] + 10.3.5.1. Examples] + 17.2.5.4. Citation Structures] + 17.2.5.4. Citation Structures] + 10.3.2. Grammatical Information] + 16.3.2. Declarable Elements] + 12.3.3.1. Damage, Illegibility, and Supplied Text] + 12.3.3.1. Damage, Illegibility, and Supplied Text] + 16.2.3. The Setting Description + 14.4. Dates] + 10.3.3.1. Definitions] + 12.3.1.4. Additions and Deletions] + 23.4.1. Description of Components] + 10.1. Dictionary Body and Overall Structure + 10.2. The Structure of Dictionary Entries] + <eTree>element.[ + 20.3. Another Tree Notation] + <tree>element for representing ordered rooted tree structures.[ + 20.3. Another Tree Notation] + 16.3.2. Declarable Elements] + 10.1. Dictionary Body and Overall Structure + 10.2. The Structure of Dictionary Entries] + 10.1. Dictionary Body and Overall Structure + 10.2. The Structure of Dictionary Entries] + 10.3.4. Etymological Information] + 12.3.1.2. Abbreviation and Expansion] + 11.7.1. Object Description] + 12.1. Digital Facsimiles] + 15.4. Specific Elements for Graphic Images] + 15.4. Specific Elements for Graphic Images] + 20.3. Another Tree Notation] + 10.3.1. Information on Written and Spoken Forms] + 15.2. Formulæ and Mathematical Expressions] + 12.6. Headers, Footers, and Similar Matter] + 10.3.1. Information on Written and Spoken Forms] + 23.4.1. Description of Components] + 10.3.2. Grammatical Information] + <pos>, + <gen>, + <number>, + <case>, or + <iType>(inflectional class).[ + 10.3.2. Grammatical Information] + 20.1. Graphs and Digraphs] + 12.1. Digital Facsimiles] + 16.1. Varieties of Composite Text] + 11.7.2. Writing, Decoration, and Other Notations] + <handNote>elements documenting the different hands identified within the source texts.[ + 12.3.2.1. Document Hands] + 12.3.2.1. Document Hands] + 10.2. The Structure of Dictionary Entries] + 10.3.1. Information on Written and Spoken Forms] + 16.3.2. Declarable Elements] + 20.2. Trees] + 10.3.1. Information on Written and Spoken Forms] @@ -1979,7 +1987,7 @@

    : ( join) identifies a possibly fragmented segment of text, by pointing at the possibly discontiguous elements which compose it.[ - 16.7. Aggregation] + 17.7. Aggregation]

    + 17.7. Aggregation] + 10.3.4. Etymological Information] + 16.3.2. Declarable Elements] + 10.3.1. Information on Written and Spoken Forms + 10.3.3.2. Translation Equivalents + 10.3.5.3. Cross-References to Other Entries] + 20.2. Trees] + 12.2.2. Embedded Transcription] + 17.1. Links] + 17.1. Links] + 17.10. The standOff Container] + 16.3.2. Declarable Elements] + 12.7. Identifying Changes and Revisions] + 20.3. Another Tree Notation] + 17.2.3. Using Abbreviated Pointers] + 12.3.4.5. Transpositions] + 11.3.4. Dimensions] + 12.3.4.2. Metamarks] + 12.3.4.1. Generic Modification] + 17.10. The standOff Container] + <annotation>body. + + + + 14.4. Dates] + 23.1.1. Phrase Level Terms] @@ -2627,7 +2648,7 @@

    model.entryPart : groups non-morphological elements appearing within a dictionary entry.[ - 9.1. Dictionary Body and Overall Structure] + 10.1. Dictionary Body and Overall Structure]

    + 10.2. The Structure of Dictionary Entries] + <form>element in a dictionary.[ + 10.3.1. Information on Written and Spoken Forms] + 10.3.2. Grammatical Information] + 10.3. Top-level Constituents of Entries] + 14.2.3. Place Names] + 11. Manuscript Description] + 23. Documentation Elements] + 14.2.3. Place Names] + 10. Dictionaries] + 17.3. Blocks, Segments, and Anchors + 18.1. Linguistic Segment Categories] + 23. Documentation Elements] + 10.3.1. Information on Written and Spoken Forms] + 20.1. Graphs and Digraphs] + 16.3.2. Declarable Elements] + 15.3. Notated Music in Written Text] + 10.3.5.4. Notes within Entries] + 10.3.1. Information on Written and Spoken Forms + 10.3.2. Grammatical Information] + 10.4. Headword and Pronunciation References] + 13. Critical Apparatus] + 10.3.1. Information on Written and Spoken Forms] + 10.4. Headword and Pronunciation References] + 12.1. Digital Facsimiles + 12.2.2. Embedded Transcription] + 10.3.1. Information on Written and Spoken Forms] + 10.3.2. Grammatical Information] + 17.2.3. Using Abbreviated Pointers] + 16.3.2. Declarable Elements] + 10.3.1. Information on Written and Spoken Forms] + 17.1. Links] + 16.3.2. Declarable Elements] + 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.[ + 10.3.6. Related Entries] + 12.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications] + 17.1. Links] + 13. Critical Apparatus] + 12.3.1.6. Cancellation of Deletions and Other Markings] + 12.3.4.3. Fixation and Clarification] + 20.2. Trees] + 15.1.1. TEI Tables] @@ -3650,7 +3671,7 @@

    contains a prose description of the rationale and methods used in selecting texts, or parts of a text, for inclusion in the resource.[ 2.3.2. The Sampling Declaration 2.3. The Encoding Description - 15.3.2. Declarable Elements] + 16.3.2. Declarable Elements]

    + 11.7.2. Writing, Decoration, and Other Notations] + 12.3.1.7. Text Omitted from or Supplied in the Transcription] @@ -3697,7 +3718,7 @@

    segmentation) describes the principles according to which the text has been segmented, for example into sentences, tone-units, graphemic strata, etc.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements] + 16.3.2. Declarable Elements]

    + 10.2. The Structure of Dictionary Entries] @@ -3769,8 +3791,8 @@

    : contains a transcription or other representation of a single source document potentially forming part of a dossier génétiqueor collection of sources.[ - 11.1. Digital Facsimiles - 11.2.2. Embedded Transcription] + 12.1. Digital Facsimiles + 12.2.2. Embedded Transcription]

    + 12.4.1. Space] + 17.10. The standOff Container] + 16.3.2. Declarable Elements] + 10.3.1. Information on Written and Spoken Forms] + 10.3.2. Grammatical Information] + 12.3.1.5. Substitutions] + 12.3.1.5. Substitutions] + 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.[ + 10.1. Dictionary Body and Overall Structure] + 12.3.3.1. Damage, Illegibility, and Supplied Text] + 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, when using an embedded transcription approach, transcriptions of the writing within them.[ + 12.1. Digital Facsimiles + 12.2.2. Embedded Transcription] + 12.1. Digital Facsimiles] + 12.3.3.1. Damage, Illegibility, and Supplied Text] + 10.3.1. Information on Written and Spoken Forms] + 15.1.1. TEI Tables] + 16.1. Varieties of Composite Text] + 16.1. Varieties of Composite Text] + 16.1. Varieties of Composite Text] + 11.6.6. Languages and Writing Systems] + 17.4.2. Placing Synchronous Events in Time] + 10.3.1. Information on Written and Spoken Forms] + 12.3.4.5. Transpositions] + 20.2. Trees] + <eTree>, that is, an + <eTree>with information left out.[ + 20.3. Another Tree Notation] @@ -4352,7 +4374,7 @@

    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] + 12.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications]

    + 10.3.5.2. Usage Information and Other Labels] + 17.4.2. Placing Synchronous Events in Time] + 10.3.5.3. Cross-References to Other Entries] + 12.1. Digital Facsimiles + 12.2.2. Embedded Transcription]
    @@ -205,7 +205,7 @@

    : ( anonymous block) contains any component-level unit of text, acting as a container for phrase or inter level elements analogous to, but without the same constraints as, a paragraph.[ - 16.3. Blocks, Segments, and Anchors]

    @@ -241,7 +241,7 @@

    added span of text) marks the beginning of a longer sequence of text added by an author, scribe, annotator or corrector (see also <add>).[ - 11.3.1.4. Additions and Deletions]

    @@ -272,7 +272,7 @@

    : ( alternation) identifies an alternation or a set of choices among elements or passages.[ - 16.8. Alternation]

    @@ -281,8 +281,8 @@

    : ( alternation group) groups a collection of - <alt>elements and possibly pointers.[ - 16.8. Alternation]

    @@ -291,7 +291,7 @@

    : ( abbreviation marker) contains a sequence of letters or signs present in an abbreviation which are omitted or replaced in the expanded form of the abbreviation.[ - 11.3.1.2. Abbreviation and Expansion]

    @@ -310,7 +310,7 @@

    anchor point) attaches an identifier to a point within a text, whether or not it corresponds with a textual element.[ 8.4.2. Synchronization and Overlap - 16.5. Correspondence and Alignment]

    @@ -318,7 +318,7 @@

    annotation : represents an annotation following the Web Annotation Data Model.[ - 16.10. The standOff Container]

    @@ -344,7 +344,7 @@

    : ( arc) encodes an arc, the connection from one node to another in a graph.[ - 19.1. Graphs and Digraphs]

    @@ -405,7 +405,7 @@

    : provides attributes for indicating calendar systems to which a date belongs.[ 3.6.4. Dates and Times - 13.4. Dates]

    @@ -413,7 +413,7 @@

    att.canonical : provides attributes that can be used to associate a representation such as a name or title with canonical information about the object being named or referenced.[ - 13.1.1. Linking Names and Their Referents]

    @@ -430,6 +430,14 @@

    provides attributes for specifying the specific part of a bibliographic item being cited.[ 1.3.1. Attribute Classes]

    + + att.cmc + : ( + computer-mediated communication) + provides attributes categorizing how the element content was created in a CMC environment.
    @@ -443,7 +451,7 @@

    att.damaged : provides attributes describing the nature of any physical damage affecting a reading.[ - 11.3.3.1. Damage, Illegibility, and Supplied Text + 12.3.3.1. Damage, Illegibility, and Supplied Text 1.3.1. Attribute Classes]

    @@ -462,7 +470,7 @@

    : provides attributes for normalization of elements that contain datable events conforming to the W3C XML Schema Part 2: Datatypes Second Edition.[ 3.6.4. Dates and Times - 13.4. Dates]

    @@ -470,8 +478,8 @@

    att.datcat : provides attributes that are used to align XML elements or attributes with the appropriate Data Categories (DCs) defined by an external taxonomy, in this way establishing the identity of information containers and values, and providing means of interpreting them.[ - 9.5.2. Lexical View - 18.3. Other Atomic Feature Values]

    @@ -480,7 +488,7 @@

    : provides attributes for those elements in the TEI header which may be independently selected by means of the special purpose declsattribute.[ - 15.3. Associating Contextual Information with a Text]

    @@ -488,7 +496,7 @@

    att.declaring : 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.[ - 15.3. Associating Contextual Information with a Text]

    @@ -519,9 +527,9 @@

    : provides attributes describing the nature of an encoded scholarly intervention or interpretation of any kind.[ 3.5. Simple Editorial Changes - 10.3.1. Origination - 13.3.2. The Person Element - 11.3.1.1. Core Elements for Transcriptional Work]

    @@ -536,8 +544,8 @@

    att.entryLike : provides attributes used to distinguish different styles of dictionary entries.[ - 9.1. Dictionary Body and Overall Structure - 9.2. The Structure of Dictionary Entries]

    @@ -575,7 +583,7 @@

    att.global.facs : provides attributes used to express correspondence between an element and all or part of a facsimile image or surface.[ - 11.1. Digital Facsimiles]

    @@ -583,7 +591,7 @@

    att.global.linking : provides a set of attributes for hypertextual linking.[ - 16. Linking, Segmentation, and Alignment]

    @@ -601,9 +609,9 @@

    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.[ 1.3.1.1.4. Sources, certainty, and responsibility 3.5. Simple Editorial Changes - 11.3.2.2. Hand, Responsibility, and Certainty Attributes - 17.3. Spans and Interpretations - 13.1.1. Linking Names and Their Referents]

    @@ -621,7 +629,7 @@

    att.handFeatures : provides attributes describing aspects of the hand in which a manuscript is written.[ - 11.3.2.1. Document Hands]

    @@ -636,7 +644,7 @@

    att.lexicographic : provides a set of attributes for specifying standard and normalized values, grammatical functions, alternate or equivalent forms, and information about composite parts.[ - 9.2. The Structure of Dictionary Entries]

    @@ -645,7 +653,7 @@

    : provides attributes for referencing locations by pointing to entries in a canonical list of places.[ 2.3.9. The Unit Declaration - 13.3.4.3. States, Traits, and Events]

    @@ -678,7 +686,7 @@

    : provides attributes common to elements which refer to named persons, places, organizations etc.[ 3.6.1. Referring Strings - 13.3.7. Names and Nyms]

    @@ -700,7 +708,7 @@

    att.patternReplacement : provides attributes for regular-expression matching and replacement.[ - 16.2.3. Using Abbreviated Pointers + 17.2.3. Using Abbreviated Pointers 2.3.6.3. Milestone Method 2.3.6. The Reference System Declaration 2.3.6.2. Search-and-Replace Method]

    @@ -721,7 +729,7 @@

    : provides attributes for describing where on the source page or object a textual element appears.[ 3.5.3. Additions, Deletions, and Omissions - 11.3.1.4. Additions and Deletions]

    @@ -738,7 +746,7 @@

    att.pointing.group : provides a set of attributes common to all elements which enclose groups of pointer elements.[ - 16. Linking, Segmentation, and Alignment]

    @@ -760,8 +768,8 @@

    att.segLike : provides attributes for elements used for arbitrary segmentation.[ - 16.3. Blocks, Segments, and Anchors - 17.1. Linguistic Segment Categories]

    @@ -769,7 +777,7 @@

    att.sortable : provides attributes for elements in lists or groups that are sortable, but whose sorting key cannot be derived mechanically from the element content.[ - 9.1. Dictionary Body and Overall Structure]

    @@ -777,7 +785,7 @@

    att.spanning : provides attributes for elements which delimit a span of text by pointing mechanisms rather than by enclosing it.[ - 11.3.1.4. Additions and Deletions + 12.3.1.4. Additions and Deletions 1.3.1. Attribute Classes]

    @@ -809,7 +817,7 @@

    att.transcriptional : provides attributes specific to elements encoding authorial or scribal intervention in a text when transcribing manuscript or similar sources.[ - 11.3.1.4. Additions and Deletions]

    @@ -818,7 +826,7 @@

    : provides attributes that can be used to classify or subclassify elements in any way.[ 1.3.1. Attribute Classes - 17.1.1. Words and Above + 18.1.1. Words and Above 3.6.1. Referring Strings 3.7. Simple Links and Cross-References 3.6.5. Abbreviations and Their Expansions @@ -828,14 +836,14 @@

    4.1.2. Numbered Divisions 4.2.1. Headings and Trailers 4.4. Virtual Divisions - 13.3.2.3. Personal Relationships - 11.3.1.1. Core Elements for Transcriptional Work - 16.1.1. Pointers and Links - 16.3. Blocks, Segments, and Anchors - 12.2. Linking the Apparatus to the Text - 22.5.1.2. Defining Content Models: RELAX NG + 14.3.2.3. Personal Relationships + 12.3.1.1. Core Elements for Transcriptional Work + 17.1.1. Pointers and Links + 17.3. Blocks, Segments, and Anchors + 13.2. Linking the Apparatus to the Text + 23.5.1.2. Defining Content Models: RELAX NG 8.3. Elements Unique to Spoken Texts - 23.3.1.3. Modification of Attribute and Attribute Value Lists]

    @@ -892,7 +900,7 @@

    contains a loosely-structured bibliographic citation of which the sub-components may or may not be explicitly tagged.[ 3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description - 15.3.2. Declarable Elements]

    @@ -904,7 +912,7 @@

    3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2. The File Description 2.2.7. The Source Description - 15.3.2. Declarable Elements]

    @@ -924,7 +932,7 @@

    contains a structured bibliographic citation, in which only bibliographic sub-elements appear and in a specified order.[ 3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description - 15.3.2. Declarable Elements]

    @@ -990,7 +998,7 @@

    : ( case) contains grammatical case information given by a dictionary for a given form.[ - 9.3.1. Information on Written and Spoken Forms]

    @@ -1036,7 +1044,7 @@

    : ( cell) contains one cell of a table.[ - 14.1.1. TEI Tables]

    @@ -1047,7 +1055,7 @@

    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]

    @@ -1067,7 +1075,7 @@

    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]

    @@ -1077,7 +1085,7 @@

    citation data) specifies how information may be extracted from citation structures.[ 3.11.4. Declaring Reference Systems - 16.2.5.4. Citation Structures]

    @@ -1087,7 +1095,7 @@

    citation structure) declares a structure and method for citing the current document.[ 3.11.4. Declaring Reference Systems - 16.2.5.4. Citation Structures]

    @@ -1134,7 +1142,7 @@

    : ( collocate) contains any sequence of words that co-occur with the headword with significant frequency.[ - 9.3.2. Grammatical Information]

    @@ -1161,7 +1169,7 @@

    correction principles) states how and under what circumstances corrections have been made in the text.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements]

    @@ -1207,7 +1215,7 @@

    : ( damage) contains an area of damage to the text witness.[ - 11.3.3.1. Damage, Illegibility, and Supplied Text]

    @@ -1216,7 +1224,7 @@

    : ( damaged span of text) marks the beginning of a longer sequence of text which is damaged in some way but still legible.[ - 11.3.3.1. Damage, Illegibility, and Supplied Text]

    @@ -1229,8 +1237,8 @@

    2.2.4. Publication, Distribution, Licensing, etc. 2.6. The Revision Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information - 15.2.3. The Setting Description - 13.4. Dates]

    @@ -1248,7 +1256,7 @@

    : ( definition) contains definition text in a dictionary entry.[ - 9.3.3.1. Definitions]

    @@ -1266,7 +1274,7 @@

    : ( deleted span of text) 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.[ - 11.3.1.4. Additions and Deletions]

    @@ -1275,7 +1283,7 @@

    : ( description) contains a short description of the purpose, function, or use of its parent element, or when the parent is a documentation element, describes or defines the object being documented.[ - 22.4.1. Description of Components]

    @@ -1284,8 +1292,8 @@

    : ( dictionary scrap) encloses a part of a dictionary entry in which other phrase-level dictionary elements are freely combined.[ - 9.1. Dictionary Body and Overall Structure - 9.2. The Structure of Dictionary Entries]

    @@ -1437,8 +1445,8 @@

    : ( leaf or terminal node of an embedding tree) provides explicitly for a leaf of an embedding tree, which may also be encoded with the - <eTree>element.[ - 19.3. Another Tree Notation]

    @@ -1447,8 +1455,8 @@

    : ( embedding tree) provides an alternative to the - <tree>element for representing ordered rooted tree structures.[ - 19.3. Another Tree Notation]

    @@ -1486,7 +1494,7 @@

    provides details of editorial principles and practices applied during the encoding of a text.[ 2.3.3. The Editorial Practices Declaration 2.3. The Encoding Description - 15.3.2. Declarable Elements]

    @@ -1533,8 +1541,8 @@

    : ( entry) contains a single structured entry in any kind of lexical resource, such as a dictionary or lexicon.[ - 9.1. Dictionary Body and Overall Structure - 9.2. The Structure of Dictionary Entries]

    @@ -1543,8 +1551,8 @@

    : ( unstructured entry) contains a single unstructured entry in any kind of lexical resource, such as a dictionary or lexicon.[ - 9.1. Dictionary Body and Overall Structure - 9.2. The Structure of Dictionary Entries]

    @@ -1564,7 +1572,7 @@

    : ( etymology) encloses the etymological information in a dictionary entry.[ - 9.3.4. Etymological Information]

    @@ -1573,7 +1581,7 @@

    : ( editorial expansion) contains a sequence of letters added by an editor or transcriber when expanding an abbreviation.[ - 11.3.1.2. Abbreviation and Expansion]

    @@ -1594,7 +1602,7 @@

    2.2.3. Type and Extent of File 2.2. The File Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information - 10.7.1. Object Description]

    @@ -1602,7 +1610,7 @@

    facsimile : contains a representation of some written source in the form of a set of images rather than as transcribed or encoded text.[ - 11.1. Digital Facsimiles]

    @@ -1611,7 +1619,7 @@

    : ( description of figure) contains a brief prose description of the appearance or content of a graphic figure, for use when documenting an image without displaying it.[ - 14.4. Specific Elements for Graphic Images]

    @@ -1620,7 +1628,7 @@

    : ( figure) groups elements representing or containing graphic information such as an illustration, formula, or figure.[ - 14.4. Specific Elements for Graphic Images]

    @@ -1657,7 +1665,7 @@

    : ( forest) provides for groups of rooted trees.[ - 19.3. Another Tree Notation]

    @@ -1666,7 +1674,7 @@

    : ( form information group) groups all the information on the written and spoken forms of one headword.[ - 9.3.1. Information on Written and Spoken Forms]

    @@ -1675,7 +1683,7 @@

    : ( formula) contains a mathematical or other formula.[ - 14.2. Formulæ and Mathematical Expressions]

    @@ -1703,7 +1711,7 @@

    : ( 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]

    @@ -1730,7 +1738,7 @@

    : ( gender) identifies the morphological gender of a lexical item, as given in the dictionary.[ - 9.3.1. Information on Written and Spoken Forms]

    @@ -1750,7 +1758,7 @@

    gloss) identifies a phrase or word used to provide a gloss or definition for some other word or phrase.[ 3.4.1. Terms and Glosses - 22.4.1. Description of Components]

    @@ -1759,7 +1767,7 @@

    : ( grammatical information) within an entry in a dictionary or a terminological data file, contains grammatical information relating to a term, word, or form.[ - 9.3.2. Grammatical Information]

    @@ -1768,12 +1776,12 @@

    : ( grammatical information group) groups morpho-syntactic information about a lexical item, e.g. - <pos>, - <gen>, - <number>, - <case>, or - <iType>(inflectional class).[ - 9.3.2. Grammatical Information]

    @@ -1782,7 +1790,7 @@

    : ( graph) encodes a graph, which is a collection of nodes, and arcs which connect the nodes.[ - 19.1. Graphs and Digraphs]

    @@ -1792,7 +1800,7 @@

    graphic) indicates the location of a graphic or illustration, either forming part of a text, or providing an image of it.[ 3.10. Graphics and Other Non-textual Components - 11.1. Digital Facsimiles]

    @@ -1803,7 +1811,7 @@

    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.[ 4. Default Text Structure 4.3.1. Grouped Texts - 15.1. Varieties of Composite Text]

    @@ -1812,7 +1820,7 @@

    : ( note on hand) describes a particular style or hand distinguished within a manuscript.[ - 10.7.2. Writing, Decoration, and Other Notations]

    @@ -1820,8 +1828,8 @@

    handNotes : contains one or more - <handNote>elements documenting the different hands identified within the source texts.[ - 11.3.2.1. Document Hands]

    @@ -1830,7 +1838,7 @@

    : ( handwriting shift) marks the beginning of a sequence of text written in a new hand, or the beginning of a scribal stint.[ - 11.3.2.1. Document Hands]

    @@ -1876,7 +1884,7 @@

    : ( homograph) groups information relating to one homograph within an entry.[ - 9.2. The Structure of Dictionary Entries]

    @@ -1885,7 +1893,7 @@

    : ( hyphenation) contains a hyphenated form of a dictionary headword, or hyphenation information in some other form.[ - 9.3.1. Information on Written and Spoken Forms]

    @@ -1895,7 +1903,7 @@

    hyphenation) summarizes the way in which hyphenation in a source text has been treated in an encoded version of it.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements]

    @@ -1904,7 +1912,7 @@

    : ( intermediate (or internal) node) represents an intermediate (or internal) node of a tree.[ - 19.2. Trees]

    @@ -1913,7 +1921,7 @@

    : ( inflectional class) indicates the inflectional class associated with a lexical item.[ - 9.3.1. Information on Written and Spoken Forms]

    @@ -1922,7 +1930,7 @@

    : ( identifier) 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.[ - 13.3.1. Basic Principles + 14.3.1. Basic Principles 2.2.4. Publication, Distribution, Licensing, etc. 2.2.5. The Series Statement 3.12.2.4. Imprint, Size of a Document, and Reprint Information]

    @@ -1989,7 +1997,7 @@

    join group) groups a collection of <join>elements and possibly pointers.[ - 16.7. Aggregation]

    @@ -2027,7 +2035,7 @@

    : ( language name) contains the name of a language mentioned in etymological or other linguistic discussion.[ - 9.3.4. Etymological Information]

    @@ -2038,7 +2046,7 @@

    describes the languages, sublanguages, registers, dialects, etc. represented within a text.[ 2.4.2. Language Usage 2.4. The Profile Description - 15.3.2. Declarable Elements]

    @@ -2066,9 +2074,9 @@

    : ( label) contains a label for a form, example, translation, or other piece of information, e.g. abbreviation for, contraction of, literally, approximately, synonyms:, etc.[ - 9.3.1. Information on Written and Spoken Forms - 9.3.3.2. Translation Equivalents - 9.3.5.3. Cross-References to Other Entries]

    @@ -2077,7 +2085,7 @@

    : ( leaf) encodes the leaves (terminal nodes) of a tree.[ - 19.2. Trees]

    @@ -2104,7 +2112,7 @@

    line : contains the transcription of a topographic line in the source document[ - 11.2.2. Embedded Transcription]

    @@ -2122,7 +2130,7 @@

    : ( link group) defines a collection of associations or hypertextual links.[ - 16.1. Links]

    @@ -2139,11 +2147,11 @@

    listAnnotation : contains a list of annotations, typically encoded as - <annotation>, + <annotation>, <annotationBlock>, or <note>, possibly organized with nested <listAnnotation>elements.[ - 16.10. The standOff Container]

    @@ -2154,7 +2162,7 @@

    contains a list of bibliographic citations of any kind.[ 3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description - 15.3.2. Declarable Elements]

    @@ -2163,7 +2171,7 @@

    : 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]

    @@ -2171,7 +2179,7 @@

    listForest : provides for lists of forests.[ - 19.3. Another Tree Notation]

    @@ -2181,7 +2189,7 @@

    list of prefix definitions) contains a list of definitions of prefixing schemes used in teidata.pointervalues, showing how abbreviated URIs using each scheme may be expanded into full URIs.[ - 16.2.3. Using Abbreviated Pointers]

    @@ -2189,7 +2197,7 @@

    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]

    @@ -2269,7 +2277,7 @@

    : ( measure group) contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page.[ - 10.3.4. Dimensions]

    @@ -2301,7 +2309,7 @@

    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]

    @@ -2318,7 +2326,7 @@

    mod : represents any kind of modification identified within a single document.[ - 11.3.4.1. Generic Modification]

    @@ -2342,7 +2350,7 @@

    model.annotationLike : groups elements used to represent annotations.[ - 16.10. The standOff Container]

    @@ -2350,7 +2358,7 @@

    model.annotationPart.body : groups elements which may be used as an - <annotation>body.

    @@ -2416,6 +2424,19 @@

    <choice>alternation.[ 3.5. Simple Editorial Changes]

    + + model.cmc + : + includes the CMC-specific element + <post>and makes it available on the divPart level. This allows for using (and combining) occurrences of + <post>, + <u>, + <incident>, and + <kinesic>in one and the same + <div>in order to be able to represent the combined use of written and spoken posts, utterances, and nonverbal acts on the GUI of multimodal CMC environments.
    @@ -2452,7 +2473,7 @@

    : groups elements containing temporal expressions.[ 3.6.4. Dates and Times - 13.4. Dates]

    @@ -2594,7 +2615,7 @@

    model.egLike : groups elements containing examples or illustrations.[ - 22.1.1. Phrase Level Terms]

    @@ -2618,7 +2639,7 @@

    model.entryLike : groups elements structurally analogous to paragraphs within dictionaries.[ - 9.1. Dictionary Body and Overall Structure + 10.1. Dictionary Body and Overall Structure 1.3. The TEI Class System]

    @@ -2635,7 +2656,7 @@

    model.entryPart.top : groups high level elements within a structured dictionary entry[ - 9.2. The Structure of Dictionary Entries]

    @@ -2643,8 +2664,8 @@

    model.formPart : groups elements allowed within a - <form>element in a dictionary.[ - 9.3.1. Information on Written and Spoken Forms]

    @@ -2700,7 +2721,7 @@

    : groups elements allowed within a <gramGrp>element in a dictionary.[ - 9.3.2. Grammatical Information]

    @@ -2825,7 +2846,7 @@

    model.morphLike : groups elements which provide morphological information within a dictionary entry.[ - 9.3. Top-level Constituents of Entries]

    @@ -2863,7 +2884,7 @@

    model.offsetLike : groups elements which can appear only as part of a place name.[ - 13.2.3. Place Names]

    @@ -2910,7 +2931,7 @@

    model.pPart.msdesc : groups phrase-level elements used in manuscript description.[ - 10. Manuscript Description]

    @@ -2942,7 +2963,7 @@

    model.phrase.xml : groups phrase-level elements used to encode XML constructs such as element names, attribute names, and attribute values[ - 22. Documentation Elements]

    @@ -2950,7 +2971,7 @@

    model.placeNamePart : groups elements which form part of a place name.[ - 13.2.3. Place Names]

    @@ -2981,7 +3002,7 @@

    model.ptrLike.form : groups elements used for purposes of location of particular orthographic or pronunciation forms within a dictionary entry.[ - 9. Dictionaries]

    @@ -3029,8 +3050,8 @@

    model.segLike : groups elements used for arbitrary segmentation.[ - 16.3. Blocks, Segments, and Anchors - 17.1. Linguistic Segment Categories]

    @@ -3046,7 +3067,7 @@

    model.specDescLike : groups elements for referring to specification elements.[ - 22. Documentation Elements]

    @@ -3099,7 +3120,7 @@

    : ( mood) contains information about the grammatical mood of verbs (e.g. indicative, subjunctive, imperative).[ - 9.3.1. Information on Written and Spoken Forms]

    @@ -3126,7 +3147,7 @@

    : ( node) encodes a node, a possibly labeled point in a graph.[ - 19.1. Graphs and Digraphs]

    @@ -3136,7 +3157,7 @@

    normalization) indicates the extent of normalization or regularization of the original source carried out in converting it to electronic form.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements]

    @@ -3144,7 +3165,7 @@

    notatedMusic : encodes the presence of music notation in a text[ - 14.3. Notated Music in Written Text]

    @@ -3156,7 +3177,7 @@

    3.9.1. Notes and Simple Annotation 2.2.6. The Notes Statement 3.12.2.8. Notes and Statement of Language - 9.3.5.4. Notes within Entries]

    @@ -3193,8 +3214,8 @@

    : ( number) indicates grammatical number associated with a form, as given in a dictionary.[ - 9.3.1. Information on Written and Spoken Forms - 9.3.2. Grammatical Information]

    @@ -3203,7 +3224,7 @@

    : ( orthographic-form reference) in a dictionary example, indicates a reference to the orthographic form(s) of the headword.[ - 9.4. Headword and Pronunciation References]

    @@ -3222,7 +3243,7 @@

    original form) contains a reading which is marked as following the original, rather than being normalized or corrected.[ 3.5.2. Regularization and Normalization - 12. Critical Apparatus]

    @@ -3231,7 +3252,7 @@

    : ( orthographic form) gives the orthographic form of a dictionary headword.[ - 9.3.1. Information on Written and Spoken Forms]

    @@ -3250,7 +3271,7 @@

    : ( pronunciation reference) in a dictionary example, indicates a reference to the pronunciation(s) of the headword.[ - 9.4. Headword and Pronunciation References]

    @@ -3260,8 +3281,8 @@

    path) defines any line passing through two or more points within a <surface>element.[ - 11.1. Digital Facsimiles - 11.2.2. Embedded Transcription]

    @@ -3279,7 +3300,7 @@

    : ( person) contains an indication of the grammatical person (1st, 2nd, 3rd, etc.) associated with a given inflected form in a dictionary.[ - 9.3.1. Information on Written and Spoken Forms]

    @@ -3288,7 +3309,7 @@

    : ( part of speech) indicates the part of speech assigned to a dictionary headword such as noun, verb, or adjective.[ - 9.3.2. Grammatical Information]

    @@ -3324,7 +3345,7 @@

    prefix definition) defines a prefixing scheme used in teidata.pointervalues, showing how abbreviated URIs using the scheme may be expanded into full URIs.[ - 16.2.3. Using Abbreviated Pointers]

    @@ -3354,7 +3375,7 @@

    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.[ 2.3.1. The Project Description 2.3. The Encoding Description - 15.3.2. Declarable Elements]

    @@ -3363,7 +3384,7 @@

    : ( pronunciation) contains the pronunciation(s) of the word.[ - 9.3.1. Information on Written and Spoken Forms]

    @@ -3373,7 +3394,7 @@

    pointer) defines a pointer to another location.[ 3.7. Simple Links and Cross-References - 16.1. Links]

    @@ -3430,7 +3451,7 @@

    quotation) specifies editorial practice adopted with respect to quotation marks in the original.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements]

    @@ -3457,8 +3478,8 @@

    re : ( related entry) - 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.[ - 9.3.6. Related Entries]

    @@ -3466,7 +3487,7 @@

    redo : indicates one or more cancelled interventions in a document which have subsequently been marked as reaffirmed or repeated.[ - 11.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications]

    @@ -3476,7 +3497,7 @@

    reference) defines a reference to another location, possibly modified by additional text or comment.[ 3.7. Simple Links and Cross-References - 16.1. Links]

    @@ -3507,7 +3528,7 @@

    regularization) contains a reading which has been regularized or normalized in some sense.[ 3.5.2. Regularization and Normalization - 12. Critical Apparatus]

    @@ -3557,7 +3578,7 @@

    : ( restore) indicates restoration of text to an earlier state by cancellation of an editorial or authorial marking or instruction.[ - 11.3.1.6. Cancellation of Deletions and Other Markings]

    @@ -3565,7 +3586,7 @@

    retrace : contains a sequence of writing which has been retraced, for example by over-inking, to clarify or fix it.[ - 11.3.4.3. Fixation and Clarification]

    @@ -3584,7 +3605,7 @@

    : ( root node) represents the root node of a tree.[ - 19.2. Trees]

    @@ -3593,7 +3614,7 @@

    : ( row) contains one row of a table.[ - 14.1.1. TEI Tables]

    @@ -3602,7 +3623,7 @@

    : ( referencing string) contains a general purpose name or referring string.[ - 13.2.1. Personal Names + 14.2.1. Personal Names 3.6.1. Referring Strings]

    @@ -3667,7 +3688,7 @@

    scriptNote : describes a particular script distinguished within the description of a manuscript or similar resource.[ - 10.7.2. Writing, Decoration, and Other Notations]

    @@ -3676,7 +3697,7 @@

    : ( secluded text) Secluded. Marks text present in the source which the editor believes to be genuine but out of its original place (which is unknown).[ - 11.3.1.7. Text Omitted from or Supplied in the Transcription]

    @@ -3685,7 +3706,7 @@

    : ( arbitrary segment) represents any segmentation of text below the ‘chunk’ level.[ - 16.3. Blocks, Segments, and Anchors + 17.3. Blocks, Segments, and Anchors 6.2. Components of the Verse Line 7.2.5. Speech Contents]

    @@ -3705,7 +3726,7 @@

    sense : groups together all information relating to one word sense in a dictionary entry, for example definitions, examples, and translation equivalents.[ - 9.2. The Structure of Dictionary Entries]

    @@ -3759,7 +3780,8 @@

    sourceDesc : ( source description) - 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.[ + 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.[ 2.2.7. The Source Description]

    @@ -3790,7 +3812,7 @@

    : ( space) indicates the location of a significant space in the text.[ - 11.4.1. Space]

    @@ -3826,7 +3848,7 @@

    standOff : Functions as a container element for linked data, contextual information, and stand-off annotations embedded in a TEI document.[ - 16.10. The standOff Container]

    @@ -3836,7 +3858,7 @@

    standard values) specifies the format used when standardized date or number values are supplied.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements]

    @@ -3853,7 +3875,7 @@

    : ( stress) contains the stress pattern for a dictionary headword, if given separately.[ - 9.3.1. Information on Written and Spoken Forms]

    @@ -3871,7 +3893,7 @@

    : ( subcategorization) contains subcategorization information (transitive/intransitive, countable/non-countable, etc.)[ - 9.3.2. Grammatical Information]

    @@ -3880,7 +3902,7 @@

    : ( 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]

    @@ -3889,7 +3911,7 @@

    : ( 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]

    @@ -3897,8 +3919,8 @@

    superEntry : ( super entry) - 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.[ - 9.1. Dictionary Body and Overall Structure]

    @@ -3907,16 +3929,16 @@

    : ( supplied) 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.[ - 11.3.3.1. Damage, Illegibility, and Supplied Text]

    surface : - 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.[ - 11.1. Digital Facsimiles - 11.2.2. Embedded Transcription]
    @@ -3925,7 +3947,7 @@

    : ( surface group) 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.[ - 11.1. Digital Facsimiles]

    @@ -3934,7 +3956,7 @@

    : ( surplus) marks text present in the source which the editor believes to be superfluous or redundant.[ - 11.3.3.1. Damage, Illegibility, and Supplied Text]

    @@ -3943,7 +3965,7 @@

    : ( syllabification) contains the syllabification of the headword.[ - 9.3.1. Information on Written and Spoken Forms]

    @@ -3952,7 +3974,7 @@

    : ( table) contains text displayed in tabular form, in rows and columns.[ - 14.1.1. TEI Tables]

    @@ -3991,7 +4013,7 @@

    contains the whole of a TEI encoded corpus, comprising a single corpus header and one or more <TEI>elements, each containing a single text header and a text.[ 4. Default Text Structure - 15.1. Varieties of Composite Text]

    @@ -4001,7 +4023,7 @@

    TEI header) supplies descriptive and declarative metadata associated with a digital resource or set of resources.[ 2.1.1. The TEI Header and Its Components - 15.1. Varieties of Composite Text]

    @@ -4212,7 +4234,7 @@

    text) 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.[ 4. Default Text Structure - 15.1. Varieties of Composite Text]

    @@ -4231,7 +4253,7 @@

    text language) describes the languages and writing systems identified within the bibliographic work being described, rather than its description.[ 3.12.2.4. Imprint, Size of a Document, and Reprint Information - 10.6.6. Languages and Writing Systems]

    @@ -4249,7 +4271,7 @@

    : ( timeline) 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.[ - 16.4.2. Placing Synchronous Events in Time]

    @@ -4297,7 +4319,7 @@

    : ( tense) indicates the grammatical tense associated with a given inflected form in a dictionary.[ - 9.3.1. Information on Written and Spoken Forms]

    @@ -4314,7 +4336,7 @@

    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]

    @@ -4323,7 +4345,7 @@

    : ( tree) encodes a tree, which is made up of a root, internal nodes, leaves, and arcs from root to leaves.[ - 19.2. Trees]

    @@ -4332,9 +4354,9 @@

    : ( underspecified embedding tree, so called because of its characteristic shape when drawn) provides for an underspecified - <eTree>, that is, an - <eTree>with information left out.[ - 19.3. Another Tree Notation]

    @@ -4343,7 +4365,7 @@

    : ( unclear) contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source.[ - 11.3.3.1. Damage, Illegibility, and Supplied Text + 12.3.3.1. Damage, Illegibility, and Supplied Text 3.5.3. Additions, Deletions, and Omissions]

    @@ -4387,7 +4409,7 @@

    : ( usage) contains usage information in a dictionary entry.[ - 9.3.5.2. Usage Information and Other Labels]

    @@ -4395,7 +4417,7 @@

    when : indicates a point in time either relative to other elements in the same timeline tag, or absolutely.[ - 16.4.2. Placing Synchronous Events in Time]

    @@ -4413,7 +4435,7 @@

    : ( cross-reference phrase) contains a phrase, sentence, or icon referring the reader to some other location in this or another text.[ - 9.3.5.3. Cross-References to Other Entries]

    @@ -4422,8 +4444,8 @@

    : defines any two-dimensional area within a <surface>element.[ - 11.1. Digital Facsimiles - 11.2.2. Embedded Transcription]

    diff --git a/Test/expected-results/test.odt b/Test/expected-results/test.odt index acf13f5b6..34946cf52 100644 Binary files a/Test/expected-results/test.odt and b/Test/expected-results/test.odt differ diff --git a/Test/expected-results/test.odt.listing b/Test/expected-results/test.odt.listing index 1826cb941..befe54623 100644 --- a/Test/expected-results/test.odt.listing +++ b/Test/expected-results/test.odt.listing @@ -1,31 +1,25 @@ -Archive: actual-results/test.odt -No errors detected in compressed data of actual-results/test.odt. - testing: Configurations2/accelerator/current.xml OK + testing: Configurations2/ OK testing: Configurations2/accelerator/ OK + testing: Configurations2/accelerator/current.xml OK testing: Configurations2/floater/ OK - testing: Configurations2/images/Bitmaps/ OK testing: Configurations2/images/ OK + testing: Configurations2/images/Bitmaps/ OK testing: Configurations2/menubar/ OK - testing: Configurations2/ OK testing: Configurations2/popupmenu/ OK testing: Configurations2/progressbar/ OK testing: Configurations2/statusbar/ OK testing: Configurations2/toolbar/ OK testing: Configurations2/toolpanel/ OK - testing: content.xml OK - testing: manifest.rdf OK - testing: META-INF/manifest.xml OK testing: META-INF/ OK - testing: meta.xml OK - testing: mimetype OK + testing: META-INF/manifest.xml OK testing: Pictures/ OK testing: Pictures/pageimage1.jpg OK + testing: Pictures/resource1.jpg OK testing: Pictures/resource10.jpg OK testing: Pictures/resource11.jpg OK testing: Pictures/resource12.jpg OK testing: Pictures/resource13.jpg OK testing: Pictures/resource14.jpg OK - testing: Pictures/resource1.jpg OK testing: Pictures/resource2.jpg OK testing: Pictures/resource3.jpg OK testing: Pictures/resource4.jpg OK @@ -34,7 +28,13 @@ No errors detected in compressed data of actual-results/test.odt. testing: Pictures/resource7.jpg OK testing: Pictures/resource8.jpg OK testing: Pictures/resource9.jpg OK - testing: settings.xml OK - testing: styles.xml OK testing: Thumbnails/ OK testing: Thumbnails/thumbnail.png OK + testing: content.xml OK + testing: manifest.rdf OK + testing: meta.xml OK + testing: mimetype OK + testing: settings.xml OK + testing: styles.xml OK +Archive: actual-results/test.odt +No errors detected in compressed data of actual-results/test.odt. diff --git a/Test/expected-results/test.rng b/Test/expected-results/test.rng index 4651d584d..a0576f31d 100644 --- a/Test/expected-results/test.rng +++ b/Test/expected-results/test.rng @@ -1,4 +1,4 @@ - + @@ -242,8 +242,11 @@ - specifies the degree of statistical confidence (between zero and one) that a value falls within the range specified by @min and @max, or the proportion of observed values that fall within that range. - + specifies the degree of statistical confidence (between zero and one) that a value falls within the range specified by @min and @max, or the proportion of observed values that fall within that range. + + 0 + 1 + @@ -334,7 +337,7 @@ Sample values include: 1] all; 2] most; 3] range - points to a <handNote> element describing the hand considered responsible for the content of the element concerned. + points to a <handNote> element describing the hand considered responsible for the content of the element concerned. \S+ @@ -362,9 +365,12 @@ Sample values include: 1] rubbing; 2] mildew; 3] smoke - provides a coded representation of the degree of damage, either as a number between 0 (undamaged) and 1 (very extensively damaged), or as one of the codes high, medium, low, or unknown. The <damage> element with the @degree attribute should only be used where the text may be read with some confidence; text supplied from other sources should be tagged as <supplied>. + provides a coded representation of the degree of damage, either as a number between 0 (undamaged) and 1 (very extensively damaged), or as one of the codes high, medium, low, or unknown. The <damage> element with the @degree attribute should only be used where the text may be read with some confidence; text supplied from other sources should be tagged as <supplied>. - + + 0 + 1 + high @@ -400,13 +406,44 @@ Sample values include: 1] rubbing; 2] mildew; 3] smoke + + + + + + + (generated by) categorizes how the content of an element was generated in a CMC environment. +Suggested values include: 1] human; 2] template; 3] system; 4] bot; 5] unspecified + + human + the content was naturally typed or spoken by a human user + template + the content was generated after a human user activated a template for its insertion + system + the content was generated by the system, i.e. the CMC environment + bot + the content was generated by a bot, i.e. a non-human agent, typically one that is not part of the CMC environment itself + unspecified + the content was generated by an unknown or unspecified process + + [^\p{C}\p{Z}]+ + + + + + + + + The @generatedBy attribute is for use within a <post> element. + + - (canonical reference) specifies the destination of the pointer by supplying a canonical reference expressed using the scheme defined in a <refsDecl> element in the TEI header + (canonical reference) specifies the destination of the pointer by supplying a canonical reference expressed using the scheme defined in a <refsDecl> element in the TEI header @@ -503,17 +540,17 @@ Sample values include: 1] rubbing; 2] mildew; 3] smoke - + The @when attribute cannot be used with any other att.datable.w3c attributes. - + The @from and @notBefore attributes cannot be used together. - + The @to and @notAfter attributes cannot be used together. @@ -525,7 +562,7 @@ Sample values include: 1] rubbing; 2] mildew; 3] smoke - supplies pointers to one or more definitions of named periods of time (typically <category>s, <date>s or <event>s) within which the datable item is understood to have occurred. + supplies pointers to one or more definitions of named periods of time (typically <category>s, <date>s or <event>s) within which the datable item is understood to have occurred. @@ -544,7 +581,7 @@ Sample values include: 1] rubbing; 2] mildew; 3] smoke - provides a pointer to a definition of, and/or general information about, (a) an information container (element or attribute) or (b) a value of an information container (element content or attribute value), by referencing an external taxonomy or ontology. If @valueDatcat is present in the immediate context, this attribute takes on role (a), while @valueDatcat performs role (b). + provides a pointer to a definition of, and/or general information about, (a) an information container (element or attribute) or (b) a value of an information container (element content or attribute value), by referencing an external taxonomy or ontology. If @valueDatcat is present in the immediate context, this attribute takes on role (a), while @valueDatcat performs role (b). @@ -558,7 +595,7 @@ Sample values include: 1] rubbing; 2] mildew; 3] smoke - provides a definition of, and/or general information about a value of an information container (element content or attribute value), by reference to an external taxonomy or ontology. Used especially where a contrast with @datcat is needed. + provides a definition of, and/or general information about a value of an information container (element content or attribute value), by reference to an external taxonomy or ontology. Used especially where a contrast with @datcat is needed. @@ -572,7 +609,7 @@ Sample values include: 1] rubbing; 2] mildew; 3] smoke - provides a definition of, and/or general information about, information structure of an object referenced or modeled by the containing element, by reference to an external taxonomy or ontology. This attribute has the characteristics of the @datcat attribute, except that it addresses not its containing element, but an object that is being referenced or modeled by its containing element. + provides a definition of, and/or general information about, information structure of an object referenced or modeled by the containing element, by reference to an external taxonomy or ontology. This attribute has the characteristics of the @datcat attribute, except that it addresses not its containing element, but an object that is being referenced or modeled by its containing element. @@ -698,7 +735,10 @@ Sample values include: 1] approved; 2] candidate; 3] cleared; 4] deprecated; 5] (certainty) signifies the degree of certainty associated with the intervention or interpretation. - + + 0 + 1 + high @@ -828,7 +868,7 @@ Suggested values include: 1] internal; 2] external; 3] conjecture - + @@ -870,7 +910,7 @@ Suggested values include: 1] internal; 2] external; 3] conjecture - (language) indicates the language of the element content using a tag generated according to BCP 47. + (language) indicates the language of the element content using a tag generated according to BCP 47. @@ -923,7 +963,7 @@ Suggested values include: 1] internal; 2] external; 3] conjecture - points to a full description of the scribe concerned, typically supplied by a <person> element elsewhere in the description. + points to a full description of the scribe concerned, typically supplied by a <person> element elsewhere in the description. @@ -949,7 +989,7 @@ Suggested values include: 1] internal; 2] external; 3] conjecture - points to a full description of the script or writing style used by this hand, typically supplied by a <scriptNote> element elsewhere in the description. + points to a full description of the script or writing style used by this hand, typically supplied by a <scriptNote> element elsewhere in the description. @@ -1117,7 +1157,7 @@ Suggested values include: 1] m (metre); 2] kg (kilogram); 3] s (second); 4] Hz ( - points to a unique identifier stored in the @xml:id of a <unitDef> element that defines a unit of measure. + points to a unique identifier stored in the @xml:id of a <unitDef> element that defines a unit of measure. \S+ @@ -1152,7 +1192,7 @@ Suggested values include: 1] m (metre); 2] kg (kilogram); 3] s (second); 4] Hz ( - + The @unit attribute may be unnecessary when @unitRef is present. @@ -1271,7 +1311,7 @@ Suggested values include: 1] top; 2] bottom; 3] margin; 4] opposite; 5] overleaf - + The element should not be categorized in detail with @subtype unless also categorized in general with @type @@ -1284,7 +1324,7 @@ Suggested values include: 1] top; 2] bottom; 3] margin; 4] opposite; 5] overleaf - specifies the language of the content to be found at the destination referenced by @target, using a language tag generated according to BCP 47. + specifies the language of the content to be found at the destination referenced by @target, using a language tag generated according to BCP 47. @@ -1295,7 +1335,7 @@ Suggested values include: 1] top; 2] bottom; 3] margin; 4] opposite; 5] overleaf - + @targetLang should only be used on if @target is specified. @@ -1358,7 +1398,7 @@ Suggested values include: 1] top; 2] bottom; 3] margin; 4] opposite; 5] overleaf - (target function) describes the function of each of the values of the @target attribute of the enclosed <link>, <join>, or <alt> tags. + (target function) describes the function of each of the values of the @target attribute of the enclosed <link>, <join>, or <alt> tags. [^\p{C}\p{Z}]+ @@ -1448,7 +1488,7 @@ Suggested values include: 1] top; 2] bottom; 3] margin; 4] opposite; 5] overleaf - + The element indicated by @spanTo () must follow the current element @@ -1479,14 +1519,14 @@ The element indicated by @spanTo () must follow - supplies a version number for the style language provided in @scheme. + supplies a version number for the style language provided in @scheme. [\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3} - + @schemeVersion can only be used if @scheme is specified. @@ -1590,7 +1630,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - specifies the starting point of the range of units indicated by the @unit attribute. + specifies the starting point of the range of units indicated by the @unit attribute. [^\p{C}\p{Z}]+ @@ -1600,7 +1640,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - specifies the end-point of the range of units indicated by the @unit attribute. + specifies the end-point of the range of units indicated by the @unit attribute. [^\p{C}\p{Z}]+ @@ -3664,6 +3704,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + @@ -3766,10 +3807,14 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + + @@ -3930,6 +3975,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + @@ -3948,7 +3994,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - A @formula is provided to describe a mathematical calculation such as a conversion between measurement systems. + A @formula is provided to describe a mathematical calculation such as a conversion between measurement systems. @@ -3959,7 +4005,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - indicates one or more locations by pointing to a <place> element or other canonical description. + indicates one or more locations by pointing to a <place> element or other canonical description. @@ -4080,7 +4126,7 @@ Suggested values include: 1] full (full form); 2] pref (prefix); 3] suff (suffix - + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, @@ -4096,11 +4142,11 @@ Suggested values include: 1] full (full form); 2] pref (prefix); 3] suff (suffix Suggested values include: 1] page; 2] column; 3] line; 4] book; 5] poem; 6] canto; 7] speaker; 8] stanza; 9] act; 10] scene; 11] section; 12] absent; 13] unnumbered page - physical page breaks (synonymous with the <pb> element). + physical page breaks (synonymous with the <pb> element). column column breaks. line - line breaks (synonymous with the <lb> element). + line breaks (synonymous with the <lb> element). book any units termed book, liber, etc. poem @@ -4131,24 +4177,25 @@ Suggested values include: 1] page; 2] column; 3] line; 4] book; 5] poem; 6] cant (paragraph) marks paragraphs in prose. [3.1. Paragraphs 7.2.5. Speech Contents] - - - - Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements. - - + + + + Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements. + + - - - - Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab, unless p is a child of figure or note, or is a descendant of floatingText. - - + + + + Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab, unless p is a child of figure or note, or is a descendant of floatingText. + + + @@ -4157,6 +4204,7 @@ Suggested values include: 1] page; 2] column; 3] line; 4] book; 5] poem; 6] cant (foreign) identifies a word or phrase as belonging to some language other than that of the surrounding text. [3.3.2.1. Foreign Words or Expressions] + @@ -4165,6 +4213,7 @@ Suggested values include: 1] page; 2] column; 3] line; 4] book; 5] poem; 6] cant (emphasized) marks words or phrases which are stressed or emphasized for linguistic or rhetorical effect. [3.3.2.2. Emphatic Words and Phrases 3.3.2. Emphasis, Foreign Words, and Unusual Language] + @@ -4174,6 +4223,7 @@ Suggested values include: 1] page; 2] column; 3] line; 4] book; 5] poem; 6] cant + @@ -4183,6 +4233,7 @@ Suggested values include: 1] page; 2] column; 3] line; 4] book; 5] poem; 6] cant + specifies the sublanguage or register to which the word or phrase is being assigned @@ -4218,6 +4269,7 @@ Suggested values include: 1] page; 2] column; 3] line; 4] book; 5] poem; 6] cant + may be used to indicate whether the quoted matter is regarded as having been vocalized or signed. @@ -4256,6 +4308,7 @@ Suggested values include: 1] page; 2] column; 3] line; 4] book; 5] poem; 6] cant + @@ -4265,6 +4318,7 @@ Suggested values include: 1] page; 2] column; 3] line; 4] book; 5] poem; 6] cant + (type) may be used to indicate whether the offset passage is spoken or thought, or to characterize it more finely. @@ -4299,7 +4353,7 @@ Suggested values include: 1] spoken (spoken); 2] thought (thought); 3] written ( - (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] + (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 10.3.5.1. Examples] @@ -4314,6 +4368,7 @@ Suggested values include: 1] spoken (spoken); 2] thought (thought); 3] written ( + @@ -4322,6 +4377,7 @@ Suggested values include: 1] spoken (spoken); 2] thought (thought); 3] written ( marks words or phrases mentioned, not used. [3.3.3. Quotation] + @@ -4330,15 +4386,16 @@ Suggested values include: 1] spoken (spoken); 2] thought (thought); 3] written ( (so called) 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. [3.3.3. Quotation] + - (description) contains a short description of the purpose, function, or use of its parent element, or when the parent is a documentation element, describes or defines the object being documented. [22.4.1. Description of Components] + (description) contains a short description of the purpose, function, or use of its parent element, or when the parent is a documentation element, describes or defines the object being documented. [23.4.1. Description of Components] - - + + Information about a deprecation should only be present in a specification element that is being deprecated: that is, only an element that has a @@ -4348,18 +4405,13 @@ Suggested values include: 1] spoken (spoken); 2] thought (thought); 3] written ( + - characterizes the element in some sense, using any convenient classification scheme or typology. -Suggested values include: 1] deprecationInfo (deprecation information) - - deprecationInfo - (deprecation - information) This element describes why or how its parent element is being deprecated, typically including recommendations for alternate encoding. - - [^\p{C}\p{Z}]+ - - + characterizes the element in some sense, using any convenient classification scheme or typology. + + [^\p{C}\p{Z}]+ + @@ -4367,13 +4419,14 @@ Suggested values include: 1] deprecationInfo (deprecation information) - (gloss) identifies a phrase or word used to provide a gloss or definition for some other word or phrase. [3.4.1. Terms and Glosses 22.4.1. Description of Components] + (gloss) identifies a phrase or word used to provide a gloss or definition for some other word or phrase. [3.4.1. Terms and Glosses 23.4.1. Description of Components] + @@ -4388,6 +4441,7 @@ Suggested values include: 1] deprecationInfo (deprecation information) + @@ -4402,6 +4456,7 @@ Suggested values include: 1] deprecationInfo (deprecation information) + @@ -4430,11 +4485,10 @@ Suggested values include: 1] deprecationInfo (deprecation information) - - - When target= is - present, neither from= nor to= should be. - + + + When target= is present, neither from= nor to= should be. + @@ -4444,11 +4498,10 @@ Suggested values include: 1] deprecationInfo (deprecation information) - - - When from= is present, the to= - attribute of is required. - + + + When from= is present, the to= attribute of is required. + @@ -4458,11 +4511,10 @@ Suggested values include: 1] deprecationInfo (deprecation information) - - - When to= is present, the from= - attribute of is required. - + + + When to= is present, the from= attribute of is required. + @@ -4472,6 +4524,7 @@ Suggested values include: 1] deprecationInfo (deprecation information)(Latin for thus or so) contains text reproduced although apparently incorrect or inaccurate. [3.5.1. Apparent Errors] + @@ -4482,39 +4535,51 @@ Suggested values include: 1] deprecationInfo (deprecation information) + (choice) groups a number of alternative encodings for the same point in a text. [3.5. Simple Editorial Changes] - + + + + + + + + + - + + (regularization) contains a reading which has been regularized or normalized in some sense. [3.5.2. Regularization and -Normalization 12. Critical Apparatus] +Normalization 13. Critical Apparatus] + (original form) contains a reading which is marked as following the original, rather than being normalized or corrected. [3.5.2. Regularization and -Normalization 12. Critical Apparatus] +Normalization 13. Critical Apparatus] + @@ -4531,6 +4596,7 @@ Normalization 12. Critical Apparatus] + (reason) gives the reason for omission @@ -4599,6 +4665,7 @@ Sample values include: 1] rubbing (rubbing); 2] mildew (mildew); 3] smoke (smoke + @@ -4610,16 +4677,18 @@ Sample values include: 1] rubbing (rubbing); 2] mildew (mildew); 3] smoke (smoke + - (unclear) contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source. [11.3.3.1. Damage, Illegibility, and Supplied Text 3.5.3. Additions, Deletions, and Omissions] + (unclear) contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source. [12.3.3.1. Damage, Illegibility, and Supplied Text 3.5.3. Additions, Deletions, and Omissions] + indicates why the material is hard to transcribe. @@ -4666,6 +4735,7 @@ Sample values include: 1] rubbing; 2] mildew; 3] smoke + indicates one or more systems or calendars to which the date represented by the content of this element belongs. @@ -4678,8 +4748,8 @@ Sample values include: 1] rubbing; 2] mildew; 3] smoke - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. @@ -4690,11 +4760,12 @@ Sample values include: 1] rubbing; 2] mildew; 3] smoke - (referencing string) contains a general purpose name or referring string. [13.2.1. Personal Names 3.6.1. Referring Strings] + (referencing string) contains a general purpose name or referring string. [14.2.1. Personal Names 3.6.1. Referring Strings] + @@ -4703,6 +4774,7 @@ Sample values include: 1] rubbing; 2] mildew; 3] smoke (electronic mail address) contains an email address identifying a location to which email messages can be delivered. [3.6.2. Addresses] + @@ -4714,15 +4786,14 @@ Sample values include: 1] rubbing; 2] mildew; 3] smoke - - - - - - + + + + + @@ -4766,23 +4837,13 @@ Measures] + - indicates the type of numeric value. -Suggested values include: 1] cardinal; 2] ordinal; 3] fraction; 4] percentage - - cardinal - absolute number, e.g. 21, 21.5 - ordinal - ordinal number, e.g. 21st - fraction - fraction, e.g. one half or three-quarters - percentage - a percentage - - [^\p{C}\p{Z}]+ - - + indicates the type of numeric value. + + [^\p{C}\p{Z}]+ + @@ -4808,6 +4869,7 @@ Measures] + @@ -4822,7 +4884,7 @@ Measures] - (measure group) contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page. [10.3.4. Dimensions] + (measure group) contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page. [11.3.4. Dimensions] @@ -4833,6 +4895,7 @@ Measures] + @@ -4844,12 +4907,13 @@ Measures] + - (date) contains a date in any format. [3.6.4. Dates and Times 2.2.4. Publication, Distribution, Licensing, etc. 2.6. The Revision Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information 15.2.3. The Setting Description 13.4. Dates] + (date) contains a date in any format. [3.6.4. Dates and Times 2.2.4. Publication, Distribution, Licensing, etc. 2.6. The Revision Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information 16.2.3. The Setting Description 14.4. Dates] @@ -4865,6 +4929,7 @@ Measures] + @@ -4886,6 +4951,7 @@ Measures] + @@ -4895,10 +4961,10 @@ Measures] + - (type) allows the encoder to classify the abbreviation according to some convenient typology. -Sample values include: 1] suspension (suspension); 2] contraction (contraction); 3] brevigraph; 4] superscription (superscription); 5] acronym (acronym); 6] title (title); 7] organization (organization); 8] geographic (geographic) + (type) allows the encoder to classify the abbreviation according to some convenient typology. [^\p{C}\p{Z}]+ @@ -4913,18 +4979,18 @@ Sample values include: 1] suspension (suspension); 2] contraction (contraction); + - (pointer) defines a pointer to another location. [3.7. Simple Links and Cross-References 16.1. Links] + (pointer) defines a pointer to another location. [3.7. Simple Links and Cross-References 17.1. Links] - - - Only one of the -attributes @target and @cRef may be supplied on . - + + + Only one of the attributes @target and @cRef may be supplied on . + @@ -4932,19 +4998,19 @@ attributes @target and @cRef may be supplied on . + - (reference) defines a reference to another location, possibly modified by additional text or comment. [3.7. Simple Links and Cross-References 16.1. Links] + (reference) defines a reference to another location, possibly modified by additional text or comment. [3.7. Simple Links and Cross-References 17.1. Links] - - - Only one of the - attributes @target' and @cRef' may be supplied on - - + + + Only one of the attributes @target' and @cRef' may be supplied on + + @@ -4952,6 +5018,7 @@ attributes @target and @cRef may be supplied on . + @@ -4970,12 +5037,10 @@ attributes @target and @cRef may be supplied on . - - - - - - + + + + @@ -4985,55 +5050,39 @@ attributes @target and @cRef may be supplied on . - - - - - - - - - - + + + + + + + + - - - - - - + + + + - - + + The content of a "gloss" list should include a sequence of one or more pairs of a label element followed by an item element + - (type) describes the nature of the items in the list. -Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (instructions); 4] litany (litany); 5] syllogism (syllogism) - - gloss - (gloss) each list item glosses some term or concept, which is given by a <label> element preceding the list item. - index - (index) each list item is an entry in an index such as the alphabetical topical index at the back of a print volume. - instructions - (instructions) each list item is a step in a sequence of instructions, as in a recipe. - litany - (litany) each list item is one of a sequence of petitions, supplications or invocations, typically in a religious ritual. - syllogism - (syllogism) each list item is part of an argument consisting of two or more propositions and a final conclusion derived from them. - - [^\p{C}\p{Z}]+ - - + (type) describes the nature of the items in the list. + + [^\p{C}\p{Z}]+ + @@ -5056,6 +5105,7 @@ Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (i + @@ -5077,6 +5127,7 @@ Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (i + @@ -5098,7 +5149,7 @@ Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (i - (note) contains a note or annotation. [3.9.1. Notes and Simple Annotation 2.2.6. The Notes Statement 3.12.2.8. Notes and Statement of Language 9.3.5.4. Notes within Entries] + (note) contains a note or annotation. [3.9.1. Notes and Simple Annotation 2.2.6. The Notes Statement 3.12.2.8. Notes and Statement of Language 10.3.5.4. Notes within Entries] @@ -5106,6 +5157,7 @@ Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (i + @@ -5129,6 +5181,7 @@ Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (i + @@ -5136,15 +5189,14 @@ Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (i (index entry) marks a location to be indexed for whatever purpose. [3.9.2. Index Entries] - - - - - - + + + + + a single word which follows the rules defining a legal XML name (see ), supplying a name to specify which index (of several) the index entry belongs to. @@ -5168,6 +5220,7 @@ Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (i + (MIME media type) specifies the applicable multimedia internet mail extension (MIME) media type @@ -5183,7 +5236,7 @@ Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (i - (graphic) indicates the location of a graphic or illustration, either forming part of a text, or providing an image of it. [3.10. Graphics and Other Non-textual Components 11.1. Digital Facsimiles] + (graphic) indicates the location of a graphic or illustration, either forming part of a text, or providing an image of it. [3.10. Graphics and Other Non-textual Components 12.1. Digital Facsimiles] @@ -5192,6 +5245,7 @@ Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (i + @@ -5203,9 +5257,10 @@ Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (i + - The encoding used to encode the binary data. If not specified, this is assumed to be Base64. + The encoding used to encode the binary data. If not specified, this is assumed to be Base64. @@ -5229,6 +5284,7 @@ Elements] + @@ -5242,6 +5298,7 @@ Elements] + @@ -5255,6 +5312,7 @@ Elements] + @@ -5268,6 +5326,7 @@ Elements 7.2.5. Speech Contents] + @@ -5281,6 +5340,7 @@ Elements] + @@ -5369,19 +5429,17 @@ Elements] - - - - - - - - - - - - - + + + + + + + + + + + @@ -5437,8 +5495,8 @@ Elements] - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. @@ -5466,8 +5524,8 @@ Elements] - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. @@ -5526,8 +5584,8 @@ Elements] - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. @@ -5544,10 +5602,10 @@ Elements] + - classifies the title according to some convenient typology. -Sample values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] short; 5] desc (descriptive) + classifies the title according to some convenient typology. [^\p{C}\p{Z}]+ @@ -5565,8 +5623,8 @@ Sample values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] sho - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. @@ -5599,6 +5657,7 @@ Sample values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] sho + indicates one or more systems or calendars to which the date represented by the content of this element belongs. @@ -5611,8 +5670,8 @@ Sample values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] sho - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. @@ -5632,18 +5691,16 @@ Sample values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] sho - - - - - - - - - - - - + + + + + + + + + + @@ -5689,7 +5746,7 @@ Sample values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] sho - (bibliographic citation) contains a loosely-structured bibliographic citation of which the sub-components may or may not be explicitly tagged. [3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements] + (bibliographic citation) contains a loosely-structured bibliographic citation of which the sub-components may or may not be explicitly tagged. [3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 16.3.2. Declarable Elements] @@ -5708,23 +5765,22 @@ Sample values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] sho + - (structured bibliographic citation) contains a structured bibliographic citation, in which only bibliographic sub-elements appear and in a specified order. [3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements] + (structured bibliographic citation) contains a structured bibliographic citation, in which only bibliographic sub-elements appear and in a specified order. [3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 16.3.2. Declarable Elements] - - - - - - + + + + @@ -5740,12 +5796,13 @@ Sample values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] sho + - (citation list) contains a list of bibliographic citations of any kind. [3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements] + (citation list) contains a list of bibliographic citations of any kind. [3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 16.3.2. Declarable Elements] @@ -5759,22 +5816,21 @@ Sample values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] sho - - - - - - - - - - + + + + + + + + + @@ -5787,14 +5843,11 @@ Sample values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] sho - - - -If the @target attribute on is used, the -relatedItem element must be empty - A relatedItem element should have either a 'target' attribute - or a child element to indicate the related bibliographic item - + + + If the @target attribute on is used, the relatedItem element must be empty + A relatedItem element should have either a @target attribute or a child element to indicate the related bibliographic item + @@ -5821,15 +5874,14 @@ relatedItem element must be empty - - - - Abstract model violation: Lines may not contain lines or lg elements. - - + + + Abstract model violation: Lines may not contain lines or lg elements. + + @@ -5861,31 +5913,27 @@ relatedItem element must be empty - - - - - - + + + + - - - An lg element - must contain at least one child l, lg, or gap element. - + + + An lg element must contain at least one child l, lg, or gap element. + - - - - Abstract model violation: Lines may not contain line groups. - - + + + Abstract model violation: Lines may not contain line groups. + + @@ -5896,31 +5944,29 @@ relatedItem element must be empty - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + @@ -5944,6 +5990,7 @@ relatedItem element must be empty + indicates the kind of stage direction. @@ -5982,7 +6029,7 @@ Suggested values include: 1] setting; 2] entrance; 3] exit; 4] business; 5] nove - (TEI corpus) contains the whole of a TEI encoded corpus, comprising a single corpus header and one or more <TEI> elements, each containing a single text header and a text. [4. Default Text Structure 15.1. Varieties of Composite Text] + (TEI corpus) contains the whole of a TEI encoded corpus, comprising a single corpus header and one or more <TEI> elements, each containing a single text header and a text. [4. Default Text Structure 16.1. Varieties of Composite Text] @@ -6015,8 +6062,7 @@ Suggested values include: 1] setting; 2] entrance; 3] exit; 4] business; 5] nove - specifies what type of generated text division (e.g. index, table of contents, etc.) is to appear. -Sample values include: 1] index; 2] toc; 3] figlist; 4] tablist + specifies what type of generated text division (e.g. index, table of contents, etc.) is to appear. [^\p{C}\p{Z}]+ @@ -6027,7 +6073,7 @@ Sample values include: 1] index; 2] toc; 3] figlist; 4] tablist - (text language) describes the languages and writing systems identified within the bibliographic work being described, rather than its description. [3.12.2.4. Imprint, Size of a Document, and Reprint Information 10.6.6. Languages and Writing Systems] + (text language) describes the languages and writing systems identified within the bibliographic work being described, rather than its description. [3.12.2.4. Imprint, Size of a Document, and Reprint Information 11.6.6. Languages and Writing Systems] @@ -6066,7 +6112,7 @@ Sample values include: 1] index; 2] toc; 3] figlist; 4] tablist - (use) supplies an XPath selection pattern using the syntax defined in . The XPath pattern is relative to the context given in @match, which will either be a sibling attribute in the case of `<citeStructure>` or on the parent `<citeStructure>` in the case of `<citeData>`. + (use) supplies an XPath selection pattern using the syntax defined in . The XPath pattern is relative to the context given in @match, which will either be a sibling attribute in the case of `<citeStructure>` or on the parent `<citeStructure>` in the case of `<citeData>`. @@ -6082,13 +6128,13 @@ Sample values include: 1] index; 2] toc; 3] figlist; 4] tablist - specifies a replacement pattern, that is, the skeleton of a relative or absolute URI containing references to groups in the @matchPattern which, once subpattern substitution has been performed, complete the URI. + specifies a replacement pattern, that is, the skeleton of a relative or absolute URI containing references to groups in the @matchPattern which, once subpattern substitution has been performed, complete the URI. - (TEI header) supplies descriptive and declarative metadata associated with a digital resource or set of resources. [2.1.1. The TEI Header and Its Components 15.1. Varieties of Composite Text] + (TEI header) supplies descriptive and declarative metadata associated with a digital resource or set of resources. [2.1.1. The TEI Header and Its Components 16.1. Varieties of Composite Text] @@ -6164,8 +6210,8 @@ Sample values include: 1] index; 2] toc; 3] figlist; 4] tablist - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. @@ -6193,8 +6239,8 @@ Sample values include: 1] index; 2] toc; 3] figlist; 4] tablist - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. @@ -6222,8 +6268,8 @@ Sample values include: 1] index; 2] toc; 3] figlist; 4] tablist - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. @@ -6260,7 +6306,7 @@ Sample values include: 1] index; 2] toc; 3] figlist; 4] tablist - (extent) 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. [2.2.3. Type and Extent of File 2.2. The File Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information 10.7.1. Object Description] + (extent) 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. [2.2.3. Type and Extent of File 2.2. The File Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information 11.7.1. Object Description] @@ -6271,12 +6317,10 @@ Sample values include: 1] index; 2] toc; 3] figlist; 4] tablist(publication statement) groups information concerning the publication or distribution of an electronic or other text. [2.2.4. Publication, Distribution, Licensing, etc. 2.2. The File Description] - - - - - - + + + + @@ -6306,7 +6350,7 @@ Sample values include: 1] index; 2] toc; 3] figlist; 4] tablist - (identifier) 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. [13.3.1. Basic Principles 2.2.4. Publication, Distribution, Licensing, etc. 2.2.5. The Series Statement 3.12.2.4. Imprint, Size of a Document, and Reprint Information] + (identifier) 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. [14.3.1. Basic Principles 2.2.4. Publication, Distribution, Licensing, etc. 2.2.5. The Series Statement 3.12.2.4. Imprint, Size of a Document, and Reprint Information] @@ -6318,30 +6362,13 @@ Sample values include: 1] index; 2] toc; 3] figlist; 4] tablist + - categorizes the identifier, for example as an ISBN, Social Security number, etc. -Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] OCLC - - ISBN - International Standard Book Number: a 13- or (if assigned prior to 2007) 10-digit identifying number assigned by the publishing industry to a published book or similar item, registered with the International ISBN Agency. - - ISSN - International Standard Serial Number: an eight-digit number to uniquely identify a serial publication. - DOI - Digital Object Identifier: a unique string of letters and numbers assigned to an electronic document. - URI - Uniform Resource Identifier: a string of characters to uniquely identify a resource, following the syntax of RFC 3986. - VIAF - A data number in the Virtual Internet Authority File assigned to link different names in catalogs around the world for the same entity. - ESTC - English Short-Title Catalogue number: an identifying number assigned to a document in English printed in the British Isles or North America before 1801. - OCLC - OCLC control number (record number) for the union catalog record in WorldCat, a union catalog for member libraries in the Online Computer Library Center global cooperative. - - [^\p{C}\p{Z}]+ - - + categorizes the identifier, for example as an ISBN, Social Security number, etc. + + [^\p{C}\p{Z}]+ + @@ -6356,8 +6383,8 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. @@ -6412,8 +6439,8 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. @@ -6467,7 +6494,7 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] - (source description) 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. [2.2.7. The Source Description] + (source description) 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. [2.2.7. The Source Description] @@ -6487,7 +6514,7 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] - (fully-structured bibliographic citation) contains a fully-structured bibliographic citation, in which all components of the TEI file description are present. [3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2. The File Description 2.2.7. The Source Description 15.3.2. Declarable Elements] + (fully-structured bibliographic citation) contains a fully-structured bibliographic citation, in which all components of the TEI file description are present. [3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2. The File Description 2.2.7. The Source Description 16.3.2. Declarable Elements] @@ -6519,6 +6546,7 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] + @@ -6555,7 +6583,7 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] - (project description) 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. [2.3.1. The Project Description 2.3. The Encoding Description 15.3.2. Declarable Elements] + (project description) 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. [2.3.1. The Project Description 2.3. The Encoding Description 16.3.2. Declarable Elements] @@ -6566,7 +6594,7 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] - (sampling declaration) contains a prose description of the rationale and methods used in selecting texts, or parts of a text, for inclusion in the resource. [2.3.2. The Sampling Declaration 2.3. The Encoding Description 15.3.2. Declarable Elements] + (sampling declaration) contains a prose description of the rationale and methods used in selecting texts, or parts of a text, for inclusion in the resource. [2.3.2. The Sampling Declaration 2.3. The Encoding Description 16.3.2. Declarable Elements] @@ -6577,7 +6605,7 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] - (editorial practice declaration) provides details of editorial principles and practices applied during the encoding of a text. [2.3.3. The Editorial Practices Declaration 2.3. The Encoding Description 15.3.2. Declarable Elements] + (editorial practice declaration) provides details of editorial principles and practices applied during the encoding of a text. [2.3.3. The Editorial Practices Declaration 2.3. The Encoding Description 16.3.2. Declarable Elements] @@ -6591,7 +6619,7 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] - (correction principles) states how and under what circumstances corrections have been made in the text. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements] + (correction principles) states how and under what circumstances corrections have been made in the text. [2.3.3. The Editorial Practices Declaration 16.3.2. Declarable Elements] @@ -6628,7 +6656,7 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] - (normalization) indicates the extent of normalization or regularization of the original source carried out in converting it to electronic form. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements] + (normalization) indicates the extent of normalization or regularization of the original source carried out in converting it to electronic form. [2.3.3. The Editorial Practices Declaration 16.3.2. Declarable Elements] @@ -6650,15 +6678,16 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] - (quotation) specifies editorial practice adopted with respect to quotation marks in the original. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements] + (quotation) specifies editorial practice adopted with respect to quotation marks in the original. [2.3.3. The Editorial Practices Declaration 16.3.2. Declarable Elements] - - - -On , either the @marks attribute should be used, or a paragraph of description provided - + + + + On , either the @marks attribute should be used, or a paragraph of description provided + + @@ -6680,7 +6709,7 @@ On , either the @marks attribute should be used, or a paragraph of descri - (hyphenation) summarizes the way in which hyphenation in a source text has been treated in an encoded version of it. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements] + (hyphenation) summarizes the way in which hyphenation in a source text has been treated in an encoded version of it. [2.3.3. The Editorial Practices Declaration 16.3.2. Declarable Elements] @@ -6706,7 +6735,7 @@ On , either the @marks attribute should be used, or a paragraph of descri - (segmentation) describes the principles according to which the text has been segmented, for example into sentences, tone-units, graphemic strata, etc. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements] + (segmentation) describes the principles according to which the text has been segmented, for example into sentences, tone-units, graphemic strata, etc. [2.3.3. The Editorial Practices Declaration 16.3.2. Declarable Elements] @@ -6717,7 +6746,7 @@ On , either the @marks attribute should be used, or a paragraph of descri - (standard values) specifies the format used when standardized date or number values are supplied. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements] + (standard values) specifies the format used when standardized date or number values are supplied. [2.3.3. The Editorial Practices Declaration 16.3.2. Declarable Elements] @@ -6786,7 +6815,7 @@ On , either the @marks attribute should be used, or a paragraph of descri - indicates whether the element types listed exhaustively include all those found within <text>, or represent only a subset. + indicates whether the element types listed exhaustively include all those found within <text>, or represent only a subset. @@ -6800,7 +6829,7 @@ On , either the @marks attribute should be used, or a paragraph of descri - (generic identifier) specifies the name (generic identifier) of the element indicated by the tag, within the namespace indicated by the parent <namespace> element. + (generic identifier) specifies the name (generic identifier) of the element indicated by the tag, within the namespace indicated by the parent <namespace> element. @@ -6811,7 +6840,7 @@ On , either the @marks attribute should be used, or a paragraph of descri - (with unique identifier) specifies the number of occurrences of this element within the text which bear a distinct value for the global @xml:id attribute. + (with unique identifier) specifies the number of occurrences of this element within the text which bear a distinct value for the global @xml:id attribute. @@ -6853,7 +6882,7 @@ Sample values include: 1] first-line; 2] first-letter; 3] before; 4] after - contains a selector or series of selectors specifying the elements to which the contained style description applies, expressed in the language specified in the @scheme attribute. + contains a selector or series of selectors specifying the elements to which the contained style description applies, expressed in the language specified in the @scheme attribute. @@ -6896,7 +6925,7 @@ Sample values include: 1] first-line; 2] first-letter; 3] before; 4] after - (citation structure) declares a structure and method for citing the current document. [3.11.4. Declaring Reference Systems 16.2.5.4. Citation Structures] + (citation structure) declares a structure and method for citing the current document. [3.11.4. Declaring Reference Systems 17.2.5.4. Citation Structures] @@ -6919,22 +6948,22 @@ Sample values include: 1] first-line; 2] first-letter; 3] before; 4] after - (match) supplies an XPath selection pattern using the syntax defined in which identifies a set of nodes which are citable structural components. The expression may be absolute (beginning with `/`) or relative. @match on a <citeStructure> without a <citeStructure> parent must be an absolute XPath. If it is relative, its context is set by the @match of the parent <citeStructure>. + (match) supplies an XPath selection pattern using the syntax defined in which identifies a set of nodes which are citable structural components. The expression may be absolute (beginning with `/`) or relative. @match on a <citeStructure> without a <citeStructure> parent must be an absolute XPath. If it is relative, its context is set by the @match of the parent <citeStructure>. - - - An XPath in @match on the outer must start with '/'. - + + + An XPath in @match on the outer must start with '/'. + - - - An XPath in @match must not start with '/' except on the outer . - + + + An XPath in @match must not start with '/' except on the outer . + - (unit) describes the structural unit indicated by the <citeStructure>. + (unit) describes the structural unit indicated by the <citeStructure>. Sample values include: 1] book; 2] chapter; 3] entry; 4] poem; 5] letter; 6] line; 7] section; 8] verse; 9] volume [^\p{C}\p{Z}]+ @@ -6946,7 +6975,7 @@ Sample values include: 1] book; 2] chapter; 3] entry; 4] poem; 5] letter; 6] lin - (citation data) specifies how information may be extracted from citation structures. [3.11.4. Declaring Reference Systems 16.2.5.4. Citation Structures] + (citation data) specifies how information may be extracted from citation structures. [3.11.4. Declaring Reference Systems 17.2.5.4. Citation Structures] @@ -6972,7 +7001,7 @@ Sample values include: 1] book; 2] chapter; 3] entry; 4] poem; 5] letter; 6] lin - (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] + (prefix definition) defines a prefixing scheme used in teidata.pointer values, showing how abbreviated URIs using the scheme may be expanded into full URIs. [17.2.3. Using Abbreviated Pointers] @@ -6989,7 +7018,7 @@ Sample values include: 1] book; 2] chapter; 3] entry; 4] poem; 5] letter; 6] lin - (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] + (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. [17.2.3. Using Abbreviated Pointers] @@ -7104,7 +7133,7 @@ Sample values include: 1] book; 2] chapter; 3] entry; 4] poem; 5] letter; 6] lin - (category description) 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 <textDesc>. [2.3.7. The Classification Declaration] + (category description) 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 <textDesc>. [2.3.7. The Classification Declaration] @@ -7119,7 +7148,7 @@ Sample values include: 1] book; 2] chapter; 3] entry; 4] poem; 5] letter; 6] lin - (geographic coordinates declaration) documents the notation and the datum used for geographic coordinates expressed as content of the <geo> element elsewhere within the document. [2.3.8. The Geographic Coordinates Declaration] + (geographic coordinates declaration) documents the notation and the datum used for geographic coordinates expressed as content of the <geo> element elsewhere within the document. [2.3.8. The Geographic Coordinates Declaration] @@ -7166,8 +7195,8 @@ Suggested values include: 1] WGS84 (World Geodetic System); 2] MGRS (Military Gr - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. @@ -7209,8 +7238,8 @@ Suggested values include: 1] WGS84 (World Geodetic System); 2] MGRS (Military Gr - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. @@ -7239,21 +7268,21 @@ Suggested values include: 1] WGS84 (World Geodetic System); 2] MGRS (Military Gr - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. - indicates a source unit of measure that is to be converted into another unit indicated in @toUnit. + indicates a source unit of measure that is to be converted into another unit indicated in @toUnit. \S+ - the target unit of measurement for a conversion from a source unit referenced in @fromUnit. + the target unit of measurement for a conversion from a source unit referenced in @fromUnit. \S+ @@ -7302,8 +7331,8 @@ Suggested values include: 1] WGS84 (World Geodetic System); 2] MGRS (Military Gr - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. @@ -7334,7 +7363,7 @@ Suggested values include: 1] WGS84 (World Geodetic System); 2] MGRS (Military Gr - (note on hand) describes a particular style or hand distinguished within a manuscript. [10.7.2. Writing, Decoration, and Other Notations] + (note on hand) describes a particular style or hand distinguished within a manuscript. [11.7.2. Writing, Decoration, and Other Notations] @@ -7379,8 +7408,8 @@ Suggested values include: 1] WGS84 (World Geodetic System); 2] MGRS (Military Gr - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. @@ -7391,7 +7420,7 @@ Suggested values include: 1] WGS84 (World Geodetic System); 2] MGRS (Military Gr - (language usage) describes the languages, sublanguages, registers, dialects, etc. represented within a text. [2.4.2. Language Usage 2.4. The Profile Description 15.3.2. Declarable Elements] + (language usage) describes the languages, sublanguages, registers, dialects, etc. represented within a text. [2.4.2. Language Usage 2.4. The Profile Description 16.3.2. Declarable Elements] @@ -7411,7 +7440,7 @@ Suggested values include: 1] WGS84 (World Geodetic System); 2] MGRS (Military Gr - (identifier) Supplies a language code constructed as defined in BCP 47 which is used to identify the language documented by this element, and which may be referenced by the global @xml:lang attribute. + (identifier) Supplies a language code constructed as defined in BCP 47 which is used to identify the language documented by this element, and which may be referenced by the global @xml:lang attribute. @@ -7456,7 +7485,7 @@ Suggested values include: 1] WGS84 (World Geodetic System); 2] MGRS (Military Gr - identifies the controlled vocabulary within which the set of keywords concerned is defined, for example by a <taxonomy> element, or by some other resource. + identifies the controlled vocabulary within which the set of keywords concerned is defined, for example by a <taxonomy> element, or by some other resource. \S+ @@ -7471,7 +7500,7 @@ Suggested values include: 1] WGS84 (World Geodetic System); 2] MGRS (Military Gr - identifies the classification system in use, as defined by, e.g. a <taxonomy> element, or some other resource. + identifies the classification system in use, as defined by, e.g. a <taxonomy> element, or some other resource. \S+ @@ -7487,7 +7516,7 @@ Suggested values include: 1] WGS84 (World Geodetic System); 2] MGRS (Military Gr - identifies the classification scheme within which the set of categories concerned is defined, for example by a <taxonomy> element, or by some other resource. + identifies the classification scheme within which the set of categories concerned is defined, for example by a <taxonomy> element, or by some other resource. \S+ @@ -7552,23 +7581,10 @@ Suggested values include: 1] WGS84 (World Geodetic System); 2] MGRS (Military Gr - describes the nature of the action. -Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5] forwarded - - sent - information concerning the sending or dispatch of a message. - received - information concerning the receipt of a message. - transmitted - information concerning the transmission of a message, i.e. between the dispatch and the next receipt, redirect or forwarding. - redirected - information concerning the redirection of an unread message. - forwarded - information concerning the forwarding of a message. - - [^\p{C}\p{Z}]+ - - + describes the nature of the action. + + [^\p{C}\p{Z}]+ + @@ -7618,7 +7634,7 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 - (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] + (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 12.7. Identifying Changes and Revisions] @@ -7637,8 +7653,8 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 - - + + @calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this element has no textual content. @@ -7661,7 +7677,7 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 - 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 12.7. Identifying Changes and Revisions] @@ -7678,7 +7694,7 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 - indicates whether the ordering of its child <change> elements is to be considered significant or not + indicates whether the ordering of its child <change> elements is to be considered significant or not @@ -7708,7 +7724,7 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 - points to one or more <change> elements documenting a state or revision campaign to which the element bearing this attribute and its children have been assigned by the encoder. + points to one or more <change> elements documenting a state or revision campaign to which the element bearing this attribute and its children have been assigned by the encoder. @@ -7818,7 +7834,7 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 - contains a representation of some written source in the form of a set of images rather than as transcribed or encoded text. [11.1. Digital Facsimiles] + contains a representation of some written source in the form of a set of images rather than as transcribed or encoded text. [12.1. Digital Facsimiles] @@ -7834,8 +7850,8 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 - - + + A facsimile element represents a text with images, thus transcribed text should not be present within it. @@ -7849,7 +7865,7 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 - contains a transcription or other representation of a single source document potentially forming part of a dossier génétique or collection of sources. [11.1. Digital Facsimiles 11.2.2. Embedded Transcription] + contains a transcription or other representation of a single source document potentially forming part of a dossier génétique or collection of sources. [12.1. Digital Facsimiles 12.2.2. Embedded Transcription] @@ -7865,7 +7881,7 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 - 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. [11.1. Digital Facsimiles 11.2.2. Embedded Transcription] + 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, when using an embedded transcription approach, transcriptions of the writing within them. [12.1. Digital Facsimiles 12.2.2. Embedded Transcription] @@ -7875,18 +7891,16 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 - - - - - - - - - - - - + + + + + + + + + + @@ -7913,7 +7927,7 @@ Sample values include: 1] glued; 2] pinned; 3] sewn - (surface group) 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. [11.1. Digital Facsimiles] + (surface group) 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. [12.1. Digital Facsimiles] @@ -7929,7 +7943,7 @@ Sample values include: 1] glued; 2] pinned; 3] sewn - defines any two-dimensional area within a <surface> element. [11.1. Digital Facsimiles 11.2.2. Embedded Transcription] + defines any two-dimensional area within a <surface> element. [12.1. Digital Facsimiles 12.2.2. Embedded Transcription] @@ -7946,7 +7960,7 @@ Sample values include: 1] glued; 2] pinned; 3] sewn - indicates the amount by which this zone has been rotated clockwise, with respect to the normal orientation of the parent <surface> element as implied by the dimensions given in the <msDesc> element or by the coordinates of the <surface> itself. The orientation is expressed in arc degrees. + indicates the amount by which this zone has been rotated clockwise, with respect to the normal orientation of the parent <surface> element as implied by the dimensions given in the <msDesc> element or by the coordinates of the <surface> itself. The orientation is expressed in arc degrees. @@ -7955,10 +7969,10 @@ Sample values include: 1] glued; 2] pinned; 3] sewn - (path) defines any line passing through two or more points within a <surface> element. [11.1. Digital Facsimiles 11.2.2. Embedded Transcription] + (path) defines any line passing through two or more points within a <surface> element. [12.1. Digital Facsimiles 12.2.2. Embedded Transcription] - - + + @@ -8001,17 +8015,17 @@ Sample values include: 1] glued; 2] pinned; 3] sewn - (added span of text) marks the beginning of a longer sequence of text added by an author, scribe, annotator or corrector (see also <add>). [11.3.1.4. Additions and Deletions] + (added span of text) marks the beginning of a longer sequence of text added by an author, scribe, annotator or corrector (see also <add>). [12.3.1.4. Additions and Deletions] - - - The @spanTo attribute of is required. - + + + The @spanTo attribute of is required. + - - - L'attribut spanTo est requis. - + + + L'attribut spanTo est requis. + @@ -8024,7 +8038,7 @@ Sample values include: 1] glued; 2] pinned; 3] sewn - (damage) contains an area of damage to the text witness. [11.3.3.1. Damage, Illegibility, and Supplied Text] + (damage) contains an area of damage to the text witness. [12.3.3.1. Damage, Illegibility, and Supplied Text] @@ -8034,17 +8048,17 @@ Sample values include: 1] glued; 2] pinned; 3] sewn - (damaged span of text) marks the beginning of a longer sequence of text which is damaged in some way but still legible. [11.3.3.1. Damage, Illegibility, and Supplied Text] + (damaged span of text) marks the beginning of a longer sequence of text which is damaged in some way but still legible. [12.3.3.1. Damage, Illegibility, and Supplied Text] - - - The @spanTo attribute of is required. - + + + The @spanTo attribute of is required. + - - - L'attribut spanTo est requis. - + + + L'attribut spanTo est requis. + @@ -8055,17 +8069,17 @@ Sample values include: 1] glued; 2] pinned; 3] sewn - (deleted span of text) 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. [11.3.1.4. Additions and Deletions] + (deleted span of text) 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. [12.3.1.4. Additions and Deletions] - - - The @spanTo attribute of is required. - + + + The @spanTo attribute of is required. + - - - L'attribut spanTo est requis. - + + + L'attribut spanTo est requis. + @@ -8077,7 +8091,7 @@ Sample values include: 1] glued; 2] pinned; 3] sewn - (editorial expansion) contains a sequence of letters added by an editor or transcriber when expanding an abbreviation. [11.3.1.2. Abbreviation and Expansion] + (editorial expansion) contains a sequence of letters added by an editor or transcriber when expanding an abbreviation. [12.3.1.2. Abbreviation and Expansion] @@ -8087,7 +8101,7 @@ Sample values include: 1] glued; 2] pinned; 3] sewn - (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] + (forme work) contains a running head (e.g. a header, footer), catchword, or similar material appearing on the current page. [12.6. Headers, Footers, and Similar Matter] @@ -8095,8 +8109,7 @@ Sample values include: 1] glued; 2] pinned; 3] sewn - classifies the material encoded according to some useful typology. -Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNum (line number); 5] sig (signature); 6] catch (catchword) + classifies the material encoded according to some useful typology. [^\p{C}\p{Z}]+ @@ -8107,7 +8120,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - contains one or more <handNote> elements documenting the different hands identified within the source texts. [11.3.2.1. Document Hands] + contains one or more <handNote> elements documenting the different hands identified within the source texts. [12.3.2.1. Document Hands] @@ -8117,13 +8130,13 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - (handwriting shift) marks the beginning of a sequence of text written in a new hand, or the beginning of a scribal stint. [11.3.2.1. Document Hands] + (handwriting shift) marks the beginning of a sequence of text written in a new hand, or the beginning of a scribal stint. [12.3.2.1. Document Hands] - indicates a <handNote> element describing the hand concerned. + indicates a <handNote> element describing the hand concerned. \S+ @@ -8134,7 +8147,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - (abbreviation marker) contains a sequence of letters or signs present in an abbreviation which are omitted or replaced in the expanded form of the abbreviation. [11.3.1.2. Abbreviation and Expansion] + (abbreviation marker) contains a sequence of letters or signs present in an abbreviation which are omitted or replaced in the expanded form of the abbreviation. [12.3.1.2. Abbreviation and Expansion] @@ -8150,7 +8163,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - (restore) indicates restoration of text to an earlier state by cancellation of an editorial or authorial marking or instruction. [11.3.1.6. Cancellation of Deletions and Other Markings] + (restore) indicates restoration of text to an earlier state by cancellation of an editorial or authorial marking or instruction. [12.3.1.6. Cancellation of Deletions and Other Markings] @@ -8161,7 +8174,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - (space) indicates the location of a significant space in the text. [11.4.1. Space] + (space) indicates the location of a significant space in the text. [12.4.1. Space] @@ -8218,7 +8231,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - (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] + (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. [12.3.1.5. Substitutions] @@ -8227,10 +8240,10 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - - - must have at least one child add and at least one child del or surplus - + + + must have at least one child add and at least one child del or surplus + @@ -8240,7 +8253,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - (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] + (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 [12.3.1.5. Substitutions] @@ -8256,7 +8269,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - (supplied) 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. [11.3.3.1. Damage, Illegibility, and Supplied Text] + (supplied) 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. [12.3.3.1. Damage, Illegibility, and Supplied Text] @@ -8278,7 +8291,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - (surplus) marks text present in the source which the editor believes to be superfluous or redundant. [11.3.3.1. Damage, Illegibility, and Supplied Text] + (surplus) marks text present in the source which the editor believes to be superfluous or redundant. [12.3.3.1. Damage, Illegibility, and Supplied Text] @@ -8300,7 +8313,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - (secluded text) Secluded. Marks text present in the source which the editor believes to be genuine but out of its original place (which is unknown). [11.3.1.7. Text Omitted from or Supplied in the Transcription] + (secluded text) Secluded. Marks text present in the source which the editor believes to be genuine but out of its original place (which is unknown). [12.3.1.7. Text Omitted from or Supplied in the Transcription] @@ -8322,7 +8335,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - contains the transcription of a topographic line in the source document [11.2.2. Embedded Transcription] + contains the transcription of a topographic line in the source document [12.2.2. Embedded Transcription] @@ -8340,7 +8353,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - 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] + supplies a list of transpositions, each of which is indicated at some point in a document typically by means of metamarks. [12.3.4.5. Transpositions] @@ -8355,7 +8368,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - 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] + 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. [12.3.4.2. Metamarks] @@ -8385,7 +8398,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - represents any kind of modification identified within a single document. [11.3.4.1. Generic Modification] + represents any kind of modification identified within a single document. [12.3.4.1. Generic Modification] @@ -8397,7 +8410,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - indicates one or more cancelled interventions in a document which have subsequently been marked as reaffirmed or repeated. [11.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications] + indicates one or more cancelled interventions in a document which have subsequently been marked as reaffirmed or repeated. [12.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications] @@ -8420,7 +8433,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - contains a sequence of writing which has been retraced, for example by over-inking, to clarify or fix it. [11.3.4.3. Fixation and Clarification] + contains a sequence of writing which has been retraced, for example by over-inking, to clarify or fix it. [12.3.4.3. Fixation and Clarification] @@ -8431,7 +8444,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - 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] + 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. [12.3.4.5. Transpositions] @@ -8445,7 +8458,7 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - 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] + indicates one or more marked-up interventions in a document which have subsequently been marked for cancellation. [12.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications] @@ -8468,51 +8481,43 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - (graph) encodes a graph, which is a collection of nodes, and arcs which connect the nodes. [19.1. Graphs and Digraphs] + (graph) encodes a graph, which is a collection of nodes, and arcs which connect the nodes. [20.1. Graphs and Digraphs] - + + + + + + + + + - + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - - + + + + - - - - - - + + + + @@ -8521,21 +8526,10 @@ Sample values include: 1] header; 2] footer; 3] pageNum (page number); 4] lineNu - describes the type of graph. -Suggested values include: 1] undirected; 2] directed; 3] transitionNetwork; 4] transducer - - undirected - undirected graph - directed - directed graph - transitionNetwork - a directed graph with distinguished initial and final nodes - transducer - a transition network with up to two labels on each arc - - [^\p{C}\p{Z}]+ - - + describes the type of graph. + + [^\p{C}\p{Z}]+ + @@ -8555,30 +8549,23 @@ Suggested values include: 1] undirected; 2] directed; 3] transitionNetwork; 4] t - (node) encodes a node, a possibly labeled point in a graph. [19.1. Graphs and Digraphs] - - - + (node) encodes a node, a possibly labeled point in a graph. [20.1. Graphs and Digraphs] + + + - + - - + + - provides a type for a node. -Suggested values include: 1] initial; 2] final - - initial - initial node in a transition network - final - final node in a transition network - - [^\p{C}\p{Z}]+ - - + provides a type for a node. + + [^\p{C}\p{Z}]+ + @@ -8648,15 +8635,15 @@ Suggested values include: 1] initial; 2] final - (arc) encodes an arc, the connection from one node to another in a graph. [19.1. Graphs and Digraphs] - - - + (arc) encodes an arc, the connection from one node to another in a graph. [20.1. Graphs and Digraphs] + + + - + - - + + gives the identifier of the node which is adjacent from this arc. @@ -8675,7 +8662,7 @@ Suggested values include: 1] initial; 2] final - (tree) encodes a tree, which is made up of a root, internal nodes, leaves, and arcs from root to leaves. [19.2. Trees] + (tree) encodes a tree, which is made up of a root, internal nodes, leaves, and arcs from root to leaves. [20.2. Trees] @@ -8725,7 +8712,7 @@ Suggested values include: 1] initial; 2] final - (root node) represents the root node of a tree. [19.2. Trees] + (root node) represents the root node of a tree. [20.2. Trees] @@ -8773,7 +8760,7 @@ Suggested values include: 1] initial; 2] final - (intermediate (or internal) node) represents an intermediate (or internal) node of a tree. [19.2. Trees] + (intermediate (or internal) node) represents an intermediate (or internal) node of a tree. [20.2. Trees] @@ -8837,7 +8824,7 @@ Suggested values include: 1] initial; 2] final - (leaf) encodes the leaves (terminal nodes) of a tree. [19.2. Trees] + (leaf) encodes the leaves (terminal nodes) of a tree. [20.2. Trees] @@ -8871,7 +8858,7 @@ Suggested values include: 1] initial; 2] final - (embedding tree) provides an alternative to the <tree> element for representing ordered rooted tree structures. [19.3. Another Tree Notation] + (embedding tree) provides an alternative to the <tree> element for representing ordered rooted tree structures. [20.3. Another Tree Notation] @@ -8901,7 +8888,7 @@ Suggested values include: 1] initial; 2] final (underspecified embedding tree, so called because of its - characteristic shape when drawn) provides for an underspecified <eTree>, that is, an <eTree> with information left out. [19.3. Another Tree Notation] + characteristic shape when drawn) provides for an underspecified <eTree>, that is, an <eTree> with information left out. [20.3. Another Tree Notation] @@ -8928,7 +8915,7 @@ Suggested values include: 1] initial; 2] final - (leaf or terminal node of an embedding tree) provides explicitly for a leaf of an embedding tree, which may also be encoded with the <eTree> element. [19.3. Another Tree Notation] + (leaf or terminal node of an embedding tree) provides explicitly for a leaf of an embedding tree, which may also be encoded with the <eTree> element. [20.3. Another Tree Notation] @@ -8952,7 +8939,7 @@ Suggested values include: 1] initial; 2] final - (forest) provides for groups of rooted trees. [19.3. Another Tree Notation] + (forest) provides for groups of rooted trees. [20.3. Another Tree Notation] @@ -8967,7 +8954,7 @@ Suggested values include: 1] initial; 2] final - provides for lists of forests. [19.3. Another Tree Notation] + provides for lists of forests. [20.3. Another Tree Notation] @@ -8991,7 +8978,7 @@ Suggested values include: 1] initial; 2] final - (TEI document) contains a single TEI-conformant document, combining a single TEI header with one or more members of the model.resource class. Multiple <TEI> elements may be combined within a <TEI> (or <teiCorpus>) element. [4. Default Text Structure 15.1. Varieties of Composite Text] + (TEI document) contains a single TEI-conformant document, combining a single TEI header with one or more members of the model.resource class. Multiple <TEI> elements may be combined within a <TEI> (or <teiCorpus>) element. [4. Default Text Structure 16.1. Varieties of Composite Text] @@ -9029,19 +9016,19 @@ Suggested values include: 1] initial; 2] final - (text) 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. [4. Default Text Structure 15.1. Varieties of Composite Text] + (text) 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. [4. Default Text Structure 16.1. Varieties of Composite Text] - - - - - - - - + + + + + + + + @@ -9049,14 +9036,14 @@ Suggested values include: 1] initial; 2] final - - - - - - - - + + + + + + + + @@ -9072,97 +9059,85 @@ Suggested values include: 1] initial; 2] final - - - + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - + + + + + + + - - - - - - - - - + + + + + + + - - - - - - + + + + @@ -9172,7 +9147,7 @@ Suggested values include: 1] initial; 2] final - (group) 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. [4. Default Text Structure 4.3.1. Grouped Texts 15.1. Varieties of Composite Text] + (group) 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. [4. Default Text Structure 4.3.1. Grouped Texts 16.1. Varieties of Composite Text] @@ -9210,14 +9185,14 @@ Suggested values include: 1] initial; 2] final - - - - - - - - + + + + + + + + @@ -9225,18 +9200,19 @@ Suggested values include: 1] initial; 2] final - - - - - - - - + + + + + + + + + @@ -9250,68 +9226,58 @@ Suggested values include: 1] initial; 2] final - - - + + + - - - - - - - - - + + + + + + + - - - - - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - + + + + + + + + + - - - - Abstract model violation: Lines may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. - - + + + + Abstract model violation: Lines may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. + + - - - - Abstract model violation: p and ab may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. - - + + + + Abstract model violation: p and ab may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. + + @@ -9331,54 +9297,44 @@ Suggested values include: 1] initial; 2] final - - - + + + - - - - - - - - - + + + + + + + - - - - - - - - + + + + - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - + + + + + + + + + @@ -9397,54 +9353,44 @@ Suggested values include: 1] initial; 2] final - - - + + + - - - - - - - - - + + + + + + + - - - - - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - + + + + + + + + + @@ -9463,54 +9409,44 @@ Suggested values include: 1] initial; 2] final - - - + + + - - - - - - - - - + + + + + + + - - - - - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - + + + + + + + + + @@ -9529,54 +9465,44 @@ Suggested values include: 1] initial; 2] final - - - + + + - - - - - - - - - + + + + + + + - - - - - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - + + + + + + + + + @@ -9595,54 +9521,44 @@ Suggested values include: 1] initial; 2] final - - - + + + - - - - - - - - - + + + + + + + - - - - - - - - + + + + - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - + + + + + + + + + @@ -9661,54 +9577,44 @@ Suggested values include: 1] initial; 2] final - - - + + + - - - - - - - - - + + + + + + + - - - - - - - - + + + + - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - + + + + + + + + + @@ -9727,28 +9633,22 @@ Suggested values include: 1] initial; 2] final - - + + - - - - - - - - + + + + - - - - - - - - - - + + + + + + + + @@ -9775,6 +9675,7 @@ Suggested values include: 1] initial; 2] final + @@ -9791,6 +9692,7 @@ Suggested values include: 1] initial; 2] final + @@ -9807,6 +9709,7 @@ Suggested values include: 1] initial; 2] final + @@ -9821,15 +9724,14 @@ Suggested values include: 1] initial; 2] final - - - - - - + + + + + @@ -9843,6 +9745,7 @@ Suggested values include: 1] initial; 2] final + @@ -9865,6 +9768,7 @@ Suggested values include: 1] initial; 2] final + @@ -9884,6 +9788,7 @@ Suggested values include: 1] initial; 2] final + @@ -9893,6 +9798,7 @@ Suggested values include: 1] initial; 2] final + @@ -9902,6 +9808,7 @@ Suggested values include: 1] initial; 2] final + @@ -9923,16 +9830,15 @@ Suggested values include: 1] initial; 2] final - - - - - - + + + + + @@ -9972,12 +9878,10 @@ Suggested values include: 1] initial; 2] final - - - - - - + + + + @@ -9993,23 +9897,10 @@ Suggested values include: 1] initial; 2] final - (type) specifies the role of this subdivision of the title. -Suggested values include: 1] main (main); 2] sub (subordinate); 3] alt (alternate); 4] short (short); 5] desc (descriptive) - - main - (main) main title of the work - sub - (subordinate) subtitle of the work - alt - (alternate) alternative title of the work - short - (short) abbreviated form of title - desc - (descriptive) descriptive paraphrase of the work - - [^\p{C}\p{Z}]+ - - + (type) specifies the role of this subdivision of the title. + + [^\p{C}\p{Z}]+ + @@ -10021,6 +9912,7 @@ Suggested values include: 1] main (main); 2] sub (subordinate); 3] alt (alternat + @@ -10063,6 +9955,7 @@ Suggested values include: 1] main (main); 2] sub (subordinate); 3] alt (alternat (document date) contains the date of a document, as given on a title page or in a dateline. [4.6. Title Pages] + @@ -10080,43 +9973,41 @@ Suggested values include: 1] main (main); 2] sub (subordinate); 3] alt (alternat - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - + - - - - - - - - - + + + + + + + - - + + @@ -10160,17 +10051,17 @@ Suggested values include: 1] main (main); 2] sub (subordinate); 3] alt (alternat - - - - - - - - - - - + + + + + + + + + + + @@ -10285,23 +10176,24 @@ Suggested values include: 1] main (main); 2] sub (subordinate); 3] alt (alternat - (link) defines an association or hypertextual link among elements or passages, of some type not more precisely specifiable by other elements. [16.1. Links] + (link) defines an association or hypertextual link among elements or passages, of some type not more precisely specifiable by other elements. [17.1. Links] - - - You must supply at least two values for @target or on + + + You must supply at least two values for @target or on - + + - (link group) defines a collection of associations or hypertextual links. [16.1. Links] + (link group) defines a collection of associations or hypertextual links. [17.1. Links] @@ -10315,52 +10207,56 @@ Suggested values include: 1] main (main); 2] sub (subordinate); 3] alt (alternat + - (anonymous block) contains any component-level unit of text, acting as a container for phrase or inter level elements analogous to, but without the same constraints as, a paragraph. [16.3. Blocks, Segments, and Anchors] + (anonymous block) contains any component-level unit of text, acting as a container for phrase or inter level elements analogous to, but without the same constraints as, a paragraph. [17.3. Blocks, Segments, and Anchors] - - - - Abstract model violation: Lines may not contain higher-level divisions such as p or ab, unless ab is a child of figure or note, or is a descendant of floatingText. - - + + + + Abstract model violation: Lines may not contain higher-level divisions such as p or ab, unless ab is a child of figure or note, or is a descendant of floatingText. + + + - (anchor point) attaches an identifier to a point within a text, whether or not it corresponds with a textual element. [8.4.2. Synchronization and Overlap 16.5. Correspondence and Alignment] + (anchor point) attaches an identifier to a point within a text, whether or not it corresponds with a textual element. [8.4.2. Synchronization and Overlap 17.5. Correspondence and Alignment] + - (arbitrary segment) represents any segmentation of text below the chunk level. [16.3. Blocks, Segments, and Anchors 6.2. Components of the Verse Line 7.2.5. Speech Contents] + (arbitrary segment) represents any segmentation of text below the chunk level. [17.3. Blocks, Segments, and Anchors 6.2. Components of the Verse Line 7.2.5. Speech Contents] + - indicates a point in time either relative to other elements in the same timeline tag, or absolutely. [16.4.2. Placing Synchronous Events in Time] + indicates a point in time either relative to other elements in the same timeline tag, or absolutely. [17.4.2. Placing Synchronous Events in Time] @@ -10380,7 +10276,7 @@ Suggested values include: 1] main (main); 2] sub (subordinate); 3] alt (alternat - specifies the unit of time in which the @interval value is expressed, if this is not inherited from the parent <timeline>. + specifies the unit of time in which the @interval value is expressed, if this is not inherited from the parent <timeline>. Suggested values include: 1] d (days); 2] h (hours); 3] min (minutes); 4] s (seconds); 5] ms (milliseconds) d @@ -10417,7 +10313,7 @@ Suggested values include: 1] d (days); 2] h (hours); 3] min (minutes); 4] s (sec - identifies the reference point for determining the time of the current <when> element, which is obtained by adding the interval to the time of the reference point. + identifies the reference point for determining the time of the current <when> element, which is obtained by adding the interval to the time of the reference point. \S+ @@ -10428,11 +10324,12 @@ Suggested values include: 1] d (days); 2] h (hours); 3] min (minutes); 4] s (sec - (timeline) 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. [16.4.2. Placing Synchronous Events in Time] + (timeline) 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. [17.4.2. Placing Synchronous Events in Time] + designates the origin of the timeline, i.e. the time at which it begins. @@ -10443,7 +10340,7 @@ Suggested values include: 1] d (days); 2] h (hours); 3] min (minutes); 4] s (sec - specifies the unit of time corresponding to the @interval value of the timeline or of its constituent points in time. + specifies the unit of time corresponding to the @interval value of the timeline or of its constituent points in time. Suggested values include: 1] d (days); 2] h (hours); 3] min (minutes); 4] s (seconds); 5] ms (milliseconds) d @@ -10483,23 +10380,24 @@ Suggested values include: 1] d (days); 2] h (hours); 3] min (minutes); 4] s (sec - (join) identifies a possibly fragmented segment of text, by pointing at the possibly discontiguous elements which compose it. [16.7. Aggregation] + (join) identifies a possibly fragmented segment of text, by pointing at the possibly discontiguous elements which compose it. [17.7. Aggregation] - - - -You must supply at least two values for @target on - - + + + + You must supply at least two values for @target on + + + specifies the name of an element which this aggregation may be understood to represent. @@ -10511,9 +10409,9 @@ You must supply at least two values for @target on indicates whether the targets to be joined include the entire element indicated (the entire subtree including its root), or just the children of the target (the branches of the subtree). root - the rooted subtrees indicated by the @target attribute are joined, each subtree become a child of the virtual element created by the join + the rooted subtrees indicated by the @target attribute are joined, each subtree become a child of the virtual element created by the join branches - the children of the subtrees indicated by the @target attribute become the children of the virtual element (i.e. the roots of the subtrees are discarded) + the children of the subtrees indicated by the @target attribute become the children of the virtual element (i.e. the roots of the subtrees are discarded) @@ -10522,7 +10420,7 @@ You must supply at least two values for @target on - (join group) groups a collection of <join> elements and possibly pointers. [16.7. Aggregation] + (join group) groups a collection of <join> elements and possibly pointers. [17.7. Aggregation] @@ -10539,9 +10437,10 @@ You must supply at least two values for @target on + - supplies the default value for the @result on each <join> included within the group. + supplies the default value for the @result on each <join> included within the group. @@ -10550,12 +10449,13 @@ You must supply at least two values for @target on - (alternation) identifies an alternation or a set of choices among elements or passages. [16.8. Alternation] + (alternation) identifies an alternation or a set of choices among elements or passages. [17.8. Alternation] + specifies the destination of the reference by supplying one or more URI References @@ -10587,12 +10487,21 @@ You must supply at least two values for @target on - If @mode is excl, each weight states the probability that the corresponding alternative occurs. If @mode is incl each weight states the probability that the corresponding alternative occurs given that at least one of the other alternatives occurs. + If @mode is excl, each weight states the probability that the corresponding alternative occurs. If @mode is incl each weight states the probability that the corresponding alternative occurs given that at least one of the other alternatives occurs. - - + + 0 + 1 + + + 0 + 1 + - + + 0 + 1 + @@ -10602,7 +10511,7 @@ You must supply at least two values for @target on - (alternation group) groups a collection of <alt> elements and possibly pointers. [16.8. Alternation] + (alternation group) groups a collection of <alt> elements and possibly pointers. [17.8. Alternation] @@ -10616,6 +10525,7 @@ You must supply at least two values for @target on + states whether the alternations gathered in this collection are exclusive or inclusive. @@ -10632,17 +10542,17 @@ You must supply at least two values for @target on - Functions as a container element for linked data, contextual information, and stand-off annotations embedded in a TEI document. [16.10. The standOff Container] + Functions as a container element for linked data, contextual information, and stand-off annotations embedded in a TEI document. [17.10. The standOff Container] - - - This - element must have a @type attribute, since it is - nested inside a + + + This + element must have a @type attribute, since it is + nested inside a - + @@ -10652,7 +10562,7 @@ You must supply at least two values for @target on - contains a list of annotations, typically encoded as <annotation>, <annotationBlock>, or <note>, possibly organized with nested <listAnnotation> elements. [16.10. The standOff Container] + contains a list of annotations, typically encoded as <annotation>, <annotationBlock>, or <note>, possibly organized with nested <listAnnotation> elements. [17.10. The standOff Container] @@ -10676,8 +10586,8 @@ You must supply at least two values for @target on - represents an annotation following the Web - Annotation Data Model. [16.10. The standOff Container] + represents an annotation following the Web + Annotation Data Model. [17.10. The standOff Container] @@ -10842,7 +10752,7 @@ Suggested values include: 1] main; 2] hom (homograph); 3] xref (cross reference) - (location) indicates an <anchor> element typically elsewhere in the document, but possibly in another document, which is the original location of this component. + (location) indicates an <anchor> element typically elsewhere in the document, but possibly in another document, which is the original location of this component. \S+ @@ -11126,7 +11036,7 @@ Suggested values include: 1] main; 2] hom (homograph); 3] xref (cross reference) - (super entry) 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. [9.1. Dictionary Body and Overall Structure] + (super entry) 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. [10.1. Dictionary Body and Overall Structure] @@ -11146,7 +11056,7 @@ Suggested values include: 1] main; 2] hom (homograph); 3] xref (cross reference) - (entry) contains a single structured entry in any kind of lexical resource, such as a dictionary or lexicon. [9.1. Dictionary Body and Overall Structure 9.2. The Structure of Dictionary Entries] + (entry) contains a single structured entry in any kind of lexical resource, such as a dictionary or lexicon. [10.1. Dictionary Body and Overall Structure 10.2. The Structure of Dictionary Entries] @@ -11164,7 +11074,7 @@ Suggested values include: 1] main; 2] hom (homograph); 3] xref (cross reference) - (unstructured entry) contains a single unstructured entry in any kind of lexical resource, such as a dictionary or lexicon. [9.1. Dictionary Body and Overall Structure 9.2. The Structure of Dictionary Entries] + (unstructured entry) contains a single unstructured entry in any kind of lexical resource, such as a dictionary or lexicon. [10.1. Dictionary Body and Overall Structure 10.2. The Structure of Dictionary Entries] @@ -11185,7 +11095,7 @@ Suggested values include: 1] main; 2] hom (homograph); 3] xref (cross reference) - (homograph) groups information relating to one homograph within an entry. [9.2. The Structure of Dictionary Entries] + (homograph) groups information relating to one homograph within an entry. [10.2. The Structure of Dictionary Entries] @@ -11200,7 +11110,7 @@ Suggested values include: 1] main; 2] hom (homograph); 3] xref (cross reference) - groups together all information relating to one word sense in a dictionary entry, for example definitions, examples, and translation equivalents. [9.2. The Structure of Dictionary Entries] + groups together all information relating to one word sense in a dictionary entry, for example definitions, examples, and translation equivalents. [10.2. The Structure of Dictionary Entries] @@ -11224,7 +11134,7 @@ Suggested values include: 1] main; 2] hom (homograph); 3] xref (cross reference) - (dictionary scrap) encloses a part of a dictionary entry in which other phrase-level dictionary elements are freely combined. [9.1. Dictionary Body and Overall Structure 9.2. The Structure of Dictionary Entries] + (dictionary scrap) encloses a part of a dictionary entry in which other phrase-level dictionary elements are freely combined. [10.1. Dictionary Body and Overall Structure 10.2. The Structure of Dictionary Entries] @@ -11242,7 +11152,7 @@ Suggested values include: 1] main; 2] hom (homograph); 3] xref (cross reference) - (form information group) groups all the information on the written and spoken forms of one headword. [9.3.1. Information on Written and Spoken Forms] + (form information group) groups all the information on the written and spoken forms of one headword. [10.3.1. Information on Written and Spoken Forms] @@ -11258,27 +11168,10 @@ Suggested values include: 1] main; 2] hom (homograph); 3] xref (cross reference) - classifies form as simple, compound, etc. -Suggested values include: 1] simple; 2] lemma; 3] variant; 4] compound; 5] derivative; 6] inflected; 7] phrase - - simple - single free lexical item - lemma - the headword itself - variant - a variant form - compound - word formed from simple lexical items - derivative - word derived from headword - inflected - word in other than usual dictionary form - phrase - multiple-word lexical item - - [^\p{C}\p{Z}]+ - - + classifies form as simple, compound, etc. + + [^\p{C}\p{Z}]+ + @@ -11286,7 +11179,7 @@ Suggested values include: 1] simple; 2] lemma; 3] variant; 4] compound; 5] deriv - (orthographic form) gives the orthographic form of a dictionary headword. [9.3.1. Information on Written and Spoken Forms] + (orthographic form) gives the orthographic form of a dictionary headword. [10.3.1. Information on Written and Spoken Forms] @@ -11306,7 +11199,7 @@ Suggested values include: 1] simple; 2] lemma; 3] variant; 4] compound; 5] deriv - (pronunciation) contains the pronunciation(s) of the word. [9.3.1. Information on Written and Spoken Forms] + (pronunciation) contains the pronunciation(s) of the word. [10.3.1. Information on Written and Spoken Forms] @@ -11318,7 +11211,7 @@ Suggested values include: 1] simple; 2] lemma; 3] variant; 4] compound; 5] deriv - (hyphenation) contains a hyphenated form of a dictionary headword, or hyphenation information in some other form. [9.3.1. Information on Written and Spoken Forms] + (hyphenation) contains a hyphenated form of a dictionary headword, or hyphenation information in some other form. [10.3.1. Information on Written and Spoken Forms] @@ -11328,7 +11221,7 @@ Suggested values include: 1] simple; 2] lemma; 3] variant; 4] compound; 5] deriv - (syllabification) contains the syllabification of the headword. [9.3.1. Information on Written and Spoken Forms] + (syllabification) contains the syllabification of the headword. [10.3.1. Information on Written and Spoken Forms] @@ -11338,7 +11231,7 @@ Suggested values include: 1] simple; 2] lemma; 3] variant; 4] compound; 5] deriv - (stress) contains the stress pattern for a dictionary headword, if given separately. [9.3.1. Information on Written and Spoken Forms] + (stress) contains the stress pattern for a dictionary headword, if given separately. [10.3.1. Information on Written and Spoken Forms] @@ -11347,16 +11240,15 @@ Suggested values include: 1] simple; 2] lemma; 3] variant; 4] compound; 5] deriv - (grammatical information) within an entry in a dictionary or a terminological data file, contains grammatical information relating to a term, word, or form. [9.3.2. Grammatical Information] + (grammatical information) within an entry in a dictionary or a terminological data file, contains grammatical information relating to a term, word, or form. [10.3.2. Grammatical Information] - classifies grammatical information provided by <gram> according to some convenient and shared typology, ideally one defined in an external reference taxonomy, such as the CLARIN Concept - Registry. -Sample values include: 1] pos (part of speech); 2] gen (gender); 3] num (number); 4] animate; 5] proper + classifies grammatical information provided by <gram> according to some convenient and shared typology, ideally one defined in an external reference taxonomy, such as the CLARIN Concept + Registry. [^\p{C}\p{Z}]+ @@ -11367,7 +11259,7 @@ Sample values include: 1] pos (part of speech); 2] gen (gender); 3] num (number) - (gender) identifies the morphological gender of a lexical item, as given in the dictionary. [9.3.1. Information on Written and Spoken Forms] + (gender) identifies the morphological gender of a lexical item, as given in the dictionary. [10.3.1. Information on Written and Spoken Forms] @@ -11376,7 +11268,7 @@ Sample values include: 1] pos (part of speech); 2] gen (gender); 3] num (number) - (number) indicates grammatical number associated with a form, as given in a dictionary. [9.3.1. Information on Written and Spoken Forms 9.3.2. Grammatical Information] + (number) indicates grammatical number associated with a form, as given in a dictionary. [10.3.1. Information on Written and Spoken Forms 10.3.2. Grammatical Information] @@ -11385,7 +11277,7 @@ Sample values include: 1] pos (part of speech); 2] gen (gender); 3] num (number) - (case) contains grammatical case information given by a dictionary for a given form. [9.3.1. Information on Written and Spoken Forms] + (case) contains grammatical case information given by a dictionary for a given form. [10.3.1. Information on Written and Spoken Forms] @@ -11394,7 +11286,7 @@ Sample values include: 1] pos (part of speech); 2] gen (gender); 3] num (number) - (person) contains an indication of the grammatical person (1st, 2nd, 3rd, etc.) associated with a given inflected form in a dictionary. [9.3.1. Information on Written and Spoken Forms] + (person) contains an indication of the grammatical person (1st, 2nd, 3rd, etc.) associated with a given inflected form in a dictionary. [10.3.1. Information on Written and Spoken Forms] @@ -11403,7 +11295,7 @@ Sample values include: 1] pos (part of speech); 2] gen (gender); 3] num (number) - (tense) indicates the grammatical tense associated with a given inflected form in a dictionary. [9.3.1. Information on Written and Spoken Forms] + (tense) indicates the grammatical tense associated with a given inflected form in a dictionary. [10.3.1. Information on Written and Spoken Forms] @@ -11412,7 +11304,7 @@ Sample values include: 1] pos (part of speech); 2] gen (gender); 3] num (number) - (mood) contains information about the grammatical mood of verbs (e.g. indicative, subjunctive, imperative). [9.3.1. Information on Written and Spoken Forms] + (mood) contains information about the grammatical mood of verbs (e.g. indicative, subjunctive, imperative). [10.3.1. Information on Written and Spoken Forms] @@ -11421,15 +11313,14 @@ Sample values include: 1] pos (part of speech); 2] gen (gender); 3] num (number) - (inflectional class) indicates the inflectional class associated with a lexical item. [9.3.1. Information on Written and Spoken Forms] + (inflectional class) indicates the inflectional class associated with a lexical item. [10.3.1. Information on Written and Spoken Forms] - indicates the type of indicator used to specify the inflection class, when it is necessary to distinguish between the usual abbreviated indications (e.g. inv) and other kinds of indicators, such as special codes referring to conjugation patterns, etc. -Sample values include: 1] abbrev; 2] verbTable + indicates the type of indicator used to specify the inflection class, when it is necessary to distinguish between the usual abbreviated indications (e.g. inv) and other kinds of indicators, such as special codes referring to conjugation patterns, etc. [^\p{C}\p{Z}]+ @@ -11440,7 +11331,7 @@ Sample values include: 1] abbrev; 2] verbTable - (grammatical information group) groups morpho-syntactic information about a lexical item, e.g. <pos>, <gen>, <number>, <case>, or <iType> (inflectional class). [9.3.2. Grammatical Information] + (grammatical information group) groups morpho-syntactic information about a lexical item, e.g. <pos>, <gen>, <number>, <case>, or <iType> (inflectional class). [10.3.2. Grammatical Information] @@ -11459,7 +11350,7 @@ Sample values include: 1] abbrev; 2] verbTable - (part of speech) indicates the part of speech assigned to a dictionary headword such as noun, verb, or adjective. [9.3.2. Grammatical Information] + (part of speech) indicates the part of speech assigned to a dictionary headword such as noun, verb, or adjective. [10.3.2. Grammatical Information] @@ -11468,7 +11359,7 @@ Sample values include: 1] abbrev; 2] verbTable - (subcategorization) contains subcategorization information (transitive/intransitive, countable/non-countable, etc.) [9.3.2. Grammatical Information] + (subcategorization) contains subcategorization information (transitive/intransitive, countable/non-countable, etc.) [10.3.2. Grammatical Information] @@ -11477,7 +11368,7 @@ Sample values include: 1] abbrev; 2] verbTable - (collocate) contains any sequence of words that co-occur with the headword with significant frequency. [9.3.2. Grammatical Information] + (collocate) contains any sequence of words that co-occur with the headword with significant frequency. [10.3.2. Grammatical Information] @@ -11487,7 +11378,7 @@ Sample values include: 1] abbrev; 2] verbTable - (definition) contains definition text in a dictionary entry. [9.3.3.1. Definitions] + (definition) contains definition text in a dictionary entry. [10.3.3.1. Definitions] @@ -11496,7 +11387,7 @@ Sample values include: 1] abbrev; 2] verbTable - (etymology) encloses the etymological information in a dictionary entry. [9.3.4. Etymological Information] + (etymology) encloses the etymological information in a dictionary entry. [10.3.4. Etymological Information] @@ -11520,7 +11411,7 @@ Sample values include: 1] abbrev; 2] verbTable - (language name) contains the name of a language mentioned in etymological or other linguistic discussion. [9.3.4. Etymological Information] + (language name) contains the name of a language mentioned in etymological or other linguistic discussion. [10.3.4. Etymological Information] @@ -11529,15 +11420,14 @@ Sample values include: 1] abbrev; 2] verbTable - (usage) contains usage information in a dictionary entry. [9.3.5.2. Usage Information and Other Labels] + (usage) contains usage information in a dictionary entry. [10.3.5.2. Usage Information and Other Labels] - classifies the usage information using any convenient typology. -Sample values include: 1] geo (geographic); 2] time; 3] dom (domain); 4] register (register); 5] style; 6] plev (preference level); 7] lang (language); 8] gram (grammatical); 9] syn (synonym); 10] hyper (hypernym); 11] colloc (collocation); 12] comp (complement); 13] obj (object); 14] subj (subject); 15] verb; 16] hint + classifies the usage information using any convenient typology. [^\p{C}\p{Z}]+ @@ -11548,7 +11438,7 @@ Sample values include: 1] geo (geographic); 2] time; 3] dom (domain); 4] registe - (label) contains a label for a form, example, translation, or other piece of information, e.g. abbreviation for, contraction of, literally, approximately, synonyms:, etc. [9.3.1. Information on Written and Spoken Forms 9.3.3.2. Translation Equivalents 9.3.5.3. Cross-References to Other Entries] + (label) contains a label for a form, example, translation, or other piece of information, e.g. abbreviation for, contraction of, literally, approximately, synonyms:, etc. [10.3.1. Information on Written and Spoken Forms 10.3.3.2. Translation Equivalents 10.3.5.3. Cross-References to Other Entries] @@ -11566,7 +11456,7 @@ Sample values include: 1] geo (geographic); 2] time; 3] dom (domain); 4] registe - (cross-reference phrase) contains a phrase, sentence, or icon referring the reader to some other location in this or another text. [9.3.5.3. Cross-References to Other Entries] + (cross-reference phrase) contains a phrase, sentence, or icon referring the reader to some other location in this or another text. [10.3.5.3. Cross-References to Other Entries] @@ -11583,8 +11473,7 @@ Sample values include: 1] geo (geographic); 2] time; 3] dom (domain); 4] registe - indicates the type of cross reference, using any convenient typology. -Sample values include: 1] syn (synonym); 2] etym (etymological); 3] cf (compare or consult); 4] illus (illustration) + indicates the type of cross reference, using any convenient typology. [^\p{C}\p{Z}]+ @@ -11595,7 +11484,7 @@ Sample values include: 1] syn (synonym); 2] etym (etymological); 3] cf (compare - (related entry) 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. [9.3.6. Related Entries] + (related entry) 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. [10.3.6. Related Entries] @@ -11614,7 +11503,7 @@ Sample values include: 1] syn (synonym); 2] etym (etymological); 3] cf (compare - (orthographic-form reference) in a dictionary example, indicates a reference to the orthographic form(s) of the headword. [9.4. Headword and Pronunciation References] + (orthographic-form reference) in a dictionary example, indicates a reference to the orthographic form(s) of the headword. [10.4. Headword and Pronunciation References] @@ -11629,8 +11518,7 @@ Sample values include: 1] syn (synonym); 2] etym (etymological); 3] cf (compare - indicates the kind of typographic modification made to the headword in the reference. -Sample values include: 1] cap (capital); 2] noHyph (no hyphen) + indicates the kind of typographic modification made to the headword in the reference. [^\p{C}\p{Z}]+ @@ -11641,7 +11529,7 @@ Sample values include: 1] cap (capital); 2] noHyph (no hyphen) - (pronunciation reference) in a dictionary example, indicates a reference to the pronunciation(s) of the headword. [9.4. Headword and Pronunciation References] + (pronunciation reference) in a dictionary example, indicates a reference to the pronunciation(s) of the headword. [10.4. Headword and Pronunciation References] @@ -11696,7 +11584,7 @@ Suggested values include: 1] label; 2] data - (table) contains text displayed in tabular form, in rows and columns. [14.1.1. TEI Tables] + (table) contains text displayed in tabular form, in rows and columns. [15.1.1. TEI Tables] @@ -11706,33 +11594,28 @@ Suggested values include: 1] label; 2] data - - - - - - + + + + - - - - - - - - - - - + - + + + + + + + + (rows) indicates the number of rows in the table. @@ -11750,7 +11633,7 @@ Suggested values include: 1] label; 2] data - (row) contains one row of a table. [14.1.1. TEI Tables] + (row) contains one row of a table. [15.1.1. TEI Tables] @@ -11761,7 +11644,7 @@ Suggested values include: 1] label; 2] data - (cell) contains one cell of a table. [14.1.1. TEI Tables] + (cell) contains one cell of a table. [15.1.1. TEI Tables] @@ -11770,7 +11653,7 @@ Suggested values include: 1] label; 2] data - (formula) contains a mathematical or other formula. [14.2. Formulæ and Mathematical Expressions] + (formula) contains a mathematical or other formula. [15.2. Formulæ and Mathematical Expressions] @@ -11780,12 +11663,13 @@ Suggested values include: 1] label; 2] data + - encodes the presence of music notation in a text [14.3. Notated Music in Written Text] + encodes the presence of music notation in a text [15.3. Notated Music in Written Text] @@ -11798,12 +11682,13 @@ Suggested values include: 1] label; 2] data + - (figure) groups elements representing or containing graphic information such as an illustration, formula, or figure. [14.4. Specific Elements for Graphic Images] + (figure) groups elements representing or containing graphic information such as an illustration, formula, or figure. [15.4. Specific Elements for Graphic Images] @@ -11818,12 +11703,13 @@ Suggested values include: 1] label; 2] data + - (description of figure) contains a brief prose description of the appearance or content of a graphic figure, for use when documenting an image without displaying it. [14.4. Specific Elements for Graphic Images] + (description of figure) contains a brief prose description of the appearance or content of a graphic figure, for use when documenting an image without displaying it. [15.4. Specific Elements for Graphic Images] diff --git a/Test/expected-results/test11.xml b/Test/expected-results/test11.xml index 51d443d18..9e3f39434 100644 --- a/Test/expected-results/test11.xml +++ b/Test/expected-results/test11.xml @@ -20,7 +20,7 @@ - + diff --git a/Test/expected-results/test11a.xml b/Test/expected-results/test11a.xml index be2e7d04e..d99161e5c 100644 --- a/Test/expected-results/test11a.xml +++ b/Test/expected-results/test11a.xml @@ -20,7 +20,7 @@ - + diff --git a/Test/expected-results/test15.odd.html b/Test/expected-results/test15.odd.html index e2cf68fb8..a6d628926 100644 --- a/Test/expected-results/test15.odd.html +++ b/Test/expected-results/test15.odd.html @@ -90,7 +90,7 @@

    att.typed  proporciona atributos genéricos utilizables para cualquier clasificación o subclasificación de elementos.[ 1.3.1. Attribute Classes - 17.1.1. Words and Above + 18.1.1. Words and Above 3.6.1. Referring Strings 3.7. Simple Links and Cross-References 3.6.5. Abbreviations and Their Expansions @@ -100,14 +100,14 @@

    4.1.2. Numbered Divisions 4.2.1. Headings and Trailers 4.4. Virtual Divisions - 13.3.2.3. Personal Relationships - 11.3.1.1. Core Elements for Transcriptional Work - 16.1.1. Pointers and Links - 16.3. Blocks, Segments, and Anchors - 12.2. Linking the Apparatus to the Text - 22.5.1.2. Defining Content Models: RELAX NG + 14.3.2.3. Personal Relationships + 12.3.1.1. Core Elements for Transcriptional Work + 17.1.1. Pointers and Links + 17.3. Blocks, Segments, and Anchors + 13.2. Linking the Apparatus to the Text + 23.5.1.2. Defining Content Models: RELAX NG 8.3. Elements Unique to Spoken Texts - 23.3.1.3. Modification of Attribute and Attribute Value Lists] + 24.3.1.3. Modification of Attribute and Attribute Value Lists] @@ -121,37 +121,37 @@

    - att.pointing.group + att.pointing.group [ - altGrp - joinGrp - linkGrp] + altGrp + joinGrp + linkGrp] TEI ab abbr add addName affiliation - age - alt + age + alt anchor application bibl biblStruct binaryObject - birth - bloc + birth + bloc calendar cb change cit - climate + climate corr correspAction correspDesc country date - death + death del desc distinct @@ -165,24 +165,24 @@

    div6 div7 divGen - education + education event - eventName - faith - figure + eventName + faith + figure floatingText - forename + forename gb genName - gender + gender geogFeat - geogName + geogName gloss - graphic + graphic group head idno - join + join label langKnowledge lb @@ -192,13 +192,13 @@

    listAnnotation listBibl listChange - listEvent - listNym + listEvent + listNym listObject listOrg listPerson listPlace - listRelation + listRelation location measure measureGrp @@ -207,55 +207,55 @@

    name nameLink nationality - notatedMusic + notatedMusic note noteGrp num - nym - object - objectName - occupation + nym + object + objectName + occupation offset org - orgName + orgName pb persName persPronouns - place - placeName - population - ptr + place + placeName + population + ptr quote rb ref reg region relatedItem - relation - residence + relation + residence roleName - rs + rs rt ruby schemaRef - seg + seg settlement - sex - socecStatus + sex + socecStatus standOff - state + state surname - table + table teiCorpus term - terrain + terrain text time title titlePage titlePart trailer - trait + trait unit unitDef xenoData @@ -644,9 +644,9 @@

    @@ -659,26 +659,26 @@

    linking: ab - alt - altGrp + alt + altGrp anchor - join - joinGrp + join + joinGrp link - linkGrp + linkGrp timeline

    @@ -756,7 +756,7 @@

    Schematron -
    <sch:report test="(ancestor::tei:l or ancestor::tei:lg) and not(ancestor::tei:floatingText)"> Abstract model violation: Lines may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. </sch:report>
    +
    <sch:rule context="tei:div"> <sch:report test="(ancestor::tei:l or ancestor::tei:lg) and not(ancestor::tei:floatingText)"> Abstract model violation: Lines may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. </sch:report> </sch:rule>
    @@ -764,7 +764,7 @@

    Schematron -
    <sch:report test="(ancestor::tei:p or ancestor::tei:ab) and not(ancestor::tei:floatingText)"> Abstract model violation: p and ab may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. </sch:report>
    +
    <sch:rule context="tei:div"> <sch:report test="(ancestor::tei:p or ancestor::tei:ab) and not(ancestor::tei:floatingText)"> Abstract model violation: p and ab may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. </sch:report> </sch:rule>
    @@ -853,24 +853,26 @@

    model.global )*, ( ( - ( ( + ( + ( ( ( model.divLike | model.divGenLike ), -model.global* )+ - | ( - ( ( schemaSpec | +model.global* )+ ) + | ( + ( ( ( schemaSpec | model.common ), -model.global* )+, - ( ( +model.global* )+ ), + ( ( ( model.divLike | model.divGenLike ), -model.global* )* - ) - ), - ( +model.global* )* ) + ) + ), + ( ( model.divBottom, -model.global* )* - )? +model.global* )* ) + )? + ) ) } @@ -1015,6 +1017,14 @@

+
  • + att.cmc +
      +
    • + @generatedBy +
    • +
    +
  • @@ -1051,8 +1061,8 @@

    figures: - cell - figure + cell + figure
    @@ -1071,7 +1081,7 @@

    editionStmt editorialDecl encodingDesc - handNote + handNote hyphenation interpretation langUsage @@ -1084,7 +1094,7 @@

    quotation refsDecl samplingDecl - scriptNote + scriptNote segmentation seriesStmt sourceDesc @@ -1095,22 +1105,22 @@

    @@ -1167,7 +1177,7 @@

    gap gb gloss - graphic + graphic hi index l @@ -1185,14 +1195,14 @@

    note noteGrp num - orig + orig pb - ptr + ptr q quote ref reg - rs + rs ruby said sic @@ -1208,10 +1218,10 @@

    @@ -1290,7 +1300,7 @@

    Ejemplo -
    +
    <para>Hallgerd was outside. <q>There is blood on your axe, </q>she said. @@ -1318,7 +1328,7 @@

    Schematron -
    <sch:report test="(ancestor::tei:ab or ancestor::tei:p) and not( ancestor::tei:floatingText |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: Paragraphs may not occur inside other paragraphs or ab elements. </sch:report>
    +
    <sch:rule context="tei:p"> <sch:report test="(ancestor::tei:ab or ancestor::tei:p) and not( ancestor::tei:floatingText | 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: Paragraphs may not occur inside other paragraphs or ab elements. </sch:report> </sch:rule>
    @@ -1326,7 +1336,7 @@

    Schematron -
    <sch:report test="(ancestor::tei:l or ancestor::tei:lg) and not( ancestor::tei:floatingText |parent::tei:figure |parent::tei:note )"> Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab, unless p is a child of figure or note, or is a descendant of floatingText. </sch:report>
    +
    <sch:rule context="tei:p"> <sch:report test="( ancestor::tei:l or ancestor::tei:lg ) and not( ancestor::tei:floatingText | parent::tei:figure | parent::tei:note )"> Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab, unless p is a child of figure or note, or is a descendant of floatingText. </sch:report> </sch:rule>
    @@ -1334,12 +1344,12 @@

    Content model -
    +                  
     <content>
      <macroRef key="macro.paraContent"/>
     </content>
         
    -
    +
     
    @@ -1348,7 +1358,7 @@

    Declaración -
    +                  
     element para
     {
        
    @@ -1360,9 +1370,11 @@ 

    att.written.attributes, +att.cmc.attributes, + macro.paraContent } - +

    @@ -1497,6 +1509,14 @@

    +
  • + att.cmc +
      +
    • + @generatedBy +
    • +
    +
  • @@ -1646,7 +1666,7 @@

    name note num - orig + orig para pubPlace publisher @@ -1656,7 +1676,7 @@

    ref reg resp - rs + rs rt said sic @@ -1676,10 +1696,10 @@

    figures: - cell + cell figDesc - figure - formula + figure + formula
    @@ -1695,12 +1715,12 @@

    extent funder geoDecl - handNote + handNote language licence principal rendition - scriptNote + scriptNote sponsor tagUsage @@ -1709,7 +1729,7 @@

    linking: ab - seg + seg

    @@ -1816,7 +1836,7 @@

    gap gb gloss - graphic + graphic hi index l @@ -1834,15 +1854,15 @@

    note noteGrp num - orig + orig para pb - ptr + ptr q quote ref reg - rs + rs ruby said sic @@ -1859,10 +1879,10 @@

    @@ -1876,14 +1896,14 @@

    linking: ab - alt - altGrp + alt + altGrp anchor - join - joinGrp + join + joinGrp link - linkGrp - seg + linkGrp + seg timeline

    @@ -1892,39 +1912,39 @@

    addName affiliation - bloc - climate + bloc + climate country district - eventName - forename + eventName + forename genName geo geogFeat - geogName - listEvent - listNym + geogName + listEvent + listNym listObject listOrg listPerson listPlace - listRelation + listRelation location nameLink - objectName + objectName offset - orgName + orgName persName persPronouns - placeName - population + placeName + population region roleName settlement - state + state surname - terrain - trait + terrain + trait
    @@ -1953,7 +1973,7 @@

    Ejemplo

    @@ -1983,13 +2003,15 @@

    Declaración

    @@ -2033,7 +2055,7 @@

    <TEI>o <teiCorpus>.[ 4. Default Text Structure - 15.1. Varieties of Composite Text] + 16.1. Varieties of Composite Text]

    + 17.3. Blocks, Segments, and Anchors] + 14.2.1. Personal Names] + 16.2.2. The Participant Description] + 14.3.2.1. Personal Characteristics] + 17.8. Alternation] + <alt>y de eventuales indicadores.[ + 17.8. Alternation] + 17.5. Correspondence and Alignment] + 17.10. The standOff Container] + 14.4. Dates] + 14.1.1. Linking Names and Their Referents] + + + + 14.4. Dates] + 14.4. Dates] + 14.4. Dates] + 14.4. Dates] + 10.5.2. Lexical View + 19.3. Other Atomic Feature Values] + 16.3. Associating Contextual Information with a Text] + 16.3. Associating Contextual Information with a Text] + 11.3.1. Origination + 14.3.2. The Person Element + 12.3.1.1. Core Elements for Transcriptional Work] + 17. Linking, Segmentation, and Alignment] + 12.3.2.2. Hand, Responsibility, and Certainty Attributes + 18.3. Spans and Interpretations + 14.1.1. Linking Names and Their Referents] + 12.3.2.1. Document Hands] + 14.3.4.3. States, Traits, and Events] + 14.3.7. Names and Nyms] @@ -2510,7 +2540,7 @@

    : ( atributos para los componentes de nombres propios de persona) atributos comunes para los elementos que forman parte de un nombre propio de persona.[ - 13.2.1. Personal Names] + 14.2.1. Personal Names]

    + 12.3.1.4. Additions and Deletions] + 17. Linking, Segmentation, and Alignment] + 17.3. Blocks, Segments, and Anchors + 18.1. Linguistic Segment Categories] + 10.1. Dictionary Body and Overall Structure] @@ -2591,7 +2621,7 @@

    att.tableDecoration : proporciona atributos usados para decorar filas o celdas de una tabla.[ - 14. Tables, Formulæ, Graphics, and Notated Music] + 15. Tables, Formulæ, Graphics, and Notated Music]

    + 12.3.1.4. Additions and Deletions] + 16.3.2. Declarable Elements] + 16.3.2. Declarable Elements] + 16.3.2. Declarable Elements] + 16.2.2. The Participant Description] + 14.2.3. Place Names] + 15.1.1. TEI Tables] + 12.7. Identifying Changes and Revisions] + 10.3.5.1. Examples] + 17.2.5.4. Citation Structures] + 17.2.5.4. Citation Structures] + 14.3.4.3. States, Traits, and Events] + 16.3.2. Declarable Elements] + 14.2.3. Place Names] + 16.2.3. The Setting Description + 14.4. Dates] + 16.2.2. The Participant Description] + 23.4.1. Description of Components] + 14.2.3. Place Names] + 16.3.2. Declarable Elements] + 16.2.2. The Participant Description] + 14.3.1. Basic Principles] + 14.2.4. Event Names] + 11.7.1. Object Description] + 14.3.2.1. Personal Characteristics] + 15.4. Specific Elements for Graphic Images] + 15.4. Specific Elements for Graphic Images] + 14.3.2.1. Personal Characteristics] + 14.2.1. Personal Names] + 15.2. Formulæ and Mathematical Expressions] + 14.2.1. Personal Names] + 14.3.2.1. Personal Characteristics] + 14.3.4.1. Varieties of Location] + 14.2.3. Place Names] + 14.2.3. Place Names] + 23.4.1. Description of Components] + 12.1. Digital Facsimiles] + 16.1. Varieties of Composite Text] + 11.7.2. Writing, Decoration, and Other Notations] + 16.3.2. Declarable Elements] @@ -3644,7 +3674,7 @@

    : ( join) identifica un segmento o fragmento de texto señalando eventuales elementos no contiguos que lo componen.[ - 16.7. Aggregation] + 17.7. Aggregation]

    + 17.7. Aggregation] + <langKnown>[ + 14.3.2.1. Personal Characteristics] + 16.2.2. The Participant Description] + 16.3.2. Declarable Elements] + 17.1. Links] + 17.1. Links] + 17.10. The standOff Container] + 16.3.2. Declarable Elements] + 12.7. Identifying Changes and Revisions] + 14.3.1. Basic Principles] + 14.3.7. Names and Nyms] + 14.3.6. Objects] + 14.2.2. Organizational Names] + 16.3.2. Declarable Elements] + 14.3.4. Places] + 17.2.3. Using Abbreviated Pointers] + 14.3.2.3. Personal Relationships] + 14.3.4. Places] + 11.3.4. Dimensions] + 17.10. The standOff Container] + <annotation>body. + + + + 14.4. Dates] + 23.1.1. Phrase Level Terms] + 10.1. Dictionary Body and Overall Structure] + 14.2.3. Place Names] + 11. Manuscript Description] + 14.2.1. Personal Names] + 16.2.2. The Participant Description] + 23. Documentation Elements] + 14.2.3. Place Names] + 17.3. Blocks, Segments, and Anchors + 18.1. Linguistic Segment Categories] + 23. Documentation Elements] + 14.2.1. Personal Names] + 16.2.2. The Participant Description] + 16.3.2. Declarable Elements] + 15.3. Notated Music in Written Text] + 10.3.5.4. Notes within Entries] + 14.3.7. Names and Nyms] + 14.3.6. Objects] + 14.3.6. Objects] + 14.2.5. Object Names] + 16.2.2. The Participant Description] + 14.2.3. Place Names] + 14.3.3. Organizational Data] + 14.2.2. Organizational Names] + 13. Critical Apparatus] + 14.2.1. Personal Names] + 14.3.2.1. Personal Characteristics] + 14.3.2. The Person Element + 16.2.2. The Participant Description] + 16.2.2. The Participant Description] + 14.3.2. The Person Element] + 14.3.4. Places] + 14.2.3. Place Names] + 14.3.4.3. States, Traits, and Events] + 17.2.3. Using Abbreviated Pointers] + 16.3.2. Declarable Elements] + 17.1. Links] + 16.3.2. Declarable Elements] + 17.1. Links] + 13. Critical Apparatus] + 14.2.3. Place Names] + 14.3.2.3. Personal Relationships] + 16.2.2. The Participant Description] + 14.2.1. Personal Names] + 15.1.1. TEI Tables] @@ -5366,7 +5410,7 @@

    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.[ 2.3.2. The Sampling Declaration 2.3. The Encoding Description - 15.3.2. Declarable Elements] + 16.3.2. Declarable Elements]

    + 11.7.2. Writing, Decoration, and Other Notations] @@ -5404,7 +5448,7 @@

    segmentation) describe los principios aplicados en la fragmentación del texto, p.ej. en las oraciones, sintagmas, morfemas, etc.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements] + 16.3.2. Declarable Elements]

    + 14.2.3. Place Names] + 14.3.2.1. Personal Characteristics] + 16.2.2. The Participant Description] + 17.10. The standOff Container] + 14.3.1. Basic Principles + 14.3.2.1. Personal Characteristics] + 16.3.2. Declarable Elements] + 14.2.1. Personal Names] + 15.1.1. TEI Tables] + 16.1. Varieties of Composite Text] + 16.1. Varieties of Composite Text] + 14.3.4.3. States, Traits, and Events] + 16.1. Varieties of Composite Text] + 11.6.6. Languages and Writing Systems] + 17.4.2. Placing Synchronous Events in Time] + 14.3.1. Basic Principles + 14.3.2.1. Personal Characteristics] @@ -6013,7 +6057,7 @@

    when : proporciona una indicación temporal en términos relativos respecto a otros elementos determinados sobre la misma escala temporal, o en términos absolutos.[ - 16.4.2. Placing Synchronous Events in Time] + 17.4.2. Placing Synchronous Events in Time]

    + 16.1. Varieties of Composite Text] + 17.3. Blocks, Segments, and Anchors] + 17.8. Alternation] + <alt>elements and possibly pointers.[ + 17.8. Alternation] + 17.5. Correspondence and Alignment] + 17.10. The standOff Container] + 14.4. Dates] + 14.1.1. Linking Names and Their Referents] + + + + 14.4. Dates] + 14.4. Dates] + 10.5.2. Lexical View + 19.3. Other Atomic Feature Values] + 16.3. Associating Contextual Information with a Text] + 16.3. Associating Contextual Information with a Text] + 11.3.1. Origination + 14.3.2. The Person Element + 12.3.1.1. Core Elements for Transcriptional Work] + 17. Linking, Segmentation, and Alignment] + 12.3.2.2. Hand, Responsibility, and Certainty Attributes + 18.3. Spans and Interpretations + 14.1.1. Linking Names and Their Referents] + 12.3.2.1. Document Hands] + 14.3.4.3. States, Traits, and Events] + 14.3.7. Names and Nyms] @@ -1401,7 +1409,7 @@

    : ( attributes for components of names usually, but not necessarily, personal names) common attributes for those elements which form part of a name usually, but not necessarily, a personal name.[ - 13.2.1. Personal Names] + 14.2.1. Personal Names]

    + 12.3.1.4. Additions and Deletions] + 17. Linking, Segmentation, and Alignment] + 17.3. Blocks, Segments, and Anchors + 18.1. Linguistic Segment Categories] + 10.1. Dictionary Body and Overall Structure] @@ -1490,7 +1498,7 @@

    att.transcriptional : provides attributes specific to elements encoding authorial or scribal intervention in a text when transcribing manuscript or similar sources.[ - 11.3.1.4. Additions and Deletions] + 12.3.1.4. Additions and Deletions]

    + 24.3.1.3. Modification of Attribute and Attribute Value Lists] + 16.3.2. Declarable Elements] + 16.3.2. Declarable Elements] + 16.3.2. Declarable Elements] + 12.7. Identifying Changes and Revisions] + 10.3.5.1. Examples] + 17.2.5.4. Citation Structures] + 17.2.5.4. Citation Structures] + 16.3.2. Declarable Elements] + 16.2.3. The Setting Description + 14.4. Dates] + 23.4.1. Description of Components] + 16.3.2. Declarable Elements] + 11.7.1. Object Description] + 23.4.1. Description of Components] + 12.1. Digital Facsimiles] + 16.1. Varieties of Composite Text] + 11.7.2. Writing, Decoration, and Other Notations] + 16.3.2. Declarable Elements] @@ -2372,7 +2380,7 @@

    : ( join) identifies a possibly fragmented segment of text, by pointing at the possibly discontiguous elements which compose it.[ - 16.7. Aggregation] + 17.7. Aggregation]

    + 17.7. Aggregation] + 16.3.2. Declarable Elements] + 17.1. Links] + 17.1. Links] + 17.10. The standOff Container] + 16.3.2. Declarable Elements] + 12.7. Identifying Changes and Revisions] + 17.2.3. Using Abbreviated Pointers] + 11.3.4. Dimensions] + 17.10. The standOff Container] + <annotation>body. + + + + 14.4. Dates] + 23.1.1. Phrase Level Terms] + 10.1. Dictionary Body and Overall Structure] + 14.2.3. Place Names] + 11. Manuscript Description] + 23. Documentation Elements] + 14.2.3. Place Names] + 17.3. Blocks, Segments, and Anchors + 18.1. Linguistic Segment Categories] + 23. Documentation Elements] + 16.3.2. Declarable Elements] + 10.3.5.4. Notes within Entries] + 13. Critical Apparatus] + 17.2.3. Using Abbreviated Pointers] + 16.3.2. Declarable Elements] + 17.1. Links] + 16.3.2. Declarable Elements] + 17.1. Links] + 13. Critical Apparatus] @@ -3747,7 +3768,7 @@

    contains a prose description of the rationale and methods used in selecting texts, or parts of a text, for inclusion in the resource.[ 2.3.2. The Sampling Declaration 2.3. The Encoding Description - 15.3.2. Declarable Elements] + 16.3.2. Declarable Elements]

    + 11.7.2. Writing, Decoration, and Other Notations] @@ -3785,7 +3806,7 @@

    segmentation) describes the principles according to which the text has been segmented, for example into sentences, tone-units, graphemic strata, etc.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements] + 16.3.2. Declarable Elements]

    @@ -3887,7 +3909,7 @@

    standOff : Functions as a container element for linked data, contextual information, and stand-off annotations embedded in a TEI document.[ - 16.10. The standOff Container] + 17.10. The standOff Container]

    + 16.3.2. Declarable Elements] + 16.1. Varieties of Composite Text] + 16.1. Varieties of Composite Text] + 16.1. Varieties of Composite Text] + 11.6.6. Languages and Writing Systems] + 17.4.2. Placing Synchronous Events in Time] @@ -4296,7 +4318,7 @@

    when : indicates a point in time either relative to other elements in the same timeline tag, or absolutely.[ - 16.4.2. Placing Synchronous Events in Time] + 17.4.2. Placing Synchronous Events in Time]

    -
    It is spelled +
    It is spelled <q>Tübingen </q>— to enter the letter <q>u @@ -1969,12 +1989,12 @@

    Content model

    -
    +                  
     <content>
      <macroRef key="macro.specialPara"/>
     </content>
         
    -
    +
     
    -
    +                  
     element q
     {
        
     att.global.attributes,
        
     att.ascribed.directed.attributes,
    +   
    +att.cmc.attributes,
        attribute typ
        {
           "spoken"
    @@ -2005,7 +2027,7 @@ 

    macro.specialPara } - +

    @@ -2042,7 +2064,7 @@

    : ( bloque anónimo) 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.[ - 16.3. Blocks, Segments, and Anchors]

    @@ -2077,7 +2099,7 @@

    : ( nombre adicional) contiene un componente añadido al nombre, como un sobrenombre, un epíteto, alias u otras eventuales expresiones utilizadas al interno de un nombre propio de persona.[ - 13.2.1. Personal Names]

    @@ -2108,7 +2130,7 @@

    : ( affiliation) contiene una descripción informal de la afiliación presente o pasada de una persona a una determinada organización, p.ej. un empleado o un patrocinador.[ - 15.2.2. The Participant Description]

    @@ -2117,7 +2139,7 @@

    : ( age) especifica la edad de una persona.[ - 13.3.2.1. Personal Characteristics]

    @@ -2126,7 +2148,7 @@

    : ( alternancia) identifica una alternancia o una serie de elecciones entre los elementos o los pasajes de texto.[ - 16.8. Alternation]

    @@ -2135,8 +2157,8 @@

    : ( grupo de alternancia) agrupa un conjunto de elementos - <alt>y de eventuales indicadores.[ - 16.8. Alternation]

    @@ -2155,7 +2177,7 @@

    punto de anclaje) enlanza un indentificador con una posición al interno del texto, independientemente del hecho que esta corresponda o no a un elemento textual.[ 8.4.2. Synchronization and Overlap - 16.5. Correspondence and Alignment]

    @@ -2163,7 +2185,7 @@

    annotation : represents an annotation following the Web Annotation Data Model.[ - 16.10. The standOff Container]

    @@ -2241,7 +2263,7 @@

    : provides attributes for indicating calendar systems to which a date belongs.[ 3.6.4. Dates and Times - 13.4. Dates]

    @@ -2249,7 +2271,7 @@

    att.canonical : provides attributes that can be used to associate a representation such as a name or title with canonical information about the object being named or referenced.[ - 13.1.1. Linking Names and Their Referents]

    @@ -2266,6 +2288,14 @@

    provides attributes for specifying the specific part of a bibliographic item being cited.[ 1.3.1. Attribute Classes]

    + + att.cmc + : ( + computer-mediated communication) + provides attributes categorizing how the element content was created in a CMC environment.
    @@ -2273,7 +2303,7 @@

    : atributos para registrar expresiones temporales normalizadas.[ 3.6.4. Dates and Times - 13.4. Dates]

    @@ -2281,7 +2311,7 @@

    att.datable.custom : provides attributes for normalization of elements that contain datable events to a custom dating system (i.e. other than the Gregorian used by W3 and ISO).[ - 13.4. Dates]

    @@ -2290,7 +2320,7 @@

    : proporciona atributos para la normalización de elementos que contienen eventos datables usando el estándard ISO 8601:2004.[ 3.6.4. Dates and Times - 13.4. Dates]

    @@ -2299,7 +2329,7 @@

    : proporciona atributos para la normalización de elementos que contienen eventos datables.[ 3.6.4. Dates and Times - 13.4. Dates]

    @@ -2307,8 +2337,8 @@

    att.datcat : provides attributes that are used to align XML elements or attributes with the appropriate Data Categories (DCs) defined by an external taxonomy, in this way establishing the identity of information containers and values, and providing means of interpreting them.[ - 9.5.2. Lexical View - 18.3. Other Atomic Feature Values]

    @@ -2317,7 +2347,7 @@

    : proporciona atributos para los elementos contenidos en el encabezado que pueden ser seleccionados autónomamente mediante el atributo declsadecuado.[ - 15.3. Associating Contextual Information with a Text]

    @@ -2325,7 +2355,7 @@

    att.declaring : 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.[ - 15.3. Associating Contextual Information with a Text]

    @@ -2356,9 +2386,9 @@

    : proporciona atributos que describen la naturaleza de una intervención crítica codificada o una interpretación de cualquier tipo.[ 3.5. Simple Editorial Changes - 10.3.1. Origination - 13.3.2. The Person Element - 11.3.1.1. Core Elements for Transcriptional Work]

    @@ -2396,7 +2426,7 @@

    att.global.linking : 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.[ - 16. Linking, Segmentation, and Alignment]

    @@ -2414,9 +2444,9 @@

    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.[ 1.3.1.1.4. Sources, certainty, and responsibility 3.5. Simple Editorial Changes - 11.3.2.2. Hand, Responsibility, and Certainty Attributes - 17.3. Spans and Interpretations - 13.1.1. Linking Names and Their Referents]

    @@ -2434,7 +2464,7 @@

    att.handFeatures : proporciona atributos que describen los aspectos de la mano que ha escrito un manuscrito.[ - 11.3.2.1. Document Hands]

    @@ -2450,7 +2480,7 @@

    : provides attributes for referencing locations by pointing to entries in a canonical list of places.[ 2.3.9. The Unit Declaration - 13.3.4.3. States, Traits, and Events]

    @@ -2483,7 +2513,7 @@

    : identifica los atributos comunes a los elementos que se refieren a personas, lugares, organizaciones, etc. indicados por nombre[ 3.6.1. Referring Strings - 13.3.7. Names and Nyms]

    @@ -2498,7 +2528,7 @@

    att.patternReplacement : provides attributes for regular-expression matching and replacement.[ - 16.2.3. Using Abbreviated Pointers + 17.2.3. Using Abbreviated Pointers 2.3.6.3. Milestone Method 2.3.6. The Reference System Declaration 2.3.6.2. Search-and-Replace Method]

    @@ -2519,7 +2549,7 @@

    : proporciona atributos para describir en que página u objeto de la fuente aparece el elemento textual.[ 3.5.3. Additions, Deletions, and Omissions - 11.3.1.4. Additions and Deletions]

    @@ -2536,7 +2566,7 @@

    att.pointing.group : define un conjunto de atributos comunes a todos los elementos que incluyen grupos de indicadores.[ - 16. Linking, Segmentation, and Alignment]

    @@ -2558,8 +2588,8 @@

    att.segLike : proporciona atributos a los elementos usados para una segmentación arbitraria.[ - 16.3. Blocks, Segments, and Anchors - 17.1. Linguistic Segment Categories]

    @@ -2567,7 +2597,7 @@

    att.sortable : provides attributes for elements in lists or groups that are sortable, but whose sorting key cannot be derived mechanically from the element content.[ - 9.1. Dictionary Body and Overall Structure]

    @@ -2575,7 +2605,7 @@

    att.spanning : proporciona atributos para elementos que delimitan un fragmento de texto utilizando los señalizadores en lugar de cerrando el texto.[ - 11.3.1.4. Additions and Deletions + 12.3.1.4. Additions and Deletions 1.3.1. Attribute Classes]

    @@ -2607,7 +2637,7 @@

    att.transcriptional : 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.[ - 11.3.1.4. Additions and Deletions]

    @@ -2664,7 +2694,7 @@

    contiene una cita bibliográfica estructurada libremente, los componentes de la cual pueden nohaber sido etiquetados explícitamente.[ 3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description - 15.3.2. Declarable Elements]

    @@ -2676,7 +2706,7 @@

    3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2. The File Description 2.2.7. The Source Description - 15.3.2. Declarable Elements]

    @@ -2696,7 +2726,7 @@

    contiene una cita bibliográfica estructurada, en la cual sólo aparecen los subelementos bibliográficos y en un orden especificado.[ 3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description - 15.3.2. Declarable Elements]

    @@ -2713,7 +2743,7 @@

    : ( birth) contiene información relativa al nacimiento de una persona, p.ej. fecha y lugar de nacimiento.[ - 15.2.2. The Participant Description]

    @@ -2722,7 +2752,7 @@

    : ( bloc) contiene el nombre de una unidad geopolítica que comprende uno o más estados nacionales o países.[ - 13.2.3. Place Names]

    @@ -2817,7 +2847,7 @@

    : ( cell) contiene una celda de una tabla.[ - 14.1.1. TEI Tables]

    @@ -2828,7 +2858,7 @@

    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.[ 2.6. The Revision Description 2.4.1. Creation - 11.7. Identifying Changes and Revisions]

    @@ -2848,7 +2878,7 @@

    Una cita de algún otro documento junto a la referencia bibliográfica a la fuente.[ 3.3.3. Quotation 4.3.1. Grouped Texts - 9.3.5.1. Examples]

    @@ -2858,7 +2888,7 @@

    citation data) specifies how information may be extracted from citation structures.[ 3.11.4. Declaring Reference Systems - 16.2.5.4. Citation Structures]

    @@ -2868,7 +2898,7 @@

    citation structure) declares a structure and method for citing the current document.[ 3.11.4. Declaring Reference Systems - 16.2.5.4. Citation Structures]

    @@ -2905,7 +2935,7 @@

    : ( climate) contiene información sobre el clima físico de un lugar.[ - 13.3.4.3. States, Traits, and Events]

    @@ -2942,7 +2972,7 @@

    principios de corrección) describe cómo y en qué casos se han hecho correcciones en el texto.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements]

    @@ -2978,7 +3008,7 @@

    : ( country) contiene el nombre de una unidad geopolítica, como una nación, país, colonia, etc. más grande o administrativamente superior que una región y más pequeño que un bloque.[ - 13.2.3. Place Names]

    @@ -3001,8 +3031,8 @@

    2.2.4. Publication, Distribution, Licensing, etc. 2.6. The Revision Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information - 15.2.3. The Setting Description - 13.4. Dates]

    @@ -3020,7 +3050,7 @@

    : ( death) contiene informaciones relativas a la defunción de una persona, del tipo lugar y fecha.[ - 15.2.2. The Participant Description]

    @@ -3038,7 +3068,7 @@

    : ( descripción) contiene una breve descripción del objetivo y la aplicación de un elemento, atributo o valor de un atributo.[ - 22.4.1. Description of Components]

    @@ -3064,7 +3094,7 @@

    : ( district) contiene el nombre de cualquier subdivisión al interno de un asentamiento, como una circunscripción, un barrio u otras unidades administrativas o geográficas.[ - 13.2.3. Place Names]

    @@ -3220,7 +3250,7 @@

    proporciona detalles de principios editoriales y prácticas aplicadas en la codificación de un texto.[ 2.3.3. The Editorial Practices Declaration 2.3. The Encoding Description - 15.3.2. Declarable Elements]

    @@ -3229,7 +3259,7 @@

    : ( education) contiene una descripción sobre la experiencia formativa de una persona[ - 15.2.2. The Participant Description]

    @@ -3287,7 +3317,7 @@

    : ( event) contiene datos relacionados con cualquier tipo de evento significativo asociado con una persona, lugar u organización.[ - 13.3.1. Basic Principles]

    @@ -3296,7 +3326,7 @@

    : ( name of an event) contains a proper noun or noun phrase used to refer to an event.[ - 13.2.4. Event Names]

    @@ -3317,7 +3347,7 @@

    2.2.3. Type and Extent of File 2.2. The File Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information - 10.7.1. Object Description]

    @@ -3326,7 +3356,7 @@

    : ( faith) indica la fe, religión, o creencias de una persona.[ - 13.3.2.1. Personal Characteristics]

    @@ -3335,7 +3365,7 @@

    : ( descripción de una figura) contiene una breve descripción de la apariencia o del contenido de una figura gráfica, para utilizarla al documentar una imagen sin mostrarla.[ - 14.4. Specific Elements for Graphic Images]

    @@ -3344,7 +3374,7 @@

    : ( figure) indica un bloque que contiene gráficos, ilustraciones o figuras.[ - 14.4. Specific Elements for Graphic Images]

    @@ -3372,7 +3402,7 @@

    : ( floruit) contiene información relativa al periodo de actividad de una persona.[ - 13.3.2.1. Personal Characteristics]

    @@ -3390,7 +3420,7 @@

    : ( forename) contiene el nombre de pila asignado en el bautismo.[ - 13.2.1. Personal Names]

    @@ -3399,7 +3429,7 @@

    : ( formula) contiene una fórmula matemática o de otro tipo.[ - 14.2. Formulæ and Mathematical Expressions]

    @@ -3445,7 +3475,7 @@

    : ( componente de nombre generacional) contiene un componente del nombre utilizado para distinguir nombre similares entre ellos atendiendo a la diferencia de edad o de pertenencia a generaciones distintas que se establece entre las personas nombradas.[ - 13.2.1. Personal Names]

    @@ -3454,7 +3484,7 @@

    : ( gender) especifica la identidad de género de una persona.[ - 13.3.2.1. Personal Characteristics]

    @@ -3463,7 +3493,7 @@

    : ( coordenadas geográficas) contiene cualquier expresión de un conjunto de coordenadas geográficas, representando un punto, línea o área en la superficie de la tierra en alguna anotación.[ - 13.3.4.1. Varieties of Location]

    @@ -3482,7 +3512,7 @@

    : ( nombre de un elemento geográfico.) contiene un nombre común que identifica elementos geográficos incluidos en un nombre propio geográfico, como valle, monte, etc.[ - 13.2.3. Place Names]

    @@ -3491,7 +3521,7 @@

    : ( nombre geográfico) un nombre asociado a un un elemento geográfico, como valle Windrush o Monte Sinaí.[ - 13.2.3. Place Names]

    @@ -3501,7 +3531,7 @@

    gloss) identifica una locución o palabra usada para proporcionar una glosa o definición sobre otra palabra o frase.[ 3.4.1. Terms and Glosses - 22.4.1. Description of Components]

    @@ -3511,7 +3541,7 @@

    graphic) indica la localización de un gráfico, ilustración o figura.[ 3.10. Graphics and Other Non-textual Components - 11.1. Digital Facsimiles]

    @@ -3522,7 +3552,7 @@

    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.[ 4. Default Text Structure 4.3.1. Grouped Texts - 15.1. Varieties of Composite Text]

    @@ -3531,7 +3561,7 @@

    : ( notas sobre la mano) describe un determinado estilo o una determinada mano al interno de un manuscrito.[ - 10.7.2. Writing, Decoration, and Other Notations]

    @@ -3578,7 +3608,7 @@

    hyphenation) 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.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements]

    @@ -3587,7 +3617,7 @@

    : ( número identificativo) proporciona un identificador estándar para un objecto; se usa parla la identificación de, por ejemplo, un elemento bibliográfico, una persona, un título o una organización.[ - 13.3.1. Basic Principles + 14.3.1. Basic Principles 2.2.4. Publication, Distribution, Licensing, etc. 2.2.5. The Series Statement 3.12.2.4. Imprint, Size of a Document, and Reprint Information]

    @@ -3653,7 +3683,7 @@

    : ( grupo de enlace) agrupa un conjunto de elementos de enlace a eventuales señalizadores.[ - 16.7. Aggregation]

    @@ -3691,8 +3721,8 @@

    : ( conocimiento del lenguaje) resume los conocimientos lingüísticos de una persona de forma descriptiva o a través de una lista de elementos - <langKnown>[ - 13.3.2.1. Personal Characteristics]

    @@ -3701,7 +3731,7 @@

    : ( competencia lingüística) resume la competencia de una persona en la lengua indicada.[ - 15.2.2. The Participant Description]

    @@ -3712,7 +3742,7 @@

    describe las lenguas, jergas, registros, dialectos, etc. presentes en el texto.[ 2.4.2. Language Usage 2.4. The Profile Description - 15.3.2. Declarable Elements]

    @@ -3759,7 +3789,7 @@

    : ( link) define una asociación o vínculo hipertextual entre elementos o fragmentos de texto que no es especificable por otros elementos.[ - 16.1. Links]

    @@ -3768,7 +3798,7 @@

    : ( grupo de enlace) define un conjunto de asociaciones o de vínculos hipertextuales.[ - 16.1. Links]

    @@ -3785,11 +3815,11 @@

    listAnnotation : contains a list of annotations, typically encoded as - <annotation>, + <annotation>, <annotationBlock>, or <note>, possibly organized with nested <listAnnotation>elements.[ - 16.10. The standOff Container]

    @@ -3800,7 +3830,7 @@

    contiene una lista de citas bibliográficas de cualquier tipo.[ 3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description - 15.3.2. Declarable Elements]

    @@ -3809,7 +3839,7 @@

    : 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]

    @@ -3818,7 +3848,7 @@

    : ( list of events) contains a list of descriptions, each of which provides information about an identifiable event.[ - 13.3.1. Basic Principles]

    @@ -3827,7 +3857,7 @@

    : ( lista de nombres canónicos) contiene una lista de nyms, es decir, nombres estándard para cualquier cosa.[ - 13.3.7. Names and Nyms]

    @@ -3836,7 +3866,7 @@

    : ( list of objects) contains a list of descriptions, each of which provides information about an identifiable physical object.[ - 13.3.6. Objects]

    @@ -3845,7 +3875,7 @@

    : ( lista de organizaciones) contiene una lista de descripciones, que proporciona a la información sobre una organización identificable.[ - 13.2.2. Organizational Names]

    @@ -3854,10 +3884,10 @@

    : ( lista de personas) contiene una lista de descripciones, y cada una de las cuales proporciona información relativa a una persona específica o a un grupo de personas, p.ej, los participantes de una interacción verbal o las personas referidas en una fuente histórica.[ - 13.3.2. The Person Element - 15.2. Contextual Information + 14.3.2. The Person Element + 16.2. Contextual Information 2.4. The Profile Description - 15.3.2. Declarable Elements]

    @@ -3867,7 +3897,7 @@

    lista de lugares) contiene una lista de lugares, seguida opcionalmente por una lista de interelaciones (a excepción de la inclusión) definidas entre ellos.[ 2.2.7. The Source Description - 13.3.4. Places]

    @@ -3877,7 +3907,7 @@

    list of prefix definitions) contains a list of definitions of prefixing schemes used in teidata.pointervalues, showing how abbreviated URIs using each scheme may be expanded into full URIs.[ - 16.2.3. Using Abbreviated Pointers]

    @@ -3885,7 +3915,7 @@

    listRelation : describe las relaciones o los lazos sociales entre los participantes de una interacción verbal.[ - 13.3.2.3. Personal Relationships]

    @@ -3894,7 +3924,7 @@

    : ( location) define la localización de un lugar como conjunto de coordenadas geográficas, en términos de alguna entidades geopolítica dada, o como dirección.[ - 13.3.4. Places]

    @@ -3966,7 +3996,7 @@

    : ( grupo de medida) 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.[ - 10.3.4. Dimensions]

    @@ -4023,7 +4053,7 @@

    model.annotationLike : groups elements used to represent annotations.[ - 16.10. The standOff Container]

    @@ -4031,7 +4061,7 @@

    model.annotationPart.body : groups elements which may be used as an - <annotation>body.

    @@ -4093,10 +4123,24 @@

    model.choicePart : - agrupa los elementos (excluída el propio elemento "choice") que pueden ser usados en alternancia con + agrupa los elementos (excluída el propio elemento + ‘choice’) que pueden ser usados en alternancia con <choice>.[ 3.5. Simple Editorial Changes]

    + + model.cmc + : + includes the CMC-specific element + <post>and makes it available on the divPart level. This allows for using (and combining) occurrences of + <post>, + <u>, + <incident>, and + <kinesic>in one and the same + <div>in order to be able to represent the combined use of written and spoken posts, utterances, and nonverbal acts on the GUI of multimodal CMC environments.
    @@ -4133,7 +4177,7 @@

    : agrupa elementos que contienen expresiones temporales.[ 3.6.4. Dates and Times - 13.4. Dates]

    @@ -4275,7 +4319,7 @@

    model.egLike : agrupa elementos que contienen ejemplos.[ - 22.1.1. Phrase Level Terms]

    @@ -4299,7 +4343,7 @@

    model.entryPart : agrupa todos los elementos definidos específicamente para diccionarios.[ - 9.1. Dictionary Body and Overall Structure]

    @@ -4500,7 +4544,7 @@

    model.offsetLike : agrupa los elementos que pueden aparecer solamente como parte de un topónimo.[ - 13.2.3. Place Names]

    @@ -4554,7 +4598,7 @@

    model.pPart.msdesc : agrupa les elementos empleados en la descripción de manuscritos.[ - 10. Manuscript Description]

    @@ -4578,7 +4622,7 @@

    model.persNamePart : agrupa los elementos que componen un nombre propio de persona.[ - 13.2.1. Personal Names]

    @@ -4600,7 +4644,7 @@

    model.personPart : agrupa elementos que describen determinadas características de las personas a las cuales se hace referencia en el texto o que participan en una interacción verbal.[ - 15.2.2. The Participant Description]

    @@ -4616,7 +4660,7 @@

    model.phrase.xml : 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.[ - 22. Documentation Elements]

    @@ -4631,7 +4675,7 @@

    model.placeNamePart : agrupa los elementos que forman parte del nombre de un lugar[ - 13.2.3. Place Names]

    @@ -4702,8 +4746,8 @@

    model.segLike : agrupa elementos usados por una segmentación arbitraria.[ - 16.3. Blocks, Segments, and Anchors - 17.1. Linguistic Segment Categories]

    @@ -4719,7 +4763,7 @@

    model.specDescLike : agrupa elementos para referir elementos de especificación[ - 22. Documentation Elements]

    @@ -4782,7 +4826,7 @@

    : ( name link) contiene un afijo de conexión al interno del nombre no considerado parte del nombre, como p.ej. Van Der, o De Las.[ - 13.2.1. Personal Names]

    @@ -4800,7 +4844,7 @@

    : ( nationality) contiene una descripción informal de la nacionalidad o ciudadanía presente o pasada de una persona.[ - 15.2.2. The Participant Description]

    @@ -4810,7 +4854,7 @@

    normalization) 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.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements]

    @@ -4818,7 +4862,7 @@

    notatedMusic : encodes the presence of music notation in a text[ - 14.3. Notated Music in Written Text]

    @@ -4830,7 +4874,7 @@

    3.9.1. Notes and Simple Annotation 2.2.6. The Notes Statement 3.12.2.8. Notes and Statement of Language - 9.3.5.4. Notes within Entries]

    @@ -4867,7 +4911,7 @@

    : ( nombre canónico) contiene la definición para un nombre canónico o parte de nombre de cualquier tipo.[ - 13.3.7. Names and Nyms]

    @@ -4875,7 +4919,7 @@

    object : contains a description of a single identifiable physical object.[ - 13.3.6. Objects]

    @@ -4884,7 +4928,7 @@

    : ( object identifier) groups one or more identifiers or pieces of locating information concerning a single object.[ - 13.3.6. Objects]

    @@ -4893,7 +4937,7 @@

    : ( name of an object) contains a proper noun or noun phrase used to refer to an object.[ - 13.2.5. Object Names]

    @@ -4902,7 +4946,7 @@

    : ( occupation) contiene una descripción informal de las actividades, la profesión o la ocupación de una persona.[ - 15.2.2. The Participant Description]

    @@ -4911,7 +4955,7 @@

    : ( offset) la parte de una expresión temporal o espacial relativa que indica la dirección del desfase entre dos nombres de lugar, fecha u horario al interno de la expresión.[ - 13.2.3. Place Names]

    @@ -4929,7 +4973,7 @@

    : ( organización) proporciona a la información sobre una organización identificable tal como un negocio, una tribu, o cualquier otro grupo de personas.[ - 13.3.3. Organizational Data]

    @@ -4938,7 +4982,7 @@

    : ( nombre de una organización) contiene el nombre de una organización.[ - 13.2.2. Organizational Names]

    @@ -4948,7 +4992,7 @@

    forma original) contiene una lectura que se marca como fiel al original.[ 3.5.2. Regularization and Normalization - 12. Critical Apparatus]

    @@ -4966,7 +5010,7 @@

    : ( nombre propio de persona) contiene un nombre propio o un sintagma identificable como un nombre propio, que se refiere a una persona y puede incluir cualquier o todos los nombres de pila, apellidos, títulos honoríficos, o nombres añadidos de la persona en cuestión.[ - 13.2.1. Personal Names]

    @@ -4975,7 +5019,7 @@

    : ( personal pronouns) indicates the personal pronouns used, or assumed to be used, by the individual being described.[ - 13.3.2.1. Personal Characteristics]

    @@ -4984,8 +5028,8 @@

    : ( person) proporciona información relativa a un individuo específico, p.ej. un participante de una interacción verbal o una persona identificada por una fuente histórica.[ - 13.3.2. The Person Element - 15.2.2. The Participant Description]

    @@ -4994,7 +5038,7 @@

    : ( grupo de personas) describe a un grupo de individuos considerados como una única persona para fines analíticos.[ - 15.2.2. The Participant Description]

    @@ -5002,7 +5046,7 @@

    persona : provides information about one of the personalities identified for a given individual, where an individual has multiple personalities.[ - 13.3.2. The Person Element]

    @@ -5011,7 +5055,7 @@

    : ( place) contiene los datos sobre una localización geográfica[ - 13.3.4. Places]

    @@ -5020,7 +5064,7 @@

    : ( place name) contiene la indicación absoluta o relativa de un nombre de lugar.[ - 13.2.3. Place Names]

    @@ -5029,7 +5073,7 @@

    : ( population) contiene la información sobre la población de un lugar.[ - 13.3.4.3. States, Traits, and Events]

    @@ -5065,7 +5109,7 @@

    prefix definition) defines a prefixing scheme used in teidata.pointervalues, showing how abbreviated URIs using the scheme may be expanded into full URIs.[ - 16.2.3. Using Abbreviated Pointers]

    @@ -5095,7 +5139,7 @@

    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.[ 2.3.1. The Project Description 2.3. The Encoding Description - 15.3.2. Declarable Elements]

    @@ -5105,7 +5149,7 @@

    puntero) define un señalizador a otra localización.[ 3.7. Simple Links and Cross-References - 16.1. Links]

    @@ -5153,7 +5197,7 @@

    quotation) indica las prácticas editoriales adoptadas respecto al entrecomillado en el original.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements]

    @@ -5182,7 +5226,7 @@

    referencia) define una referencia a otra localización, posiblemente modificada por un texto o comentario adicional.[ 3.7. Simple Links and Cross-References - 16.1. Links]

    @@ -5213,7 +5257,7 @@

    regularización) contiene una lectura que ha sido regularizada o normalizada en algún sentido.[ 3.5.2. Regularization and Normalization - 12. Critical Apparatus]

    @@ -5222,7 +5266,7 @@

    : ( region) >contiene el nombre de una unidad administrativa, como un estado, una región o una província, que sea mayor que un pequeño asentamiento, pero menor a un país.[ - 13.2.3. Place Names]

    @@ -5239,7 +5283,7 @@

    : ( relación) describe cualquier tipo de relación o vínculo entre un determinato grupo de personas.[ - 13.3.2.3. Personal Relationships]

    @@ -5257,7 +5301,7 @@

    : ( residencia) describe el lugar de residencia presente o pasado de una persona.[ - 15.2.2. The Participant Description]

    @@ -5300,7 +5344,7 @@

    : ( role name) contiene un componente del nombre que indica un rol o una posición específica a nivel social, como en el caso de títulos oficiales o de grado militar.[ - 13.2.1. Personal Names]

    @@ -5309,7 +5353,7 @@

    : ( row) contiene una fila de la tabla.[ - 14.1.1. TEI Tables]

    @@ -5318,7 +5362,7 @@

    : ( serie referencial) contiene un nombre de intención general o una serie referencial.[ - 13.2.1. Personal Names + 14.2.1. Personal Names 3.6.1. Referring Strings]

    @@ -5383,7 +5427,7 @@

    scriptNote : describes a particular script distinguished within the description of a manuscript or similar resource.[ - 10.7.2. Writing, Decoration, and Other Notations]

    @@ -5392,7 +5436,7 @@

    : ( segmento arbitrario) contiene cualquier unidad textual a nivel sintagmático (inclusive otros elementos de tipo seg.)[ - 16.3. Blocks, Segments, and Anchors + 17.3. Blocks, Segments, and Anchors 6.2. Components of the Verse Line 7.2.5. Speech Contents]

    @@ -5432,7 +5476,7 @@

    : ( settlement) contiene el nombre de un asentamiento, del tipo ciudad, pueblo, villa etc. identificado como una unidad geopolítica o administrativa.[ - 13.2.3. Place Names]

    @@ -5441,7 +5485,7 @@

    : ( sex) especifica el sexo de un organismo.[ - 13.3.2.1. Personal Characteristics]

    @@ -5477,7 +5521,7 @@

    : ( estatus socio-económico) contiene una descripción informal sobre el estatus socio-económico de una persona.[ - 15.2.2. The Participant Description]

    @@ -5533,7 +5577,7 @@

    standOff : Functions as a container element for linked data, contextual information, and stand-off annotations embedded in a TEI document.[ - 16.10. The standOff Container]

    @@ -5542,8 +5586,8 @@

    : ( state) especifica un componente de una referencia canónica definida por el método milestone (hito).[ - 13.3.1. Basic Principles - 13.3.2.1. Personal Characteristics]

    @@ -5553,7 +5597,7 @@

    valores estándard) indica el formato usado cuando aparecen fechas estandarizadas o valores numéricos.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements]

    @@ -5579,7 +5623,7 @@

    : ( surname) contiene el apellido o nombre de família (heredado), en oposicion a un nombre asignado, un nombre de bautismo o un sobranombre.[ - 13.2.1. Personal Names]

    @@ -5588,7 +5632,7 @@

    : ( table) contiene texto dispuedto en forma de tabla, con filas y columnas.[ - 14.1.1. TEI Tables]

    @@ -5626,7 +5670,7 @@

    TEI corpus) 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.[ 4. Default Text Structure - 15.1. Varieties of Composite Text]

    @@ -5636,7 +5680,7 @@

    Encabezado TEI) proporciona información descriptiva y declarativa de una página de título electrónico prefijada como un texto conforme a TEI.[ 2.1.1. The TEI Header and Its Components - 15.1. Varieties of Composite Text]

    @@ -5863,7 +5907,7 @@

    : ( terrain) contiene información sobre el terreno físico de un lugar.[ - 13.3.4.3. States, Traits, and Events]

    @@ -5873,7 +5917,7 @@

    text) 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.[ 4. Default Text Structure - 15.1. Varieties of Composite Text]

    @@ -5893,7 +5937,7 @@

    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 <langUsage>. ****[ 3.12.2.4. Imprint, Size of a Document, and Reprint Information - 10.6.6. Languages and Writing Systems]

    @@ -5911,7 +5955,7 @@

    : ( escala temporal) 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.[ - 16.4.2. Placing Synchronous Events in Time]

    @@ -5968,8 +6012,8 @@

    : ( trait) contiene la descripción de una característica personal o cultural determinada atribuida a una persona.[ - 13.3.1. Basic Principles - 13.3.2.1. Personal Characteristics]

    @@ -5978,7 +6022,7 @@

    : ( poco claro) contiene una palabra, frase o pasaje que no puede ser transcrito con certeza porque en la fuente es ilegible o inaudible.[ - 11.3.3.1. Damage, Illegibility, and Supplied Text + 12.3.3.1. Damage, Illegibility, and Supplied Text 3.5.3. Additions, Deletions, and Omissions]

    diff --git a/Test/expected-results/test15.odd.rnc b/Test/expected-results/test15.odd.rnc index 7dbff0aef..22e7b6e68 100644 --- a/Test/expected-results/test15.odd.rnc +++ b/Test/expected-results/test15.odd.rnc @@ -124,7 +124,9 @@ att.ranging.attribute.confidence = ", or the proportion of observed values that fall within that range." ] ] - attribute confidence { xsd:double }? + attribute confidence { + xsd:double { minInclusive = "0" maxInclusive = "1" } + }? att.dimensions.attributes = att.ranging.attributes, att.dimensions.attribute.unit, @@ -209,6 +211,48 @@ att.breaking.attribute.break = attribute break { xsd:token { pattern = "[^\p{C}\p{Z}]+" } }? +att.cmc.attributes = att.cmc.attribute.generatedBy +att.cmc.attribute.generatedBy = + + ## (generated by) categorizes how the content of an element was generated in a CMC environment. + ## Suggested values include: 1] human; 2] template; 3] system; 4] bot; 5] unspecified + attribute generatedBy { + + ## the content was naturally typed or spoken by a human user + "human" + | + ## the content was generated after a human user activated a template for its insertion + "template" + | + ## the content was generated by the system, i.e. the CMC environment + "system" + | + ## the content was generated by a bot, i.e. a non-human agent, typically one that is not part of the CMC environment itself + "bot" + | + ## the content was generated by an unknown or unspecified process + "unspecified" + | xsd:token { pattern = "[^\p{C}\p{Z}]+" } + }? +sch:pattern [ + id = + "test15-att.cmc-generatedBy-CMC_generatedBy_within_post-constraint-rule-1" + "\x{a}" ~ + " " + sch:rule [ + context = "tei:*[@generatedBy]" + "\x{a}" ~ + " " + sch:assert [ + test = "ancestor-or-self::tei:post" + "The @generatedBy attribute is for use within a element." + ] + "\x{a}" ~ + " " + ] + "\x{a}" ~ + " " +] att.cReferencing.attributes = att.cReferencing.attribute.cRef att.cReferencing.attribute.cRef = [ @@ -291,7 +335,7 @@ att.datable.w3c.attribute.to = | xsd:dateTime }? sch:pattern [ - id = "test15-att.datable.w3c-att-datable-w3c-when-constraint-rule-1" + id = "test15-att.datable.w3c-att-datable-w3c-when-constraint-rule-2" "\x{a}" ~ " " sch:rule [ @@ -310,7 +354,7 @@ sch:pattern [ " " ] sch:pattern [ - id = "test15-att.datable.w3c-att-datable-w3c-from-constraint-rule-2" + id = "test15-att.datable.w3c-att-datable-w3c-from-constraint-rule-3" "\x{a}" ~ " " sch:rule [ @@ -329,7 +373,7 @@ sch:pattern [ " " ] sch:pattern [ - id = "test15-att.datable.w3c-att-datable-w3c-to-constraint-rule-3" + id = "test15-att.datable.w3c-att-datable-w3c-to-constraint-rule-4" "\x{a}" ~ " " sch:rule [ @@ -511,7 +555,7 @@ att.global.responsibility.attribute.cert = ## (certainty) signifies the degree of certainty associated with the intervention or interpretation. attribute cert { - xsd:double + xsd:double { minInclusive = "0" maxInclusive = "1" } | ( ## "high" @@ -601,7 +645,7 @@ att.global.source.attribute.source = }? sch:pattern [ id = - "test15-att.global.source-source-only_1_ODD_source-constraint-rule-4" + "test15-att.global.source-source-only_1_ODD_source-constraint-rule-5" "\x{a}" ~ " " sch:rule [ @@ -890,7 +934,7 @@ att.measurement.attribute.commodity = }? sch:pattern [ id = - "test15-att.measurement-att-measurement-unitRef-constraint-rule-5" + "test15-att.measurement-att-measurement-unitRef-constraint-rule-6" "\x{a}" ~ " " sch:rule [ @@ -996,7 +1040,7 @@ att.typed.attribute.subtype = xsd:token { pattern = "[^\p{C}\p{Z}]+" } }? sch:pattern [ - id = "test15-att.typed-subtypeTyped-constraint-rule-6" + id = "test15-att.typed-subtypeTyped-constraint-rule-7" "\x{a}" ~ " " sch:rule [ @@ -1039,7 +1083,7 @@ att.pointing.attribute.targetLang = "") }? sch:pattern [ - id = "test15-att.pointing-targetLang-targetLang-constraint-rule-7" + id = "test15-att.pointing-targetLang-targetLang-constraint-rule-8" "\x{a}" ~ " " sch:rule [ @@ -1160,7 +1204,7 @@ att.spanning.attribute.spanTo = }? sch:pattern [ id = - "test15-att.spanning-spanTo-spanTo-points-to-following-constraint-rule-8" + "test15-att.spanning-spanTo-spanTo-points-to-following-constraint-rule-9" "\x{a}" ~ " " sch:rule [ @@ -1216,7 +1260,7 @@ att.styleDef.attribute.schemeVersion = }? sch:pattern [ id = - "test15-att.styleDef-schemeVersion-schemeVersionRequiresScheme-constraint-rule-9" + "test15-att.styleDef-schemeVersion-schemeVersionRequiresScheme-constraint-rule-10" "\x{a}" ~ " " sch:rule [ @@ -1895,6 +1939,7 @@ model.global = model.biblPart = model.respLike | model.imprintPart + | quote | series | citedRange | bibl @@ -1945,7 +1990,8 @@ model.inter = | model.listLike | model.stageLike | model.attributable -model.common = model.divPart | model.inter | q +model.cmc = notAllowed +model.common = model.divPart | model.inter | model.cmc | q model.phrase = model.segLike | model.highlighted @@ -2021,6 +2067,7 @@ model.standOffPart = | model.biblLike | model.listLike | model.annotationLike + | xenoData | listChange | seg | listAnnotation @@ -2089,7 +2136,8 @@ att.calendarSystem.attribute.calendar = } }? sch:pattern [ - id = "test15-att.calendarSystem-calendar-calendar-constraint-rule-10" + id = + "test15-att.calendarSystem-calendar-calendar_attr_on_empty_element-constraint-rule-11" "\x{a}" ~ " " sch:rule [ @@ -2174,7 +2222,7 @@ p = macro.paraContent >> sch:pattern [ id = - "test15-p-abstractModel-structure-p-in-ab-or-p-constraint-report-6" + "test15-p-abstractModel-structure-p-in-ab-or-p-constraint-rule-12" "\x{a}" ~ " " sch:rule [ @@ -2183,10 +2231,10 @@ p = " " sch:report [ test = - "(ancestor::tei:ab or ancestor::tei:p) and not( ancestor::tei:floatingText |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 )" + "(ancestor::tei:ab or ancestor::tei:p) and not( ancestor::tei:floatingText | 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 )" "\x{a}" ~ - " Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements.\x{a}" ~ - " " + " Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements.\x{a}" ~ + " " ] "\x{a}" ~ " " @@ -2196,7 +2244,7 @@ p = ] >> sch:pattern [ id = - "test15-p-abstractModel-structure-p-in-l-or-lg-constraint-report-7" + "test15-p-abstractModel-structure-p-in-l-or-lg-constraint-rule-13" "\x{a}" ~ " " sch:rule [ @@ -2205,10 +2253,10 @@ p = " " sch:report [ test = - "(ancestor::tei:l or ancestor::tei:lg) and not( ancestor::tei:floatingText |parent::tei:figure |parent::tei:note )" + "( ancestor::tei:l or ancestor::tei:lg ) and not( ancestor::tei:floatingText | parent::tei:figure | parent::tei:note )" "\x{a}" ~ - " Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab, unless p is a child of figure or note, or is a descendant of floatingText.\x{a}" ~ - " " + " Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab, unless p is a child of figure or note, or is a descendant of floatingText.\x{a}" ~ + " " ] "\x{a}" ~ " " @@ -2220,16 +2268,21 @@ p = att.declaring.attributes, att.fragmentable.attributes, att.written.attributes, + att.cmc.attributes, empty } foreign = ## (foreign) identifies a word or phrase as belonging to some language other than that of the surrounding text. [3.3.2.1. Foreign Words or Expressions] - element foreign { macro.phraseSeq, att.global.attributes, empty } + element foreign { + macro.phraseSeq, att.global.attributes, att.cmc.attributes, empty + } emph = ## (emphasized) marks words or phrases which are stressed or emphasized for linguistic or rhetorical effect. [3.3.2.2. Emphatic Words and Phrases 3.3.2. Emphasis, Foreign Words, and Unusual Language] - element emph { macro.paraContent, att.global.attributes, empty } + element emph { + macro.paraContent, att.global.attributes, att.cmc.attributes, empty + } hi = ## (highlighted) marks a word or phrase as graphically distinct from the surrounding text, for reasons concerning which no claim is made. [3.3.2.2. Emphatic Words and Phrases 3.3.2. Emphasis, Foreign Words, and Unusual Language] @@ -2237,6 +2290,7 @@ hi = macro.paraContent, att.global.attributes, att.written.attributes, + att.cmc.attributes, empty } distinct = @@ -2246,6 +2300,7 @@ distinct = macro.phraseSeq, att.global.attributes, att.typed.attribute.subtype, + att.cmc.attributes, ## specifies the sublanguage or register to which the word or phrase is being assigned attribute type { @@ -2269,6 +2324,7 @@ said = macro.specialPara, att.global.attributes, att.ascribed.directed.attributes, + att.cmc.attributes, ## may be used to indicate whether the quoted matter is regarded as having been vocalized or signed. attribute aloud { @@ -2302,6 +2358,7 @@ quote = att.global.attributes, att.typed.attributes, att.notated.attributes, + att.cmc.attributes, empty } q = @@ -2311,6 +2368,7 @@ q = macro.specialPara, att.global.attributes, att.ascribed.directed.attributes, + att.cmc.attributes, ## (type) may be used to indicate whether the offset passage is spoken or thought, or to characterize it more finely. ## Suggested values include: 1] spoken (spoken); 2] thought (thought); 3] written (written); 4] soCalled (so called); 5] foreign (foreign); 6] distinct (distinct); 7] term; 8] emph (emph); 9] mentioned (mentioned) @@ -2348,7 +2406,7 @@ q = } 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] + ## (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 10.3.5.1. Examples] element cit { (model.biblLike | model.egLike @@ -2360,24 +2418,29 @@ cit = | q)+, att.global.attributes, att.typed.attributes, + att.cmc.attributes, empty } mentioned = ## marks words or phrases mentioned, not used. [3.3.3. Quotation] - element mentioned { macro.phraseSeq, att.global.attributes, empty } + element mentioned { + macro.phraseSeq, att.global.attributes, att.cmc.attributes, empty + } soCalled = ## (so called) 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. [3.3.3. Quotation] - element soCalled { macro.phraseSeq, att.global.attributes, empty } + element soCalled { + macro.phraseSeq, att.global.attributes, att.cmc.attributes, empty + } desc = - ## (description) contains a short description of the purpose, function, or use of its parent element, or when the parent is a documentation element, describes or defines the object being documented. [22.4.1. Description of Components] + ## (description) contains a short description of the purpose, function, or use of its parent element, or when the parent is a documentation element, describes or defines the object being documented. [23.4.1. Description of Components] element desc { macro.limitedContent >> sch:pattern [ id = - "test15-desc-deprecationInfo-only-in-deprecated-constraint-rule-11" + "test15-desc-deprecationInfo-only-in-deprecated-constraint-rule-14" "\x{a}" ~ " " sch:rule [ @@ -2400,21 +2463,17 @@ desc = ], att.global.attributes, att.typed.attribute.subtype, + att.cmc.attributes, ## characterizes the element in some sense, using any convenient classification scheme or typology. - ## Suggested values include: 1] deprecationInfo (deprecation information) attribute type { - - ## (deprecation - ## information) This element describes why or how its parent element is being deprecated, typically including recommendations for alternate encoding. - "deprecationInfo" - | xsd:token { pattern = "[^\p{C}\p{Z}]+" } + xsd:token { pattern = "[^\p{C}\p{Z}]+" } }?, empty } gloss = - ## (gloss) identifies a phrase or word used to provide a gloss or definition for some other word or phrase. [3.4.1. Terms and Glosses 22.4.1. Description of Components] + ## (gloss) identifies a phrase or word used to provide a gloss or definition for some other word or phrase. [3.4.1. Terms and Glosses 23.4.1. Description of Components] element gloss { macro.phraseSeq, att.global.attributes, @@ -2422,6 +2481,7 @@ gloss = att.typed.attributes, att.pointing.attributes, att.cReferencing.attributes, + att.cmc.attributes, empty } term = @@ -2436,13 +2496,18 @@ term = att.canonical.attributes, att.sortable.attributes, att.cReferencing.attributes, + att.cmc.attributes, empty } ruby = ## (ruby container) contains a passage of base text along with its associated ruby gloss(es). [3.4.2. Ruby Annotations] element ruby { - (rb, rt+), att.global.attributes, att.typed.attributes, empty + (rb, rt+), + att.global.attributes, + att.typed.attributes, + att.cmc.attributes, + empty } rb = @@ -2465,7 +2530,7 @@ rt = xsd:anyURI { pattern = "\S+" } }?) >> sch:pattern [ - id = "test15-rt-target-rt-target-not-span-constraint-report-8" + id = "test15-rt-target-rt-target-not-span-constraint-rule-15" "\x{a}" ~ " " sch:rule [ @@ -2474,8 +2539,7 @@ rt = " " sch:report [ test = "../@from | ../@to" - "When target= is\x{a}" ~ - " present, neither from= nor to= should be." + "When target= is present, neither from= nor to= should be." ] "\x{a}" ~ " " @@ -2489,7 +2553,7 @@ rt = xsd:anyURI { pattern = "\S+" } }?) >> sch:pattern [ - id = "test15-rt-from-rt-from-constraint-assert-7" + id = "test15-rt-from-rt-from-constraint-rule-16" "\x{a}" ~ " " sch:rule [ @@ -2498,8 +2562,7 @@ rt = " " sch:assert [ test = "../@to" - "When from= is present, the to=\x{a}" ~ - " attribute of " + "When from= is present, the to= attribute of " sch:name [ ] " is required." ] @@ -2515,7 +2578,7 @@ rt = xsd:anyURI { pattern = "\S+" } }?) >> sch:pattern [ - id = "test15-rt-to-rt-to-constraint-assert-8" + id = "test15-rt-to-rt-to-constraint-rule-17" "\x{a}" ~ " " sch:rule [ @@ -2524,8 +2587,7 @@ rt = " " sch:assert [ test = "../@from" - "When to= is present, the from=\x{a}" ~ - " attribute of " + "When to= is present, the from= attribute of " sch:name [ ] " is required." ] @@ -2540,7 +2602,9 @@ rt = sic = ## (Latin for thus or so) contains text reproduced although apparently incorrect or inaccurate. [3.5.1. Apparent Errors] - element sic { macro.paraContent, att.global.attributes, empty } + element sic { + macro.paraContent, att.global.attributes, att.cmc.attributes, empty + } corr = ## (correction) contains the correct form of a passage apparently erroneous in the copy text. [3.5.1. Apparent Errors] @@ -2549,30 +2613,39 @@ corr = att.global.attributes, att.editLike.attributes, att.typed.attributes, + att.cmc.attributes, empty } choice = ## (choice) groups a number of alternative encodings for the same point in a text. [3.5. Simple Editorial Changes] element choice { - (model.choicePart | choice)+, att.global.attributes, empty + (model.choicePart | choice), + (model.choicePart | choice), + (model.choicePart | choice)*, + att.global.attributes, + att.cmc.attributes, + empty } reg = ## (regularization) contains a reading which has been regularized or normalized in some sense. [3.5.2. Regularization and - ## Normalization 12. Critical Apparatus] + ## Normalization 13. Critical Apparatus] element reg { macro.paraContent, att.global.attributes, att.editLike.attributes, att.typed.attributes, + att.cmc.attributes, empty } orig = ## (original form) contains a reading which is marked as following the original, rather than being normalized or corrected. [3.5.2. Regularization and - ## Normalization 12. Critical Apparatus] - element orig { macro.paraContent, att.global.attributes, empty } + ## Normalization 13. Critical Apparatus] + element orig { + macro.paraContent, att.global.attributes, att.cmc.attributes, empty + } gap = ## (gap) 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. [3.5.3. Additions, Deletions, and Omissions] @@ -2582,6 +2655,7 @@ gap = att.timed.attributes, att.editLike.attributes, att.dimensions.attributes, + att.cmc.attributes, ## (reason) gives the reason for omission ## Suggested values include: 1] cancelled (cancelled); 2] deleted (deleted); 3] editorial (editorial); 4] illegible (illegible); 5] inaudible (inaudible); 6] irrelevant (irrelevant); 7] sampling (sampling) @@ -2639,6 +2713,7 @@ add = att.placement.attributes, att.typed.attributes, att.dimensions.attributes, + att.cmc.attributes, empty } del = @@ -2650,16 +2725,18 @@ del = att.transcriptional.attributes, att.typed.attributes, att.dimensions.attributes, + att.cmc.attributes, empty } unclear = - ## (unclear) contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source. [11.3.3.1. Damage, Illegibility, and Supplied Text 3.5.3. Additions, Deletions, and Omissions] + ## (unclear) contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source. [12.3.3.1. Damage, Illegibility, and Supplied Text 3.5.3. Additions, Deletions, and Omissions] element unclear { macro.paraContent, att.global.attributes, att.editLike.attributes, att.dimensions.attributes, + att.cmc.attributes, ## indicates why the material is hard to transcribe. ## Suggested values include: 1] illegible (illegible); 2] inaudible (inaudible); 3] faded (faded); 4] background_noise (background noise); 5] eccentric_ductus (eccentric ductus) @@ -2701,6 +2778,7 @@ name = att.datable.attributes, att.editLike.attributes, att.typed.attributes, + att.cmc.attributes, ( ## indicates one or more systems or calendars to which the date represented by the content of this element belongs. attribute calendar { @@ -2710,7 +2788,7 @@ name = }?) >> sch:pattern [ id = - "test15-name-calendar-calendar-check-name-constraint-rule-12" + "test15-name-calendar-calendar-check-name-constraint-rule-18" "\x{a}" ~ " " sch:rule [ @@ -2735,24 +2813,28 @@ name = } rs = - ## (referencing string) contains a general purpose name or referring string. [13.2.1. Personal Names 3.6.1. Referring Strings] + ## (referencing string) contains a general purpose name or referring string. [14.2.1. Personal Names 3.6.1. Referring Strings] element rs { macro.phraseSeq, att.global.attributes, att.naming.attributes, att.typed.attributes, + att.cmc.attributes, empty } email = ## (electronic mail address) contains an email address identifying a location to which email messages can be delivered. [3.6.2. Addresses] - element email { macro.phraseSeq, att.global.attributes, empty } + element email { + macro.phraseSeq, att.global.attributes, att.cmc.attributes, empty + } address = ## (address) contains a postal address, for example of a publisher, an organization, or an individual. [3.6.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.12.2.4. Imprint, Size of a Document, and Reprint Information] element address { (model.global*, (model.addrPart, model.global*)+), att.global.attributes, + att.cmc.attributes, empty } addrLine = @@ -2780,23 +2862,11 @@ num = att.global.attributes, att.typed.attribute.subtype, att.ranging.attributes, + att.cmc.attributes, ## indicates the type of numeric value. - ## Suggested values include: 1] cardinal; 2] ordinal; 3] fraction; 4] percentage attribute type { - - ## absolute number, e.g. 21, 21.5 - "cardinal" - | - ## ordinal number, e.g. 21st - "ordinal" - | - ## fraction, e.g. one half or three-quarters - "fraction" - | - ## a percentage - "percentage" - | xsd:token { pattern = "[^\p{C}\p{Z}]+" } + xsd:token { pattern = "[^\p{C}\p{Z}]+" } }?, ## supplies the value of the number in standard form. @@ -2816,6 +2886,7 @@ measure = att.global.attributes, att.typed.attribute.subtype, att.measurement.attributes, + att.cmc.attributes, att.ranging.attributes, ## specifies the type of measurement in any convenient typology. @@ -2826,12 +2897,13 @@ measure = } measureGrp = - ## (measure group) contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page. [10.3.4. Dimensions] + ## (measure group) contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page. [11.3.4. Dimensions] element measureGrp { (text | model.gLike | model.measureLike)*, att.global.attributes, att.measurement.attributes, att.typed.attributes, + att.cmc.attributes, empty } unit = @@ -2843,11 +2915,12 @@ unit = att.global.attributes, att.typed.attributes, att.measurement.attributes, + att.cmc.attributes, empty } date = - ## (date) contains a date in any format. [3.6.4. Dates and Times 2.2.4. Publication, Distribution, Licensing, etc. 2.6. The Revision Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information 15.2.3. The Setting Description 13.4. Dates] + ## (date) contains a date in any format. [3.6.4. Dates and Times 2.2.4. Publication, Distribution, Licensing, etc. 2.6. The Revision Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information 16.2.3. The Setting Description 14.4. Dates] element date { (text | model.gLike | model.phrase | model.global)*, att.global.attributes, @@ -2857,6 +2930,7 @@ date = att.editLike.attributes, att.dimensions.attributes, att.typed.attributes, + att.cmc.attributes, empty } time = @@ -2871,6 +2945,7 @@ time = att.editLike.attributes, att.dimensions.attributes, att.typed.attributes, + att.cmc.attributes, empty } abbr = @@ -2880,9 +2955,9 @@ abbr = macro.phraseSeq, att.global.attributes, att.typed.attribute.subtype, + att.cmc.attributes, ## (type) allows the encoder to classify the abbreviation according to some convenient typology. - ## Sample values include: 1] suspension (suspension); 2] contraction (contraction); 3] brevigraph; 4] superscription (superscription); 5] acronym (acronym); 6] title (title); 7] organization (organization); 8] geographic (geographic) attribute type { xsd:token { pattern = "[^\p{C}\p{Z}]+" } }?, @@ -2895,15 +2970,16 @@ expan = macro.phraseSeq, att.global.attributes, att.editLike.attributes, + att.cmc.attributes, empty } ptr = - ## (pointer) defines a pointer to another location. [3.7. Simple Links and Cross-References 16.1. Links] + ## (pointer) defines a pointer to another location. [3.7. Simple Links and Cross-References 17.1. Links] element ptr { empty >> sch:pattern [ - id = "test15-ptr-ptrAtts-constraint-report-9" + id = "test15-ptr-ptrAtts-constraint-rule-19" "\x{a}" ~ " " sch:rule [ @@ -2912,8 +2988,7 @@ ptr = " " sch:report [ test = "@target and @cRef" - "Only one of the\x{a}" ~ - "attributes @target and @cRef may be supplied on " + "Only one of the attributes @target and @cRef may be supplied on " sch:name [ ] "." ] @@ -2929,15 +3004,16 @@ ptr = att.internetMedia.attributes, att.pointing.attributes, att.typed.attributes, + att.cmc.attributes, empty } ref = - ## (reference) defines a reference to another location, possibly modified by additional text or comment. [3.7. Simple Links and Cross-References 16.1. Links] + ## (reference) defines a reference to another location, possibly modified by additional text or comment. [3.7. Simple Links and Cross-References 17.1. Links] element ref { macro.paraContent >> sch:pattern [ - id = "test15-ref-refAtts-constraint-report-10" + id = "test15-ref-refAtts-constraint-rule-20" "\x{a}" ~ " " sch:rule [ @@ -2946,8 +3022,7 @@ ref = " " sch:report [ test = "@target and @cRef" - "Only one of the\x{a}" ~ - " attributes @target' and @cRef' may be supplied on " + "Only one of the attributes @target' and @cRef' may be supplied on " sch:name [ ] "\x{a}" ~ " " @@ -2964,6 +3039,7 @@ ref = att.internetMedia.attributes, att.pointing.attributes, att.typed.attributes, + att.cmc.attributes, empty } \list = @@ -2978,7 +3054,7 @@ ref = (model.divBottom, model.global*)*) >> sch:pattern [ id = - "test15-list-gloss-list-must-have-labels-constraint-rule-13" + "test15-list-gloss-list-must-have-labels-constraint-rule-21" "\x{a}" ~ " " sch:rule [ @@ -2998,31 +3074,11 @@ ref = att.global.attributes, att.sortable.attributes, att.typed.attribute.subtype, + att.cmc.attributes, ## (type) describes the nature of the items in the list. - ## Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (instructions); 4] litany (litany); 5] syllogism (syllogism) attribute type { - [ - a:documentation [ - "(gloss) each list item glosses some term or concept, which is given by a " - ns1:code [ "
    @@ -977,7 +977,7 @@

    : ( anonymous block) contains any component-level unit of text, acting as a container for phrase or inter level elements analogous to, but without the same constraints as, a paragraph.[ - 16.3. Blocks, Segments, and Anchors]

    @@ -1034,7 +1034,7 @@

    : ( alternation) identifies an alternation or a set of choices among elements or passages.[ - 16.8. Alternation]

    @@ -1043,8 +1043,8 @@

    : ( alternation group) groups a collection of - <alt>elements and possibly pointers.[ - 16.8. Alternation]

    @@ -1063,7 +1063,7 @@

    anchor point) attaches an identifier to a point within a text, whether or not it corresponds with a textual element.[ 8.4.2. Synchronization and Overlap - 16.5. Correspondence and Alignment]

    @@ -1071,7 +1071,7 @@

    annotation : represents an annotation following the Web Annotation Data Model.[ - 16.10. The standOff Container]

    @@ -1149,7 +1149,7 @@

    : provides attributes for indicating calendar systems to which a date belongs.[ 3.6.4. Dates and Times - 13.4. Dates]

    @@ -1157,7 +1157,7 @@

    att.canonical : provides attributes that can be used to associate a representation such as a name or title with canonical information about the object being named or referenced.[ - 13.1.1. Linking Names and Their Referents]

    @@ -1174,6 +1174,14 @@

    provides attributes for specifying the specific part of a bibliographic item being cited.[ 1.3.1. Attribute Classes]

    + + att.cmc + : ( + computer-mediated communication) + provides attributes categorizing how the element content was created in a CMC environment.
    @@ -1181,7 +1189,7 @@

    : provides attributes for normalization of elements that contain dates, times, or datable events.[ 3.6.4. Dates and Times - 13.4. Dates]

    @@ -1190,7 +1198,7 @@

    : provides attributes for normalization of elements that contain datable events conforming to the W3C XML Schema Part 2: Datatypes Second Edition.[ 3.6.4. Dates and Times - 13.4. Dates]

    @@ -1198,8 +1206,8 @@

    att.datcat : provides attributes that are used to align XML elements or attributes with the appropriate Data Categories (DCs) defined by an external taxonomy, in this way establishing the identity of information containers and values, and providing means of interpreting them.[ - 9.5.2. Lexical View - 18.3. Other Atomic Feature Values]

    @@ -1208,7 +1216,7 @@

    : provides attributes for those elements in the TEI header which may be independently selected by means of the special purpose declsattribute.[ - 15.3. Associating Contextual Information with a Text]

    @@ -1216,7 +1224,7 @@

    att.declaring : 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.[ - 15.3. Associating Contextual Information with a Text]

    @@ -1247,9 +1255,9 @@

    : provides attributes describing the nature of an encoded scholarly intervention or interpretation of any kind.[ 3.5. Simple Editorial Changes - 10.3.1. Origination - 13.3.2. The Person Element - 11.3.1.1. Core Elements for Transcriptional Work]

    @@ -1287,7 +1295,7 @@

    att.global.linking : provides a set of attributes for hypertextual linking.[ - 16. Linking, Segmentation, and Alignment]

    @@ -1305,9 +1313,9 @@

    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.[ 1.3.1.1.4. Sources, certainty, and responsibility 3.5. Simple Editorial Changes - 11.3.2.2. Hand, Responsibility, and Certainty Attributes - 17.3. Spans and Interpretations - 13.1.1. Linking Names and Their Referents]

    @@ -1325,7 +1333,7 @@

    att.handFeatures : provides attributes describing aspects of the hand in which a manuscript is written.[ - 11.3.2.1. Document Hands]

    @@ -1341,7 +1349,7 @@

    : provides attributes for referencing locations by pointing to entries in a canonical list of places.[ 2.3.9. The Unit Declaration - 13.3.4.3. States, Traits, and Events]

    @@ -1374,7 +1382,7 @@

    : provides attributes common to elements which refer to named persons, places, organizations etc.[ 3.6.1. Referring Strings - 13.3.7. Names and Nyms]

    @@ -1389,7 +1397,7 @@

    att.patternReplacement : provides attributes for regular-expression matching and replacement.[ - 16.2.3. Using Abbreviated Pointers + 17.2.3. Using Abbreviated Pointers 2.3.6.3. Milestone Method 2.3.6. The Reference System Declaration 2.3.6.2. Search-and-Replace Method]

    @@ -1410,7 +1418,7 @@

    : provides attributes for describing where on the source page or object a textual element appears.[ 3.5.3. Additions, Deletions, and Omissions - 11.3.1.4. Additions and Deletions]

    @@ -1427,7 +1435,7 @@

    att.pointing.group : provides a set of attributes common to all elements which enclose groups of pointer elements.[ - 16. Linking, Segmentation, and Alignment]

    @@ -1449,8 +1457,8 @@

    att.segLike : provides attributes for elements used for arbitrary segmentation.[ - 16.3. Blocks, Segments, and Anchors - 17.1. Linguistic Segment Categories]

    @@ -1458,7 +1466,7 @@

    att.sortable : provides attributes for elements in lists or groups that are sortable, but whose sorting key cannot be derived mechanically from the element content.[ - 9.1. Dictionary Body and Overall Structure]

    @@ -1466,7 +1474,7 @@

    att.spanning : provides attributes for elements which delimit a span of text by pointing mechanisms rather than by enclosing it.[ - 11.3.1.4. Additions and Deletions + 12.3.1.4. Additions and Deletions 1.3.1. Attribute Classes]

    @@ -1499,7 +1507,7 @@

    : provides attributes that can be used to classify or subclassify elements in any way.[ 1.3.1. Attribute Classes - 17.1.1. Words and Above + 18.1.1. Words and Above 3.6.1. Referring Strings 3.7. Simple Links and Cross-References 3.6.5. Abbreviations and Their Expansions @@ -1509,14 +1517,14 @@

    4.1.2. Numbered Divisions 4.2.1. Headings and Trailers 4.4. Virtual Divisions - 13.3.2.3. Personal Relationships - 11.3.1.1. Core Elements for Transcriptional Work - 16.1.1. Pointers and Links - 16.3. Blocks, Segments, and Anchors - 12.2. Linking the Apparatus to the Text - 22.5.1.2. Defining Content Models: RELAX NG + 14.3.2.3. Personal Relationships + 12.3.1.1. Core Elements for Transcriptional Work + 17.1.1. Pointers and Links + 17.3. Blocks, Segments, and Anchors + 13.2. Linking the Apparatus to the Text + 23.5.1.2. Defining Content Models: RELAX NG 8.3. Elements Unique to Spoken Texts - 23.3.1.3. Modification of Attribute and Attribute Value Lists]

    @@ -1573,7 +1581,7 @@

    contains a loosely-structured bibliographic citation of which the sub-components may or may not be explicitly tagged.[ 3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description - 15.3.2. Declarable Elements]

    @@ -1585,7 +1593,7 @@

    3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2. The File Description 2.2.7. The Source Description - 15.3.2. Declarable Elements]

    @@ -1605,7 +1613,7 @@

    contains a structured bibliographic citation, in which only bibliographic sub-elements appear and in a specified order.[ 3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description - 15.3.2. Declarable Elements]

    @@ -1710,7 +1718,7 @@

    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]

    @@ -1730,7 +1738,7 @@

    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]

    @@ -1740,7 +1748,7 @@

    citation data) specifies how information may be extracted from citation structures.[ 3.11.4. Declaring Reference Systems - 16.2.5.4. Citation Structures]

    @@ -1750,7 +1758,7 @@

    citation structure) declares a structure and method for citing the current document.[ 3.11.4. Declaring Reference Systems - 16.2.5.4. Citation Structures]

    @@ -1815,7 +1823,7 @@

    correction principles) states how and under what circumstances corrections have been made in the text.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements]

    @@ -1865,8 +1873,8 @@

    2.2.4. Publication, Distribution, Licensing, etc. 2.6. The Revision Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information - 15.2.3. The Setting Description - 13.4. Dates]

    @@ -1893,7 +1901,7 @@

    : ( description) contains a short description of the purpose, function, or use of its parent element, or when the parent is a documentation element, describes or defines the object being documented.[ - 22.4.1. Description of Components]

    @@ -2074,7 +2082,7 @@

    provides details of editorial principles and practices applied during the encoding of a text.[ 2.3.3. The Editorial Practices Declaration 2.3. The Encoding Description - 15.3.2. Declarable Elements]

    @@ -2144,7 +2152,7 @@

    2.2.3. Type and Extent of File 2.2. The File Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information - 10.7.1. Object Description]

    @@ -2229,7 +2237,7 @@

    gloss) identifies a phrase or word used to provide a gloss or definition for some other word or phrase.[ 3.4.1. Terms and Glosses - 22.4.1. Description of Components]

    @@ -2239,7 +2247,7 @@

    graphic) indicates the location of a graphic or illustration, either forming part of a text, or providing an image of it.[ 3.10. Graphics and Other Non-textual Components - 11.1. Digital Facsimiles]

    @@ -2250,7 +2258,7 @@

    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.[ 4. Default Text Structure 4.3.1. Grouped Texts - 15.1. Varieties of Composite Text]

    @@ -2259,7 +2267,7 @@

    : ( note on hand) describes a particular style or hand distinguished within a manuscript.[ - 10.7.2. Writing, Decoration, and Other Notations]

    @@ -2306,7 +2314,7 @@

    hyphenation) summarizes the way in which hyphenation in a source text has been treated in an encoded version of it.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements]

    @@ -2315,7 +2323,7 @@

    : ( identifier) 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.[ - 13.3.1. Basic Principles + 14.3.1. Basic Principles 2.2.4. Publication, Distribution, Licensing, etc. 2.2.5. The Series Statement 3.12.2.4. Imprint, Size of a Document, and Reprint Information]

    @@ -2382,7 +2390,7 @@

    join group) groups a collection of <join>elements and possibly pointers.[ - 16.7. Aggregation]

    @@ -2422,7 +2430,7 @@

    describes the languages, sublanguages, registers, dialects, etc. represented within a text.[ 2.4.2. Language Usage 2.4. The Profile Description - 15.3.2. Declarable Elements]

    @@ -2469,7 +2477,7 @@

    : ( link) defines an association or hypertextual link among elements or passages, of some type not more precisely specifiable by other elements.[ - 16.1. Links]

    @@ -2478,7 +2486,7 @@

    : ( link group) defines a collection of associations or hypertextual links.[ - 16.1. Links]

    @@ -2495,11 +2503,11 @@

    listAnnotation : contains a list of annotations, typically encoded as - <annotation>, + <annotation>, <annotationBlock>, or <note>, possibly organized with nested <listAnnotation>elements.[ - 16.10. The standOff Container]

    @@ -2510,7 +2518,7 @@

    contains a list of bibliographic citations of any kind.[ 3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description - 15.3.2. Declarable Elements]

    @@ -2519,7 +2527,7 @@

    : 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]

    @@ -2529,7 +2537,7 @@

    list of prefix definitions) contains a list of definitions of prefixing schemes used in teidata.pointervalues, showing how abbreviated URIs using each scheme may be expanded into full URIs.[ - 16.2.3. Using Abbreviated Pointers]

    @@ -2601,7 +2609,7 @@

    : ( measure group) contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page.[ - 10.3.4. Dimensions]

    @@ -2658,7 +2666,7 @@

    model.annotationLike : groups elements used to represent annotations.[ - 16.10. The standOff Container]

    @@ -2666,7 +2674,7 @@

    model.annotationPart.body : groups elements which may be used as an - <annotation>body.

    @@ -2732,6 +2740,19 @@

    <choice>alternation.[ 3.5. Simple Editorial Changes]

    + + model.cmc + : + includes the CMC-specific element + <post>and makes it available on the divPart level. This allows for using (and combining) occurrences of + <post>, + <u>, + <incident>, and + <kinesic>in one and the same + <div>in order to be able to represent the combined use of written and spoken posts, utterances, and nonverbal acts on the GUI of multimodal CMC environments.
    @@ -2768,7 +2789,7 @@

    : groups elements containing temporal expressions.[ 3.6.4. Dates and Times - 13.4. Dates]

    @@ -2910,7 +2931,7 @@

    model.egLike : groups elements containing examples or illustrations.[ - 22.1.1. Phrase Level Terms]

    @@ -2934,7 +2955,7 @@

    model.entryPart : groups non-morphological elements appearing within a dictionary entry.[ - 9.1. Dictionary Body and Overall Structure]

    @@ -3121,7 +3142,7 @@

    model.offsetLike : groups elements which can appear only as part of a place name.[ - 13.2.3. Place Names]

    @@ -3168,7 +3189,7 @@

    model.pPart.msdesc : groups phrase-level elements used in manuscript description.[ - 10. Manuscript Description]

    @@ -3200,7 +3221,7 @@

    model.phrase.xml : groups phrase-level elements used to encode XML constructs such as element names, attribute names, and attribute values[ - 22. Documentation Elements]

    @@ -3208,7 +3229,7 @@

    model.placeNamePart : groups elements which form part of a place name.[ - 13.2.3. Place Names]

    @@ -3279,8 +3300,8 @@

    model.segLike : groups elements used for arbitrary segmentation.[ - 16.3. Blocks, Segments, and Anchors - 17.1. Linguistic Segment Categories]

    @@ -3296,7 +3317,7 @@

    model.specDescLike : groups elements for referring to specification elements.[ - 22. Documentation Elements]

    @@ -3368,7 +3389,7 @@

    normalization) indicates the extent of normalization or regularization of the original source carried out in converting it to electronic form.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements]

    @@ -3380,7 +3401,7 @@

    3.9.1. Notes and Simple Annotation 2.2.6. The Notes Statement 3.12.2.8. Notes and Statement of Language - 9.3.5.4. Notes within Entries]

    @@ -3427,7 +3448,7 @@

    original form) contains a reading which is marked as following the original, rather than being normalized or corrected.[ 3.5.2. Regularization and Normalization - 12. Critical Apparatus]

    @@ -3482,7 +3503,7 @@

    prefix definition) defines a prefixing scheme used in teidata.pointervalues, showing how abbreviated URIs using the scheme may be expanded into full URIs.[ - 16.2.3. Using Abbreviated Pointers]

    @@ -3512,7 +3533,7 @@

    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.[ 2.3.1. The Project Description 2.3. The Encoding Description - 15.3.2. Declarable Elements]

    @@ -3522,7 +3543,7 @@

    pointer) defines a pointer to another location.[ 3.7. Simple Links and Cross-References - 16.1. Links]

    @@ -3579,7 +3600,7 @@

    quotation) specifies editorial practice adopted with respect to quotation marks in the original.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements]

    @@ -3608,7 +3629,7 @@

    reference) defines a reference to another location, possibly modified by additional text or comment.[ 3.7. Simple Links and Cross-References - 16.1. Links]

    @@ -3639,7 +3660,7 @@

    regularization) contains a reading which has been regularized or normalized in some sense.[ 3.5.2. Regularization and Normalization - 12. Critical Apparatus]

    @@ -3699,7 +3720,7 @@

    : ( referencing string) contains a general purpose name or referring string.[ - 13.2.1. Personal Names + 14.2.1. Personal Names 3.6.1. Referring Strings]

    @@ -3764,7 +3785,7 @@

    scriptNote : describes a particular script distinguished within the description of a manuscript or similar resource.[ - 10.7.2. Writing, Decoration, and Other Notations]

    @@ -3773,7 +3794,7 @@

    : ( arbitrary segment) represents any segmentation of text below the ‘chunk’ level.[ - 16.3. Blocks, Segments, and Anchors + 17.3. Blocks, Segments, and Anchors 6.2. Components of the Verse Line 7.2.5. Speech Contents]

    @@ -3839,7 +3860,8 @@

    sourceDesc : ( source description) - 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.[ + 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.[ 2.2.7. The Source Description]

    @@ -3897,7 +3919,7 @@

    standard values) specifies the format used when standardized date or number values are supplied.[ 2.3.3. The Editorial Practices Declaration - 15.3.2. Declarable Elements]

    @@ -3953,7 +3975,7 @@

    contains the whole of a TEI encoded corpus, comprising a single corpus header and one or more <TEI>elements, each containing a single text header and a text.[ 4. Default Text Structure - 15.1. Varieties of Composite Text]

    @@ -3963,7 +3985,7 @@

    TEI header) supplies descriptive and declarative metadata associated with a digital resource or set of resources.[ 2.1.1. The TEI Header and Its Components - 15.1. Varieties of Composite Text]

    @@ -4167,7 +4189,7 @@

    text) 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.[ 4. Default Text Structure - 15.1. Varieties of Composite Text]

    @@ -4186,7 +4208,7 @@

    text language) describes the languages and writing systems identified within the bibliographic work being described, rather than its description.[ 3.12.2.4. Imprint, Size of a Document, and Reprint Information - 10.6.6. Languages and Writing Systems]

    @@ -4204,7 +4226,7 @@

    : ( timeline) 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.[ - 16.4.2. Placing Synchronous Events in Time]

    @@ -4261,7 +4283,7 @@

    : ( unclear) contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source.[ - 11.3.3.1. Damage, Illegibility, and Supplied Text + 12.3.3.1. Damage, Illegibility, and Supplied Text 3.5.3. Additions, Deletions, and Omissions]

    diff --git a/Test/expected-results/test34.rnc b/Test/expected-results/test34.rnc index 906b6fb7b..3c0c85a19 100644 --- a/Test/expected-results/test34.rnc +++ b/Test/expected-results/test34.rnc @@ -131,7 +131,9 @@ tei_att.ranging.attribute.confidence = ", or the proportion of observed values that fall within that range." ] ] - attribute confidence { xsd:double }? + attribute confidence { + xsd:double { minInclusive = "0" maxInclusive = "1" } + }? tei_att.dimensions.attributes = tei_att.ranging.attributes, tei_att.dimensions.attribute.unit, @@ -216,6 +218,48 @@ tei_att.breaking.attribute.break = attribute break { xsd:token { pattern = "[^\p{C}\p{Z}]+" } }? +tei_att.cmc.attributes = tei_att.cmc.attribute.generatedBy +tei_att.cmc.attribute.generatedBy = + + ## (generated by) categorizes how the content of an element was generated in a CMC environment. + ## Suggested values include: 1] human; 2] template; 3] system; 4] bot; 5] unspecified + attribute generatedBy { + + ## the content was naturally typed or spoken by a human user + "human" + | + ## the content was generated after a human user activated a template for its insertion + "template" + | + ## the content was generated by the system, i.e. the CMC environment + "system" + | + ## the content was generated by a bot, i.e. a non-human agent, typically one that is not part of the CMC environment itself + "bot" + | + ## the content was generated by an unknown or unspecified process + "unspecified" + | xsd:token { pattern = "[^\p{C}\p{Z}]+" } + }? +sch:pattern [ + id = + "foo-att.cmc-generatedBy-CMC_generatedBy_within_post-constraint-rule-1" + "\x{a}" ~ + " " + sch:rule [ + context = "tei:*[@generatedBy]" + "\x{a}" ~ + " " + sch:assert [ + test = "ancestor-or-self::tei:post" + "The @generatedBy attribute is for use within a element." + ] + "\x{a}" ~ + " " + ] + "\x{a}" ~ + " " +] tei_att.cReferencing.attributes = tei_att.cReferencing.attribute.cRef tei_att.cReferencing.attribute.cRef = [ @@ -298,7 +342,7 @@ tei_att.datable.w3c.attribute.to = | xsd:dateTime }? sch:pattern [ - id = "foo-att.datable.w3c-att-datable-w3c-when-constraint-rule-1" + id = "foo-att.datable.w3c-att-datable-w3c-when-constraint-rule-2" "\x{a}" ~ " " sch:rule [ @@ -317,7 +361,7 @@ sch:pattern [ " " ] sch:pattern [ - id = "foo-att.datable.w3c-att-datable-w3c-from-constraint-rule-2" + id = "foo-att.datable.w3c-att-datable-w3c-from-constraint-rule-3" "\x{a}" ~ " " sch:rule [ @@ -336,7 +380,7 @@ sch:pattern [ " " ] sch:pattern [ - id = "foo-att.datable.w3c-att-datable-w3c-to-constraint-rule-3" + id = "foo-att.datable.w3c-att-datable-w3c-to-constraint-rule-4" "\x{a}" ~ " " sch:rule [ @@ -515,7 +559,7 @@ tei_att.global.responsibility.attribute.cert = ## (certainty) signifies the degree of certainty associated with the intervention or interpretation. attribute cert { - xsd:double + xsd:double { minInclusive = "0" maxInclusive = "1" } | ( ## "high" @@ -607,7 +651,7 @@ tei_att.global.source.attribute.source = }? sch:pattern [ id = - "foo-att.global.source-source-only_1_ODD_source-constraint-rule-4" + "foo-att.global.source-source-only_1_ODD_source-constraint-rule-5" "\x{a}" ~ " " sch:rule [ @@ -896,7 +940,7 @@ tei_att.measurement.attribute.commodity = } }? sch:pattern [ - id = "foo-att.measurement-att-measurement-unitRef-constraint-rule-5" + id = "foo-att.measurement-att-measurement-unitRef-constraint-rule-6" "\x{a}" ~ " " sch:rule [ @@ -1002,7 +1046,7 @@ tei_att.typed.attribute.subtype = xsd:token { pattern = "[^\p{C}\p{Z}]+" } }? sch:pattern [ - id = "foo-att.typed-subtypeTyped-constraint-rule-6" + id = "foo-att.typed-subtypeTyped-constraint-rule-7" "\x{a}" ~ " " sch:rule [ @@ -1045,7 +1089,7 @@ tei_att.pointing.attribute.targetLang = "") }? sch:pattern [ - id = "foo-att.pointing-targetLang-targetLang-constraint-rule-7" + id = "foo-att.pointing-targetLang-targetLang-constraint-rule-8" "\x{a}" ~ " " sch:rule [ @@ -1166,7 +1210,7 @@ tei_att.spanning.attribute.spanTo = }? sch:pattern [ id = - "foo-att.spanning-spanTo-spanTo-points-to-following-constraint-rule-8" + "foo-att.spanning-spanTo-spanTo-points-to-following-constraint-rule-9" "\x{a}" ~ " " sch:rule [ @@ -1223,7 +1267,7 @@ tei_att.styleDef.attribute.schemeVersion = }? sch:pattern [ id = - "foo-att.styleDef-schemeVersion-schemeVersionRequiresScheme-constraint-rule-9" + "foo-att.styleDef-schemeVersion-schemeVersionRequiresScheme-constraint-rule-10" "\x{a}" ~ " " sch:rule [ @@ -1863,6 +1907,7 @@ tei_model.global = tei_model.biblPart = tei_model.respLike | tei_model.imprintPart + | tei_quote | tei_series | tei_citedRange | tei_bibl @@ -1917,7 +1962,9 @@ tei_model.inter = | tei_model.listLike | tei_model.stageLike | tei_model.attributable -tei_model.common = tei_model.divPart | tei_model.inter | tei_q +tei_model.cmc = notAllowed +tei_model.common = + tei_model.divPart | tei_model.inter | tei_model.cmc | tei_q tei_model.phrase = tei_model.segLike | tei_model.highlighted @@ -1994,6 +2041,7 @@ tei_model.standOffPart = | tei_model.biblLike | tei_model.listLike | tei_model.annotationLike + | tei_xenoData | tei_listChange | tei_seg | tei_listAnnotation @@ -2067,7 +2115,8 @@ tei_att.calendarSystem.attribute.calendar = } }? sch:pattern [ - id = "foo-att.calendarSystem-calendar-calendar-constraint-rule-10" + id = + "foo-att.calendarSystem-calendar-calendar_attr_on_empty_element-constraint-rule-11" "\x{a}" ~ " " sch:rule [ @@ -2152,7 +2201,7 @@ tei_p = tei_macro.paraContent >> sch:pattern [ id = - "foo-p-abstractModel-structure-p-in-ab-or-p-constraint-report-6" + "foo-p-abstractModel-structure-p-in-ab-or-p-constraint-rule-12" "\x{a}" ~ " " sch:rule [ @@ -2161,10 +2210,10 @@ tei_p = " " sch:report [ test = - "(ancestor::tei:ab or ancestor::tei:p) and not( ancestor::tei:floatingText |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 )" + "(ancestor::tei:ab or ancestor::tei:p) and not( ancestor::tei:floatingText | 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 )" "\x{a}" ~ - " Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements.\x{a}" ~ - " " + " Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements.\x{a}" ~ + " " ] "\x{a}" ~ " " @@ -2174,7 +2223,7 @@ tei_p = ] >> sch:pattern [ id = - "foo-p-abstractModel-structure-p-in-l-or-lg-constraint-report-7" + "foo-p-abstractModel-structure-p-in-l-or-lg-constraint-rule-13" "\x{a}" ~ " " sch:rule [ @@ -2183,10 +2232,10 @@ tei_p = " " sch:report [ test = - "(ancestor::tei:l or ancestor::tei:lg) and not( ancestor::tei:floatingText |parent::tei:figure |parent::tei:note )" + "( ancestor::tei:l or ancestor::tei:lg ) and not( ancestor::tei:floatingText | parent::tei:figure | parent::tei:note )" "\x{a}" ~ - " Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab, unless p is a child of figure or note, or is a descendant of floatingText.\x{a}" ~ - " " + " Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab, unless p is a child of figure or note, or is a descendant of floatingText.\x{a}" ~ + " " ] "\x{a}" ~ " " @@ -2198,19 +2247,26 @@ tei_p = tei_att.declaring.attributes, tei_att.fragmentable.attributes, tei_att.written.attributes, + tei_att.cmc.attributes, empty } tei_foreign = ## (foreign) identifies a word or phrase as belonging to some language other than that of the surrounding text. [3.3.2.1. Foreign Words or Expressions] element foreign { - tei_macro.phraseSeq, tei_att.global.attributes, empty + tei_macro.phraseSeq, + tei_att.global.attributes, + tei_att.cmc.attributes, + empty } tei_emph = ## (emphasized) marks words or phrases which are stressed or emphasized for linguistic or rhetorical effect. [3.3.2.2. Emphatic Words and Phrases 3.3.2. Emphasis, Foreign Words, and Unusual Language] element emph { - tei_macro.paraContent, tei_att.global.attributes, empty + tei_macro.paraContent, + tei_att.global.attributes, + tei_att.cmc.attributes, + empty } tei_hi = @@ -2219,6 +2275,7 @@ tei_hi = tei_macro.paraContent, tei_att.global.attributes, tei_att.written.attributes, + tei_att.cmc.attributes, empty } tei_distinct = @@ -2228,6 +2285,7 @@ tei_distinct = tei_macro.phraseSeq, tei_att.global.attributes, tei_att.typed.attribute.subtype, + tei_att.cmc.attributes, ## specifies the sublanguage or register to which the word or phrase is being assigned attribute type { @@ -2251,6 +2309,7 @@ tei_said = tei_macro.specialPara, tei_att.global.attributes, tei_att.ascribed.directed.attributes, + tei_att.cmc.attributes, ## may be used to indicate whether the quoted matter is regarded as having been vocalized or signed. attribute aloud { @@ -2284,6 +2343,7 @@ tei_quote = tei_att.global.attributes, tei_att.typed.attributes, tei_att.notated.attributes, + tei_att.cmc.attributes, empty } tei_q = @@ -2293,6 +2353,7 @@ tei_q = tei_macro.specialPara, tei_att.global.attributes, tei_att.ascribed.directed.attributes, + tei_att.cmc.attributes, ## (type) may be used to indicate whether the offset passage is spoken or thought, or to characterize it more finely. ## Suggested values include: 1] spoken (spoken); 2] thought (thought); 3] written (written); 4] soCalled (so called); 5] foreign (foreign); 6] distinct (distinct); 7] term; 8] emph (emph); 9] mentioned (mentioned) @@ -2330,7 +2391,7 @@ tei_q = } tei_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] + ## (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 10.3.5.1. Examples] element cit { (tei_model.biblLike | tei_model.egLike @@ -2342,28 +2403,35 @@ tei_cit = | tei_q)+, tei_att.global.attributes, tei_att.typed.attributes, + tei_att.cmc.attributes, empty } tei_mentioned = ## marks words or phrases mentioned, not used. [3.3.3. Quotation] element mentioned { - tei_macro.phraseSeq, tei_att.global.attributes, empty + tei_macro.phraseSeq, + tei_att.global.attributes, + tei_att.cmc.attributes, + empty } tei_soCalled = ## (so called) 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. [3.3.3. Quotation] element soCalled { - tei_macro.phraseSeq, tei_att.global.attributes, empty + tei_macro.phraseSeq, + tei_att.global.attributes, + tei_att.cmc.attributes, + empty } tei_desc = - ## (description) contains a short description of the purpose, function, or use of its parent element, or when the parent is a documentation element, describes or defines the object being documented. [22.4.1. Description of Components] + ## (description) contains a short description of the purpose, function, or use of its parent element, or when the parent is a documentation element, describes or defines the object being documented. [23.4.1. Description of Components] element desc { tei_macro.limitedContent >> sch:pattern [ id = - "foo-desc-deprecationInfo-only-in-deprecated-constraint-rule-11" + "foo-desc-deprecationInfo-only-in-deprecated-constraint-rule-14" "\x{a}" ~ " " sch:rule [ @@ -2386,21 +2454,17 @@ tei_desc = ], tei_att.global.attributes, tei_att.typed.attribute.subtype, + tei_att.cmc.attributes, ## characterizes the element in some sense, using any convenient classification scheme or typology. - ## Suggested values include: 1] deprecationInfo (deprecation information) attribute type { - - ## (deprecation - ## information) This element describes why or how its parent element is being deprecated, typically including recommendations for alternate encoding. - "deprecationInfo" - | xsd:token { pattern = "[^\p{C}\p{Z}]+" } + xsd:token { pattern = "[^\p{C}\p{Z}]+" } }?, empty } tei_gloss = - ## (gloss) identifies a phrase or word used to provide a gloss or definition for some other word or phrase. [3.4.1. Terms and Glosses 22.4.1. Description of Components] + ## (gloss) identifies a phrase or word used to provide a gloss or definition for some other word or phrase. [3.4.1. Terms and Glosses 23.4.1. Description of Components] element gloss { tei_macro.phraseSeq, tei_att.global.attributes, @@ -2408,6 +2472,7 @@ tei_gloss = tei_att.typed.attributes, tei_att.pointing.attributes, tei_att.cReferencing.attributes, + tei_att.cmc.attributes, empty } tei_term = @@ -2422,6 +2487,7 @@ tei_term = tei_att.canonical.attributes, tei_att.sortable.attributes, tei_att.cReferencing.attributes, + tei_att.cmc.attributes, empty } tei_ruby = @@ -2431,6 +2497,7 @@ tei_ruby = (tei_rb, tei_rt+), tei_att.global.attributes, tei_att.typed.attributes, + tei_att.cmc.attributes, empty } tei_rb = @@ -2457,7 +2524,7 @@ tei_rt = xsd:anyURI { pattern = "\S+" } }?) >> sch:pattern [ - id = "foo-rt-target-rt-target-not-span-constraint-report-8" + id = "foo-rt-target-rt-target-not-span-constraint-rule-15" "\x{a}" ~ " " sch:rule [ @@ -2466,8 +2533,7 @@ tei_rt = " " sch:report [ test = "../@from | ../@to" - "When target= is\x{a}" ~ - " present, neither from= nor to= should be." + "When target= is present, neither from= nor to= should be." ] "\x{a}" ~ " " @@ -2481,7 +2547,7 @@ tei_rt = xsd:anyURI { pattern = "\S+" } }?) >> sch:pattern [ - id = "foo-rt-from-rt-from-constraint-assert-7" + id = "foo-rt-from-rt-from-constraint-rule-16" "\x{a}" ~ " " sch:rule [ @@ -2490,8 +2556,7 @@ tei_rt = " " sch:assert [ test = "../@to" - "When from= is present, the to=\x{a}" ~ - " attribute of " + "When from= is present, the to= attribute of " sch:name [ ] " is required." ] @@ -2507,7 +2572,7 @@ tei_rt = xsd:anyURI { pattern = "\S+" } }?) >> sch:pattern [ - id = "foo-rt-to-rt-to-constraint-assert-8" + id = "foo-rt-to-rt-to-constraint-rule-17" "\x{a}" ~ " " sch:rule [ @@ -2516,8 +2581,7 @@ tei_rt = " " sch:assert [ test = "../@from" - "When to= is present, the from=\x{a}" ~ - " attribute of " + "When to= is present, the from= attribute of " sch:name [ ] " is required." ] @@ -2533,7 +2597,10 @@ tei_sic = ## (Latin for thus or so) contains text reproduced although apparently incorrect or inaccurate. [3.5.1. Apparent Errors] element sic { - tei_macro.paraContent, tei_att.global.attributes, empty + tei_macro.paraContent, + tei_att.global.attributes, + tei_att.cmc.attributes, + empty } tei_corr = @@ -2543,33 +2610,41 @@ tei_corr = tei_att.global.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, + tei_att.cmc.attributes, empty } tei_choice = ## (choice) groups a number of alternative encodings for the same point in a text. [3.5. Simple Editorial Changes] element choice { - (tei_model.choicePart | tei_choice)+, + (tei_model.choicePart | tei_choice), + (tei_model.choicePart | tei_choice), + (tei_model.choicePart | tei_choice)*, tei_att.global.attributes, + tei_att.cmc.attributes, empty } tei_reg = ## (regularization) contains a reading which has been regularized or normalized in some sense. [3.5.2. Regularization and - ## Normalization 12. Critical Apparatus] + ## Normalization 13. Critical Apparatus] element reg { tei_macro.paraContent, tei_att.global.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, + tei_att.cmc.attributes, empty } tei_orig = ## (original form) contains a reading which is marked as following the original, rather than being normalized or corrected. [3.5.2. Regularization and - ## Normalization 12. Critical Apparatus] + ## Normalization 13. Critical Apparatus] element orig { - tei_macro.paraContent, tei_att.global.attributes, empty + tei_macro.paraContent, + tei_att.global.attributes, + tei_att.cmc.attributes, + empty } tei_gap = @@ -2580,6 +2655,7 @@ tei_gap = tei_att.timed.attributes, tei_att.editLike.attributes, tei_att.dimensions.attributes, + tei_att.cmc.attributes, ## (reason) gives the reason for omission ## Suggested values include: 1] cancelled (cancelled); 2] deleted (deleted); 3] editorial (editorial); 4] illegible (illegible); 5] inaudible (inaudible); 6] irrelevant (irrelevant); 7] sampling (sampling) @@ -2637,6 +2713,7 @@ tei_add = tei_att.placement.attributes, tei_att.typed.attributes, tei_att.dimensions.attributes, + tei_att.cmc.attributes, empty } tei_del = @@ -2648,16 +2725,18 @@ tei_del = tei_att.transcriptional.attributes, tei_att.typed.attributes, tei_att.dimensions.attributes, + tei_att.cmc.attributes, empty } tei_unclear = - ## (unclear) contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source. [11.3.3.1. Damage, Illegibility, and Supplied Text 3.5.3. Additions, Deletions, and Omissions] + ## (unclear) contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source. [12.3.3.1. Damage, Illegibility, and Supplied Text 3.5.3. Additions, Deletions, and Omissions] element unclear { tei_macro.paraContent, tei_att.global.attributes, tei_att.editLike.attributes, tei_att.dimensions.attributes, + tei_att.cmc.attributes, ## indicates why the material is hard to transcribe. ## Suggested values include: 1] illegible (illegible); 2] inaudible (inaudible); 3] faded (faded); 4] background_noise (background noise); 5] eccentric_ductus (eccentric ductus) @@ -2699,6 +2778,7 @@ tei_name = tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, + tei_att.cmc.attributes, ( ## indicates one or more systems or calendars to which the date represented by the content of this element belongs. attribute calendar { @@ -2707,7 +2787,7 @@ tei_name = } }?) >> sch:pattern [ - id = "foo-name-calendar-calendar-check-name-constraint-rule-12" + id = "foo-name-calendar-calendar-check-name-constraint-rule-18" "\x{a}" ~ " " sch:rule [ @@ -2732,19 +2812,23 @@ tei_name = } tei_rs = - ## (referencing string) contains a general purpose name or referring string. [13.2.1. Personal Names 3.6.1. Referring Strings] + ## (referencing string) contains a general purpose name or referring string. [14.2.1. Personal Names 3.6.1. Referring Strings] element rs { tei_macro.phraseSeq, tei_att.global.attributes, tei_att.naming.attributes, tei_att.typed.attributes, + tei_att.cmc.attributes, empty } tei_email = ## (electronic mail address) contains an email address identifying a location to which email messages can be delivered. [3.6.2. Addresses] element email { - tei_macro.phraseSeq, tei_att.global.attributes, empty + tei_macro.phraseSeq, + tei_att.global.attributes, + tei_att.cmc.attributes, + empty } tei_address = @@ -2752,6 +2836,7 @@ tei_address = element address { (tei_model.global*, (tei_model.addrPart, tei_model.global*)+), tei_att.global.attributes, + tei_att.cmc.attributes, empty } tei_addrLine = @@ -2783,23 +2868,11 @@ tei_num = tei_att.global.attributes, tei_att.typed.attribute.subtype, tei_att.ranging.attributes, + tei_att.cmc.attributes, ## indicates the type of numeric value. - ## Suggested values include: 1] cardinal; 2] ordinal; 3] fraction; 4] percentage attribute type { - - ## absolute number, e.g. 21, 21.5 - "cardinal" - | - ## ordinal number, e.g. 21st - "ordinal" - | - ## fraction, e.g. one half or three-quarters - "fraction" - | - ## a percentage - "percentage" - | xsd:token { pattern = "[^\p{C}\p{Z}]+" } + xsd:token { pattern = "[^\p{C}\p{Z}]+" } }?, ## supplies the value of the number in standard form. @@ -2819,6 +2892,7 @@ tei_measure = tei_att.global.attributes, tei_att.typed.attribute.subtype, tei_att.measurement.attributes, + tei_att.cmc.attributes, tei_att.ranging.attributes, ## specifies the type of measurement in any convenient typology. @@ -2829,12 +2903,13 @@ tei_measure = } tei_measureGrp = - ## (measure group) contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page. [10.3.4. Dimensions] + ## (measure group) contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page. [11.3.4. Dimensions] element measureGrp { (text | tei_model.gLike | tei_model.measureLike)*, tei_att.global.attributes, tei_att.measurement.attributes, tei_att.typed.attributes, + tei_att.cmc.attributes, empty } tei_unit = @@ -2846,11 +2921,12 @@ tei_unit = tei_att.global.attributes, tei_att.typed.attributes, tei_att.measurement.attributes, + tei_att.cmc.attributes, empty } tei_date = - ## (date) contains a date in any format. [3.6.4. Dates and Times 2.2.4. Publication, Distribution, Licensing, etc. 2.6. The Revision Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information 15.2.3. The Setting Description 13.4. Dates] + ## (date) contains a date in any format. [3.6.4. Dates and Times 2.2.4. Publication, Distribution, Licensing, etc. 2.6. The Revision Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information 16.2.3. The Setting Description 14.4. Dates] element date { (text | tei_model.gLike | tei_model.phrase | tei_model.global)*, tei_att.global.attributes, @@ -2860,6 +2936,7 @@ tei_date = tei_att.editLike.attributes, tei_att.dimensions.attributes, tei_att.typed.attributes, + tei_att.cmc.attributes, empty } tei_time = @@ -2874,6 +2951,7 @@ tei_time = tei_att.editLike.attributes, tei_att.dimensions.attributes, tei_att.typed.attributes, + tei_att.cmc.attributes, empty } tei_abbr = @@ -2883,9 +2961,9 @@ tei_abbr = tei_macro.phraseSeq, tei_att.global.attributes, tei_att.typed.attribute.subtype, + tei_att.cmc.attributes, ## (type) allows the encoder to classify the abbreviation according to some convenient typology. - ## Sample values include: 1] suspension (suspension); 2] contraction (contraction); 3] brevigraph; 4] superscription (superscription); 5] acronym (acronym); 6] title (title); 7] organization (organization); 8] geographic (geographic) attribute type { xsd:token { pattern = "[^\p{C}\p{Z}]+" } }?, @@ -2898,15 +2976,16 @@ tei_expan = tei_macro.phraseSeq, tei_att.global.attributes, tei_att.editLike.attributes, + tei_att.cmc.attributes, empty } tei_ptr = - ## (pointer) defines a pointer to another location. [3.7. Simple Links and Cross-References 16.1. Links] + ## (pointer) defines a pointer to another location. [3.7. Simple Links and Cross-References 17.1. Links] element ptr { empty >> sch:pattern [ - id = "foo-ptr-ptrAtts-constraint-report-9" + id = "foo-ptr-ptrAtts-constraint-rule-19" "\x{a}" ~ " " sch:rule [ @@ -2915,8 +2994,7 @@ tei_ptr = " " sch:report [ test = "@target and @cRef" - "Only one of the\x{a}" ~ - "attributes @target and @cRef may be supplied on " + "Only one of the attributes @target and @cRef may be supplied on " sch:name [ ] "." ] @@ -2932,15 +3010,16 @@ tei_ptr = tei_att.internetMedia.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, + tei_att.cmc.attributes, empty } tei_ref = - ## (reference) defines a reference to another location, possibly modified by additional text or comment. [3.7. Simple Links and Cross-References 16.1. Links] + ## (reference) defines a reference to another location, possibly modified by additional text or comment. [3.7. Simple Links and Cross-References 17.1. Links] element ref { tei_macro.paraContent >> sch:pattern [ - id = "foo-ref-refAtts-constraint-report-10" + id = "foo-ref-refAtts-constraint-rule-20" "\x{a}" ~ " " sch:rule [ @@ -2949,8 +3028,7 @@ tei_ref = " " sch:report [ test = "@target and @cRef" - "Only one of the\x{a}" ~ - " attributes @target' and @cRef' may be supplied on " + "Only one of the attributes @target' and @cRef' may be supplied on " sch:name [ ] "\x{a}" ~ " " @@ -2967,6 +3045,7 @@ tei_ref = tei_att.internetMedia.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, + tei_att.cmc.attributes, empty } tei_list = @@ -2980,7 +3059,7 @@ tei_list = (tei_label, tei_model.global*, tei_item, tei_model.global*)+)), (tei_model.divBottom, tei_model.global*)*) >> sch:pattern [ - id = "foo-list-gloss-list-must-have-labels-constraint-rule-13" + id = "foo-list-gloss-list-must-have-labels-constraint-rule-21" "\x{a}" ~ " " sch:rule [ @@ -3000,31 +3079,11 @@ tei_list = tei_att.global.attributes, tei_att.sortable.attributes, tei_att.typed.attribute.subtype, + tei_att.cmc.attributes, ## (type) describes the nature of the items in the list. - ## Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (instructions); 4] litany (litany); 5] syllogism (syllogism) attribute type { - [ - a:documentation [ - "(gloss) each list item glosses some term or concept, which is given by a " - ns1:code [ "