-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. --> | ||
<?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> | ||
<classSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" module="tei" type="atts" xml:id="class-attr-impreciseScope" ident="att.impreciseScope"> | ||
<desc versionDate="2024-12-04" xml:lang="en">provides attributes to describe, in general terms, the scope of an element’s application.</desc> | ||
<attList> | ||
<attDef ident="scope" usage="opt"> | ||
<desc versionDate="2024-12-04" xml:lang="en">indicates the scope of application of the element</desc> | ||
<datatype><dataRef key="teidata.enumerated"/></datatype> | ||
<valList type="semi"> | ||
<valItem ident="sole"> | ||
<desc versionDate="2024-12-04" xml:lang="en">only this particular feature is used throughout the document</desc> | ||
</valItem> | ||
<valItem ident="major"> | ||
<desc versionDate="2024-12-04" xml:lang="en">this feature is used through most of the document</desc> | ||
</valItem> | ||
<valItem ident="minor"> | ||
<desc versionDate="2024-12-04" xml:lang="en">this feature is used occasionally through the document</desc> | ||
</valItem> | ||
</valList> | ||
<exemplum xml:lang="en"> | ||
<egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="class-attr-impreciseScope-egXML-ls"> | ||
<langUsage> | ||
<language ident="en" scope="major"/> | ||
<language ident="es" scope="minor"/> | ||
<language ident="x-ww" scope="minor">An invented language the children call <name>Wikwah</name>.</language> | ||
</langUsage> | ||
</egXML> | ||
</exemplum> | ||
<exemplum xml:lang="en"> | ||
<!-- This example used to be "HANDNOTE-egXML-ey" --> | ||
<egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="class-attr-imprecise-egXML-ey"> | ||
<handNote scope="sole"> | ||
<p>Written in insular phase II half-uncial with | ||
interlinear Old English gloss in an Anglo-Saxon | ||
pointed minuscule.</p> | ||
</handNote> | ||
</egXML> | ||
</exemplum> | ||
</attDef> | ||
</attList> | ||
</classSpec> |