Skip to content

Commit

Permalink
forgot to add file\!
Browse files Browse the repository at this point in the history
  • Loading branch information
sydb committed Dec 5, 2024
1 parent 3beae08 commit 22090d9
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions P5/Source/Specs/att.impreciseScope.xml
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>

0 comments on commit 22090d9

Please sign in to comment.