From 16b9abb1998cfe9596fb53b41b43a08502458bf2 Mon Sep 17 00:00:00 2001 From: lopez Date: Fri, 9 Feb 2024 10:15:55 +0100 Subject: [PATCH] update XML schema --- grobid-home/schemas/doc/Grobid_doc.html | 4754 +---- grobid-home/schemas/dtd/Grobid.dtd | 295 +- grobid-home/schemas/odd/Grobid.compiled.odd | 19285 ++++++++++++++++++ grobid-home/schemas/odd/Grobid.odd | 76 +- grobid-home/schemas/rng/Grobid.rnc | Bin 91112 -> 82948 bytes grobid-home/schemas/rng/Grobid.rng | 5469 ++--- grobid-home/schemas/xsd/Grobid.w3c | Bin 0 -> 85969 bytes grobid-home/schemas/xsd/Grobid.xsd | 8515 ++++---- grobid-home/schemas/xsd/xml.xsd | 14 +- 9 files changed, 26321 insertions(+), 12087 deletions(-) create mode 100644 grobid-home/schemas/odd/Grobid.compiled.odd create mode 100644 grobid-home/schemas/xsd/Grobid.w3c diff --git a/grobid-home/schemas/doc/Grobid_doc.html b/grobid-home/schemas/doc/Grobid_doc.html index 2940503257..9c81319d37 100644 --- a/grobid-home/schemas/doc/Grobid_doc.html +++ b/grobid-home/schemas/doc/Grobid_doc.html @@ -1,208 +1,103 @@ -Grobid TEI result schema

Grobid TEI result schema

Table of contents

Schema for structured documents resulting from the automatic extraction and restructuring realized by Grobid.

1. Elements

1.1. <TEI>

<TEI> (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]
Moduletextstructure
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype)
versionspecifies the version number of the TEI Guidelines against which this document is valid.
StatusOptional
Datatypeteidata.version
Note

Major editions of the Guidelines have long been informally referred to by a name made up of the letter P (for Proposal) followed by a digit. The current release is one of the many releases of the fifth major edition of the Guidelines, known as P5. This attribute may be used to associate a TEI document with a specific release of the P5 Guidelines, in the absence of a more precise association provided by the source attribute on the associated <schemaSpec>.

Contained by
May contain
header: teiHeader
linking: standOff
textstructure: text
transcr: facsimile
Note

This element is required. It is customary to specify the TEI namespace http://www.tei-c.org/ns/1.0 on it, using the xmlns attribute.

Example
<TEI version="3.3.0" xmlns="http://www.tei-c.org/ns/1.0"><teiHeader> -  <fileDesc> -   <titleStmt> -    <title>The shortest TEI Document Imaginable</title> -   </titleStmt> -   <publicationStmt> -    <p>First published as part of TEI P2, this is the P5 -         version using a name space.</p> -   </publicationStmt> -   <sourceDesc> -    <p>No source: this is an original work.</p> -   </sourceDesc> -  </fileDesc></teiHeader><text> -  <body> -   <p>This is about the shortest TEI document imaginable.</p> -  </body></text> -</TEI>
Example
<TEI version="2.9.1" xmlns="http://www.tei-c.org/ns/1.0"><teiHeader> -  <fileDesc> -   <titleStmt> -    <title>A TEI Document containing four page images </title> -   </titleStmt> -   <publicationStmt> -    <p>Unpublished demonstration file.</p> -   </publicationStmt> -   <sourceDesc> -    <p>No source: this is an original work.</p> -   </sourceDesc> -  </fileDesc></teiHeader><facsimile> -  <graphic url="page1.png"/> -  <graphic url="page2.png"/> -  <graphic url="page3.png"/> -  <graphic url="page4.png"/></facsimile> -</TEI>
Schematron
-<sch:ns prefix="tei" - uri="http://www.tei-c.org/ns/1.0"/> -<sch:ns prefix="xs" - uri="http://www.w3.org/2001/XMLSchema"/>
Schematron
-<sch:ns prefix="rng" - uri="http://relaxng.org/ns/structure/1.0"/>
Content model
-<content>
- <sequence maxOccurs="1" minOccurs="1">
-  <elementRef key="teiHeader"/>
-  <classRef key="model.resource"
-   maxOccurs="unbounded" minOccurs="0"/>
- </sequence>
-</content>
-    
Schema Declaration
-element TEI
-{
-   tei_att.global.attributes,
-   tei_att.typed.attributes,
-   attribute version { text }?,
-   ( tei_teiHeader, tei_model.resource* )
-}

1.2. <abstract>

+ +
<abstract> contains a summary or formal abstract prefixed to an existing source document by the encoder. [2.4.4. Abstracts]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
header: profileDesc
May contain
core: list p
derived-module-Grobid: trash
figures: formula table
namesdates: listObject
textstructure: div
Note

This element is intended only for cases where no abstract is available in the original source. Any abstract already present in the source document should be encoded as a <div> within the <front>, as it should for a born-digital document.

Example
<profileDesc><abstract resp="#LB"> -  <p>Good database design involves the acquisition and deployment of -     skills which have a wider relevance to the educational process. From -     a set of more or less instinctive rules of thumb a formal discipline -     or "methodology" of database design has evolved. Applying that -     methodology can be of great benefit to a very wide range of academic -     subjects: it requires fundamental skills of abstraction and -     generalisation and it provides a simple mechanism whereby complex -     ideas and information structures can be represented and manipulated, -     even without the use of a computer. </p></abstract> -</profileDesc>
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <classRef key="model.pLike"/>
-  <classRef key="model.listLike"/>
-  <classRef key="model.divLike"/>
- </alternate>
-</content>
-    
Schema Declaration
-element abstract
+Grobid TEI result schemaPatrice Lopez. 

Schema for structured documents resulting from the automatic extraction and restructuring realized by Grobid.

Schema Grobid: Elements

<abstract>

<abstract> contains a summary or formal abstract prefixed to an existing source document by the encoder. [2.4.4. Abstracts]
Moduleheader
Attributes
Member of
Contained by
header: profileDesc
May contain
analysis: s
core: list p
derived-module-Grobid: trash
figures: formula table
namesdates: listObject
textstructure: div
Note

This element is intended only for cases where no abstract is available in the original source. Any abstract already present in the source document should be encoded as a div within the front, as it should for a born-digital document.

Example
<profileDesc>
 <abstract resp="#LB">
  <p>Good database design involves the acquisition and deployment of
     skills which have a wider relevance to the educational process. From
     a set of more or less instinctive rules of thumb a formal discipline
     or "methodology" of database design has evolved. Applying that
     methodology can be of great benefit to a very wide range of academic
     subjects: it requires fundamental skills of abstraction and
     generalisation and it provides a simple mechanism whereby complex
     ideas and information structures can be represented and manipulated,
     even without the use of a computer. </p>
 </abstract>
</profileDesc>
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <classRef key="model.pLike"/>
  <classRef key="model.listLike"/>
  <classRef key="model.divLike"/>
 </alternate>
</content>
Schema Declaration
+element abstract
 {
    tei_att.global.attributes,
    ( tei_model.pLike | tei_model.listLike | tei_model.divLike )*
-}

1.3. <addName>

<addName> (additional name) contains an additional name component, such as a nickname, epithet, or alias, or any other descriptive phrase used within a personal name. [13.2.1. Personal Names]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.personal (@full, @sort) (att.naming (@role, @nymRef) (att.canonical (@key, @ref)) ) att.typed (@type, @subtype)
Member of
Contained by
May contain
Example
<persName><forename>Frederick</forename><addName type="epithet">the Great</addName><roleName>Emperor of Prussia</roleName> -</persName>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element addName
+}

<addName>

<addName> (additional name) contains an additional name component, such as a nickname, epithet, or alias, or any other descriptive phrase used within a personal name. [13.2.1. Personal Names]
Modulenamesdates
Attributes
Member of
Contained by
May contain
Example
<persName>
 <forename>Frederick</forename>
 <addName type="epithet">the Great</addName>
 <roleName>Emperor of Prussia</roleName>
</persName>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element addName
 {
    tei_att.global.attributes,
    tei_att.personal.attributes,
    tei_att.typed.attributes,
    tei_macro.phraseSeq
-}

1.4. <addrLine>

<addrLine> (address line) contains one line of a postal address. [3.6.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.12.2.4. Imprint, Size of a Document, and Reprint Information]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
core: address
May contain
Note

Addresses may be encoded either as a sequence of lines, or using any sequence of component elements from the model.addrPart class. Other non-postal forms of address, such as telephone numbers or email, should not be included within an <address> element directly but may be wrapped within an <addrLine> if they form part of the printed address in some source text.

Example
<address><addrLine>Computing Center, MC 135</addrLine><addrLine>P.O. Box 6998</addrLine><addrLine>Chicago, IL</addrLine><addrLine>60680 USA</addrLine> -</address>
Example
<addrLine><ref target="tel:+1-201-555-0123">(201) 555 0123</ref> -</addrLine>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element addrLine { tei_att.global.attributes, tei_macro.phraseSeq }

1.5. <address>

<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]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
May contain
Note

This element should be used for postal addresses only. Within it, the generic element <addrLine> may be used as an alternative to any of the more specialized elements available from the model.addrPart class, such as <street>, <postCode> etc.

ExampleUsing just the elements defined by the core module, an address could be represented as follows:
<address><street>via Marsala 24</street><postCode>40126</postCode><name>Bologna</name><name>Italy</name> -</address>
ExampleWhen a schema includes the names and dates module more specific elements such as country or settlement would be preferable over generic <name>:
<address><street>via Marsala 24</street><postCode>40126</postCode><settlement>Bologna</settlement><country>Italy</country> -</address>
Example
<address><addrLine>Computing Center, MC 135</addrLine><addrLine>P.O. Box 6998</addrLine><addrLine>Chicago, IL 60680</addrLine><addrLine>USA</addrLine> -</address>
Example
<address><country key="FR"/><settlement type="city">Lyon</settlement><postCode>69002</postCode><district type="arrondissement">IIème</district><district type="quartier">Perrache</district><street> -  <num>30</num>, Cours de Verdun</street> -</address>
Content model
-<content>
- <sequence>
-  <classRef key="model.global"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <sequence maxOccurs="unbounded"
-   minOccurs="1">
-   <classRef key="model.addrPart"/>
-   <classRef key="model.global"
-    maxOccurs="unbounded" minOccurs="0"/>
-  </sequence>
- </sequence>
-</content>
-    
Schema Declaration
-element address
+}

<address>

<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]
Modulecore
Attributes
Member of
Contained by
May contain
Note

This element should be used for postal addresses only. Within it, the generic element addrLine may be used as an alternative to any of the more specialized elements available from the model.addrPart class, such as street, postCode etc.

Example

Using just the elements defined by the core module, an address could be represented as follows:

<address>
 <street>via Marsala 24</street>
 <postCode>40126</postCode>
 <name>Bologna</name>
 <name>Italy</name>
</address>
Example

When a schema includes the names and dates module more specific elements such as country or settlement would be preferable over generic name:

<address>
 <street>via Marsala 24</street>
 <postCode>40126</postCode>
 <settlement>Bologna</settlement>
 <country>Italy</country>
</address>
Example
<address>
 <addrLine>Computing Center, MC 135</addrLine>
 <addrLine>P.O. Box 6998</addrLine>
 <addrLine>Chicago, IL 60680</addrLine>
 <addrLine>USA</addrLine>
</address>
Example
<address>
 <country key="FR"/>
 <settlement type="city">Lyon</settlement>
 <postCode>69002</postCode>
 <district type="arrondissement">IIème</district>
 <district type="quartier">Perrache</district>
 <street>
  <num>30</num>, Cours de Verdun</street>
</address>
Content model
<content>
 <sequence>
  <classRef key="model.global"
   maxOccurs="unboundedminOccurs="0"/>

  <sequence maxOccurs="unbounded"
   minOccurs="1">

   <classRef key="model.addrPart"/>
   <classRef key="model.global"
    maxOccurs="unboundedminOccurs="0"/>

  </sequence>
 </sequence>
</content>
Schema Declaration
+element address
 {
    tei_att.global.attributes,
    ( tei_model.global*, ( tei_model.addrPart, tei_model.global* )+ )
-}

1.6. <affiliation>

<affiliation> (affiliation) contains an informal description of a person's present or past affiliation with some organization, for example an employer or sponsor. [15.2.2. The Participant Description]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.editLike (@evidence, @instant) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.typed (type, @subtype)
typecharacterizes the element in some sense, using any convenient classification scheme or typology.
Derived fromatt.typed
StatusOptional
Datatypeteidata.enumerated
Sample values include:
sponsor
recommend
discredit
pledged
Member of
Contained by
May contain
Note

If included, the name of an organization may be tagged using either the <name> element as above, or the more specific <orgName> element.

Example
<affiliation>Junior project officer for the US <name type="org">National Endowment for -   the Humanities</name> -</affiliation>
ExampleThis example indicates that the person was affiliated with the Australian Journalists Association at some point between the dates listed.
<affiliation notAfter="1960-01-01" - notBefore="1957-02-28">Paid up member of the -<orgName>Australian Journalists Association</orgName> -</affiliation>
ExampleThis example indicates that the person was affiliated with Mount Holyoke College throughout the entire span of the date range listed.
<affiliation from="1902-01-01" - to="1906-01-01">Was an assistant professor at Mount Holyoke College.</affiliation>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element affiliation
+}

<addrLine>

<addrLine> (address line) contains one line of a postal address. [3.6.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.12.2.4. Imprint, Size of a Document, and Reprint Information]
Modulecore
Attributes
Member of
Contained by
core: address
May contain
Note

Addresses may be encoded either as a sequence of lines, or using any sequence of component elements from the model.addrPart class. Other non-postal forms of address, such as telephone numbers or email, should not be included within an address element directly but may be wrapped within an addrLine if they form part of the printed address in some source text.

Example
<address>
 <addrLine>Computing Center, MC 135</addrLine>
 <addrLine>P.O. Box 6998</addrLine>
 <addrLine>Chicago, IL</addrLine>
 <addrLine>60680 USA</addrLine>
</address>
Example
<addrLine>
 <ref target="tel:+1-201-555-0123">(201) 555 0123</ref>
</addrLine>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element addrLine { tei_att.global.attributes, tei_macro.phraseSeq }

<affiliation>

<affiliation> (affiliation) contains an informal description of a person's present or past affiliation with some organization, for example an employer or sponsor. [15.2.2. The Participant Description]
Modulenamesdates
Attributes
typecharacterizes the element in some sense, using any convenient classification scheme or typology.
Derived fromatt.typed
Status Optional
Datatype teidata.enumerated
Sample values include:
sponsor
recommend
discredit
pledged
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Member of
Contained by
May contain
Note

If included, the name of an organization may be tagged using either the name element as above, or the more specific orgName element.

Example
<affiliation>Junior project officer for the US <name type="org">National Endowment for
   the Humanities</name>
</affiliation>
Example

This example indicates that the person was affiliated with the Australian Journalists Association at some point between the dates listed.

<affiliation notAfter="1960-01-01"
 notBefore="1957-02-28">
Paid up member of the
<orgName>Australian Journalists Association</orgName>
</affiliation>
Example

This example indicates that the person was affiliated with Mount Holyoke College throughout the entire span of the date range listed.

<affiliation from="1902-01-01"
 to="1906-01-01">
Was an assistant professor at Mount Holyoke College.</affiliation>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element affiliation
 {
    tei_att.global.attributes,
    tei_att.editLike.attributes,
    tei_att.datable.attributes,
    tei_att.naming.attributes,
    tei_att.typed.attribute.subtype,
-   attribute type { text }?,
+   attribute type { teidata.enumerated }?,
+   attribute calendar { list { teidata.pointer+ } }?,
    tei_macro.phraseSeq
-}

1.7. <analytic>

<analytic> (analytic level) contains bibliographic elements describing an item (e.g. an article or poem) published within a monograph or journal and not as an independent publication. [3.12.2.1. Analytic, Monographic, and Series Levels]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Contained by
May contain
Note

May contain titles and statements of responsibility (author, editor, or other), in any order.

The <analytic> element may only occur within a <biblStruct>, where its use is mandatory for the description of an analytic level bibliographic item.

Example
<biblStruct><analytic> -  <author>Chesnutt, David</author> -  <title>Historical Editions in the States</title></analytic><monogr> -  <title level="j">Computers and the Humanities</title> -  <imprint> -   <date when="1991-12">(December, 1991):</date> -  </imprint> -  <biblScope>25.6</biblScope> -  <biblScope>377–380</biblScope></monogr> -</biblStruct>
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <elementRef key="author"/>
-  <elementRef key="editor"/>
-  <elementRef key="respStmt"/>
-  <elementRef key="title"/>
-  <classRef key="model.ptrLike"/>
-  <elementRef key="date"/>
-  <elementRef key="textLang"/>
-  <elementRef key="idno"/>
-  <elementRef key="availability"/>
- </alternate>
-</content>
-    
Schema Declaration
-element analytic
+}

<analytic>

<analytic> (analytic level) contains bibliographic elements describing an item (e.g. an article or poem) published within a monograph or journal and not as an independent publication. [3.12.2.1. Analytic, Monographic, and Series Levels]
Modulecore
Attributes
Contained by
May contain
Note

May contain titles and statements of responsibility (author, editor, or other), in any order.

The analytic element may only occur within a biblStruct, where its use is mandatory for the description of an analytic level bibliographic item.

Example
<biblStruct>
 <analytic>
  <author>Chesnutt, David</author>
  <title>Historical Editions in the States</title>
 </analytic>
 <monogr>
  <title level="j">Computers and the Humanities</title>
  <imprint>
   <date when="1991-12">(December, 1991):</date>
  </imprint>
  <biblScope>25.6</biblScope>
  <biblScope>377–380</biblScope>
 </monogr>
</biblStruct>
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <elementRef key="author"/>
  <elementRef key="editor"/>
  <elementRef key="respStmt"/>
  <elementRef key="title"/>
  <classRef key="model.ptrLike"/>
  <elementRef key="date"/>
  <elementRef key="textLang"/>
  <elementRef key="idno"/>
  <elementRef key="availability"/>
 </alternate>
</content>
Schema Declaration
+element analytic
 {
    tei_att.global.attributes,
    (
@@ -216,54 +111,10 @@
     | tei_idno
     | tei_availability
    )*
-}

1.8. <anchor>

<anchor> (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]
Modulelinking
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype)
Member of
Contained by
May containEmpty element
Note

On this element, the global xml:id attribute must be supplied to specify an identifier for the point at which this element occurs within a document. The value used may be chosen freely provided that it is unique within the document and is a syntactically valid name. There is no requirement for values containing numbers to be in sequence.

Example
<s>The anchor is he<anchor xml:id="A234"/>re somewhere.</s> -<s>Help me find it.<ptr target="#A234"/> -</s>
Content model
-<content>
- <empty/>
-</content>
-    
Schema Declaration
-element anchor { tei_att.global.attributes, tei_att.typed.attributes, empty }

1.9. <annotation>

<annotation> represents an annotation following the Web Annotation Data Model. [16.10. The standOff Container]
Modulelinking
AttributesAttributesatt.global (xml:id, @coords, @n, @xml:lang, @xml:base, @xml:space) att.global.rendition (@rend, @style, @rendition) att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select) att.global.analytic (@ana) att.global.facs (@facs) att.global.change (@change) att.global.responsibility (@cert, @resp) att.global.source (@source) att.pointing (target, @targetLang, @evaluate)
xml:id(identifier) provides a unique identifier for the element bearing the attribute.
Derived fromatt.global
StatusRequired
DatatypeID
targetspecifies the destination of the reference by supplying one or more URI References
Derived fromatt.pointing
StatusRequired
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
motivation
StatusOptional
Datatype1–∞ occurrences of teidata.enumerated separated by whitespace
Legal values are:
assessing
intent is to assess the target resource in some way, rather than simply make a comment about it
bookmarking
intent is to create a bookmark to the target or part thereof
classifying
intent is to classify the target in some way
commenting
intent is to comment about the target
describing
intent is to describe the target, rather than (for example) comment on it
editing
intent is to request an edit or a change to the target resource
highlighting
intent is to highlight the target resource or a segment thereof
identifying
intent is to assign an identity to the target
linking
intent is to link to a resource related to the target
moderating
intent is to assign some value or quality to the target
questioning
intent is to ask a question about the target
replying
intent is to reply to a previous statement, either an annotation or another resource
tagging
intent is to associate a tag with the target
Note

For further detailed explanation of the suggested values, see the Web Annotation Vocabulary (WAV). The motivations described here map to URIs defined by the WAV and when exported to RDF or JSON-LD must have the URI http://www.w3.org/ns/oa# prepended.

As an RDF vocabulary, WADM permits the definition of new motivations (see Appendix C of the WAV). In TEI, new motivations may be defined in a custom ODD (see section 23.3.1.3). New motivations must also map to URIs defined by an RDF ontology extending the WAV.

Member of
Contained by
May contain
core: note ptr ref
header: licence
Example
<annotation motivation="linking" - target="#Galliaxml:id="ann1"> -<!-- See https://www.w3.org/TR/annotation-model/#lifecycle-information and - https://www.w3.org/TR/annotation-model/#agents --><respStmt xml:id="fred"> -  <resp>creator</resp> -  <persName>Fred Editor</persName></respStmt><revisionDesc> -  <change status="created" -   when="2020-05-21T13:59:00Zwho="#fred"/> -  <change status="modified" -   when="2020-05-21T19:48:00Zwho="#fred"/></revisionDesc> -<!-- See https://www.w3.org/TR/annotation-model/#rights-information --><licence target="http://creativecommons.org/licenses/by/3.0/"/> -<!-- Multiple bodies --> -<!-- Pointers to sections of text in the same document --><ptr target="#string-range(c1p1s1,0,6)"/><ptr target="#string-range(c1p1s6,19,7)"/> -</annotation>
Example
<annotation motivation="commenting" - target="#line1xml:id="TheCorrectTitle"><note>The correct title of this specification, and the correct full name of XML, is -   "Extensible Markup Language". "eXtensible Markup Language" is just a spelling error. -   However, the abbreviation "XML" is not only correct but, appearing as it does in the title -   of the specification, an official name of the Extensible Markup Language. </note> -</annotation>
Content model
-<content>
- <sequence>
-  <elementRef key="respStmt"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <elementRef key="revisionDesc"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <elementRef key="licence"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <classRef key="model.annotationPart.body"
-   maxOccurs="unbounded" minOccurs="0"/>
- </sequence>
-</content>
-    
Schema Declaration
-element annotation
+}

<anchor>

<anchor> (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]
Modulelinking
Attributes
Member of
Contained by
May containEmpty element
Note

On this element, the global xml:id attribute must be supplied to specify an identifier for the point at which this element occurs within a document. The value used may be chosen freely provided that it is unique within the document and is a syntactically valid name. There is no requirement for values containing numbers to be in sequence.

Example
<s>The anchor is he<anchor xml:id="A234"/>re somewhere.</s>
<s>Help me find it.<ptr target="#A234"/>
</s>
Content model
<content>
 <empty/>
</content>
Schema Declaration
+element anchor { tei_att.global.attributes, tei_att.typed.attributes, empty }

<annotation>

<annotation> represents an annotation following the Web Annotation Data Model. [16.10. The standOff Container]
Modulelinking
Attributes
xml:id(identifier) provides a unique identifier for the element bearing the attribute.
Derived fromatt.global
Status Required
Datatype ID
targetspecifies the destination of the reference by supplying one or more URI References
Derived fromatt.pointing
Status Required
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
motivation
Status Optional
Datatype 1–∞ occurrences of teidata.enumerated separated by whitespace
Legal values are:
assessing
intent is to assess the target resource in some way, rather than simply make a comment about it
bookmarking
intent is to create a bookmark to the target or part thereof
classifying
intent is to classify the target in some way
commenting
intent is to comment about the target
describing
intent is to describe the target, rather than (for example) comment on it
editing
intent is to request an edit or a change to the target resource
highlighting
intent is to highlight the target resource or a segment thereof
identifying
intent is to assign an identity to the target
linking
intent is to link to a resource related to the target
moderating
intent is to assign some value or quality to the target
questioning
intent is to ask a question about the target
replying
intent is to reply to a previous statement, either an annotation or another resource
tagging
intent is to associate a tag with the target
Note

For further detailed explanation of the suggested values, see the Web Annotation Vocabulary (WAV). The motivations described here map to URIs defined by the WAV and when exported to RDF or JSON-LD must have the URI http://www.w3.org/ns/oa# prepended.

As an RDF vocabulary, WADM permits the definition of new motivations (see Appendix C of the WAV). In TEI, new motivations may be defined in a custom ODD (see section 23.3.1.3). New motivations must also map to URIs defined by an RDF ontology extending the WAV.

Member of
Contained by
May contain
Example
<annotation motivation="linking"
 target="#Galliaxml:id="ann1">

<!-- See https://www.w3.org/TR/annotation-model/#lifecycle-information and + https://www.w3.org/TR/annotation-model/#agents -->
 <respStmt xml:id="fred">
  <resp>creator</resp>
  <persName>Fred Editor</persName>
 </respStmt>
 <revisionDesc>
  <change status="created"
   when="2020-05-21T13:59:00Zwho="#fred"/>

  <change status="modified"
   when="2020-05-21T19:48:00Zwho="#fred"/>

 </revisionDesc>
<!-- See https://www.w3.org/TR/annotation-model/#rights-information -->
 <licence target="http://creativecommons.org/licenses/by/3.0/"/>
<!-- Multiple bodies -->
<!-- Pointers to sections of text in the same document -->
 <ptr target="#string-range(c1p1s1,0,6)"/>
 <ptr target="#string-range(c1p1s6,19,7)"/>
</annotation>
Example
<annotation motivation="commenting"
 target="#line1xml:id="TheCorrectTitle">

 <note>The correct title of this specification, and the correct full name of XML, is
   "Extensible Markup Language". "eXtensible Markup Language" is just a spelling error.
   However, the abbreviation "XML" is not only correct but, appearing as it does in the title
   of the specification, an official name of the Extensible Markup Language. </note>
</annotation>
Content model
<content>
 <sequence>
  <elementRef key="respStmt"
   maxOccurs="unboundedminOccurs="0"/>

  <elementRef key="revisionDesc"
   maxOccurs="unboundedminOccurs="0"/>

  <elementRef key="licence"
   maxOccurs="unboundedminOccurs="0"/>

  <classRef key="model.annotationPart.body"
   maxOccurs="unboundedminOccurs="0"/>

 </sequence>
</content>
Schema Declaration
+element annotation
 {
    tei_att.global.attribute.coords,
    tei_att.global.attribute.n,
@@ -289,11 +140,11 @@
    tei_att.global.source.attribute.source,
    tei_att.pointing.attribute.targetLang,
    tei_att.pointing.attribute.evaluate,
-   attribute xml:id { text },
-   attribute target { list { + } },
-   attribute motivation
+   attribute xml:id { xsd:ID },
+   attribute target { list { teidata.pointer+ } },
+   attribute motivation
    {
-      list
+      list
       {
          (
             "assessing"
@@ -312,195 +163,62 @@
          )+
       }
    }?,
-   ( respStmt*, revisionDesc*, tei_licence*, tei_model.annotationPart.body* )
-}

1.10. <appInfo>

<appInfo> (application information) records information about an application which has edited the TEI file. [2.3.11. The Application Information Element]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
header: encodingDesc
May contain
header: application
Example
<appInfo><application ident="Xairaversion="1.24"> -  <label>XAIRA Indexer</label> -  <ptr target="#P1"/></application> -</appInfo>
Content model
-<content>
- <classRef key="model.applicationLike"
-  maxOccurs="unbounded" minOccurs="1"/>
-</content>
-    
Schema Declaration
-element appInfo { tei_att.global.attributes, tei_model.applicationLike+ }

1.11. <application>

<application> provides information about an application which has acted upon the document. [2.3.11. The Application Information Element]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod))
identsupplies an identifier for the application, independent of its version number or display name.
StatusRequired
Datatypeteidata.name
versionsupplies a version number for the application, independent of its identifier or display name.
StatusRequired
Datatypetoken
Member of
Contained by
header: appInfo
May contain
derived-module-Grobid: trash
figures: formula
Example
<appInfo><application ident="ImageMarkupTool1" -  notAfter="2006-06-01version="1.5"> -  <label>Image Markup Tool</label> -  <ptr target="#P1"/> -  <ptr target="#P2"/></application> -</appInfo>
This example shows an appInfo element documenting the fact that version 1.5 of the Image Markup Tool1 application has an interest in two parts of a document which was last saved on June 6 2006. The parts concerned are accessible at the URLs given as target for the two <ptr> elements.
Content model
-<content>
- <sequence maxOccurs="1" minOccurs="1">
-  <classRef key="model.labelLike"
-   maxOccurs="unbounded" minOccurs="1"/>
-  <alternate maxOccurs="1" minOccurs="1">
-   <classRef key="model.ptrLike"
-    maxOccurs="unbounded" minOccurs="0"/>
-   <classRef key="model.pLike"
-    maxOccurs="unbounded" minOccurs="0"/>
-  </alternate>
- </sequence>
-</content>
-    
Schema Declaration
-element application
+   (
+      respStmt*,
+      tei_revisionDesc*,
+      tei_licence*,
+      tei_model.annotationPart.body*
+   )
+}

<appInfo>

<appInfo> (application information) records information about an application which has edited the TEI file. [2.3.11. The Application Information Element]
Moduleheader
Attributes
Member of
Contained by
header: encodingDesc
May contain
header: application
Example
<appInfo>
 <application ident="Xairaversion="1.24">
  <label>XAIRA Indexer</label>
  <ptr target="#P1"/>
 </application>
</appInfo>
Content model
<content>
 <classRef key="model.applicationLike"
  maxOccurs="unboundedminOccurs="1"/>

</content>
Schema Declaration
+element appInfo { tei_att.global.attributes, tei_model.applicationLike+ }

<application>

<application> provides information about an application which has acted upon the document. [2.3.11. The Application Information Element]
Moduleheader
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
identsupplies an identifier for the application, independent of its version number or display name.
Status Required
Datatype teidata.name
versionsupplies a version number for the application, independent of its identifier or display name.
Status Required
Datatype token
Member of
Contained by
header: appInfo
May contain
analysis: s
derived-module-Grobid: trash
figures: formula
Example
<appInfo>
 <application ident="ImageMarkupTool1"
  notAfter="2006-06-01version="1.5">

  <label>Image Markup Tool</label>
  <ptr target="#P1"/>
  <ptr target="#P2"/>
 </application>
</appInfo>

This example shows an appInfo element documenting the fact that version 1.5 of the Image Markup Tool1 application has an interest in two parts of a document which was last saved on June 6 2006. The parts concerned are accessible at the URLs given as target for the two ptr elements.

Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Content model
<content>
 <sequence maxOccurs="1minOccurs="1">
  <classRef key="model.labelLike"
   maxOccurs="unboundedminOccurs="1"/>

  <alternate maxOccurs="1minOccurs="1">
   <classRef key="model.ptrLike"
    maxOccurs="unboundedminOccurs="0"/>

   <classRef key="model.pLike"
    maxOccurs="unboundedminOccurs="0"/>

  </alternate>
 </sequence>
</content>
Schema Declaration
+element application
 {
    tei_att.global.attributes,
    tei_att.typed.attributes,
    tei_att.datable.attributes,
-   attribute ident { text },
-   attribute version { text },
+   attribute calendar { list { teidata.pointer+ } }?,
+   attribute ident { teidata.name },
+   attribute version { token { pattern = "[0-9a-zA-Z\.\-_]+" } },
    ( tei_model.labelLike+, ( tei_model.ptrLike* | tei_model.pLike* ) )
-}

1.12. <author>

<author> (author) in a bibliographic reference, contains the name(s) of an author, personal or corporate, of a work; for example in the same form as that provided by a recognized bibliographic name authority. [3.12.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod))
Member of
Contained by
May contain
Note

Particularly where cataloguing is likely to be based on the content of the header, it is advisable to use a generally recognized name authority file to supply the content for this element. The attributes key or ref may also be used to reference canonical information about the author(s) intended from any appropriate authority, such as a library catalogue or online resource.

In the case of a broadcast, use this element for the name of the company or network responsible for making the broadcast.

Where an author is unknown or unspecified, this element may contain text such as Unknown or Anonymous. When the appropriate TEI modules are in use, it may also contain detailed tagging of the names used for people, organizations or places, in particular where multiple names are given.

Example
<author>British Broadcasting Corporation</author> -<author>La Fayette, Marie Madeleine Pioche de la Vergne, comtesse de (1634–1693)</author> -<author>Anonymous</author> -<author>Bill and Melinda Gates Foundation</author> -<author><persName>Beaumont, Francis</persName> and -<persName>John Fletcher</persName> -</author> -<author><orgName key="BBC">British Broadcasting -   Corporation</orgName>: Radio 3 Network -</author>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element author
+}

<author>

<author> (author) in a bibliographic reference, contains the name(s) of an author, personal or corporate, of a work; for example in the same form as that provided by a recognized bibliographic name authority. [3.12.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement]
Modulecore
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Member of
Contained by
May contain
Note

Particularly where cataloguing is likely to be based on the content of the header, it is advisable to use a generally recognized name authority file to supply the content for this element. The attributes key or ref may also be used to reference canonical information about the author(s) intended from any appropriate authority, such as a library catalogue or online resource.

In the case of a broadcast, use this element for the name of the company or network responsible for making the broadcast.

Where an author is unknown or unspecified, this element may contain text such as Unknown or Anonymous. When the appropriate TEI modules are in use, it may also contain detailed tagging of the names used for people, organizations or places, in particular where multiple names are given.

Example
<author>British Broadcasting Corporation</author>
<author>La Fayette, Marie Madeleine Pioche de la Vergne, comtesse de (1634–1693)</author>
<author>Anonymous</author>
<author>Bill and Melinda Gates Foundation</author>
<author>
 <persName>Beaumont, Francis</persName> and
<persName>John Fletcher</persName>
</author>
<author>
 <orgName key="BBC">British Broadcasting
   Corporation</orgName>: Radio 3 Network
</author>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element author
 {
    tei_att.global.attributes,
    tei_att.naming.attributes,
    tei_att.datable.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
    tei_macro.phraseSeq
-}

1.13. <availability>

<availability> (availability) supplies information about the availability of a text, for example any restrictions on its use or distribution, its copyright status, any licence applying to it, etc. [2.2.4. Publication, Distribution, Licensing, etc.]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default)
status(status) supplies a code identifying the current availability of the text.
StatusOptional
Datatypeteidata.enumerated
Legal values are:
free
(free) the text is freely available.
unknown
(unknown) the status of the text is unknown.
restricted
(restricted) the text is not freely available.
Member of
Contained by
May contain
core: p
derived-module-Grobid: trash
figures: formula
header: licence
Note

A consistent format should be adopted

Example
<availability status="restricted"><p>Available for academic research purposes only.</p> -</availability> -<availability status="free"><p>In the public domain</p> -</availability> -<availability status="restricted"><p>Available under licence from the publishers.</p> -</availability>
Example
<availability><licence target="http://opensource.org/licenses/MIT"> -  <p>The MIT License -     applies to this document.</p> -  <p>Copyright (C) 2011 by The University of Victoria</p> -  <p>Permission is hereby granted, free of charge, to any person obtaining a copy -     of this software and associated documentation files (the "Software"), to deal -     in the Software without restriction, including without limitation the rights -     to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -     copies of the Software, and to permit persons to whom the Software is -     furnished to do so, subject to the following conditions:</p> -  <p>The above copyright notice and this permission notice shall be included in -     all copies or substantial portions of the Software.</p> -  <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -     THE SOFTWARE.</p></licence> -</availability>
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="1">
-  <classRef key="model.availabilityPart"/>
-  <classRef key="model.pLike"/>
- </alternate>
-</content>
-    
Schema Declaration
-element availability
+}

<availability>

<availability> (availability) supplies information about the availability of a text, for example any restrictions on its use or distribution, its copyright status, any licence applying to it, etc. [2.2.4. Publication, Distribution, Licensing, etc.]
Moduleheader
Attributes
resp(responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber.
Derived fromatt.global.responsibility
Status Optional
Datatype string
Legal values are:
authors
Copyrights owner of the document are the authors
publisher
Copyrights owner of the document is the publisher
status(status) supplies a code identifying the current availability of the text.
Status Optional
Datatype teidata.enumerated
Legal values are:
free
(free) the text is freely available.
unknown
(unknown) the status of the text is unknown.
restricted
(restricted) the text is not freely available.
Member of
Contained by
May contain
analysis: s
core: p
derived-module-Grobid: trash
figures: formula
header: licence
Note

A consistent format should be adopted

Example
<availability status="restricted">
 <p>Available for academic research purposes only.</p>
</availability>
<availability status="free">
 <p>In the public domain</p>
</availability>
<availability status="restricted">
 <p>Available under licence from the publishers.</p>
</availability>
Example
<availability>
 <licence target="http://opensource.org/licenses/MIT">
  <p>The MIT License
     applies to this document.</p>
  <p>Copyright (C) 2011 by The University of Victoria</p>
  <p>Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to deal
     in the Software without restriction, including without limitation the rights
     to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     copies of the Software, and to permit persons to whom the Software is
     furnished to do so, subject to the following conditions:</p>
  <p>The above copyright notice and this permission notice shall be included in
     all copies or substantial portions of the Software.</p>
  <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
     THE SOFTWARE.</p>
 </licence>
</availability>
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="1">

  <classRef key="model.availabilityPart"/>
  <classRef key="model.pLike"/>
 </alternate>
</content>
Schema Declaration
+element availability
 {
-   tei_att.global.attributes,
+   tei_att.global.attribute.coords,
+   tei_att.global.attribute.xmlid,
+   tei_att.global.attribute.n,
+   tei_att.global.attribute.xmllang,
+   tei_att.global.attribute.xmlbase,
+   tei_att.global.attribute.xmlspace,
+   tei_att.global.rendition.attribute.rend,
+   tei_att.global.rendition.attribute.style,
+   tei_att.global.rendition.attribute.rendition,
+   tei_att.global.linking.attribute.corresp,
+   tei_att.global.linking.attribute.synch,
+   tei_att.global.linking.attribute.sameAs,
+   tei_att.global.linking.attribute.copyOf,
+   tei_att.global.linking.attribute.next,
+   tei_att.global.linking.attribute.prev,
+   tei_att.global.linking.attribute.exclude,
+   tei_att.global.linking.attribute.select,
+   tei_att.global.analytic.attribute.ana,
+   tei_att.global.facs.attribute.facs,
+   tei_att.global.change.attribute.change,
+   tei_att.global.responsibility.attribute.cert,
+   tei_att.global.source.attribute.source,
    tei_att.declarable.attributes,
+   attribute resp { "authors" | "publisher" }?,
    attribute status { "free" | "unknown" | "restricted" }?,
    ( tei_model.availabilityPart | tei_model.pLike )+
-}

1.14. <back>

<back> (back matter) contains any appendixes, etc. following the main part of a text. [4.7. Back Matter 4. Default Text Structure]
Moduletextstructure
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls)
Contained by
textstructure: text
transcr: facsimile
May contain
derived-module-Grobid: trash
linking: anchor link
namesdates: listObject
textstructure: div
Note

Because cultural conventions differ as to which elements are grouped as back matter and which as front matter, the content models for the <back> and <front> elements are identical.

Example
<back><div type="appendix"> -  <head>The Golden Dream or, the Ingenuous Confession</head> -  <p>TO shew the Depravity of human Nature, and how apt the Mind is to be misled by Trinkets -     and false Appearances, Mrs. Two-Shoes does acknowledge, that after she became rich, she -     had like to have been, too fond of Money -<!-- .... --> -  </p></div> -<!-- ... --><div type="epistle"> -  <head>A letter from the Printer, which he desires may be inserted</head> -  <salute>Sir.</salute> -  <p>I have done with your Copy, so you may return it to the Vatican, if you please; -   -<!-- ... --> -  </p></div><div type="advert"> -  <head>The Books usually read by the Scholars of Mrs Two-Shoes are these and are sold at Mr -     Newbery's at the Bible and Sun in St Paul's Church-yard.</head> -  <list> -   <item n="1">The Christmas Box, Price 1d.</item> -   <item n="2">The History of Giles Gingerbread, 1d.</item> -<!-- ... --> -   <item n="42">A Curious Collection of Travels, selected from the Writers of all Nations, -       10 Vol, Pr. bound 1l.</item> -  </list></div><div type="advert"> -  <head>By the KING's Royal Patent, Are sold by J. NEWBERY, at the Bible and Sun in St. -     Paul's Church-Yard.</head> -  <list> -   <item n="1">Dr. James's Powders for Fevers, the Small-Pox, Measles, Colds, &amp;c. 2s. -       6d</item> -   <item n="2">Dr. Hooper's Female Pills, 1s.</item> -<!-- ... --> -  </list></div> -</back>
Content model
-<content>
- <sequence>
-  <alternate maxOccurs="unbounded"
-   minOccurs="0">
-   <classRef key="model.frontPart"/>
-   <classRef key="model.pLike.front"/>
-   <classRef key="model.pLike"/>
-   <classRef key="model.listLike"/>
-   <classRef key="model.global"/>
-  </alternate>
-  <alternate minOccurs="0">
-   <sequence>
-    <classRef key="model.div1Like"/>
-    <alternate maxOccurs="unbounded"
-     minOccurs="0">
-     <classRef key="model.frontPart"/>
-     <classRef key="model.div1Like"/>
-     <classRef key="model.global"/>
-    </alternate>
-   </sequence>
-   <sequence>
-    <classRef key="model.divLike"/>
-    <alternate maxOccurs="unbounded"
-     minOccurs="0">
-     <classRef key="model.frontPart"/>
-     <classRef key="model.divLike"/>
-     <classRef key="model.global"/>
-    </alternate>
-   </sequence>
-  </alternate>
-  <sequence minOccurs="0">
-   <classRef key="model.divBottomPart"/>
-   <alternate maxOccurs="unbounded"
-    minOccurs="0">
-    <classRef key="model.divBottomPart"/>
-    <classRef key="model.global"/>
-   </alternate>
-  </sequence>
- </sequence>
-</content>
-    
Schema Declaration
-element back
+}

<back>

<back> (back matter) contains any appendixes, etc. following the main part of a text. [4.7. Back Matter 4. Default Text Structure]
Moduletextstructure
Attributes
Contained by
textstructure: text
transcr: facsimile
May contain
analysis: s
derived-module-Grobid: trash
linking: anchor link
namesdates: listObject
textstructure: div
Note

Because cultural conventions differ as to which elements are grouped as back matter and which as front matter, the content models for the back and front elements are identical.

Example
<back>
 <div type="appendix">
  <head>The Golden Dream or, the Ingenuous Confession</head>
  <p>TO shew the Depravity of human Nature, and how apt the Mind is to be misled by Trinkets
     and false Appearances, Mrs. Two-Shoes does acknowledge, that after she became rich, she
     had like to have been, too fond of Money
<!-- .... -->
  </p>
 </div>
<!-- ... -->
 <div type="epistle">
  <head>A letter from the Printer, which he desires may be inserted</head>
  <salute>Sir.</salute>
  <p>I have done with your Copy, so you may return it to the Vatican, if you please;
  
<!-- ... -->
  </p>
 </div>
 <div type="advert">
  <head>The Books usually read by the Scholars of Mrs Two-Shoes are these and are sold at Mr
     Newbery's at the Bible and Sun in St Paul's Church-yard.</head>
  <list>
   <item n="1">The Christmas Box, Price 1d.</item>
   <item n="2">The History of Giles Gingerbread, 1d.</item>
<!-- ... -->
   <item n="42">A Curious Collection of Travels, selected from the Writers of all Nations,
       10 Vol, Pr. bound 1l.</item>
  </list>
 </div>
 <div type="advert">
  <head>By the KING's Royal Patent, Are sold by J. NEWBERY, at the Bible and Sun in St.
     Paul's Church-Yard.</head>
  <list>
   <item n="1">Dr. James's Powders for Fevers, the Small-Pox, Measles, Colds, &amp;c. 2s.
       6d</item>
   <item n="2">Dr. Hooper's Female Pills, 1s.</item>
<!-- ... -->
  </list>
 </div>
</back>
Content model
<content>
 <sequence>
  <alternate maxOccurs="unbounded"
   minOccurs="0">

   <classRef key="model.frontPart"/>
   <classRef key="model.pLike.front"/>
   <classRef key="model.pLike"/>
   <classRef key="model.listLike"/>
   <classRef key="model.global"/>
  </alternate>
  <alternate minOccurs="0">
   <sequence>
    <classRef key="model.div1Like"/>
    <alternate maxOccurs="unbounded"
     minOccurs="0">

     <classRef key="model.frontPart"/>
     <classRef key="model.div1Like"/>
     <classRef key="model.global"/>
    </alternate>
   </sequence>
   <sequence>
    <classRef key="model.divLike"/>
    <alternate maxOccurs="unbounded"
     minOccurs="0">

     <classRef key="model.frontPart"/>
     <classRef key="model.divLike"/>
     <classRef key="model.global"/>
    </alternate>
   </sequence>
  </alternate>
  <sequence minOccurs="0">
   <classRef key="model.divBottomPart"/>
   <alternate maxOccurs="unbounded"
    minOccurs="0">

    <classRef key="model.divBottomPart"/>
    <classRef key="model.global"/>
   </alternate>
  </sequence>
 </sequence>
</content>
Schema Declaration
+element back
 {
    tei_att.global.attributes,
    tei_att.declaring.attributes,
@@ -527,57 +245,8 @@
          ( tei_model.divBottomPart | tei_model.global )*
       )?
    )
-}

1.15. <bibl>

<bibl> (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]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default) att.typed (@type, @subtype) att.sortable (@sortKey) att.docStatus (@status)
Member of
Contained by
May contain
Note

Contains phrase-level elements, together with any combination of elements from the model.biblPart class

Example
<bibl>Blain, Clements and Grundy: Feminist Companion to Literature in English (Yale, - 1990)</bibl>
Example
<bibl><title level="a">The Interesting story of the Children in the Wood</title>. In -<author>Victor E Neuberg</author>, <title>The Penny Histories</title>. -<publisher>OUP</publisher><date>1968</date>. -</bibl>
Example
<bibl subtype="book_chaptertype="article" - xml:id="carlin_2003"><author> -  <name> -   <surname>Carlin</surname> -     (<forename>Claire</forename>)</name></author>, -<title level="a">The Staging of Impotence : France’s last -   congrès</title> dans -<bibl type="monogr"> -  <title level="m">Theatrum mundi : studies in honor of Ronald W. -     Tobin</title>, éd. - <editor> -   <name> -    <forename>Claire</forename> -    <surname>Carlin</surname> -   </name> -  </editor> et - <editor> -   <name> -    <forename>Kathleen</forename> -    <surname>Wine</surname> -   </name> -  </editor>, - <pubPlace>Charlottesville, Va.</pubPlace>, - <publisher>Rookwood Press</publisher>, - <date when="2003">2003</date>. - </bibl> -</bibl>
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <textNode/>
-  <classRef key="model.gLike"/>
-  <classRef key="model.highlighted"/>
-  <classRef key="model.pPart.data"/>
-  <classRef key="model.pPart.edit"/>
-  <classRef key="model.segLike"/>
-  <classRef key="model.ptrLike"/>
-  <classRef key="model.biblPart"/>
-  <classRef key="model.global"/>
- </alternate>
-</content>
-    
Schema Declaration
-element bibl
+}

<bibl>

<bibl> (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]
Modulecore
Attributes
Member of
Contained by
May contain
Note

Contains phrase-level elements, together with any combination of elements from the model.biblPart class

Example
<bibl>Blain, Clements and Grundy: Feminist Companion to Literature in English (Yale,
1990)</bibl>
Example
<bibl>
 <title level="a">The Interesting story of the Children in the Wood</title>. In
<author>Victor E Neuberg</author>, <title>The Penny Histories</title>.
<publisher>OUP</publisher>
 <date>1968</date>.
</bibl>
Example
<bibl subtype="book_chaptertype="article"
 xml:id="carlin_2003">

 <author>
  <name>
   <surname>Carlin</surname>
     (<forename>Claire</forename>)</name>
 </author>,
<title level="a">The Staging of Impotence : France’s last
   congrès</title> dans
<bibl type="monogr">
  <title level="m">Theatrum mundi : studies in honor of Ronald W.
     Tobin</title>, éd.
 <editor>
   <name>
    <forename>Claire</forename>
    <surname>Carlin</surname>
   </name>
  </editor> et
 <editor>
   <name>
    <forename>Kathleen</forename>
    <surname>Wine</surname>
   </name>
  </editor>,
 <pubPlace>Charlottesville, Va.</pubPlace>,
 <publisher>Rookwood Press</publisher>,
 <date when="2003">2003</date>.
 </bibl>
</bibl>
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.highlighted"/>
  <classRef key="model.pPart.data"/>
  <classRef key="model.pPart.edit"/>
  <classRef key="model.segLike"/>
  <classRef key="model.ptrLike"/>
  <classRef key="model.biblPart"/>
  <classRef key="model.global"/>
 </alternate>
</content>
Schema Declaration
+element bibl
 {
    tei_att.global.attributes,
    tei_att.declarable.attributes,
@@ -595,56 +264,14 @@
     | tei_model.biblPart
     | tei_model.global
    )*
-}

1.16. <biblScope>

<biblScope> (scope of bibliographic reference) defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work. [3.12.2.5. Scopes and Ranges in Bibliographic Citations]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.citing (@unit, @from, @to)
Member of
Contained by
May contain
Note

When a single page is being cited, use the from and to attributes with an identical value. When no clear endpoint is provided, the from attribute may be used without to; for example a citation such as ‘p. 3ff’ might be encoded <biblScope from="3">p. 3ff<biblScope>.

It is now considered good practice to supply this element as a sibling (rather than a child) of <imprint>, since it supplies information which does not constitute part of the imprint.

Example
<biblScope>pp 12–34</biblScope> -<biblScope from="12to="34unit="page"/> -<biblScope unit="volume">II</biblScope> -<biblScope unit="page">12</biblScope>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element biblScope
+}

<biblScope>

<biblScope> (scope of bibliographic reference) defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work. [3.12.2.5. Scopes and Ranges in Bibliographic Citations]
Modulecore
Attributes
Member of
Contained by
May contain
Note

When a single page is being cited, use the from and to attributes with an identical value. When no clear endpoint is provided, the from attribute may be used without to; for example a citation such as ‘p. 3ff’ might be encoded <biblScope from="3">p. 3ff</biblScope>.

It is now considered good practice to supply this element as a sibling (rather than a child) of imprint, since it supplies information which does not constitute part of the imprint.

Example
<biblScope>pp 12–34</biblScope>
<biblScope from="12to="34unit="page"/>
<biblScope unit="volume">II</biblScope>
<biblScope unit="page">12</biblScope>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element biblScope
 {
    tei_att.global.attributes,
    tei_att.citing.attributes,
    tei_macro.phraseSeq
-}

1.17. <biblStruct>

<biblStruct> (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]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default) att.typed (@type, @subtype) att.sortable (@sortKey) att.docStatus (@status)
Member of
Contained by
linking: standOff
namesdates: object org persona state
textstructure: body div
May contain
Example
<biblStruct><monogr> -  <author>Blain, Virginia</author> -  <author>Clements, Patricia</author> -  <author>Grundy, Isobel</author> -  <title>The Feminist Companion to Literature in English: women writers from the middle ages -     to the present</title> -  <edition>first edition</edition> -  <imprint> -   <publisher>Yale University Press</publisher> -   <pubPlace>New Haven and London</pubPlace> -   <date>1990</date> -  </imprint></monogr> -</biblStruct>
Content model
-<content>
- <sequence maxOccurs="1" minOccurs="1">
-  <elementRef key="analytic"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <sequence maxOccurs="unbounded"
-   minOccurs="1">
-   <elementRef key="monogr"/>
-   <elementRef key="series"
-    maxOccurs="unbounded" minOccurs="0"/>
-  </sequence>
-  <alternate maxOccurs="unbounded"
-   minOccurs="0">
-   <classRef key="model.noteLike"/>
-   <classRef key="model.ptrLike"/>
-   <elementRef key="relatedItem"/>
-   <elementRef key="citedRange"/>
-   <elementRef key="idno"/>
-  </alternate>
- </sequence>
-</content>
-    
Schema Declaration
-element biblStruct
+}

<biblStruct>

<biblStruct> (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]
Modulecore
Attributes
Member of
Contained by
May contain
Example
<biblStruct>
 <monogr>
  <author>Blain, Virginia</author>
  <author>Clements, Patricia</author>
  <author>Grundy, Isobel</author>
  <title>The Feminist Companion to Literature in English: women writers from the middle ages
     to the present</title>
  <edition>first edition</edition>
  <imprint>
   <publisher>Yale University Press</publisher>
   <pubPlace>New Haven and London</pubPlace>
   <date>1990</date>
  </imprint>
 </monogr>
</biblStruct>
Example
<biblStruct type="newspaper">
 <analytic>
  <author>
   <forename>David</forename>
   <surname>Barstow</surname>
  </author>
  <author>
   <forename>Susanne</forename>
   <surname>Craig</surname>
  </author>
  <author>
   <forename>Russ</forename>
   <surname>Buettner</surname>
  </author>
  <title type="main">Trump Took Part in Suspect Schemes to Evade Tax Bills</title>
  <title type="sub">Behind the Myth of a Self-Made Billionaire, a Vast Inheritance From His Father</title>
 </analytic>
 <monogr>
  <title level="j">The New York Times</title>
  <imprint>
   <pubPlace>New York</pubPlace>
   <publisher>A. G. Sulzberger</publisher>
   <date when="2018-10-03">Wednesday, October 3, 2018</date>
  </imprint>
  <biblScope unit="volume">CLXVIII</biblScope>
  <biblScope unit="issue">58,104</biblScope>
  <biblScope unit="page">1</biblScope>
 </monogr>
</biblStruct>
Content model
<content>
 <sequence maxOccurs="1minOccurs="1">
  <elementRef key="analytic"
   maxOccurs="unboundedminOccurs="0"/>

  <sequence maxOccurs="unbounded"
   minOccurs="1">

   <elementRef key="monogr"/>
   <elementRef key="series"
    maxOccurs="unboundedminOccurs="0"/>

  </sequence>
  <alternate maxOccurs="unbounded"
   minOccurs="0">

   <classRef key="model.noteLike"/>
   <classRef key="model.ptrLike"/>
   <elementRef key="relatedItem"/>
   <elementRef key="citedRange"/>
   <elementRef key="idno"/>
  </alternate>
 </sequence>
</content>
Schema Declaration
+element biblStruct
 {
    tei_att.global.attributes,
    tei_att.declarable.attributes,
@@ -662,96 +289,8 @@
        | tei_idno
       )*
    )
-}

1.18. <body>

<body> (text body) contains the whole body of a single unitary text, excluding any front or back matter. [4. Default Text Structure]
Moduletextstructure
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls)
Contained by
textstructure: text
May contain
derived-module-Grobid: trash
linking: anchor link
namesdates: listObject
textstructure: div
Example
<body><l>Nu scylun hergan hefaenricaes uard</l><l>metudæs maecti end his modgidanc</l><l>uerc uuldurfadur sue he uundra gihuaes</l><l>eci dryctin or astelidæ</l><l>he aerist scop aelda barnum</l><l>heben til hrofe haleg scepen.</l><l>tha middungeard moncynnæs uard</l><l>eci dryctin æfter tiadæ</l><l>firum foldu frea allmectig</l><trailer>primo cantauit Cædmon istud carmen.</trailer> -</body>
Content model
-<content>
- <sequence>
-  <classRef key="model.global"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <sequence minOccurs="0">
-   <classRef key="model.divTop"/>
-   <alternate maxOccurs="unbounded"
-    minOccurs="0">
-    <classRef key="model.global"/>
-    <classRef key="model.divTop"/>
-   </alternate>
-  </sequence>
-  <sequence minOccurs="0">
-   <classRef key="model.divGenLike"/>
-   <alternate maxOccurs="unbounded"
-    minOccurs="0">
-    <classRef key="model.global"/>
-    <classRef key="model.divGenLike"/>
-   </alternate>
-  </sequence>
-  <alternate>
-   <sequence maxOccurs="unbounded"
-    minOccurs="1">
-    <classRef key="model.divLike"/>
-    <alternate maxOccurs="unbounded"
-     minOccurs="0">
-     <classRef key="model.global"/>
-     <classRef key="model.divGenLike"/>
-    </alternate>
-   </sequence>
-   <sequence maxOccurs="unbounded"
-    minOccurs="1">
-    <classRef key="model.div1Like"/>
-    <alternate maxOccurs="unbounded"
-     minOccurs="0">
-     <classRef key="model.global"/>
-     <classRef key="model.divGenLike"/>
-    </alternate>
-   </sequence>
-   <sequence>
-    <sequence maxOccurs="unbounded"
-     minOccurs="1">
-     <classRef key="model.common"/>
-     <classRef key="model.global"
-      maxOccurs="unbounded" minOccurs="0"/>
-    </sequence>
-    <alternate minOccurs="0">
-     <sequence maxOccurs="unbounded"
-      minOccurs="1">
-      <classRef key="model.divLike"/>
-      <alternate maxOccurs="unbounded"
-       minOccurs="0">
-       <classRef key="model.global"/>
-       <classRef key="model.divGenLike"/>
-      </alternate>
-     </sequence>
-     <sequence maxOccurs="unbounded"
-      minOccurs="1">
-      <classRef key="model.div1Like"/>
-      <alternate maxOccurs="unbounded"
-       minOccurs="0">
-       <classRef key="model.global"/>
-       <classRef key="model.divGenLike"/>
-      </alternate>
-     </sequence>
-    </alternate>
-   </sequence>
-  </alternate>
-  <sequence maxOccurs="unbounded"
-   minOccurs="0">
-   <classRef key="model.divBottom"/>
-   <classRef key="model.global"
-    maxOccurs="unbounded" minOccurs="0"/>
-  </sequence>
- </sequence>
-</content>
-    
Schema Declaration
-element body
+}

<body>

<body> (text body) contains the whole body of a single unitary text, excluding any front or back matter. [4. Default Text Structure]
Moduletextstructure
Attributes
Contained by
textstructure: text
May contain
analysis: s
derived-module-Grobid: trash
linking: anchor link
namesdates: listObject
textstructure: div
Example
<body>
 <l>Nu scylun hergan hefaenricaes uard</l>
 <l>metudæs maecti end his modgidanc</l>
 <l>uerc uuldurfadur sue he uundra gihuaes</l>
 <l>eci dryctin or astelidæ</l>
 <l>he aerist scop aelda barnum</l>
 <l>heben til hrofe haleg scepen.</l>
 <l>tha middungeard moncynnæs uard</l>
 <l>eci dryctin æfter tiadæ</l>
 <l>firum foldu frea allmectig</l>
 <trailer>primo cantauit Cædmon istud carmen.</trailer>
</body>
Content model
<content>
 <sequence>
  <classRef key="model.global"
   maxOccurs="unboundedminOccurs="0"/>

  <sequence minOccurs="0">
   <classRef key="model.divTop"/>
   <alternate maxOccurs="unbounded"
    minOccurs="0">

    <classRef key="model.global"/>
    <classRef key="model.divTop"/>
   </alternate>
  </sequence>
  <sequence minOccurs="0">
   <classRef key="model.divGenLike"/>
   <alternate maxOccurs="unbounded"
    minOccurs="0">

    <classRef key="model.global"/>
    <classRef key="model.divGenLike"/>
   </alternate>
  </sequence>
  <alternate>
   <sequence maxOccurs="unbounded"
    minOccurs="1">

    <classRef key="model.divLike"/>
    <alternate maxOccurs="unbounded"
     minOccurs="0">

     <classRef key="model.global"/>
     <classRef key="model.divGenLike"/>
    </alternate>
   </sequence>
   <sequence maxOccurs="unbounded"
    minOccurs="1">

    <classRef key="model.div1Like"/>
    <alternate maxOccurs="unbounded"
     minOccurs="0">

     <classRef key="model.global"/>
     <classRef key="model.divGenLike"/>
    </alternate>
   </sequence>
   <sequence>
    <sequence maxOccurs="unbounded"
     minOccurs="1">

     <alternate maxOccurs="1minOccurs="1">
      <elementRef key="schemaSpec"/>
      <classRef key="model.common"/>
     </alternate>
     <classRef key="model.global"
      maxOccurs="unboundedminOccurs="0"/>

    </sequence>
    <alternate minOccurs="0">
     <sequence maxOccurs="unbounded"
      minOccurs="1">

      <classRef key="model.divLike"/>
      <alternate maxOccurs="unbounded"
       minOccurs="0">

       <classRef key="model.global"/>
       <classRef key="model.divGenLike"/>
      </alternate>
     </sequence>
     <sequence maxOccurs="unbounded"
      minOccurs="1">

      <classRef key="model.div1Like"/>
      <alternate maxOccurs="unbounded"
       minOccurs="0">

       <classRef key="model.global"/>
       <classRef key="model.divGenLike"/>
      </alternate>
     </sequence>
    </alternate>
   </sequence>
  </alternate>
  <sequence maxOccurs="unbounded"
   minOccurs="0">

   <classRef key="model.divBottom"/>
   <classRef key="model.global"
    maxOccurs="unboundedminOccurs="0"/>

  </sequence>
 </sequence>
</content>
Schema Declaration
+element body
 {
    tei_att.global.attributes,
    tei_att.declaring.attributes,
@@ -763,7 +302,7 @@
          ( tei_model.divLike, ( tei_model.global | tei_model.divGenLike )* )+
        | ( tei_model.div1Like, ( tei_model.global | tei_model.divGenLike )* )+
        | (
-            ( tei_model.common, tei_model.global* )+,
+            ( ( schemaSpec | tei_model.common ), tei_model.global* )+,
             (
                (
                   tei_model.divLike,
@@ -778,325 +317,115 @@
       ),
       ( tei_model.divBottom, tei_model.global* )*
    )
-}

1.19. <cell>

<cell> (cell) contains one cell of a table. [14.1.1. TEI Tables]
Modulefigures
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.tableDecoration (@role, @rows, @cols)
Contained by
figures: row
May contain
Example
<row><cell role="label">General conduct</cell><cell role="data">Not satisfactory, on account of his great unpunctuality -   and inattention to duties</cell> -</row>
Content model
-<content>
- <macroRef key="macro.specialPara"/>
-</content>
-    
Schema Declaration
-element cell
+}

<cell>

<cell> (cell) contains one cell of a table. [14.1.1. TEI Tables]
Modulefigures
Attributes
Contained by
figures: row
May contain
Example
<row>
 <cell role="label">General conduct</cell>
 <cell role="data">Not satisfactory, on account of his great unpunctuality
   and inattention to duties</cell>
</row>
Content model
<content>
 <macroRef key="macro.specialPara"/>
</content>
Schema Declaration
+element cell
 {
    tei_att.global.attributes,
    tei_att.tableDecoration.attributes,
    tei_macro.specialPara
-}

1.20. <citeData>

<citeData> (citation data) specifies how information may be extracted from citation structures. [3.11.4. Declaring Reference Systems 16.2.5.4. Citation Structures]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.citeStructurePart (@use)
property(property) A URI indicating a property definition.
StatusRequired
DatatypeanyURI
Contained by
May containEmpty element
Example
<citeStructure match="//body/div" - unit="bookuse="@n"><citeData property="http://purl.org/dc/terms/title" -  use="head"/> -</citeStructure>
Content model
-<content>
- <empty/>
-</content>
-    
Schema Declaration
-element citeData
+}

<change>

<change> (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]
Moduleheader
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
target(target) points to one or more elements that belong to this change.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Contained by
header: revisionDesc
May contain
Note

The who attribute may be used to point to any other element, but will typically specify a <respStmt> or <person> element elsewhere in the header, identifying the person responsible for the change and their role in making it.

It is recommended that changes be recorded with the most recent first. The status attribute may be used to indicate the status of a document following the change documented.

Example
<titleStmt>
 <title> ... </title>
 <editor xml:id="LDB">Lou Burnard</editor>
 <respStmt xml:id="BZ">
  <resp>copy editing</resp>
  <name>Brett Zamir</name>
 </respStmt>
</titleStmt>
<!-- ... -->
<revisionDesc status="published">
 <change status="publicwhen="2008-02-02"
  who="#BZ">
Finished chapter 23</change>
 <change status="draftwhen="2008-01-02"
  who="#BZ">
Finished chapter 2</change>
 <change n="P2.2when="1991-12-21"
  who="#LDB">
Added examples to section 3</change>
 <change when="1991-11-11who="#MSM">Deleted chapter 10</change>
</revisionDesc>
Example
<profileDesc>
 <creation>
  <listChange>
   <change xml:id="DRAFT1">First draft in pencil</change>
   <change notBefore="1880-12-09"
    xml:id="DRAFT2">
First revision, mostly
       using green ink</change>
   <change notBefore="1881-02-13"
    xml:id="DRAFT3">
Final corrections as
       supplied to printer.</change>
  </listChange>
 </creation>
</profileDesc>
Content model
<content>
 <macroRef key="macro.specialPara"/>
</content>
Schema Declaration
+element change
+{
+   tei_att.ascribed.attributes,
+   tei_att.datable.attributes,
+   tei_att.docStatus.attributes,
+   tei_att.global.attributes,
+   tei_att.typed.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
+   attribute target { list { teidata.pointer+ } }?,
+   tei_macro.specialPara
+}

<citeData>

<citeData> (citation data) specifies how information may be extracted from citation structures. [3.11.4. Declaring Reference Systems 16.2.5.4. Citation Structures]
Moduleheader
Attributes
property(property) A URI indicating a property definition.
Status Required
Datatype teidata.pointer
Contained by
May containEmpty element
Example
<citeStructure match="//body/div"
 unit="bookuse="@n">

 <citeData property="http://purl.org/dc/terms/title"
  use="head"/>

</citeStructure>
Content model
<content>
 <empty/>
</content>
Schema Declaration
+element citeData
 {
    tei_att.global.attributes,
    tei_att.citeStructurePart.attributes,
-   attribute property { text },
+   attribute property { teidata.pointer },
    empty
-}

1.21. <citeStructure>

<citeStructure> (citation structure) declares a structure and method for citing the current document. [3.11.4. Declaring Reference Systems 16.2.5.4. Citation Structures]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.citeStructurePart (@use)
delim(delimiter) supplies a delimiting string preceding the structural component.
StatusOptional
Datatypestring
Schematron
-<s:rule context="tei:citeStructure[parent::tei:citeStructure]"> -<s:assert test="@delim">A <s:name/> with a parent <s:name/> must have a @delim attribute.</s:assert> -</s:rule>
Note

delim must contain at least one character.

match(match) supplies an XPath selection pattern using the syntax defined in [[undefined XSLT3]] 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>.
StatusRequired
Datatypeteidata.xpath
Schematron
-<s:rule context="tei:citeStructure[not(parent::tei:citeStructure)]"> -<s:assert test="starts-with(@match,'/')">An XPath in @match on the outer <s:name/> must start with '/'.</s:assert> -</s:rule>
Schematron
-<s:rule context="tei:citeStructure[parent::tei:citeStructure]"> -<s:assert test="not(starts-with(@match,'/'))">An XPath in @match must not start with '/' except on the outer <s:name/>.</s:assert> -</s:rule>
unit(unit) describes the structural unit indicated by the <citeStructure>.
StatusOptional
Datatypeteidata.enumerated
Sample values include:
book
chapter
entry
poem
letter
line
section
verse
volume
Contained by
May contain
Example
<citeStructure match="//body/div" - unit="bookuse="@n"><citeStructure delim=" match="div" -  unit="chapteruse="position()"> -  <citeStructure delim=":match="div" -   unit="verseuse="position()"/></citeStructure> -</citeStructure>
Content model
-<content>
- <sequence>
-  <elementRef key="citeData"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <elementRef key="citeStructure"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <classRef key="model.descLike"
-   maxOccurs="unbounded" minOccurs="0"/>
- </sequence>
-</content>
-    
Schema Declaration
-element citeStructure
+}

<citeStructure>

<citeStructure> (citation structure) declares a structure and method for citing the current document. [3.11.4. Declaring Reference Systems 16.2.5.4. Citation Structures]
Moduleheader
Attributes
delim(delimiter) supplies a delimiting string preceding the structural component.
Status Optional
Datatype string
Note

delim must contain at least one character.

match(match) supplies an XPath selection pattern using the syntax defined in [ID XSLT3 in TEI Guidelines] 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.
Status Required
Datatype teidata.xpath
Schematron

<sch:rule context="tei:citeStructure[not(parent::tei:citeStructure)]">
<sch:assert test="starts-with(@match,'/')">An XPath in @match on the outer <sch:name/> must start with '/'.</sch:assert>
</sch:rule>
Schematron

<sch:rule context="tei:citeStructure[parent::tei:citeStructure]">
<sch:assert test="not(starts-with(@match,'/'))">An XPath in @match must not start with '/' except on the outer <sch:name/>.</sch:assert>
</sch:rule>
unit(unit) describes the structural unit indicated by the citeStructure.
Status Optional
Datatype teidata.enumerated
Sample values include:
book
chapter
entry
poem
letter
line
section
verse
volume
Contained by
May contain
Example
<citeStructure match="//body/div"
 unit="bookuse="@n">

 <citeStructure delim=" match="div"
  unit="chapteruse="position()">

  <citeStructure delim=":match="div"
   unit="verseuse="position()"/>

 </citeStructure>
</citeStructure>
Content model
<content>
 <sequence>
  <elementRef key="citeData"
   maxOccurs="unboundedminOccurs="0"/>

  <elementRef key="citeStructure"
   maxOccurs="unboundedminOccurs="0"/>

  <classRef key="model.descLike"
   maxOccurs="unboundedminOccurs="0"/>

 </sequence>
</content>
Schema Declaration
+element citeStructure
 {
    tei_att.global.attributes,
    tei_att.citeStructurePart.attributes,
-   attribute delim { text }?,
-   attribute match { text },
-   attribute unit { text }?,
+   attribute delim { string { pattern = ".+" } }?,
+   attribute match { teidata.xpath },
+   attribute unit { teidata.enumerated }?,
    ( tei_citeData*, tei_citeStructure*, tei_model.descLike* )
-}

1.22. <classCode>

<classCode> (classification code) contains the classification code used for this text in some standard classification system. [2.4.3. The Text Classification]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
schemeidentifies the classification system in use, as defined by, e.g. a <taxonomy> element, or some other resource.
StatusRequired
Datatypeteidata.pointer
Contained by
core: imprint
header: textClass
May contain
Example
<classCode scheme="http://www.udc.org">410</classCode>
Content model
-<content>
- <macroRef key="macro.phraseSeq.limited"/>
-</content>
-    
Schema Declaration
-element classCode
+}

<classCode>

<classCode> (classification code) contains the classification code used for this text in some standard classification system. [2.4.3. The Text Classification]
Moduleheader
Attributes
schemeidentifies the classification system in use, as defined by, e.g. a <taxonomy> element, or some other resource.
Status Required
Datatype teidata.pointer
Contained by
core: imprint
header: textClass
May contain
Example
<classCode scheme="http://www.udc.org">410</classCode>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Schema Declaration
+element classCode
 {
    tei_att.global.attributes,
-   attribute scheme { text },
+   attribute scheme { teidata.pointer },
    tei_macro.phraseSeq.limited
-}

1.23. <conversion>

<conversion> defines how to calculate one unit of measure in terms of another. [2.3.9. The Unit Declaration]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.formula (@formula)
fromUnitindicates a source unit of measure that is to be converted into another unit indicated in toUnit.
StatusRequired
Datatypeteidata.pointer
toUnitthe target unit of measurement for a conversion from a source unit referenced in fromUnit.
StatusRequired
Datatypeteidata.pointer
Contained by
header: unitDef
May containEmpty element
Note

The conversion element is designed to store information about converting from one unit of measurement to another. The formula attribute holds an XPath expression that indicates how the measurement system in fromUnit is converted to the system in toUnit. Do not confuse the usage of the dating attributes (from and to) in the examples with the attributes (fromUnit and toUnit) designed to reference units of measure.

Example
<conversion formula="$fromUnit * 12" - from="1707fromUnit="#shillingto="1971" - toUnit="#pence"/>
Example
<conversion formula="$fromUnit * 20" - from="1701fromUnit="#poundto="1971" - toUnit="#shilling"/>
Content model
-<content>
- <empty/>
-</content>
-    
Schema Declaration
-element conversion
+}

<conversion>

<conversion> defines how to calculate one unit of measure in terms of another. [2.3.9. The Unit Declaration]
Moduleheader
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
fromUnitindicates a source unit of measure that is to be converted into another unit indicated in toUnit.
Status Required
Datatype teidata.pointer
toUnitthe target unit of measurement for a conversion from a source unit referenced in fromUnit.
Status Required
Datatype teidata.pointer
Contained by
header: unitDef
May containEmpty element
Note

The conversion element is designed to store information about converting from one unit of measurement to another. The formula attribute holds an XPath expression that indicates how the measurement system in fromUnit is converted to the system in toUnit. Do not confuse the usage of the dating attributes (from and to) in the examples with the attributes (fromUnit and toUnit) designed to reference units of measure.

Example
<conversion formula="$fromUnit * 12"
 from="1707fromUnit="#shillingto="1971"
 toUnit="#pence"/>
Example
<conversion formula="$fromUnit * 20"
 from="1701fromUnit="#poundto="1971"
 toUnit="#shilling"/>
Content model
<content>
 <empty/>
</content>
Schema Declaration
+element conversion
 {
    tei_att.global.attributes,
    tei_att.datable.attributes,
    tei_att.formula.attributes,
-   attribute fromUnit { text },
-   attribute toUnit { text },
+   tei_att.locatable.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
+   attribute fromUnit { teidata.pointer },
+   attribute toUnit { teidata.pointer },
    empty
-}

1.24. <correspAction>

<correspAction> (correspondence action) contains a structured description of the place, the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence. [2.4.6. Correspondence Description]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.sortable (@sortKey) att.typed (type, @subtype)
typedescribes the nature of the action.
Derived fromatt.typed
StatusOptional
Datatypeteidata.enumerated
Suggested values include:
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.
Member of
Contained by
header: correspDesc
May contain
Example
<correspAction type="sent"><persName>Adelbert von Chamisso</persName><settlement>Vertus</settlement><date when="1807-01-29"/> -</correspAction>
Content model
-<content>
- <alternate>
-  <classRef key="model.correspActionPart"
-   maxOccurs="unbounded" minOccurs="1"/>
-  <classRef key="model.pLike"
-   maxOccurs="unbounded" minOccurs="1"/>
- </alternate>
-</content>
-    
Schema Declaration
-element correspAction
+}

<correspAction>

<correspAction> (correspondence action) contains a structured description of the place, the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence. [2.4.6. Correspondence Description]
Moduleheader
Attributes
typedescribes the nature of the action.
Derived fromatt.typed
Status Optional
Datatype teidata.enumerated
Suggested values include:
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.
Member of
Contained by
header: correspDesc
May contain
Example
<correspAction type="sent">
 <persName>Adelbert von Chamisso</persName>
 <settlement>Vertus</settlement>
 <date when="1807-01-29"/>
</correspAction>
Content model
<content>
 <alternate>
  <classRef key="model.correspActionPart"
   maxOccurs="unboundedminOccurs="1"/>

  <classRef key="model.pLike"
   maxOccurs="unboundedminOccurs="1"/>

 </alternate>
</content>
Schema Declaration
+element correspAction
 {
    tei_att.global.attributes,
    tei_att.typed.attribute.subtype,
    tei_att.sortable.attributes,
-   attribute type
+   attribute type
    {
-      "sent" | "received" | "transmitted" | "redirected" | "forwarded"
+      "sent"
+    | "received"
+    | "transmitted"
+    | "redirected"
+    | "forwarded"
+    | teidata.enumerated
    }?,
    ( tei_model.correspActionPart+ | tei_model.pLike+ )
-}

1.25. <correspContext>

<correspContext> (correspondence context) provides references to preceding or following correspondence related to this piece of correspondence. [2.4.6. Correspondence Description]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
header: correspDesc
May contain
derived-module-Grobid: trash
figures: formula
Example
<correspContext><ptr subtype="toAuthor" -  target="http://tei.ibi.hu-berlin.de/berliner-intellektuelle/manuscript?Brief101VarnhagenanBoeckhtype="next"/><ptr subtype="fromAuthor" -  target="http://tei.ibi.hu-berlin.de/berliner-intellektuelle/manuscript?Brief103BoeckhanVarnhagentype="prev"/> -</correspContext>
Example
<correspContext><ref target="http://weber-gesamtausgabe.de/A040962" -  type="prev"> Previous letter of - <persName>Carl Maria von Weber</persName> to - <persName>Caroline Brandt</persName>: - <date when="1816-12-30">December 30, 1816</date></ref><ref target="http://weber-gesamtausgabe.de/A041003" -  type="next"> Next letter of - <persName>Carl Maria von Weber</persName> to - <persName>Caroline Brandt</persName>: - <date when="1817-01-05">January 5, 1817</date></ref> -</correspContext>
Content model
-<content>
- <classRef key="model.correspContextPart"
-  maxOccurs="unbounded" minOccurs="1"/>
-</content>
-    
Schema Declaration
-element correspContext
+}

<correspContext>

<correspContext> (correspondence context) provides references to preceding or following correspondence related to this piece of correspondence. [2.4.6. Correspondence Description]
Moduleheader
Attributes
Member of
Contained by
header: correspDesc
May contain
analysis: s
derived-module-Grobid: trash
figures: formula
Example
<correspContext>
 <ptr subtype="toAuthor"
  target="http://tei.ibi.hu-berlin.de/berliner-intellektuelle/manuscript?Brief101VarnhagenanBoeckhtype="next"/>

 <ptr subtype="fromAuthor"
  target="http://tei.ibi.hu-berlin.de/berliner-intellektuelle/manuscript?Brief103BoeckhanVarnhagentype="prev"/>

</correspContext>
Example
<correspContext>
 <ref target="http://weber-gesamtausgabe.de/A040962"
  type="prev">
Previous letter of
 <persName>Carl Maria von Weber</persName> to
 <persName>Caroline Brandt</persName>:
 <date when="1816-12-30">December 30, 1816</date>
 </ref>
 <ref target="http://weber-gesamtausgabe.de/A041003"
  type="next">
Next letter of
 <persName>Carl Maria von Weber</persName> to
 <persName>Caroline Brandt</persName>:
 <date when="1817-01-05">January 5, 1817</date>
 </ref>
</correspContext>
Content model
<content>
 <classRef key="model.correspContextPart"
  maxOccurs="unboundedminOccurs="1"/>

</content>
Schema Declaration
+element correspContext
 {
    tei_att.global.attributes,
    tei_model.correspContextPart+
-}

1.26. <correspDesc>

<correspDesc> (correspondence description) contains a description of the actions related to one act of correspondence. [2.4.6. Correspondence Description]
Moduleheader
AttributesAttributes att.declarable (@default) att.canonical (@key, @ref) att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype)
Member of
Contained by
header: profileDesc
May contain
core: note noteGrp p
derived-module-Grobid: trash
figures: formula
Example
<correspDesc><correspAction type="sent"> -  <persName>Carl Maria von Weber</persName> -  <settlement>Dresden</settlement> -  <date when="1817-06-23">23 June 1817</date></correspAction><correspAction type="received"> -  <persName>Caroline Brandt</persName> -  <settlement>Prag</settlement></correspAction><correspContext> -  <ref target="http://www.weber-gesamtausgabe.de/A041209" -   type="prev">Previous letter of -  <persName>Carl Maria von Weber</persName> -     to <persName>Caroline Brandt</persName>: -  <date from="1817-06-19to="1817-06-20">June 19/20, 1817</date> -  </ref> -  <ref target="http://www.weber-gesamtausgabe.de/A041217" -   type="next">Next letter of -  <persName>Carl Maria von Weber</persName> to -  <persName>Caroline Brandt</persName>: -  <date when="1817-06-27">June 27, 1817</date> -  </ref></correspContext> -</correspDesc>
Content model
-<content>
- <alternate>
-  <classRef key="model.correspDescPart"
-   maxOccurs="unbounded" minOccurs="1"/>
-  <classRef key="model.pLike"
-   maxOccurs="unbounded" minOccurs="1"/>
- </alternate>
-</content>
-    
Schema Declaration
-element correspDesc
+}

<correspDesc>

<correspDesc> (correspondence description) contains a description of the actions related to one act of correspondence. [2.4.6. Correspondence Description]
Moduleheader
Attributes
Member of
Contained by
header: profileDesc
May contain
analysis: s
core: note noteGrp p
derived-module-Grobid: trash
figures: formula
Example
<correspDesc>
 <correspAction type="sent">
  <persName>Carl Maria von Weber</persName>
  <settlement>Dresden</settlement>
  <date when="1817-06-23">23 June 1817</date>
 </correspAction>
 <correspAction type="received">
  <persName>Caroline Brandt</persName>
  <settlement>Prag</settlement>
 </correspAction>
 <correspContext>
  <ref target="http://www.weber-gesamtausgabe.de/A041209"
   type="prev">
Previous letter of
  <persName>Carl Maria von Weber</persName>
     to <persName>Caroline Brandt</persName>:
  <date from="1817-06-19to="1817-06-20">June 19/20, 1817</date>
  </ref>
  <ref target="http://www.weber-gesamtausgabe.de/A041217"
   type="next">
Next letter of
  <persName>Carl Maria von Weber</persName> to
  <persName>Caroline Brandt</persName>:
  <date when="1817-06-27">June 27, 1817</date>
  </ref>
 </correspContext>
</correspDesc>
Content model
<content>
 <alternate>
  <classRef key="model.correspDescPart"
   maxOccurs="unboundedminOccurs="1"/>

  <classRef key="model.pLike"
   maxOccurs="unboundedminOccurs="1"/>

 </alternate>
</content>
Schema Declaration
+element correspDesc
 {
    tei_att.declarable.attributes,
    tei_att.canonical.attributes,
    tei_att.global.attributes,
    tei_att.typed.attributes,
    ( tei_model.correspDescPart+ | tei_model.pLike+ )
-}

1.27. <country>

<country> (country) contains the name of a geo-political unit, such as a nation, country, colony, or commonwealth, larger than or administratively superior to a region and smaller than a bloc. [13.2.3. Place Names]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.typed (@type, @subtype) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod))
Member of
Contained by
May contain
Note

The recommended source for codes to represent coded country names is ISO 3166.

Example
<country key="DK">Denmark</country>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element country
+}

<country>

<country> (country) contains the name of a geo-political unit, such as a nation, country, colony, or commonwealth, larger than or administratively superior to a region and smaller than a bloc. [13.2.3. Place Names]
Modulenamesdates
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Member of
Contained by
May contain
Note

The recommended source for codes to represent coded country names is ISO 3166.

Example
<country key="DK">Denmark</country>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element country
 {
    tei_att.global.attributes,
    tei_att.naming.attributes,
    tei_att.typed.attributes,
    tei_att.datable.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
    tei_macro.phraseSeq
-}

1.28. <date>

<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]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.canonical (@key, @ref) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.editLike (@evidence, @instant) att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) att.typed (@type, @subtype)
Member of
Contained by
May contain
Example
<date when="1980-02">early February 1980</date>
Example
Given on the <date when="1977-06-12">Twelfth Day - of June in the Year of Our Lord One Thousand Nine Hundred and Seventy-seven of the Republic - the Two Hundredth and first and of the University the Eighty-Sixth.</date>
Example
<date when="1990-09">September 1990</date>
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <textNode/>
-  <classRef key="model.gLike"/>
-  <classRef key="model.phrase"/>
-  <classRef key="model.global"/>
- </alternate>
-</content>
-    
Schema Declaration
-element date
+}

<date>

<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]
Modulecore
Attributes
Member of
Contained by
May contain
Example
<date when="1980-02">early February 1980</date>
Example
Given on the <date when="1977-06-12">Twelfth Day
of June in the Year of Our Lord One Thousand Nine Hundred and Seventy-seven of the Republic
the Two Hundredth and first and of the University the Eighty-Sixth.</date>
Example
<date when="1990-09">September 1990</date>
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.phrase"/>
  <classRef key="model.global"/>
 </alternate>
</content>
Schema Declaration
+element date
 {
    tei_att.global.attributes,
    tei_att.canonical.attributes,
    tei_att.datable.attributes,
+   tei_att.calendarSystem.attributes,
    tei_att.editLike.attributes,
    tei_att.dimensions.attributes,
    tei_att.typed.attributes,
    ( text | tei_model.gLike | tei_model.phrase | tei_model.global )*
-}

1.29. <desc>

<desc> (description) contains a brief description of the object documented by its parent element, typically a documentation element or an entity. [22.4.1. Description of Components]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (type, @subtype)
typecharacterizes the element in some sense, using any convenient classification scheme or typology.
Derived fromatt.typed
StatusOptional
Datatypeteidata.enumerated
Suggested values include:
deprecationInfo
(deprecation information) This element describes why or how its parent element is being deprecated, typically including recommendations for alternate encoding.
<dataSpec ident="teidata.point" - module="tei" - validUntil="2050-02-25"><desc type="deprecationInfo" -  versionDate="2018-09-14" -  xml:lang="en">Several standards bodies, including NIST in the USA, -   strongly recommend against ending the representation of a number -   with a decimal point. So instead of <q>3.</q> use either <q>3</q> -   or <q>3.0</q>.</desc> -<!-- ... --> -</dataSpec>
Member of
Contained by
May contain
Note

When used in a specification element such as <elementSpec>, TEI convention requires that this be expressed as a finite clause, begining with an active verb.

Example
<desc>contains a brief description of the purpose and intended use of a documentation element, or a brief characterisation of a parent entity </desc>
SchematronA <desc> with a type of deprecationInfo should only occur when its parent element is being deprecated. Furthermore, it should always occur in an element that is being deprecated when <desc> is a valid child of that element.
-<sch:rule context="tei:desc[ @type eq 'deprecationInfo']"> -<sch:assert test="../@validUntil">Information about a - deprecation should only be present in a specification element - that is being deprecated: that is, only an element that has a - @validUntil attribute should have a child <desc - type="deprecationInfo">.</sch:assert> -</sch:rule>
Content model
-<content>
- <macroRef key="macro.limitedContent"/>
-</content>
-    
Schema Declaration
-element desc
+}

<desc>

<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]
Modulecore
Attributes
typecharacterizes the element in some sense, using any convenient classification scheme or typology.
Derived fromatt.typed
Status Optional
Datatype teidata.enumerated
Suggested values include:
deprecationInfo
(deprecation + information) This element describes why or how its parent element is being deprecated, typically including recommendations for alternate encoding.
<dataSpec ident="teidata.point"
 module="teivalidUntil="2050-02-25">

 <desc type="deprecationInfo"
  versionDate="2018-09-14xml:lang="en">
Several standards bodies, including NIST in the USA,
   strongly recommend against ending the representation of a number
   with a decimal point. So instead of <q>3.</q> use either <q>3</q>
   or <q>3.0</q>.</desc>
<!-- ... -->
</dataSpec>
Member of
Contained by
May contain
Note

When used in a specification element such as <elementSpec>, TEI convention requires that this be expressed as a finite clause, begining with an active verb.

Example

Example of a desc element inside a documentation element.

<dataSpec ident="teidata.point"
 module="tei">

 <desc versionDate="2010-10-17"
  xml:lang="en">
defines the data type used to express a point in cartesian space.</desc>
 <content>
  <dataRef name="token"
   restriction="(-?[0-9]+(\.[0-9]+)?,-?[0-9]+(\.[0-9]+)?)"/>

 </content>
<!-- ... -->
</dataSpec>
Example

Example of a desc element in a non-documentation element.

<place xml:id="KERG2">
 <placeName>Kerguelen Islands</placeName>
<!-- ... -->
 <terrain>
  <desc>antarctic tundra</desc>
 </terrain>
<!-- ... -->
</place>
SchematronA desc with a type of deprecationInfo should only occur when its parent element is being deprecated. Furthermore, it should always occur in an element that is being deprecated when desc is a valid child of that element.

<sch:rule context="tei:desc[ @type eq 'deprecationInfo']">
<sch:assert test="../@validUntil">Information about a
deprecation should only be present in a specification element
that is being deprecated: that is, only an element that has a
@validUntil attribute should have a child <desc
type="deprecationInfo">.</sch:assert>
</sch:rule>
Content model
<content>
 <macroRef key="macro.limitedContent"/>
</content>
Schema Declaration
+element desc
 {
    tei_att.global.attributes,
    tei_att.typed.attribute.subtype,
-   attribute type { "deprecationInfo" }?,
+   attribute type { "deprecationInfo" | teidata.enumerated }?,
    tei_macro.limitedContent
-}

1.30. <div>

<div> (text division) contains a subdivision of the front, body, or back of a text. [4.1. Divisions of the Body]
Moduletextstructure
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.divLike (@org, @sample) (att.fragmentable (@part)) att.typed (@type, @subtype) att.declaring (@decls) att.written (@hand)
Member of
Contained by
figures: figDesc
header: abstract
textstructure: back body div front
May contain
derived-module-Grobid: trash
linking: anchor link
namesdates: listObject
textstructure: div
Example
<body><div type="part"> -  <head>Fallacies of Authority</head> -  <p>The subject of which is Authority in various shapes, and the object, to repress all -     exercise of the reasoning faculty.</p> -  <div n="1type="chapter"> -   <head>The Nature of Authority</head> -   <p>With reference to any proposed measures having for their object the greatest -       happiness of the greatest number [...]</p> -   <div n="1.1type="section"> -    <head>Analysis of Authority</head> -    <p>What on any given occasion is the legitimate weight or influence to be attached to -         authority [...] </p> -   </div> -   <div n="1.2type="section"> -    <head>Appeal to Authority, in What Cases Fallacious.</head> -    <p>Reference to authority is open to the charge of fallacy when [...] </p> -   </div> -  </div></div> -</body>
Schematron
-<s:report test="ancestor::tei:l"> Abstract model violation: Lines may not contain higher-level structural elements such as div. -</s:report>
Schematron
-<s: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. -</s:report>
Content model
-<content>
- <sequence>
-  <alternate maxOccurs="unbounded"
-   minOccurs="0">
-   <classRef key="model.divTop"/>
-   <classRef key="model.global"/>
-  </alternate>
-  <sequence minOccurs="0">
-   <alternate>
-    <sequence maxOccurs="unbounded"
-     minOccurs="1">
-     <alternate>
-      <classRef key="model.divLike"/>
-      <classRef key="model.divGenLike"/>
-     </alternate>
-     <classRef key="model.global"
-      maxOccurs="unbounded" minOccurs="0"/>
-    </sequence>
-    <sequence>
-     <sequence maxOccurs="unbounded"
-      minOccurs="1">
-      <classRef key="model.common"/>
-      <classRef key="model.global"
-       maxOccurs="unbounded" minOccurs="0"/>
-     </sequence>
-     <sequence maxOccurs="unbounded"
-      minOccurs="0">
-      <alternate>
-       <classRef key="model.divLike"/>
-       <classRef key="model.divGenLike"/>
-      </alternate>
-      <classRef key="model.global"
-       maxOccurs="unbounded" minOccurs="0"/>
-     </sequence>
-    </sequence>
-   </alternate>
-   <sequence maxOccurs="unbounded"
-    minOccurs="0">
-    <classRef key="model.divBottom"/>
-    <classRef key="model.global"
-     maxOccurs="unbounded" minOccurs="0"/>
-   </sequence>
-  </sequence>
- </sequence>
-</content>
-    
Schema Declaration
-element div
+}

<div>

<div> (text division) contains a subdivision of the front, body, or back of a text. [4.1. Divisions of the Body]
Moduletextstructure
Attributes
Member of
Contained by
figures: figDesc
header: abstract
textstructure: back body div front
May contain
analysis: s
derived-module-Grobid: trash
linking: anchor link
namesdates: listObject
textstructure: div
Example
<body>
 <div type="part">
  <head>Fallacies of Authority</head>
  <p>The subject of which is Authority in various shapes, and the object, to repress all
     exercise of the reasoning faculty.</p>
  <div n="1type="chapter">
   <head>The Nature of Authority</head>
   <p>With reference to any proposed measures having for their object the greatest
       happiness of the greatest number [...]</p>
   <div n="1.1type="section">
    <head>Analysis of Authority</head>
    <p>What on any given occasion is the legitimate weight or influence to be attached to
         authority [...] </p>
   </div>
   <div n="1.2type="section">
    <head>Appeal to Authority, in What Cases Fallacious.</head>
    <p>Reference to authority is open to the charge of fallacy when [...] </p>
   </div>
  </div>
 </div>
</body>
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>
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>
Content model
<content>
 <sequence>
  <alternate maxOccurs="unbounded"
   minOccurs="0">

   <classRef key="model.divTop"/>
   <classRef key="model.global"/>
  </alternate>
  <sequence minOccurs="0">
   <alternate>
    <sequence maxOccurs="unbounded"
     minOccurs="1">

     <alternate>
      <classRef key="model.divLike"/>
      <classRef key="model.divGenLike"/>
     </alternate>
     <classRef key="model.global"
      maxOccurs="unboundedminOccurs="0"/>

    </sequence>
    <sequence>
     <sequence maxOccurs="unbounded"
      minOccurs="1">

      <alternate maxOccurs="1"
       minOccurs="1">

       <elementRef key="schemaSpec"/>
       <classRef key="model.common"/>
      </alternate>
      <classRef key="model.global"
       maxOccurs="unboundedminOccurs="0"/>

     </sequence>
     <sequence maxOccurs="unbounded"
      minOccurs="0">

      <alternate>
       <classRef key="model.divLike"/>
       <classRef key="model.divGenLike"/>
      </alternate>
      <classRef key="model.global"
       maxOccurs="unboundedminOccurs="0"/>

     </sequence>
    </sequence>
   </alternate>
   <sequence maxOccurs="unbounded"
    minOccurs="0">

    <classRef key="model.divBottom"/>
    <classRef key="model.global"
     maxOccurs="unboundedminOccurs="0"/>

   </sequence>
  </sequence>
 </sequence>
</content>
Schema Declaration
+element div
 {
    tei_att.global.attributes,
    tei_att.divLike.attributes,
@@ -1109,7 +438,7 @@
          (
             ( ( tei_model.divLike | tei_model.divGenLike ), tei_model.global* )+
           | (
-               ( tei_model.common, tei_model.global* )+,
+               ( ( schemaSpec | tei_model.common ), tei_model.global* )+,
                (
                   ( tei_model.divLike | tei_model.divGenLike ),
                   tei_model.global*
@@ -1119,101 +448,44 @@
          ( tei_model.divBottom, tei_model.global* )*
       )?
    )
-}

1.31. <edition>

<edition> (edition) describes the particularities of one edition of a text. [2.2.2. The Edition Statement]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
core: bibl monogr
header: editionStmt
May contain
Example
<edition>First edition <date>Oct 1990</date> -</edition> -<edition n="S2">Students' edition</edition>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element edition { tei_att.global.attributes, tei_macro.phraseSeq }

1.32. <editionStmt>

<editionStmt> (edition statement) groups information relating to one edition of a text. [2.2.2. The Edition Statement 2.2. The File Description]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Contained by
header: fileDesc
May contain
derived-module-Grobid: trash
figures: formula
header: edition
Example
<editionStmt><edition n="S2">Students' edition</edition><respStmt> -  <resp>Adapted by </resp> -  <name>Elizabeth Kirk</name></respStmt> -</editionStmt>
Example
<editionStmt><p>First edition, <date>Michaelmas Term, 1991.</date></p> -</editionStmt>
Content model
-<content>
- <alternate>
-  <classRef key="model.pLike"
-   maxOccurs="unbounded" minOccurs="1"/>
-  <sequence>
-   <elementRef key="edition"/>
-   <classRef key="model.respLike"
-    maxOccurs="unbounded" minOccurs="0"/>
-  </sequence>
- </alternate>
-</content>
-    
Schema Declaration
-element editionStmt
+}

<edition>

<edition> (edition) describes the particularities of one edition of a text. [2.2.2. The Edition Statement]
Moduleheader
Attributes
Member of
Contained by
core: bibl monogr
header: editionStmt
May contain
Example
<edition>First edition <date>Oct 1990</date>
</edition>
<edition n="S2">Students' edition</edition>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element edition { tei_att.global.attributes, tei_macro.phraseSeq }

<editionStmt>

<editionStmt> (edition statement) groups information relating to one edition of a text. [2.2.2. The Edition Statement 2.2. The File Description]
Moduleheader
Attributes
Contained by
header: fileDesc
May contain
analysis: s
derived-module-Grobid: trash
figures: formula
header: edition
Example
<editionStmt>
 <edition n="S2">Students' edition</edition>
 <respStmt>
  <resp>Adapted by </resp>
  <name>Elizabeth Kirk</name>
 </respStmt>
</editionStmt>
Example
<editionStmt>
 <p>First edition, <date>Michaelmas Term, 1991.</date>
 </p>
</editionStmt>
Content model
<content>
 <alternate>
  <classRef key="model.pLike"
   maxOccurs="unboundedminOccurs="1"/>

  <sequence>
   <elementRef key="edition"/>
   <classRef key="model.respLike"
    maxOccurs="unboundedminOccurs="0"/>

  </sequence>
 </alternate>
</content>
Schema Declaration
+element editionStmt
 {
    tei_att.global.attributes,
    ( tei_model.pLike+ | ( tei_edition, tei_model.respLike* ) )
-}

1.33. <editor>

<editor> contains a secondary statement of responsibility for a bibliographic item, for example the name of an individual, institution or organization, (or of several such) acting as editor, compiler, translator, etc. [3.12.2.2. Titles, Authors, and Editors]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod))
Member of
Contained by
May contain
Note

A consistent format should be adopted.

Particularly where cataloguing is likely to be based on the content of the header, it is advisable to use generally recognized authority lists for the exact form of personal names.

Example
<editor role="Technical_Editor">Ron Van den Branden</editor> -<editor role="Editor-in-Chief">John Walsh</editor> -<editor role="Managing_Editor">Anne Baillot</editor>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element editor
+}

<editor>

<editor> contains a secondary statement of responsibility for a bibliographic item, for example the name of an individual, institution or organization, (or of several such) acting as editor, compiler, translator, etc. [3.12.2.2. Titles, Authors, and Editors]
Modulecore
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Member of
Contained by
May contain
Note

A consistent format should be adopted.

Particularly where cataloguing is likely to be based on the content of the header, it is advisable to use generally recognized authority lists for the exact form of personal names.

Example
<editor role="Technical_Editor">Ron Van den Branden</editor>
<editor role="Editor-in-Chief">John Walsh</editor>
<editor role="Managing_Editor">Anne Baillot</editor>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element editor
 {
    tei_att.global.attributes,
    tei_att.naming.attributes,
    tei_att.datable.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
    tei_macro.phraseSeq
-}

1.34. <email>

<email> (electronic mail address) contains an email address identifying a location to which email messages can be delivered. [3.6.2. Addresses]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
May contain
Note

The format of a modern Internet email address is defined in RFC 2822

Example
<email>membership@tei-c.org</email>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element email { tei_att.global.attributes, tei_macro.phraseSeq }

1.35. <encodingDesc>

<encodingDesc> (encoding description) documents the relationship between an electronic text and the source or sources from which it was derived. [2.3. The Encoding Description 2.1.1. The TEI Header and Its Components]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
header: teiHeader
May contain
core: p
derived-module-Grobid: trash
figures: formula
Example
<encodingDesc><p>Basic encoding, capturing lexical information only. All -   hyphenation, punctuation, and variant spellings normalized. No -   formatting or layout information preserved.</p> -</encodingDesc>
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="1">
-  <classRef key="model.encodingDescPart"/>
-  <classRef key="model.pLike"/>
- </alternate>
-</content>
-    
Schema Declaration
-element encodingDesc
+}

<ellipsis>

<ellipsis> (deliberately marked omission) indicates a purposeful marking in the source document signalling that content has been omitted, and may also supply or describe the omitted content. [3.5.3. Additions, Deletions, and Omissions]
Modulecore
Attributes
Member of
Contained by
May contain
core: desc
Note

Unlike <gap>, which indicates content that the encoder cannot or chooses not to represent, ellipsis indicates a passage explicitly signalled in the source document as absent. The ellipsis element is not appropriate for every use of ellipsis points, such as when they indicate that a speaker is pausing.

Example
<lg>
 <l>What projects men make—what queer turns they take,</l>
 <l>Since <emph>steam</emph> has improved our condition;</l>
 <l>They never are still, but must cure or must kill</l>
 <l>With steam physic or steam ammunition.</l>
 <l>But a short time ago, to a quack you would go,</l>
 <l>To steam a fat man to a thinner;</l>
 <l>Now changed from all that, if you wish to get <emph>fat</emph>,</l>
 <l>Come to Barton’s and eat a <emph>steam dinner!</emph>
 </l>
 <l>Oh dear! think of a scheme, odd though it seem—</l>
 <l>I’m sure ’twill succeed if you make it by steam.</l>
</lg>
<lg>
 <l>You may sleep, you may dream, you may travel by steam,</l>
 <l>For the outcry is still to go faster;</l>
 <l>And what does it reck, should you e’en break your neck,</l>
 <l>If ’tis <emph>steam</emph> that brings on the disaster?</l>
 <ellipsis resp="#ChambersEdnbrghJrnl1880">
  <metamark function="multilineEllipsis"> * * * * </metamark>
  <desc resp="#teiProjectEditor2021">The printer omits four lines here,
     skipping the second half of the second octave, before the refrain.</desc>
 </ellipsis>
 <l>Oh dear! think of a scheme, odd though it seem—</l>
 <l>I’m sure ’twill succeed if you make it by steam.</l>
</lg>
Example
<lg>
 <l>You think you’ve lost your love </l>
 <l>Well, I saw her yesterday </l>
 <l>It’s you she's thinking of </l>
 <l>And she told me what to say</l>
</lg>
<lg xml:id="chorus">
 <label>[Refrain]</label>
 <l>She says she loves you </l>
 <l>And you know that can’t be bad </l>
 <l>Yes, she loves you </l>
 <l>And you know you should be glad</l>
</lg>
<lg>
 <l>She said you hurt her so </l>
 <l>She almost lost her mind </l>
 <l>But now she said she knows </l>
 <l>You’re not the hurting kind</l>
</lg>
<ellipsis>
 <metamark>******</metamark>
 <supplied copyOf="#chorus"/>
</ellipsis>
Content model
<content>
 <sequence>
  <elementRef key="metamark"/>
  <classRef key="model.descLike"
   maxOccurs="1minOccurs="0"/>

  <elementRef key="suppliedmaxOccurs="1"
   minOccurs="0"/>

 </sequence>
</content>
Schema Declaration
+element ellipsis
+{
+   tei_att.global.attributes,
+   tei_att.dimensions.attributes,
+   tei_att.timed.attributes,
+   ( metamark, tei_model.descLike?, supplied? )
+}

<email>

<email> (electronic mail address) contains an email address identifying a location to which email messages can be delivered. [3.6.2. Addresses]
Modulecore
Attributes
Member of
Contained by
May contain
Note

The format of a modern Internet email address is defined in RFC 2822

Example
<email>membership@tei-c.org</email>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element email { tei_att.global.attributes, tei_macro.phraseSeq }

<encodingDesc>

<encodingDesc> (encoding description) documents the relationship between an electronic text and the source or sources from which it was derived. [2.3. The Encoding Description 2.1.1. The TEI Header and Its Components]
Moduleheader
Attributes
Member of
Contained by
header: teiHeader
May contain
analysis: s
core: p
derived-module-Grobid: trash
figures: formula
Example
<encodingDesc>
 <p>Basic encoding, capturing lexical information only. All
   hyphenation, punctuation, and variant spellings normalized. No
   formatting or layout information preserved.</p>
</encodingDesc>
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="1">

  <classRef key="model.encodingDescPart"/>
  <classRef key="model.pLike"/>
 </alternate>
</content>
Schema Declaration
+element encodingDesc
 {
    tei_att.global.attributes,
    ( tei_model.encodingDescPart | tei_model.pLike )+
-}

1.36. <facsimile>

<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]
Moduletranscr
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls)
Member of
Contained by
textstructure: TEI
May contain
core: graphic
figures: formula
textstructure: back front
transcr: surface
Example
<facsimile><graphic url="page1.png"/><surface> -  <graphic url="page2-highRes.png"/> -  <graphic url="page2-lowRes.png"/></surface><graphic url="page3.png"/><graphic url="page4.png"/> -</facsimile>
Example
<facsimile><surface lrx="200lry="300ulx="0uly="0"> -  <graphic url="Bovelles-49r.png"/></surface> -</facsimile>
Content model
-<content>
- <sequence>
-  <elementRef key="front" minOccurs="0"/>
-  <alternate maxOccurs="unbounded"
-   minOccurs="1">
-   <classRef key="model.graphicLike"/>
-   <elementRef key="surface"/>
-   <elementRef key="surfaceGrp"/>
-  </alternate>
-  <elementRef key="back" minOccurs="0"/>
- </sequence>
-</content>
-    
Schema Declaration
-element facsimile
+}

<eventName>

<eventName> (name of an event) contains a proper noun or noun phrase used to refer to an event. [13.2.4. Event Names]
Modulenamesdates
Attributes
Member of
Contained by
May contain
Example
<listEvent>
 <event from="1939-09-01to="1945-09-02">
  <eventName xml:lang="de">Zweiter Weltkrieg</eventName>
  <eventName xml:lang="en">World War II</eventName>
  <idno type="GND">https://d-nb.info/gnd/4079167-1</idno>
  <idno type="Wikidata">https://www.wikidata.org/wiki/Q362</idno>
  <event from="1939-09-01to="1939-10-06"
   xml:id="UeberfallAufPolen">

   <eventName xml:lang="de">Überfall auf Polen</eventName>
   <eventName xml:lang="en">Invasion of Poland</eventName>
   <idno type="GND">https://d-nb.info/gnd/4175002-0</idno>
   <idno type="LOC">https://id.loc.gov/authorities/sh85148341</idno>
   <listPlace type="affected">
    <place>
     <placeName xml:lang="pl">Gdańsk</placeName>
     <location>
      <geo>54.350556, 18.652778</geo>
     </location>
    </place>
   </listPlace>
  </event>
  <event from="1941-06-22to="1945-05-09">
   <eventName xml:lang="de">Deutsch-Sowjetischer Krieg</eventName>
   <eventName xml:lang="ru">Великая Отечественная война</eventName>
   <idno type="GND">https://d-nb.info/gnd/4076906-9</idno>
   <idno type="Wikidata">https://www.wikidata.org/wiki/Q189266</idno>
  </event>
 </event>
</listEvent>
Example
<p>On <date when="1719-03-19">Monday</date>, <rs type="person">she</rs> was writing about the
<eventName ref="#SecondDefPrague">1618 Defenestration of Prague</eventName> which initiated the
<rs ref="#ThirtyYearsWartype="event">long war</rs>.</p>
Example
<event from="2019-09-16to="2019-09-20"
 xml:id="tei2019graz">

 <eventName type="full">TEI 2019: What is text, really? TEI and beyond</eventName>
 <eventName type="short">TEI 2019</eventName>
 <note> The abstract leading to the <gi>eventName</gi> element is available at <ref target="https://gams.uni-graz.at/o:tei2019.141">https://gams.uni-graz.at/o:tei2019.141</ref>.
   Other related documents are available through <ref target="https://gams.uni-graz.at/tei2019">https://gams.uni-graz.at/tei2019</ref>, as well as in the
 <ref target="https://zenodo.org/communities/tei2019">TEI 2019 Zenodo community</ref>.
 </note>
 <listPerson type="LocalOrganizers">
  <person>
   <persName>
    <surname>Raunig</surname>
    <forename>Elisabeth</forename>
   </persName>
  </person>
  <person>
   <persName>
    <surname>Scholger</surname>
    <forename>Martina</forename>
   </persName>
  </person>
  <person>
   <persName>
    <surname>Scholger</surname>
    <forename>Walter</forename>
   </persName>
  </person>
  <person>
   <persName>
    <surname>Steiner</surname>
    <forename>Elisabeth</forename>
   </persName>
  </person>
  <person>
   <persName>
    <surname>Vogeler</surname>
    <forename>Georg</forename>
   </persName>
  </person>
 </listPerson>
 <place xml:lang="de">
  <placeName>Universität Graz</placeName>
  <location>
   <address>
    <addrLine>ReSoWi Gebäude</addrLine>
    <addrLine>Universitätsstraße 15</addrLine>
    <postCode>8010</postCode>
    <settlement>Graz</settlement>
    <country>Österreich</country>
   </address>
   <geo>15.451651587656 47.078215112534</geo>
  </location>
 </place>
 <listRelation>
  <relation active="#tei2019graz"
   name="P31_is_instance_ofpassive="#AnnualTEIConference"
   ref="https://www.wikidata.org/wiki/Property:P31type="CRM"/>

 </listRelation>
</event>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element eventName
+{
+   tei_att.global.attributes,
+   tei_att.datable.attributes,
+   tei_att.editLike.attributes,
+   tei_att.personal.attributes,
+   tei_att.typed.attributes,
+   tei_macro.phraseSeq
+}

<facsimile>

<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]
Moduletranscr
Attributes
Member of
Contained by
textstructure: TEI
May contain
core: graphic
figures: formula
textstructure: back front
transcr: surface
Example
<facsimile>
 <graphic url="page1.png"/>
 <surface>
  <graphic url="page2-highRes.png"/>
  <graphic url="page2-lowRes.png"/>
 </surface>
 <graphic url="page3.png"/>
 <graphic url="page4.png"/>
</facsimile>
Example
<facsimile>
 <surface lrx="200lry="300ulx="0uly="0">
  <graphic url="Bovelles-49r.png"/>
 </surface>
</facsimile>
Schematron

<sch:rule context="tei:facsimile//tei:line | tei:facsimile//tei:zone">
<sch:report test="child::text()[ normalize-space(.) ne '']"> A facsimile element represents a text with images, thus
transcribed text should not be present within it.
</sch:report>
</sch:rule>
Content model
<content>
 <sequence>
  <elementRef key="frontminOccurs="0"/>
  <alternate maxOccurs="unbounded"
   minOccurs="1">

   <classRef key="model.graphicLike"/>
   <elementRef key="surface"/>
   <elementRef key="surfaceGrp"/>
  </alternate>
  <elementRef key="backminOccurs="0"/>
 </sequence>
</content>
Schema Declaration
+element facsimile
 {
    tei_att.global.attributes,
    tei_att.declaring.attributes,
@@ -1222,46 +494,13 @@
       ( tei_model.graphicLike | tei_surface | surfaceGrp )+,
       tei_back?
    )
-}

1.37. <figDesc>

<figDesc> (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]
Modulefigures
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Contained by
figures: figure
May contain
Note

This element is intended for use as an alternative to the content of its parent <figure> element ; for example, to display when the image is required but the equipment in use cannot display graphic images. It may also be used for indexing or documentary purposes.

Example
<figure><graphic url="emblem1.png"/><head>Emblemi d'Amore</head><figDesc>A pair of naked winged cupids, each holding a -   flaming torch, in a rural setting.</figDesc> -</figure>
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <textNode/>
-  <classRef key="model.limitedPhrase"/>
-  <classRef key="model.inter"/>
-  <classRef key="model.divLike"/>
- </alternate>
-</content>
-    
Schema Declaration
-element figDesc
+}

<figDesc>

<figDesc> (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]
Modulefigures
Attributes
Contained by
figures: figure
May contain
Note

This element is intended for use as an alternative to the content of its parent figure element ; for example, to display when the image is required but the equipment in use cannot display graphic images. It may also be used for indexing or documentary purposes.

Example
<figure>
 <graphic url="emblem1.png"/>
 <head>Emblemi d'Amore</head>
 <figDesc>A pair of naked winged cupids, each holding a
   flaming torch, in a rural setting.</figDesc>
</figure>
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <textNode/>
  <classRef key="model.limitedPhrase"/>
  <classRef key="model.inter"/>
  <classRef key="model.divLike"/>
 </alternate>
</content>
Schema Declaration
+element figDesc
 {
    tei_att.global.attributes,
    ( text | tei_model.limitedPhrase | tei_model.inter | tei_model.divLike )*
-}

1.38. <figure>

<figure> (figure) groups elements representing or containing graphic information such as an illustration, formula, or figure. [14.4. Specific Elements for Graphic Images]
Modulefigures
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.placement (@place) att.typed (@type, @subtype) att.written (@hand)
Member of
Contained by
May contain
Example
<figure><head>The View from the Bridge</head><figDesc>A Whistleresque view showing four or five sailing boats in the foreground, and a -   series of buoys strung out between them.</figDesc><graphic scale="0.5" -  url="http://www.example.org/fig1.png"/> -</figure>
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <classRef key="model.headLike"/>
-  <classRef key="model.common"/>
-  <elementRef key="figDesc"/>
-  <classRef key="model.graphicLike"/>
-  <classRef key="model.global"/>
-  <classRef key="model.divBottom"/>
- </alternate>
-</content>
-    
Schema Declaration
-element figure
+}

<figure>

<figure> (figure) groups elements representing or containing graphic information such as an illustration, formula, or figure. [14.4. Specific Elements for Graphic Images]
Modulefigures
Attributes
Member of
Contained by
May contain
analysis: s
derived-module-Grobid: trash
linking: anchor link
namesdates: listObject
Example
<figure>
 <head>The View from the Bridge</head>
 <figDesc>A Whistleresque view showing four or five sailing boats in the foreground, and a
   series of buoys strung out between them.</figDesc>
 <graphic scale="0.5"
  url="http://www.example.org/fig1.png"/>

</figure>
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <classRef key="model.headLike"/>
  <classRef key="model.common"/>
  <elementRef key="figDesc"/>
  <classRef key="model.graphicLike"/>
  <classRef key="model.global"/>
  <classRef key="model.divBottom"/>
 </alternate>
</content>
Schema Declaration
+element figure
 {
    tei_att.global.attributes,
    tei_att.placement.attributes,
@@ -1275,36 +514,8 @@
     | tei_model.global
     | tei_model.divBottom
    )*
-}

1.39. <fileDesc>

<fileDesc> (file description) contains a full bibliographic description of an electronic file. [2.2. The File Description 2.1.1. The TEI Header and Its Components]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Contained by
header: teiHeader
May contain
Note

The major source of information for those seeking to create a catalogue entry or bibliographic citation for an electronic file. As such, it provides a title and statements of responsibility together with details of the publication or distribution of the file, of any series to which it belongs, and detailed bibliographic notes for matters not addressed elsewhere in the header. It also contains a full bibliographic description for the source or sources from which the electronic text was derived.

Example
<fileDesc><titleStmt> -  <title>The shortest possible TEI document</title></titleStmt><publicationStmt> -  <p>Distributed as part of TEI P5</p></publicationStmt><sourceDesc> -  <p>No print source exists: this is an original digital text</p></sourceDesc> -</fileDesc>
Content model
-<content>
- <sequence>
-  <sequence>
-   <elementRef key="titleStmt"/>
-   <elementRef key="editionStmt"
-    minOccurs="0"/>
-   <elementRef key="extent" minOccurs="0"/>
-   <elementRef key="publicationStmt"/>
-   <elementRef key="seriesStmt"
-    maxOccurs="unbounded" minOccurs="0"/>
-   <elementRef key="notesStmt"
-    minOccurs="0"/>
-  </sequence>
-  <elementRef key="sourceDesc"
-   maxOccurs="unbounded" minOccurs="1"/>
- </sequence>
-</content>
-    
Schema Declaration
-element fileDesc
+}

<fileDesc>

<fileDesc> (file description) contains a full bibliographic description of an electronic file. [2.2. The File Description 2.1.1. The TEI Header and Its Components]
Moduleheader
Attributes
Contained by
header: teiHeader
May contain
Note

The major source of information for those seeking to create a catalogue entry or bibliographic citation for an electronic file. As such, it provides a title and statements of responsibility together with details of the publication or distribution of the file, of any series to which it belongs, and detailed bibliographic notes for matters not addressed elsewhere in the header. It also contains a full bibliographic description for the source or sources from which the electronic text was derived.

Example
<fileDesc>
 <titleStmt>
  <title>The shortest possible TEI document</title>
 </titleStmt>
 <publicationStmt>
  <p>Distributed as part of TEI P5</p>
 </publicationStmt>
 <sourceDesc>
  <p>No print source exists: this is an original digital text</p>
 </sourceDesc>
</fileDesc>
Content model
<content>
 <sequence>
  <sequence>
   <elementRef key="titleStmt"/>
   <elementRef key="editionStmt"
    minOccurs="0"/>

   <elementRef key="extentminOccurs="0"/>
   <elementRef key="publicationStmt"/>
   <elementRef key="seriesStmt"
    maxOccurs="unboundedminOccurs="0"/>

   <elementRef key="notesStmt"
    minOccurs="0"/>

  </sequence>
  <elementRef key="sourceDesc"
   maxOccurs="unboundedminOccurs="1"/>

 </sequence>
</content>
Schema Declaration
+element fileDesc
 {
    tei_att.global.attributes,
    (
@@ -1318,48 +529,15 @@
       ),
       tei_sourceDesc+
    )
-}

1.40. <forename>

<forename> (forename) contains a forename, given or baptismal name. [13.2.1. Personal Names]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.personal (@full, @sort) (att.naming (@role, @nymRef) (att.canonical (@key, @ref)) ) att.typed (@type, @subtype)
Member of
Contained by
May contain
Example
<persName><roleName>Ex-President</roleName><forename>George</forename><surname>Bush</surname> -</persName>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element forename
+}

<forename>

<forename> (forename) contains a forename, given or baptismal name. [13.2.1. Personal Names]
Modulenamesdates
Attributes
Member of
Contained by
May contain
Example
<persName>
 <roleName>Ex-President</roleName>
 <forename>George</forename>
 <surname>Bush</surname>
</persName>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element forename
 {
    tei_att.global.attributes,
    tei_att.personal.attributes,
    tei_att.typed.attributes,
    tei_macro.phraseSeq
-}

1.41. <formula>

<formula> (formula) contains a mathematical or other formula. [14.2. Formulæ and Mathematical Expressions]
Modulefigures
AttributesAttributes att.typed (@type, @subtype) att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.notated (@notation)
Member of
Contained by
May contain
figures: formula
character data
Example
<formula notation="mathml"><m:math> -  <m:mi>E</m:mi> -  <m:mo>=</m:mo> -  <m:mi>m</m:mi> -  <m:msup> -   <m:mrow> -    <m:mi>c</m:mi> -   </m:mrow> -   <m:mrow> -    <m:mn>2</m:mn> -   </m:mrow> -  </m:msup></m:math> -</formula>
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <textNode/>
-  <elementRef key="label"/>
-  <classRef key="model.graphicLike"/>
-  <classRef key="model.hiLike"/>
-  <elementRef key="mathml.math"/>
- </alternate>
-</content>
-    
Schema Declaration
-element formula
+}

<formula>

<formula> (formula) contains a mathematical or other formula. [14.2. Formulæ and Mathematical Expressions]
Modulefigures
Attributes
Member of
Contained by
May contain
figures: formula
character data
Example
<formula notation="mathml">
 <m:math>
  <m:mi>E</m:mi>
  <m:mo>=</m:mo>
  <m:mi>m</m:mi>
  <m:msup>
   <m:mrow>
    <m:mi>c</m:mi>
   </m:mrow>
   <m:mrow>
    <m:mn>2</m:mn>
   </m:mrow>
  </m:msup>
 </m:math>
</formula>
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <textNode/>
  <elementRef key="label"/>
  <classRef key="model.graphicLike"/>
  <classRef key="model.hiLike"/>
  <elementRef key="mathml.math"/>
 </alternate>
</content>
Schema Declaration
+element formula
 {
    tei_att.typed.attributes,
    tei_att.global.attributes,
@@ -1371,114 +549,8 @@
     | tei_model.hiLike
     | mathml.math
    )*
-}

1.42. <front>

<front> (front matter) contains any prefatory matter (headers, abstracts, title page, prefaces, dedications, etc.) found at the start of a document, before the main body. [4.6. Title Pages 4. Default Text Structure]
Moduletextstructure
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls)
Contained by
textstructure: text
transcr: facsimile
May contain
derived-module-Grobid: trash
figures: figure formula
linking: anchor link
textstructure: div
Note

Because cultural conventions differ as to which elements are grouped as front matter and which as back matter, the content models for the <front> and <back> elements are identical.

Example
<front><epigraph> -  <quote>Nam Sibyllam quidem Cumis ego ipse oculis meis vidi in ampulla -     pendere, et cum illi pueri dicerent: <q xml:lang="grc">Σίβυλλα τί -       θέλεις</q>; respondebat illa: <q xml:lang="grc">ὰποθανεῖν θέλω.</q> -  </quote></epigraph><div type="dedication"> -  <p>For Ezra Pound <q xml:lang="it">il miglior fabbro.</q> -  </p></div> -</front>
Example
<front><div type="dedication"> -  <p>To our three selves</p></div><div type="preface"> -  <head>Author's Note</head> -  <p>All the characters in this book are purely imaginary, and if the -     author has used names that may suggest a reference to living persons -     she has done so inadvertently. ...</p></div> -</front>
Example
<front><div type="abstract"> -  <div> -   <head> BACKGROUND:</head> -   <p>Food insecurity can put children at greater risk of obesity because -       of altered food choices and nonuniform consumption patterns.</p> -  </div> -  <div> -   <head> OBJECTIVE:</head> -   <p>We examined the association between obesity and both child-level -       food insecurity and personal food insecurity in US children.</p> -  </div> -  <div> -   <head> DESIGN:</head> -   <p>Data from 9,701 participants in the National Health and Nutrition -       Examination Survey, 2001-2010, aged 2 to 11 years were analyzed. -       Child-level food insecurity was assessed with the US Department of -       Agriculture's Food Security Survey Module based on eight -       child-specific questions. Personal food insecurity was assessed with -       five additional questions. Obesity was defined, using physical -       measurements, as body mass index (calculated as kg/m2) greater than -       or equal to the age- and sex-specific 95th percentile of the Centers -       for Disease Control and Prevention growth charts. Logistic -       regressions adjusted for sex, race/ethnic group, poverty level, and -       survey year were conducted to describe associations between obesity -       and food insecurity.</p> -  </div> -  <div> -   <head> RESULTS:</head> -   <p>Obesity was significantly associated with personal food insecurity -       for children aged 6 to 11 years (odds ratio=1.81; 95% CI 1.33 to -       2.48), but not in children aged 2 to 5 years (odds ratio=0.88; 95% -       CI 0.51 to 1.51). Child-level food insecurity was not associated -       with obesity among 2- to 5-year-olds or 6- to 11-year-olds.</p> -  </div> -  <div> -   <head> CONCLUSIONS:</head> -   <p>Personal food insecurity is associated with an increased risk of -       obesity only in children aged 6 to 11 years. Personal -       food-insecurity measures may give different results than aggregate -       food-insecurity measures in children.</p> -  </div></div> -</front>
Content model
-<content>
- <sequence>
-  <alternate maxOccurs="unbounded"
-   minOccurs="0">
-   <classRef key="model.frontPart"/>
-   <classRef key="model.pLike"/>
-   <classRef key="model.pLike.front"/>
-   <classRef key="model.global"/>
-  </alternate>
-  <sequence minOccurs="0">
-   <alternate>
-    <sequence>
-     <classRef key="model.div1Like"/>
-     <alternate maxOccurs="unbounded"
-      minOccurs="0">
-      <classRef key="model.div1Like"/>
-      <classRef key="model.frontPart"/>
-      <classRef key="model.global"/>
-     </alternate>
-    </sequence>
-    <sequence>
-     <classRef key="model.divLike"/>
-     <alternate maxOccurs="unbounded"
-      minOccurs="0">
-      <classRef key="model.divLike"/>
-      <classRef key="model.frontPart"/>
-      <classRef key="model.global"/>
-     </alternate>
-    </sequence>
-   </alternate>
-   <sequence minOccurs="0">
-    <classRef key="model.divBottom"/>
-    <alternate maxOccurs="unbounded"
-     minOccurs="0">
-     <classRef key="model.divBottom"/>
-     <classRef key="model.global"/>
-    </alternate>
-   </sequence>
-  </sequence>
- </sequence>
-</content>
-    
Schema Declaration
-element front
+}

<front>

<front> (front matter) contains any prefatory matter (headers, abstracts, title page, prefaces, dedications, etc.) found at the start of a document, before the main body. [4.6. Title Pages 4. Default Text Structure]
Moduletextstructure
Attributes
Contained by
textstructure: text
transcr: facsimile
May contain
analysis: s
derived-module-Grobid: trash
figures: figure formula
linking: anchor link
textstructure: div
Note

Because cultural conventions differ as to which elements are grouped as front matter and which as back matter, the content models for the front and back elements are identical.

Example
<front>
 <epigraph>
  <quote>Nam Sibyllam quidem Cumis ego ipse oculis meis vidi in ampulla
     pendere, et cum illi pueri dicerent: <q xml:lang="grc">Σίβυλλα τί
       θέλεις</q>; respondebat illa: <q xml:lang="grc">ὰποθανεῖν θέλω.</q>
  </quote>
 </epigraph>
 <div type="dedication">
  <p>For Ezra Pound <q xml:lang="it">il miglior fabbro.</q>
  </p>
 </div>
</front>
Example
<front>
 <div type="dedication">
  <p>To our three selves</p>
 </div>
 <div type="preface">
  <head>Author's Note</head>
  <p>All the characters in this book are purely imaginary, and if the
     author has used names that may suggest a reference to living persons
     she has done so inadvertently. ...</p>
 </div>
</front>
Example
<front>
 <div type="abstract">
  <div>
   <head> BACKGROUND:</head>
   <p>Food insecurity can put children at greater risk of obesity because
       of altered food choices and nonuniform consumption patterns.</p>
  </div>
  <div>
   <head> OBJECTIVE:</head>
   <p>We examined the association between obesity and both child-level
       food insecurity and personal food insecurity in US children.</p>
  </div>
  <div>
   <head> DESIGN:</head>
   <p>Data from 9,701 participants in the National Health and Nutrition
       Examination Survey, 2001-2010, aged 2 to 11 years were analyzed.
       Child-level food insecurity was assessed with the US Department of
       Agriculture's Food Security Survey Module based on eight
       child-specific questions. Personal food insecurity was assessed with
       five additional questions. Obesity was defined, using physical
       measurements, as body mass index (calculated as kg/m2) greater than
       or equal to the age- and sex-specific 95th percentile of the Centers
       for Disease Control and Prevention growth charts. Logistic
       regressions adjusted for sex, race/ethnic group, poverty level, and
       survey year were conducted to describe associations between obesity
       and food insecurity.</p>
  </div>
  <div>
   <head> RESULTS:</head>
   <p>Obesity was significantly associated with personal food insecurity
       for children aged 6 to 11 years (odds ratio=1.81; 95% CI 1.33 to
       2.48), but not in children aged 2 to 5 years (odds ratio=0.88; 95%
       CI 0.51 to 1.51). Child-level food insecurity was not associated
       with obesity among 2- to 5-year-olds or 6- to 11-year-olds.</p>
  </div>
  <div>
   <head> CONCLUSIONS:</head>
   <p>Personal food insecurity is associated with an increased risk of
       obesity only in children aged 6 to 11 years. Personal
       food-insecurity measures may give different results than aggregate
       food-insecurity measures in children.</p>
  </div>
 </div>
</front>
Content model
<content>
 <sequence>
  <alternate maxOccurs="unbounded"
   minOccurs="0">

   <classRef key="model.frontPart"/>
   <classRef key="model.pLike"/>
   <classRef key="model.pLike.front"/>
   <classRef key="model.global"/>
  </alternate>
  <sequence minOccurs="0">
   <alternate>
    <sequence>
     <classRef key="model.div1Like"/>
     <alternate maxOccurs="unbounded"
      minOccurs="0">

      <classRef key="model.div1Like"/>
      <classRef key="model.frontPart"/>
      <classRef key="model.global"/>
     </alternate>
    </sequence>
    <sequence>
     <classRef key="model.divLike"/>
     <alternate maxOccurs="unbounded"
      minOccurs="0">

      <classRef key="model.divLike"/>
      <classRef key="model.frontPart"/>
      <classRef key="model.global"/>
     </alternate>
    </sequence>
   </alternate>
   <sequence minOccurs="0">
    <classRef key="model.divBottom"/>
    <alternate maxOccurs="unbounded"
     minOccurs="0">

     <classRef key="model.divBottom"/>
     <classRef key="model.global"/>
    </alternate>
   </sequence>
  </sequence>
 </sequence>
</content>
Schema Declaration
+element front
 {
    tei_att.global.attributes,
    tei_att.declaring.attributes,
@@ -1503,80 +575,34 @@
          ( tei_model.divBottom, ( tei_model.divBottom | tei_model.global )* )?
       )?
    )
-}

1.43. <graphic>

<graphic> (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]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.media (@width, @height, @scale) (att.internetMedia (@mimeType)) att.resourced (@url) att.declaring (@decls)
Member of
Contained by
May contain
core: desc
Note

The mimeType attribute should be used to supply the MIME media type of the image specified by the url attribute.

Within the body of a text, a <graphic> element indicates the presence of a graphic component in the source itself. Within the context of a <facsimile> or <sourceDoc> element, however, a <graphic> element provides an additional digital representation of some part of the source being encoded.

Example
<figure><graphic url="fig1.png"/><head>Figure One: The View from the Bridge</head><figDesc>A Whistleresque view showing four or five sailing boats in the foreground, and a -   series of buoys strung out between them.</figDesc> -</figure>
Example
<facsimile><surfaceGrp n="leaf1"> -  <surface> -   <graphic url="page1.png"/> -  </surface> -  <surface> -   <graphic url="page2-highRes.png"/> -   <graphic url="page2-lowRes.png"/> -  </surface></surfaceGrp> -</facsimile>
Content model
-<content>
- <classRef key="model.descLike"
-  maxOccurs="unbounded" minOccurs="0"/>
-</content>
-    
Schema Declaration
-element graphic
+}

<gender>

<gender> (gender) specifies the gender identity of a person, persona, or character. [13.3.2.1. Personal Characteristics]
Modulenamesdates
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
valuesupplies a coded value for gender identity
Status Optional
Datatype 1–∞ occurrences of teidata.gender separated by whitespace
Note

Values for this attribute may be locally defined by a project, or they may refer to an external standard.

Member of
Contained by
namesdates: persona
May contain
Note

As with other culturally-constructed traits such as age and sex, the way in which this concept is described in different cultural contexts varies. The normalizing attributes are provided only as an optional means of simplifying that variety for purposes of interoperability or project-internal taxonomies for consistency, and should not be used where that is inappropriate or unhelpful. The content of the element may be used to describe the intended concept in more detail.

Example
<gender value="W">woman</gender>
Example
<gender value="NB">non-binary</gender>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element gender
+{
+   tei_att.global.attributes,
+   tei_att.editLike.attributes,
+   tei_att.datable.attributes,
+   tei_att.typed.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
+   attribute value { list { teidata.gender+ } }?,
+   tei_macro.phraseSeq
+}

<genName>

<genName> (generational name component) contains a name component used to distinguish otherwise similar names on the basis of the relative ages or generations of the persons named. [13.2.1. Personal Names]
Modulenamesdates
Attributes
Member of
Contained by
May contain
Example
<persName>
 <forename>Charles</forename>
 <genName>II</genName>
</persName>
Example
<persName>
 <surname>Pitt</surname>
 <genName>the Younger</genName>
</persName>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element genName
+{
+   tei_att.global.attributes,
+   tei_att.personal.attributes,
+   tei_att.typed.attributes,
+   tei_macro.phraseSeq
+}

<graphic>

<graphic> (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]
Modulecore
Attributes
Member of
Contained by
May contain
core: desc
Note

The mimeType attribute should be used to supply the MIME media type of the image specified by the url attribute.

Within the body of a text, a graphic element indicates the presence of a graphic component in the source itself. Within the context of a facsimile or <sourceDoc> element, however, a graphic element provides an additional digital representation of some part of the source being encoded.

Example
<figure>
 <graphic url="fig1.png"/>
 <head>Figure One: The View from the Bridge</head>
 <figDesc>A Whistleresque view showing four or five sailing boats in the foreground, and a
   series of buoys strung out between them.</figDesc>
</figure>
Example
<facsimile>
 <surfaceGrp n="leaf1">
  <surface>
   <graphic url="page1.png"/>
  </surface>
  <surface>
   <graphic url="page2-highRes.png"/>
   <graphic url="page2-lowRes.png"/>
  </surface>
 </surfaceGrp>
</facsimile>
Example
<facsimile>
 <surfaceGrp n="leaf1xml:id="spi001">
  <surface xml:id="spi001r">
   <graphic subtype="thumbnail"
    type="normalurl="spi/thumb/001r.jpg"/>

   <graphic subtype="low-restype="normal"
    url="spi/normal/lowRes/001r.jpg"/>

   <graphic subtype="high-res"
    type="normalurl="spi/normal/highRes/001r.jpg"/>

   <graphic subtype="low-res"
    type="high-contrasturl="spi/contrast/lowRes/001r.jpg"/>

   <graphic subtype="high-res"
    type="high-contrasturl="spi/contrast/highRes/001r.jpg"/>

  </surface>
  <surface xml:id="spi001v">
   <graphic subtype="thumbnail"
    type="normalurl="spi/thumb/001v.jpg"/>

   <graphic subtype="low-restype="normal"
    url="spi/normal/lowRes/001v.jpg"/>

   <graphic subtype="high-res"
    type="normalurl="spi/normal/highRes/001v.jpg"/>

   <graphic subtype="low-res"
    type="high-contrasturl="spi/contrast/lowRes/001v.jpg"/>

   <graphic subtype="high-res"
    type="high-contrasturl="spi/contrast/highRes/001v.jpg"/>

   <zone xml:id="spi001v_detail01">
    <graphic subtype="thumbnail"
     type="normalurl="spi/thumb/001v-detail01.jpg"/>

    <graphic subtype="low-res"
     type="normal"
     url="spi/normal/lowRes/001v-detail01.jpg"/>

    <graphic subtype="high-res"
     type="normal"
     url="spi/normal/highRes/001v-detail01.jpg"/>

    <graphic subtype="low-res"
     type="high-contrast"
     url="spi/contrast/lowRes/001v-detail01.jpg"/>

    <graphic subtype="high-res"
     type="high-contrast"
     url="spi/contrast/highRes/001v-detail01.jpg"/>

   </zone>
  </surface>
 </surfaceGrp>
</facsimile>
Content model
<content>
 <classRef key="model.descLike"
  maxOccurs="unboundedminOccurs="0"/>

</content>
Schema Declaration
+element graphic
 {
    tei_att.global.attributes,
    tei_att.media.attributes,
    tei_att.resourced.attributes,
    tei_att.declaring.attributes,
+   tei_att.typed.attributes,
    tei_model.descLike*
-}

1.44. <head>

<head> (heading) contains any type of heading, for example the title of a section, or the heading of a list, glossary, manuscript description, etc. [4.2.1. Headings and Trailers]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.placement (@place) att.written (@hand)
Member of
Contained by
core: list
figures: figure table
textstructure: back body div front
May contain
Note

The <head> element is used for headings at all levels; software which treats (e.g.) chapter headings, section headings, and list titles differently must determine the proper processing of a <head> element based on its structural position. A <head> occurring as the first element of a list is the title of that list; one occurring as the first element of a <div1> is the title of that chapter or section.

ExampleThe most common use for the <head> element is to mark the headings of sections. In older writings, the headings or incipits may be rather longer than usual in modern works. If a section has an explicit ending as well as a heading, it should be marked as a <trailer>, as in this example:
<div1 n="Itype="book"><head>In the name of Christ here begins the first book of the ecclesiastical history of -   Georgius Florentinus, known as Gregory, Bishop of Tours.</head><div2 type="section"> -  <head>In the name of Christ here begins Book I of the history.</head> -  <p>Proposing as I do ...</p> -  <p>From the Passion of our Lord until the death of Saint Martin four hundred and twelve -     years passed.</p> -  <trailer>Here ends the first Book, which covers five thousand, five hundred and ninety-six -     years from the beginning of the world down to the death of Saint Martin.</trailer></div2> -</div1>
ExampleWhen headings are not inline with the running text (see e.g. the heading "Secunda conclusio") they might however be encoded as if. The actual placement in the source document can be captured with the place attribute.
<div type="subsection"><head place="margin">Secunda conclusio</head><p> -  <lb n="1251"/> -  <hi rend="large">Potencia: habitus: et actus: recipiunt speciem ab obiectis<supplied>.</supplied> -  </hi> -  <lb n="1252"/>Probatur sic. Omne importans necessariam habitudinem ad proprium -   [...] - </p> -</div>
ExampleThe <head> element is also used to mark headings of other units, such as lists:
With a few exceptions, connectives are equally - useful in all kinds of discourse: description, narration, exposition, argument. <list rend="bulleted"><head>Connectives</head><item>above</item><item>accordingly</item><item>across from</item><item>adjacent to</item><item>again</item><item> -<!-- ... --></item> -</list>
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <textNode/>
-  <elementRef key="lg"/>
-  <classRef key="model.gLike"/>
-  <classRef key="model.phrase"/>
-  <classRef key="model.inter"/>
-  <classRef key="model.lLike"/>
-  <classRef key="model.global"/>
- </alternate>
-</content>
-    
Schema Declaration
-element head
+}
<head> (heading) contains any type of heading, for example the title of a section, or the heading of a list, glossary, manuscript description, etc. [4.2.1. Headings and Trailers]
Modulecore
Attributes
Member of
Contained by
core: list
figures: figure table
textstructure: back body div front
May contain
Note

The head element is used for headings at all levels; software which treats (e.g.) chapter headings, section headings, and list titles differently must determine the proper processing of a head element based on its structural position. A head occurring as the first element of a list is the title of that list; one occurring as the first element of a <div1> is the title of that chapter or section.

Example

The most common use for the head element is to mark the headings of sections. In older writings, the headings or incipits may be rather longer than usual in modern works. If a section has an explicit ending as well as a heading, it should be marked as a <trailer>, as in this example:

<div1 n="Itype="book">
 <head>In the name of Christ here begins the first book of the ecclesiastical history of
   Georgius Florentinus, known as Gregory, Bishop of Tours.</head>
 <div2 type="section">
  <head>In the name of Christ here begins Book I of the history.</head>
  <p>Proposing as I do ...</p>
  <p>From the Passion of our Lord until the death of Saint Martin four hundred and twelve
     years passed.</p>
  <trailer>Here ends the first Book, which covers five thousand, five hundred and ninety-six
     years from the beginning of the world down to the death of Saint Martin.</trailer>
 </div2>
</div1>
Example

When headings are not inline with the running text (see e.g. the heading "Secunda conclusio") they might however be encoded as if. The actual placement in the source document can be captured with the place attribute.

<div type="subsection">
 <head place="margin">Secunda conclusio</head>
 <p>
  <lb n="1251"/>
  <hi rend="large">Potencia: habitus: et actus: recipiunt speciem ab obiectis<supplied>.</supplied>
  </hi>
  <lb n="1252"/>Probatur sic. Omne importans necessariam habitudinem ad proprium
   [...]
 </p>
</div>
Example

The head element is also used to mark headings of other units, such as lists:

With a few exceptions, connectives are equally
useful in all kinds of discourse: description, narration, exposition, argument. <list rend="bulleted">
 <head>Connectives</head>
 <item>above</item>
 <item>accordingly</item>
 <item>across from</item>
 <item>adjacent to</item>
 <item>again</item>
 <item>
<!-- ... -->
 </item>
</list>
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <textNode/>
  <elementRef key="lg"/>
  <classRef key="model.gLike"/>
  <classRef key="model.phrase"/>
  <classRef key="model.inter"/>
  <classRef key="model.lLike"/>
  <classRef key="model.global"/>
 </alternate>
</content>
Schema Declaration
+element head
 {
    tei_att.global.attributes,
    tei_att.typed.attributes,
@@ -1591,76 +617,34 @@
     | tei_model.lLike
     | tei_model.global
    )*
-}

1.45. <hi>

<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]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.written (@hand)
Member of
Contained by
May contain
Example
<hi rend="gothic">And this Indenture further witnesseth</hi> - that the said <hi rend="italic">Walter Shandy</hi>, merchant, - in consideration of the said intended marriage ...
Content model
-<content>
- <macroRef key="macro.paraContent"/>
-</content>
-    
Schema Declaration
-element hi
+}

<hi>

<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]
Modulecore
Attributes
Member of
Contained by
May contain
Example
<hi rend="gothic">And this Indenture further witnesseth</hi>
that the said <hi rend="italic">Walter Shandy</hi>, merchant,
in consideration of the said intended marriage ...
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Schema Declaration
+element hi
 {
    tei_att.global.attributes,
    tei_att.written.attributes,
    tei_macro.paraContent
-}

1.46. <idno>

<idno> (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]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.sortable (@sortKey) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.typed (type, @subtype)
typecategorizes the identifier, for example as an ISBN, Social Security number, etc.
Derived fromatt.typed
StatusOptional
Datatypeteidata.enumerated
Suggested values include:
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 which usually contains indication of the means of accessing that resource, the name of its host, and its filepath.
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.
Member of
Contained by
May contain
header: idno
character data
Note

<idno> should be used for labels which identify an object or concept in a formal cataloguing system such as a database or an RDF store, or in a distributed system such as the World Wide Web. Some suggested values for type on <idno> are ISBN, ISSN, DOI, and URI.

Example
<idno type="ISBN">978-1-906964-22-1</idno> -<idno type="ISSN">0143-3385</idno> -<idno type="DOI">10.1000/123</idno> -<idno type="URI">http://www.worldcat.org/oclc/185922478</idno> -<idno type="URI">http://authority.nzetc.org/463/</idno> -<idno type="LT">Thomason Tract E.537(17)</idno> -<idno type="Wing">C695</idno> -<idno type="oldCat"><g ref="#sym"/>345 -</idno>
In the last case, the identifier includes a non-Unicode character which is defined elsewhere by means of a <glyph> or <char> element referenced here as #sym.
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <textNode/>
-  <classRef key="model.gLike"/>
-  <elementRef key="idno"/>
- </alternate>
-</content>
-    
Schema Declaration
-element idno
+}

<idno>

<idno> (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]
Moduleheader
Attributes
typecategorizes the identifier, for example as an ISBN, Social Security number, etc.
Derived fromatt.typed
Status Optional
Datatype teidata.enumerated
Suggested values include:
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.
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Member of
Contained by
May contain
header: idno
character data
Note

idno should be used for labels which identify an object or concept in a formal cataloguing system such as a database or an RDF store, or in a distributed system such as the World Wide Web. Some suggested values for type on idno are ISBN, ISSN, DOI, and URI.

Example
<idno type="ISBN">978-1-906964-22-1</idno>
<idno type="ISSN">0143-3385</idno>
<idno type="DOI">10.1000/123</idno>
<idno type="URI">http://www.worldcat.org/oclc/185922478</idno>
<idno type="URI">http://authority.nzetc.org/463/</idno>
<idno type="LT">Thomason Tract E.537(17)</idno>
<idno type="Wing">C695</idno>
<idno type="oldCat">
 <g ref="#sym"/>345
</idno>

In the last case, the identifier includes a non-Unicode character which is defined elsewhere by means of a <glyph> or <char> element referenced here as #sym.

Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <textNode/>
  <classRef key="model.gLike"/>
  <elementRef key="idno"/>
 </alternate>
</content>
Schema Declaration
+element idno
 {
    tei_att.global.attributes,
    tei_att.sortable.attributes,
    tei_att.datable.attributes,
    tei_att.typed.attribute.subtype,
-   attribute type
+   attribute type
    {
-      "ISBN" | "ISSN" | "DOI" | "URI" | "VIAF" | "ESTC" | "OCLC"
+      "ISBN"
+    | "ISSN"
+    | "DOI"
+    | "URI"
+    | "VIAF"
+    | "ESTC"
+    | "OCLC"
+    | teidata.enumerated
    }?,
+   attribute calendar { list { teidata.pointer+ } }?,
    ( text | tei_model.gLike | tei_idno )*
-}

1.47. <imprint>

<imprint> groups information relating to the publication or distribution of a bibliographic item. [3.12.2.4. Imprint, Size of a Document, and Reprint Information]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Contained by
core: monogr
May contain
Example
<imprint><pubPlace>Oxford</pubPlace><publisher>Clarendon Press</publisher><date>1987</date> -</imprint>
Content model
-<content>
- <sequence maxOccurs="1" minOccurs="1">
-  <alternate maxOccurs="unbounded"
-   minOccurs="0">
-   <elementRef key="classCode"/>
-   <elementRef key="catRef"/>
-  </alternate>
-  <sequence maxOccurs="unbounded"
-   minOccurs="0">
-   <alternate maxOccurs="unbounded"
-    minOccurs="0">
-    <classRef key="model.imprintPart"/>
-    <classRef key="model.dateLike"/>
-   </alternate>
-   <elementRef key="respStmt"
-    maxOccurs="unbounded" minOccurs="0"/>
-   <classRef key="model.global"
-    maxOccurs="unbounded" minOccurs="0"/>
-  </sequence>
- </sequence>
-</content>
-    
Schema Declaration
-element imprint
+}

<imprint>

<imprint> groups information relating to the publication or distribution of a bibliographic item. [3.12.2.4. Imprint, Size of a Document, and Reprint Information]
Modulecore
Attributes
Contained by
core: monogr
May contain
Example
<imprint>
 <pubPlace>Oxford</pubPlace>
 <publisher>Clarendon Press</publisher>
 <date>1987</date>
</imprint>
Content model
<content>
 <sequence maxOccurs="1minOccurs="1">
  <alternate maxOccurs="unbounded"
   minOccurs="0">

   <elementRef key="classCode"/>
   <elementRef key="catRef"/>
  </alternate>
  <sequence maxOccurs="unbounded"
   minOccurs="0">

   <alternate maxOccurs="unbounded"
    minOccurs="0">

    <classRef key="model.imprintPart"/>
    <classRef key="model.dateLike"/>
   </alternate>
   <elementRef key="respStmt"
    maxOccurs="unboundedminOccurs="0"/>

   <classRef key="model.global"
    maxOccurs="unboundedminOccurs="0"/>

  </sequence>
 </sequence>
</content>
Schema Declaration
+element imprint
 {
    tei_att.global.attributes,
    (
@@ -1671,311 +655,55 @@
          tei_model.global*
       )*
    )
-}

1.48. <item>

<item> (item) contains one component of a list. [3.8. Lists 2.6. The Revision Description]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.sortable (@sortKey)
Contained by
core: list
May contain
Note

May contain simple prose or a sequence of chunks.

Whatever string of characters is used to label a list item in the copy text may be used as the value of the global n attribute, but it is not required that numbering be recorded explicitly. In ordered lists, the n attribute on the <item> element is by definition synonymous with the use of the <label> element to record the enumerator of the list item. In glossary lists, however, the term being defined should be given with the <label> element, not n.

Example
<list rend="numbered"><head>Here begin the chapter headings of Book IV</head><item n="4.1">The death of Queen Clotild.</item><item n="4.2">How King Lothar wanted to appropriate one third of the Church revenues.</item><item n="4.3">The wives and children of Lothar.</item><item n="4.4">The Counts of the Bretons.</item><item n="4.5">Saint Gall the Bishop.</item><item n="4.6">The priest Cato.</item><item> ...</item> -</list>
Content model
-<content>
- <macroRef key="macro.specialPara"/>
-</content>
-    
Schema Declaration
-element item
+}

<item>

<item> (item) contains one component of a list. [3.8. Lists 2.6. The Revision Description]
Modulecore
Attributes
Contained by
core: list
May contain
Note

May contain simple prose or a sequence of chunks.

Whatever string of characters is used to label a list item in the copy text may be used as the value of the global n attribute, but it is not required that numbering be recorded explicitly. In ordered lists, the n attribute on the item element is by definition synonymous with the use of the label element to record the enumerator of the list item. In glossary lists, however, the term being defined should be given with the label element, not n.

Example
<list rend="numbered">
 <head>Here begin the chapter headings of Book IV</head>
 <item n="4.1">The death of Queen Clotild.</item>
 <item n="4.2">How King Lothar wanted to appropriate one third of the Church revenues.</item>
 <item n="4.3">The wives and children of Lothar.</item>
 <item n="4.4">The Counts of the Bretons.</item>
 <item n="4.5">Saint Gall the Bishop.</item>
 <item n="4.6">The priest Cato.</item>
 <item> ...</item>
</list>
Content model
<content>
 <macroRef key="macro.specialPara"/>
</content>
Schema Declaration
+element item
 {
    tei_att.global.attributes,
    tei_att.sortable.attributes,
    tei_macro.specialPara
-}

1.49. <keywords>

<keywords> (keywords) contains a list of keywords or phrases identifying the topic or nature of a text. [2.4.3. The Text Classification]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
schemeidentifies the controlled vocabulary within which the set of keywords concerned is defined, for example by a <taxonomy> element, or by some other resource.
StatusOptional
Datatypeteidata.pointer
Contained by
header: textClass
May contain
core: list term
character data
Note

Each individual keyword (including compound subject headings) should be supplied as a <term> element directly within the <keywords> element. An alternative usage, in which each <term> appears within an <item> inside a <list> is permitted for backwards compatibility, but is deprecated.

If no control list exists for the keywords used, then no value should be supplied for the scheme attribute.

Example
<keywords scheme="http://classificationweb.net"><term>Babbage, Charles</term><term>Mathematicians - Great Britain - Biography</term> -</keywords>
Example
<keywords><term>Fermented beverages</term><term>Central Andes</term><term>Schinus molle</term><term>Molle beer</term><term>Indigenous peoples</term><term>Ethnography</term><term>Archaeology</term> -</keywords>
Content model
-<content>
- <alternate maxOccurs="1" minOccurs="0">
-  <textNode/>
-  <elementRef key="term"
-   maxOccurs="unbounded" minOccurs="1"/>
-  <elementRef key="list"/>
- </alternate>
-</content>
-    
Schema Declaration
-element keywords
+}

<keywords>

<keywords> (keywords) contains a list of keywords or phrases identifying the topic or nature of a text. [2.4.3. The Text Classification]
Moduleheader
Attributes
schemeidentifies the controlled vocabulary within which the set of keywords concerned is defined, for example by a <taxonomy> element, or by some other resource.
Status Optional
Datatype teidata.pointer
Contained by
header: textClass
May contain
core: list term
character data
Note

Each individual keyword (including compound subject headings) should be supplied as a term element directly within the keywords element. An alternative usage, in which each term appears within an item inside a list is permitted for backwards compatibility, but is deprecated.

If no control list exists for the keywords used, then no value should be supplied for the scheme attribute.

Example
<keywords scheme="http://classificationweb.net">
 <term>Babbage, Charles</term>
 <term>Mathematicians - Great Britain - Biography</term>
</keywords>
Example
<keywords>
 <term>Fermented beverages</term>
 <term>Central Andes</term>
 <term>Schinus molle</term>
 <term>Molle beer</term>
 <term>Indigenous peoples</term>
 <term>Ethnography</term>
 <term>Archaeology</term>
</keywords>
Content model
<content>
 <alternate maxOccurs="1minOccurs="0">
  <textNode/>
  <elementRef key="term"
   maxOccurs="unboundedminOccurs="1"/>

  <elementRef key="list"/>
 </alternate>
</content>
Schema Declaration
+element keywords
 {
    tei_att.global.attributes,
-   attribute scheme { text }?,
+   attribute scheme { teidata.pointer }?,
    ( text | tei_term+ | tei_list )?
-}

1.50. <label>

<label> (label) contains any label or heading used to identify part of a text, typically but not exclusively in a list or glossary. [3.8. Lists]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.placement (@place) att.written (@hand)
Member of
Contained by
namesdates: org state
textstructure: body div
transcr: surface
May contain
ExampleLabels are commonly used for the headwords in glossary lists; note the use of the global xml:lang attribute to set the default language of the glossary list to Middle English, and identify the glosses and headings as modern English or Latin:
<list type="glossxml:lang="enm"><head xml:lang="en">Vocabulary</head><headLabel xml:lang="en">Middle English</headLabel><headItem xml:lang="en">New English</headItem><label>nu</label><item xml:lang="en">now</item><label>lhude</label><item xml:lang="en">loudly</item><label>bloweth</label><item xml:lang="en">blooms</item><label>med</label><item xml:lang="en">meadow</item><label>wude</label><item xml:lang="en">wood</item><label>awe</label><item xml:lang="en">ewe</item><label>lhouth</label><item xml:lang="en">lows</item><label>sterteth</label><item xml:lang="en">bounds, frisks (cf. <cit> -   <ref>Chaucer, K.T.644</ref> -   <quote>a courser, <term>sterting</term>as the fyr</quote> -  </cit></item><label>verteth</label><item xml:lang="la">pedit</item><label>murie</label><item xml:lang="en">merrily</item><label>swik</label><item xml:lang="en">cease</item><label>naver</label><item xml:lang="en">never</item> -</list>
ExampleLabels may also be used to record explicitly the numbers or letters which mark list items in ordered lists, as in this extract from Gibbon's Autobiography. In this usage the <label> element is synonymous with the n attribute on the <item> element:
I will add two facts, which have seldom occurred - in the composition of six, or at least of five quartos. <list rend="runontype="ordered"><label>(1)</label><item>My first rough manuscript, without any intermediate copy, has been sent to the press.</item><label>(2) </label><item>Not a sheet has been seen by any human eyes, excepting those of the author and the -   printer: the faults and the merits are exclusively my own.</item> -</list>
ExampleLabels may also be used for other structured list items, as in this extract from the journal of Edward Gibbon:
<list type="gloss"><label>March 1757.</label><item>I wrote some critical observations upon Plautus.</item><label>March 8th.</label><item>I wrote a long dissertation upon some lines of Virgil.</item><label>June.</label><item>I saw Mademoiselle Curchod — <quote xml:lang="la">Omnia vincit amor, et nos cedamus -     amori.</quote></item><label>August.</label><item>I went to Crassy, and staid two days.</item> -</list>
Note that the <label> might also appear within the <item> rather than as its sibling. Though syntactically valid, this usage is not recommended TEI practice.
ExampleLabels may also be used to represent a label or heading attached to a paragraph or sequence of paragraphs not treated as a structural division, or to a group of verse lines. Note that, in this case, the <label> element appears within the <p> or <lg> element, rather than as a preceding sibling of it.
<p>[...] -<lb/>&amp; n’entrer en mauuais &amp; mal-heu- -<lb/>ré meſnage. Or des que le conſente- -<lb/>ment des parties y eſt le mariage eſt -<lb/> arreſté, quoy que de faict il ne ſoit -<label place="margin">Puiſſance maritale -   entre les Romains.</label><lb/> conſommé. Depuis la conſomma- -<lb/>tion du mariage la femme eſt ſoubs -<lb/> la puiſſance du mary, s’il n’eſt eſcla- -<lb/>ue ou enfant de famille : car en ce -<lb/> cas, la femme, qui a eſpouſé vn en- -<lb/>fant de famille, eſt ſous la puiſſance - [...]</p>
In this example the text of the label appears in the right hand margin of the original source, next to the paragraph it describes, but approximately in the middle of it. If so desired the type attribute may be used to distinguish different categories of label.
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element label
+}

<label>

<label> (label) contains any label or heading used to identify part of a text, typically but not exclusively in a list or glossary. [3.8. Lists]
Modulecore
Attributes
Member of
Contained by
May contain
Example

Labels are commonly used for the headwords in glossary lists; note the use of the global xml:lang attribute to set the default language of the glossary list to Middle English, and identify the glosses and headings as modern English or Latin:

<list type="glossxml:lang="enm">
 <head xml:lang="en">Vocabulary</head>
 <headLabel xml:lang="en">Middle English</headLabel>
 <headItem xml:lang="en">New English</headItem>
 <label>nu</label>
 <item xml:lang="en">now</item>
 <label>lhude</label>
 <item xml:lang="en">loudly</item>
 <label>bloweth</label>
 <item xml:lang="en">blooms</item>
 <label>med</label>
 <item xml:lang="en">meadow</item>
 <label>wude</label>
 <item xml:lang="en">wood</item>
 <label>awe</label>
 <item xml:lang="en">ewe</item>
 <label>lhouth</label>
 <item xml:lang="en">lows</item>
 <label>sterteth</label>
 <item xml:lang="en">bounds, frisks (cf. <cit>
   <ref>Chaucer, K.T.644</ref>
   <quote>a courser, <term>sterting</term>as the fyr</quote>
  </cit>
 </item>
 <label>verteth</label>
 <item xml:lang="la">pedit</item>
 <label>murie</label>
 <item xml:lang="en">merrily</item>
 <label>swik</label>
 <item xml:lang="en">cease</item>
 <label>naver</label>
 <item xml:lang="en">never</item>
</list>
Example

Labels may also be used to record explicitly the numbers or letters which mark list items in ordered lists, as in this extract from Gibbon's Autobiography. In this usage the label element is synonymous with the n attribute on the item element:

I will add two facts, which have seldom occurred
in the composition of six, or at least of five quartos. <list rend="runontype="ordered">
 <label>(1)</label>
 <item>My first rough manuscript, without any intermediate copy, has been sent to the press.</item>
 <label>(2) </label>
 <item>Not a sheet has been seen by any human eyes, excepting those of the author and the
   printer: the faults and the merits are exclusively my own.</item>
</list>
Example

Labels may also be used for other structured list items, as in this extract from the journal of Edward Gibbon:

<list type="gloss">
 <label>March 1757.</label>
 <item>I wrote some critical observations upon Plautus.</item>
 <label>March 8th.</label>
 <item>I wrote a long dissertation upon some lines of Virgil.</item>
 <label>June.</label>
 <item>I saw Mademoiselle Curchod — <quote xml:lang="la">Omnia vincit amor, et nos cedamus
     amori.</quote>
 </item>
 <label>August.</label>
 <item>I went to Crassy, and staid two days.</item>
</list>

Note that the label might also appear within the item rather than as its sibling. Though syntactically valid, this usage is not recommended TEI practice.

Example

Labels may also be used to represent a label or heading attached to a paragraph or sequence of paragraphs not treated as a structural division, or to a group of verse lines. Note that, in this case, the label element appears within the p or <lg> element, rather than as a preceding sibling of it.

<p>[...]
<lb/>&amp; n’entrer en mauuais &amp; mal-heu-
<lb/>ré meſnage. Or des que le conſente-
<lb/>ment des parties y eſt le mariage eſt
<lb/> arreſté, quoy que de faict il ne ſoit
<label place="margin">Puiſſance maritale
   entre les Romains.</label>
 <lb/> conſommé. Depuis la conſomma-
<lb/>tion du mariage la femme eſt ſoubs
<lb/> la puiſſance du mary, s’il n’eſt eſcla-
<lb/>ue ou enfant de famille : car en ce
<lb/> cas, la femme, qui a eſpouſé vn en-
<lb/>fant de famille, eſt ſous la puiſſance
[...]</p>

In this example the text of the label appears in the right hand margin of the original source, next to the paragraph it describes, but approximately in the middle of it.

If so desired the type attribute may be used to distinguish different categories of label.

Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element label
 {
    tei_att.global.attributes,
    tei_att.typed.attributes,
    tei_att.placement.attributes,
    tei_att.written.attributes,
    tei_macro.phraseSeq
-}

1.51. <licence>

<licence> contains information about a licence or other legal agreement applicable to the text. [2.2.4. Publication, Distribution, Licensing, etc.]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.pointing (@targetLang, @target, @evaluate) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod))
Member of
Contained by
header: availability
linking: annotation
May contain
Note

A <licence> element should be supplied for each licence agreement applicable to the text in question. The target attribute may be used to reference a full version of the licence. The when, notBefore, notAfter, from or to attributes may be used in combination to indicate the date or dates of applicability of the licence.

Example
<licence target="http://www.nzetc.org/tm/scholarly/tei-NZETC-Help.html#licensing"> Licence: Creative Commons Attribution-Share Alike 3.0 New Zealand Licence -</licence>
Example
<availability><licence notBefore="2013-01-01" -  target="http://creativecommons.org/licenses/by/3.0/"> -  <p>The Creative Commons Attribution 3.0 Unported (CC BY 3.0) Licence -     applies to this document.</p> -  <p>The licence was added on January 1, 2013.</p></licence> -</availability>
Content model
-<content>
- <macroRef key="macro.specialPara"/>
-</content>
-    
Schema Declaration
-element licence
+}

<licence>

<licence> contains information about a licence or other legal agreement applicable to the text. [2.2.4. Publication, Distribution, Licensing, etc.]
Moduleheader
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Member of
Contained by
header: availability
linking: annotation
May contain
Note

A licence element should be supplied for each licence agreement applicable to the text in question. The target attribute may be used to reference a full version of the licence. The when, notBefore, notAfter, from or to attributes may be used in combination to indicate the date or dates of applicability of the licence.

Example
<licence target="http://www.nzetc.org/tm/scholarly/tei-NZETC-Help.html#licensing"> Licence: Creative Commons Attribution-Share Alike 3.0 New Zealand Licence
</licence>
Example
<availability>
 <licence notBefore="2013-01-01"
  target="http://creativecommons.org/licenses/by/3.0/">

  <p>The Creative Commons Attribution 3.0 Unported (CC BY 3.0) Licence
     applies to this document.</p>
  <p>The licence was added on January 1, 2013.</p>
 </licence>
</availability>
Content model
<content>
 <macroRef key="macro.specialPara"/>
</content>
Schema Declaration
+element licence
 {
    tei_att.global.attributes,
    tei_att.pointing.attributes,
    tei_att.datable.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
    tei_macro.specialPara
-}

1.53. <list>

<list> (list) contains any sequence of items organized as a list. [3.8. Lists]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.sortable (@sortKey) att.typed (type, @subtype)
type(type) describes the nature of the items in the list.
Derived fromatt.typed
StatusOptional
Datatypeteidata.enumerated
Suggested values include:
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.
Note

Previous versions of these Guidelines recommended the use of type on <list> to encode the rendering or appearance of a list (whether it was bulleted, numbered, etc.). The current recommendation is to use the rend or style attributes for these aspects of a list, while using type for the more appropriate task of characterizing the nature of the content of a list.

The formal syntax of the element declarations allows <label> tags to be omitted from lists tagged <list type="gloss">; this is however a semantic error.

Member of
Contained by
May contain
Note

May contain an optional heading followed by a series of items, or a series of label and item pairs, the latter being optionally preceded by one or two specialized headings.

Example
<list rend="numbered"><item>a butcher</item><item>a baker</item><item>a candlestick maker, with - <list rend="bulleted"> -   <item>rings on his fingers</item> -   <item>bells on his toes</item> -  </list></item> -</list>
Example
<list rend="bulletedtype="syllogism"><item>All Cretans are liars.</item><item>Epimenides is a Cretan.</item><item>ERGO Epimenides is a liar.</item> -</list>
Example
<list rend="simpletype="litany"><item>God save us from drought.</item><item>God save us from pestilence.</item><item>God save us from wickedness in high places.</item><item>Praise be to God.</item> -</list>
ExampleThe following example treats the short numbered clauses of Anglo-Saxon legal codes as lists of items. The text is from an ordinance of King Athelstan (924–939):
<div1 type="section"><head>Athelstan's Ordinance</head><list rend="numbered"> -  <item n="1">Concerning thieves. First, that no thief is to be spared who is caught with -     the stolen goods, [if he is] over twelve years and [if the value of the goods is] over -     eightpence. -  <list rend="numbered"> -    <item n="1.1">And if anyone does spare one, he is to pay for the thief with his -         wergild — and the thief is to be no nearer a settlement on that account — or to -         clear himself by an oath of that amount.</item> -    <item n="1.2">If, however, he [the thief] wishes to defend himself or to escape, he is -         not to be spared [whether younger or older than twelve].</item> -    <item n="1.3">If a thief is put into prison, he is to be in prison 40 days, and he may -         then be redeemed with 120 shillings; and the kindred are to stand surety for him -         that he will desist for ever.</item> -    <item n="1.4">And if he steals after that, they are to pay for him with his wergild, -         or to bring him back there.</item> -    <item n="1.5">And if he steals after that, they are to pay for him with his wergild, -         whether to the king or to him to whom it rightly belongs; and everyone of those who -         supported him is to pay 120 shillings to the king as a fine.</item> -   </list> -  </item> -  <item n="2">Concerning lordless men. And we pronounced about these lordless men, from whom -     no justice can be obtained, that one should order their kindred to fetch back such a -     person to justice and to find him a lord in public meeting. -  <list rend="numbered"> -    <item n="2.1">And if they then will not, or cannot, produce him on that appointed day, -         he is then to be a fugitive afterwards, and he who encounters him is to strike him -         down as a thief.</item> -    <item n="2.2">And he who harbours him after that, is to pay for him with his wergild -         or to clear himself by an oath of that amount.</item> -   </list> -  </item> -  <item n="3">Concerning the refusal of justice. The lord who refuses justice and upholds -     his guilty man, so that the king is appealed to, is to repay the value of the goods and -     120 shillings to the king; and he who appeals to the king before he demands justice as -     often as he ought, is to pay the same fine as the other would have done, if he had -     refused him justice. -  <list rend="numbered"> -    <item n="3.1">And the lord who is an accessory to a theft by his slave, and it becomes -         known about him, is to forfeit the slave and be liable to his wergild on the first -         occasionp if he does it more often, he is to be liable to pay all that he owns.</item> -    <item n="3.2">And likewise any of the king's treasurers or of our reeves, who has been -         an accessory of thieves who have committed theft, is to liable to the same.</item> -   </list> -  </item> -  <item n="4">Concerning treachery to a lord. And we have pronounced concerning treachery to -     a lord, that he [who is accused] is to forfeit his life if he cannot deny it or is -     afterwards convicted at the three-fold ordeal.</item></list> -</div1>
Note that nested lists have been used so the tagging mirrors the structure indicated by the two-level numbering of the clauses. The clauses could have been treated as a one-level list with irregular numbering, if desired.
Example
<p>These decrees, most blessed Pope Hadrian, we propounded in the public council ... and they - confirmed them in our hand in your stead with the sign of the Holy Cross, and afterwards - inscribed with a careful pen on the paper of this page, affixing thus the sign of the Holy - Cross. -<list rend="simple"> -  <item>I, Eanbald, by the grace of God archbishop of the holy church of York, have -     subscribed to the pious and catholic validity of this document with the sign of the Holy -     Cross.</item> -  <item>I, Ælfwold, king of the people across the Humber, consenting have subscribed with -     the sign of the Holy Cross.</item> -  <item>I, Tilberht, prelate of the church of Hexham, rejoicing have subscribed with the -     sign of the Holy Cross.</item> -  <item>I, Higbald, bishop of the church of Lindisfarne, obeying have subscribed with the -     sign of the Holy Cross.</item> -  <item>I, Ethelbert, bishop of Candida Casa, suppliant, have subscribed with thef sign of -     the Holy Cross.</item> -  <item>I, Ealdwulf, bishop of the church of Mayo, have subscribed with devout will.</item> -  <item>I, Æthelwine, bishop, have subscribed through delegates.</item> -  <item>I, Sicga, patrician, have subscribed with serene mind with the sign of the Holy -     Cross.</item></list> -</p>
Schematron
-<sch:rule context="tei:list[@type='gloss']"> -<sch:assert test="tei:label">The content of a "gloss" list should include a sequence of one or more pairs of a label element followed by an item element</sch:assert> -</sch:rule>
Content model
-<content>
- <sequence>
-  <alternate maxOccurs="unbounded"
-   minOccurs="0">
-   <classRef key="model.divTop"/>
-   <classRef key="model.global"/>
-   <elementRef key="desc"
-    maxOccurs="unbounded" minOccurs="0"/>
-  </alternate>
-  <alternate>
-   <sequence maxOccurs="unbounded"
-    minOccurs="1">
-    <elementRef key="item"/>
-    <classRef key="model.global"
-     maxOccurs="unbounded" minOccurs="0"/>
-   </sequence>
-   <sequence>
-    <elementRef key="headLabel"
-     minOccurs="0"/>
-    <elementRef key="headItem"
-     minOccurs="0"/>
-    <sequence maxOccurs="unbounded"
-     minOccurs="1">
-     <elementRef key="label"/>
-     <classRef key="model.global"
-      maxOccurs="unbounded" minOccurs="0"/>
-     <elementRef key="item"/>
-     <classRef key="model.global"
-      maxOccurs="unbounded" minOccurs="0"/>
-    </sequence>
-   </sequence>
-  </alternate>
-  <sequence maxOccurs="unbounded"
-   minOccurs="0">
-   <classRef key="model.divBottom"/>
-   <classRef key="model.global"
-    maxOccurs="unbounded" minOccurs="0"/>
-  </sequence>
- </sequence>
-</content>
-    
Schema Declaration
-element list
+}

<list>

<list> (list) contains any sequence of items organized as a list. [3.8. Lists]
Modulecore
Attributes
type(type) describes the nature of the items in the list.
Derived fromatt.typed
Status Optional
Datatype teidata.enumerated
Suggested values include:
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.
Note

Previous versions of these Guidelines recommended the use of type on list to encode the rendering or appearance of a list (whether it was bulleted, numbered, etc.). The current recommendation is to use the rend or style attributes for these aspects of a list, while using type for the more appropriate task of characterizing the nature of the content of a list.

The formal syntax of the element declarations allows label tags to be omitted from lists tagged <list type="gloss">; this is however a semantic error.

Member of
Contained by
May contain
Note

May contain an optional heading followed by a series of items, or a series of label and item pairs, the latter being optionally preceded by one or two specialized headings.

Example
<list rend="numbered">
 <item>a butcher</item>
 <item>a baker</item>
 <item>a candlestick maker, with
 <list rend="bulleted">
   <item>rings on his fingers</item>
   <item>bells on his toes</item>
  </list>
 </item>
</list>
Example
<list rend="bulletedtype="syllogism">
 <item>All Cretans are liars.</item>
 <item>Epimenides is a Cretan.</item>
 <item>ERGO Epimenides is a liar.</item>
</list>
Example
<list rend="simpletype="litany">
 <item>God save us from drought.</item>
 <item>God save us from pestilence.</item>
 <item>God save us from wickedness in high places.</item>
 <item>Praise be to God.</item>
</list>
Example

The following example treats the short numbered clauses of Anglo-Saxon legal codes as lists of items. The text is from an ordinance of King Athelstan (924–939):

<div1 type="section">
 <head>Athelstan's Ordinance</head>
 <list rend="numbered">
  <item n="1">Concerning thieves. First, that no thief is to be spared who is caught with
     the stolen goods, [if he is] over twelve years and [if the value of the goods is] over
     eightpence.
  <list rend="numbered">
    <item n="1.1">And if anyone does spare one, he is to pay for the thief with his
         wergild — and the thief is to be no nearer a settlement on that account — or to
         clear himself by an oath of that amount.</item>
    <item n="1.2">If, however, he [the thief] wishes to defend himself or to escape, he is
         not to be spared [whether younger or older than twelve].</item>
    <item n="1.3">If a thief is put into prison, he is to be in prison 40 days, and he may
         then be redeemed with 120 shillings; and the kindred are to stand surety for him
         that he will desist for ever.</item>
    <item n="1.4">And if he steals after that, they are to pay for him with his wergild,
         or to bring him back there.</item>
    <item n="1.5">And if he steals after that, they are to pay for him with his wergild,
         whether to the king or to him to whom it rightly belongs; and everyone of those who
         supported him is to pay 120 shillings to the king as a fine.</item>
   </list>
  </item>
  <item n="2">Concerning lordless men. And we pronounced about these lordless men, from whom
     no justice can be obtained, that one should order their kindred to fetch back such a
     person to justice and to find him a lord in public meeting.
  <list rend="numbered">
    <item n="2.1">And if they then will not, or cannot, produce him on that appointed day,
         he is then to be a fugitive afterwards, and he who encounters him is to strike him
         down as a thief.</item>
    <item n="2.2">And he who harbours him after that, is to pay for him with his wergild
         or to clear himself by an oath of that amount.</item>
   </list>
  </item>
  <item n="3">Concerning the refusal of justice. The lord who refuses justice and upholds
     his guilty man, so that the king is appealed to, is to repay the value of the goods and
     120 shillings to the king; and he who appeals to the king before he demands justice as
     often as he ought, is to pay the same fine as the other would have done, if he had
     refused him justice.
  <list rend="numbered">
    <item n="3.1">And the lord who is an accessory to a theft by his slave, and it becomes
         known about him, is to forfeit the slave and be liable to his wergild on the first
         occasionp if he does it more often, he is to be liable to pay all that he owns.</item>
    <item n="3.2">And likewise any of the king's treasurers or of our reeves, who has been
         an accessory of thieves who have committed theft, is to liable to the same.</item>
   </list>
  </item>
  <item n="4">Concerning treachery to a lord. And we have pronounced concerning treachery to
     a lord, that he [who is accused] is to forfeit his life if he cannot deny it or is
     afterwards convicted at the three-fold ordeal.</item>
 </list>
</div1>

Note that nested lists have been used so the tagging mirrors the structure indicated by the two-level numbering of the clauses. The clauses could have been treated as a one-level list with irregular numbering, if desired.

Example
<p>These decrees, most blessed Pope Hadrian, we propounded in the public council ... and they
confirmed them in our hand in your stead with the sign of the Holy Cross, and afterwards
inscribed with a careful pen on the paper of this page, affixing thus the sign of the Holy
Cross.
<list rend="simple">
  <item>I, Eanbald, by the grace of God archbishop of the holy church of York, have
     subscribed to the pious and catholic validity of this document with the sign of the Holy
     Cross.</item>
  <item>I, Ælfwold, king of the people across the Humber, consenting have subscribed with
     the sign of the Holy Cross.</item>
  <item>I, Tilberht, prelate of the church of Hexham, rejoicing have subscribed with the
     sign of the Holy Cross.</item>
  <item>I, Higbald, bishop of the church of Lindisfarne, obeying have subscribed with the
     sign of the Holy Cross.</item>
  <item>I, Ethelbert, bishop of Candida Casa, suppliant, have subscribed with thef sign of
     the Holy Cross.</item>
  <item>I, Ealdwulf, bishop of the church of Mayo, have subscribed with devout will.</item>
  <item>I, Æthelwine, bishop, have subscribed through delegates.</item>
  <item>I, Sicga, patrician, have subscribed with serene mind with the sign of the Holy
     Cross.</item>
 </list>
</p>
Schematron

<sch:rule context="tei:list[@type='gloss']">
<sch:assert test="tei:label">The content of a "gloss" list should include a sequence of one or more pairs of a label element followed by an item element</sch:assert>
</sch:rule>
Content model
<content>
 <sequence>
  <alternate maxOccurs="unbounded"
   minOccurs="0">

   <classRef key="model.divTop"/>
   <classRef key="model.global"/>
   <elementRef key="desc"
    maxOccurs="unboundedminOccurs="0"/>

  </alternate>
  <alternate>
   <sequence maxOccurs="unbounded"
    minOccurs="1">

    <elementRef key="item"/>
    <classRef key="model.global"
     maxOccurs="unboundedminOccurs="0"/>

   </sequence>
   <sequence>
    <elementRef key="headLabel"
     minOccurs="0"/>

    <elementRef key="headItem"
     minOccurs="0"/>

    <sequence maxOccurs="unbounded"
     minOccurs="1">

     <elementRef key="label"/>
     <classRef key="model.global"
      maxOccurs="unboundedminOccurs="0"/>

     <elementRef key="item"/>
     <classRef key="model.global"
      maxOccurs="unboundedminOccurs="0"/>

    </sequence>
   </sequence>
  </alternate>
  <sequence maxOccurs="unbounded"
   minOccurs="0">

   <classRef key="model.divBottom"/>
   <classRef key="model.global"
    maxOccurs="unboundedminOccurs="0"/>

  </sequence>
 </sequence>
</content>
Schema Declaration
+element list
 {
    tei_att.global.attributes,
    tei_att.sortable.attributes,
    tei_att.typed.attribute.subtype,
-   attribute type
+   attribute type
    {
-      "gloss" | "index" | "instructions" | "litany" | "syllogism"
+      "gloss"
+    | "index"
+    | "instructions"
+    | "litany"
+    | "syllogism"
+    | teidata.enumerated
    }?,
    (
       ( tei_model.divTop | tei_model.global | tei_desc* )*,
@@ -1989,119 +717,8 @@
       ),
       ( tei_model.divBottom, tei_model.global* )*
    )
-}

1.54. <listAnnotation>

<listAnnotation> contains a list of annotations, typically encoded as <annotation>, <annotationBlock>, or <note>, possibly organized with nested <listAnnotation> elements. [16.10. The standOff Container]
Modulelinking
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.notated (@notation) att.declaring (@decls)
Member of
Contained by
May contain
Note

The enclosed annotations may use the general-purpose <note> element; or, for annotations pertaining to transcriptions of speech, the special-purpose <annotationBlock> element; or the <annotation> element, which is intended to map cleanly onto the Web Annotation Data Model.

Example
<standOff><listAnnotation> -  <note place="marginresp="#STC" -   target="#RotAM.4.15type="gloss"> The spell begins to -     break </note> -  <note place="bottomresp="#JLL" -   target="#RotAM.4.15"> The turning point of the poem... -  </note></listAnnotation> -</standOff> -<!-- ... --> -<lg rhyme="ABCBxml:id="RotAM.4.15"><l>The self-same moment I could pray;</l><l>And from my neck so free</l><l>The albatross fell off, and sank</l><l>Like lead into the sea.</l> -</lg>
Example
<listAnnotation><annotationBlock corresp="#u1"> -  <spanGrp type="pos"> -   <span from="#e14.w1to="#e14.w1">CONJ</span> -   <span from="#e14.w2to="#e14.w2">RELPRO</span> -   <span from="#e14.w3to="#e14.w3">V</span> -  </spanGrp> -  <spanGrp type="prosody"> -   <span from="#T0to="#T1">faster</span> -  </spanGrp></annotationBlock> -<!-- ... annotationBlocks for #u2 through #u27 here --> -</listAnnotation>
Example
<listAnnotation><annotation motivation="commenting" -  target="#match(bg-c1p1s1,'Gallia.*omnis')xml:id="bgann1"> -  <respStmt> -   <resp>creator</resp> -   <persName>Francis Kelsey</persName> -  </respStmt> -  <note>‘Gaul as a whole,’ contrasted with Gaul in the narrower sense, or Celtic Gaul; Celtic Gaul also is often called Gallia.</note></annotation><annotation motivation="commenting" -  target="#match(bg-c1p1s1,'Gallia.*divisa')xml:id="bgann2"> -  <respStmt> -   <resp>creator</resp> -   <persName>Rice Holmes</persName> -  </respStmt> -  <note>Gallia...divisa: Notice the order of the words. ‘Gaul, taken as a whole, is divided’.</note></annotation><annotation motivation="commenting" -  target="#match(bg-c1p1s1,'Belgae')xml:id="bgann3"> -  <respStmt> -   <resp>creator</resp> -   <persName>Arthur Tappan Walker</persName> -  </respStmt> -  <note>Belgae -arum m., the Belgae or Belgians</note></annotation><annotation motivation="commenting" -  target="#match(bg-c1p1s1,'Aquitani')xml:id="bgann4"> -  <respStmt> -   <resp>creator</resp> -   <persName>Arthur Tappan Walker</persName> -  </respStmt> -  <note>Aquitani, -orum m.: the Aquitani, inhabiting southwestern Gaul</note></annotation><annotation motivation="commenting" -  target="#match(bg-c1p1s1,'Celtae')xml:id="bgann5"> -  <respStmt> -   <resp>creator</resp> -   <persName>Arthur Tappan Walker</persName> -  </respStmt> -  <note>Celtae, -arum m: the Celtae or Celts</note></annotation><annotation motivation="commenting" -  target="#match(bg-c1p1s2,'Gallos(.|\n)*dividit')xml:id="bgann6"> -  <respStmt> -   <resp>creator</resp> -   <persName>William Francis Allen</persName> -   <persName>Joseph Henry Allen</persName> -   <persName>Harry Pratt Judson</persName> -  </respStmt> -  <note>the verb is singular, because the two rivers make one boundary; as we should say, -     ‘is divided by the line of the Seine and Marne.’</note></annotation> -</listAnnotation> -<!-- Elsewhere in the document --> -<text><body> -  <div type="edition"> -   <div n="1subtype="chapter" -    type="textpartxml:id="bg-c1"> -    <p n="1xml:id="bg-c1p1"> -     <seg n="1xml:id="bg-c1p1s1">Gallia est omnis divisa in partes tres, quarum unam incolunt Belgae, aliam -           Aquitani, tertiam qui ipsorum lingua Celtae, nostra Galli appellantur.</seg> -     <seg n="2xml:id="bg-c1p1s2">Hi omnes lingua, institutis, legibus inter se differunt. Gallos ab Aquitanis -           Garumna flumen, a Belgis Matrona et Sequana dividit.</seg> -<!-- ... --> -    </p> -   </div> -  </div></body> -</text>
Content model
-<content>
- <sequence>
-  <classRef key="model.headLike"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <classRef key="model.labelLike"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <alternate maxOccurs="unbounded"
-   minOccurs="1">
-   <classRef key="model.annotationLike"/>
-   <elementRef key="listAnnotation"/>
-  </alternate>
- </sequence>
-</content>
-    
Schema Declaration
-element listAnnotation
+}

<listAnnotation>

<listAnnotation> contains a list of annotations, typically encoded as annotation, <annotationBlock>, or note, possibly organized with nested listAnnotation elements. [16.10. The standOff Container]
Modulelinking
Attributes
Member of
Contained by
May contain
Note

The enclosed annotations may use the general-purpose note element; or, for annotations pertaining to transcriptions of speech, the special-purpose <annotationBlock> element; or the annotation element, which is intended to map cleanly onto the Web Annotation Data Model.

Example
<standOff>
 <listAnnotation>
  <note place="marginresp="#STC"
   target="#RotAM.4.15type="gloss">
The spell begins to
     break </note>
  <note place="bottomresp="#JLL"
   target="#RotAM.4.15">
The turning point of the poem...
  </note>
 </listAnnotation>
</standOff>
<!-- ... -->
<lg rhyme="ABCBxml:id="RotAM.4.15">
 <l>The self-same moment I could pray;</l>
 <l>And from my neck so free</l>
 <l>The albatross fell off, and sank</l>
 <l>Like lead into the sea.</l>
</lg>
Example
<listAnnotation>
 <annotationBlock corresp="#u1">
  <spanGrp type="pos">
   <span from="#e14.w1to="#e14.w1">CONJ</span>
   <span from="#e14.w2to="#e14.w2">RELPRO</span>
   <span from="#e14.w3to="#e14.w3">V</span>
  </spanGrp>
  <spanGrp type="prosody">
   <span from="#T0to="#T1">faster</span>
  </spanGrp>
 </annotationBlock>
<!-- ... annotationBlocks for #u2 through #u27 here -->
</listAnnotation>
Example
<listAnnotation>
 <annotation motivation="commenting"
  target="#match(bg-c1p1s1,'Gallia.*omnis')xml:id="bgann1">

  <respStmt>
   <resp>creator</resp>
   <persName>Francis Kelsey</persName>
  </respStmt>
  <note>‘Gaul as a whole,’ contrasted with Gaul in the narrower sense, or Celtic Gaul; Celtic Gaul also is often called Gallia.</note>
 </annotation>
 <annotation motivation="commenting"
  target="#match(bg-c1p1s1,'Gallia.*divisa')xml:id="bgann2">

  <respStmt>
   <resp>creator</resp>
   <persName>Rice Holmes</persName>
  </respStmt>
  <note>Gallia...divisa: Notice the order of the words. ‘Gaul, taken as a whole, is divided’.</note>
 </annotation>
 <annotation motivation="commenting"
  target="#match(bg-c1p1s1,'Belgae')xml:id="bgann3">

  <respStmt>
   <resp>creator</resp>
   <persName>Arthur Tappan Walker</persName>
  </respStmt>
  <note>Belgae -arum m., the Belgae or Belgians</note>
 </annotation>
 <annotation motivation="commenting"
  target="#match(bg-c1p1s1,'Aquitani')xml:id="bgann4">

  <respStmt>
   <resp>creator</resp>
   <persName>Arthur Tappan Walker</persName>
  </respStmt>
  <note>Aquitani, -orum m.: the Aquitani, inhabiting southwestern Gaul</note>
 </annotation>
 <annotation motivation="commenting"
  target="#match(bg-c1p1s1,'Celtae')xml:id="bgann5">

  <respStmt>
   <resp>creator</resp>
   <persName>Arthur Tappan Walker</persName>
  </respStmt>
  <note>Celtae, -arum m: the Celtae or Celts</note>
 </annotation>
 <annotation motivation="commenting"
  target="#match(bg-c1p1s2,'Gallos(.|\n)*dividit')xml:id="bgann6">

  <respStmt>
   <resp>creator</resp>
   <persName>William Francis Allen</persName>
   <persName>Joseph Henry Allen</persName>
   <persName>Harry Pratt Judson</persName>
  </respStmt>
  <note>the verb is singular, because the two rivers make one boundary; as we should say,
     ‘is divided by the line of the Seine and Marne.’</note>
 </annotation>
</listAnnotation>
<!-- Elsewhere in the document -->
<text>
 <body>
  <div type="edition">
   <div n="1subtype="chapter"
    type="textpartxml:id="bg-c1">

    <p n="1xml:id="bg-c1p1">
     <seg n="1xml:id="bg-c1p1s1">Gallia est omnis divisa in partes tres, quarum unam incolunt Belgae, aliam
           Aquitani, tertiam qui ipsorum lingua Celtae, nostra Galli appellantur.</seg>
     <seg n="2xml:id="bg-c1p1s2">Hi omnes lingua, institutis, legibus inter se differunt. Gallos ab Aquitanis
           Garumna flumen, a Belgis Matrona et Sequana dividit.</seg>
<!-- ... -->
    </p>
   </div>
  </div>
 </body>
</text>
Content model
<content>
 <sequence>
  <classRef key="model.headLike"
   maxOccurs="unboundedminOccurs="0"/>

  <classRef key="model.labelLike"
   maxOccurs="unboundedminOccurs="0"/>

  <alternate maxOccurs="unbounded"
   minOccurs="1">

   <classRef key="model.annotationLike"/>
   <elementRef key="listAnnotation"/>
  </alternate>
 </sequence>
</content>
Schema Declaration
+element listAnnotation
 {
    tei_att.global.attributes,
    tei_att.typed.attributes,
@@ -2112,98 +729,16 @@
       tei_model.labelLike*,
       ( tei_model.annotationLike | tei_listAnnotation )+
    )
-}

1.55. <listBibl>

<listBibl> (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]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.sortable (@sortKey) att.declarable (@default) att.typed (@type, @subtype)
Member of
Contained by
May contain
Example
<listBibl><head>Works consulted</head><bibl>Blain, Clements and Grundy: Feminist Companion to -   Literature in English (Yale, 1990) - </bibl><biblStruct> -  <analytic> -   <title>The Interesting story of the Children in the Wood</title> -  </analytic> -  <monogr> -   <title>The Penny Histories</title> -   <author>Victor E Neuberg</author> -   <imprint> -    <publisher>OUP</publisher> -    <date>1968</date> -   </imprint> -  </monogr></biblStruct> -</listBibl>
Content model
-<content>
- <classRef key="model.biblLike"
-  maxOccurs="unbounded" minOccurs="0"/>
-</content>
-    
Schema Declaration
-element listBibl
+}

<listBibl>

<listBibl> (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]
Modulecore
Attributes
Member of
Contained by
May contain
Example
<listBibl>
 <head>Works consulted</head>
 <bibl>Blain, Clements and Grundy: Feminist Companion to
   Literature in English (Yale, 1990)
 </bibl>
 <biblStruct>
  <analytic>
   <title>The Interesting story of the Children in the Wood</title>
  </analytic>
  <monogr>
   <title>The Penny Histories</title>
   <author>Victor E Neuberg</author>
   <imprint>
    <publisher>OUP</publisher>
    <date>1968</date>
   </imprint>
  </monogr>
 </biblStruct>
</listBibl>
Content model
<content>
 <classRef key="model.biblLike"
  maxOccurs="unboundedminOccurs="0"/>

</content>
Schema Declaration
+element listBibl
 {
    tei_att.global.attributes,
    tei_att.sortable.attributes,
    tei_att.declarable.attributes,
    tei_att.typed.attributes,
    tei_model.biblLike*
-}

1.56. <listObject>

<listObject> (list of objects) contains a list of descriptions, each of which provides information about an identifiable physical object. [13.3.5. Objects]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.declarable (@default) att.sortable (@sortKey)
Member of
Contained by
linking: standOff
namesdates: listObject
textstructure: back body div
May contain
core: desc head
namesdates: listObject object
Note

The type attribute may be used to distinguish different types of objects.

Example
<listObject><object xml:id="AlfredJewel"> -  <objectIdentifier> -   <country>United Kingdom</country> -   <region>Oxfordshire</region> -   <settlement>Oxford</settlement> -   <institution>University of Oxford</institution> -   <repository>Ashmolean Museum</repository> -   <collection>English Treasures</collection> -   <idno type="ashmolean">AN1836p.135.371</idno> -   <idno type="wikipedia">https://en.wikipedia.org/wiki/Alfred_Jewel</idno> -   <objectName>Alfred Jewel</objectName> -  </objectIdentifier> -  <physDesc> -   <p> The Alfred Jewel is about 6.4 cm in length and is made of combination of filigreed <material>gold</material> -       surrounding a polished teardrop shaped piece of transparent <material>quartz</material>. Underneath the rock crystal -       is a cloisonné enamel image of a man with ecclesiastical symbols. The sides of the jewel holding the crystal in -       place contain an openwork inscription saying "AELFRED MEC HEHT GEWYRCAN", meaning 'Alfred ordered me made'. </p> -  </physDesc> -  <history> -   <origin>It is generally accepted that the Alfred Jewel dates from the <origDate>late 9th Century</origDate> and was -       most likely made in <origPlace>England</origPlace>. </origin> -   <provenance when="1693">The jewel was discovered in 1693 at Petherton Park, North Petherton in the English county of -       Somerset, on land owned by Sir Thomas Wroth. North Petherton is about 8 miles away from Athelney, where King Alfred -       founded a monastery. </provenance> -   <provenance when="1698">A description of the Alfred Jewel was first published in 1698, in the Philosophical -       Transactions of the Royal Society.</provenance> -   <acquisition> It was bequeathed to Oxford University by Colonel Nathaniel Palmer (c. 1661-1718) and today is in the -       Ashmolean Museum in Oxford. </acquisition> -  </history></object> -</listObject>
Content model
-<content>
- <sequence>
-  <classRef key="model.headLike"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <elementRef key="desc"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <alternate maxOccurs="unbounded"
-   minOccurs="0">
-   <elementRef key="relation" maxOccurs="1"
-    minOccurs="1"/>
-   <elementRef key="listRelation"
-    maxOccurs="1" minOccurs="1"/>
-  </alternate>
-  <sequence maxOccurs="unbounded"
-   minOccurs="1">
-   <classRef key="model.objectLike"
-    maxOccurs="unbounded" minOccurs="1"/>
-   <alternate maxOccurs="unbounded"
-    minOccurs="0">
-    <elementRef key="relation"
-     maxOccurs="1" minOccurs="1"/>
-    <elementRef key="listRelation"
-     maxOccurs="1" minOccurs="1"/>
-   </alternate>
-  </sequence>
- </sequence>
-</content>
-    
Schema Declaration
-element listObject
+}

<listObject>

<listObject> (list of objects) contains a list of descriptions, each of which provides information about an identifiable physical object. [13.3.6. Objects]
Modulenamesdates
Attributes
Member of
Contained by
linking: standOff
namesdates: listObject
textstructure: back body div
May contain
core: desc head
namesdates: listObject object
Note

The type attribute may be used to distinguish different types of objects.

Example
<listObject>
 <object xml:id="AlfredJewel">
  <objectIdentifier>
   <country>United Kingdom</country>
   <region>Oxfordshire</region>
   <settlement>Oxford</settlement>
   <institution>University of Oxford</institution>
   <repository>Ashmolean Museum</repository>
   <collection>English Treasures</collection>
   <idno type="ashmolean">AN1836p.135.371</idno>
   <idno type="wikipedia">https://en.wikipedia.org/wiki/Alfred_Jewel</idno>
   <objectName>Alfred Jewel</objectName>
  </objectIdentifier>
  <physDesc>
   <p> The Alfred Jewel is about 6.4 cm in length and is made of combination of filigreed <material>gold</material>
       surrounding a polished teardrop shaped piece of transparent <material>quartz</material>. Underneath the rock crystal
       is a cloisonné enamel image of a man with ecclesiastical symbols. The sides of the jewel holding the crystal in
       place contain an openwork inscription saying "AELFRED MEC HEHT GEWYRCAN", meaning 'Alfred ordered me made'. </p>
  </physDesc>
  <history>
   <origin>It is generally accepted that the Alfred Jewel dates from the <origDate>late 9th Century</origDate> and was
       most likely made in <origPlace>England</origPlace>. </origin>
   <provenance when="1693">The jewel was discovered in 1693 at Petherton Park, North Petherton in the English county of
       Somerset, on land owned by Sir Thomas Wroth. North Petherton is about 8 miles away from Athelney, where King Alfred
       founded a monastery. </provenance>
   <provenance when="1698">A description of the Alfred Jewel was first published in 1698, in the Philosophical
       Transactions of the Royal Society.</provenance>
   <acquisition> It was bequeathed to Oxford University by Colonel Nathaniel Palmer (c. 1661-1718) and today is in the
       Ashmolean Museum in Oxford. </acquisition>
  </history>
 </object>
</listObject>
Content model
<content>
 <sequence>
  <classRef key="model.headLike"
   maxOccurs="unboundedminOccurs="0"/>

  <elementRef key="desc"
   maxOccurs="unboundedminOccurs="0"/>

  <alternate maxOccurs="unbounded"
   minOccurs="0">

   <elementRef key="relationmaxOccurs="1"
    minOccurs="1"/>

   <elementRef key="listRelation"
    maxOccurs="1minOccurs="1"/>

  </alternate>
  <sequence maxOccurs="unbounded"
   minOccurs="1">

   <classRef key="model.objectLike"
    maxOccurs="unboundedminOccurs="1"/>

   <alternate maxOccurs="unbounded"
    minOccurs="0">

    <elementRef key="relation"
     maxOccurs="1minOccurs="1"/>

    <elementRef key="listRelation"
     maxOccurs="1minOccurs="1"/>

   </alternate>
  </sequence>
 </sequence>
</content>
Schema Declaration
+element listObject
 {
    tei_att.global.attributes,
    tei_att.typed.attributes,
@@ -2215,84 +750,16 @@
       ( relation | listRelation )*,
       ( tei_model.objectLike+, ( relation | listRelation )* )+
    )
-}

1.57. <meeting>

<meeting> contains the formalized descriptive title for a meeting or conference, for use in a bibliographic description for an item derived from such a meeting, or as a heading or preamble to publications emanating from it. [3.12.2.2. Titles, Authors, and Editors]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.canonical (@key, @ref)
Member of
Contained by
figures: figure table
textstructure: body div front
May contain
Example
<div><meeting>Ninth International Conference on Middle High German Textual Criticism, Aachen, -   June 1998.</meeting><list type="attendance"> -  <head>List of Participants</head> -  <item> -   <persName>...</persName> -  </item> -  <item> -   <persName>...</persName> -  </item> -<!--...--></list><p>...</p> -</div>
Content model
-<content>
- <macroRef key="macro.limitedContent"/>
-</content>
-    
Schema Declaration
-element meeting
+}

<meeting>

<meeting> contains the formalized descriptive title for a meeting or conference, for use in a bibliographic description for an item derived from such a meeting, or as a heading or preamble to publications emanating from it. [3.12.2.2. Titles, Authors, and Editors]
Modulecore
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Member of
Contained by
figures: figure table
textstructure: body div front
May contain
Example
<div>
 <meeting>Ninth International Conference on Middle High German Textual Criticism, Aachen,
   June 1998.</meeting>
 <list type="attendance">
  <head>List of Participants</head>
  <item>
   <persName>...</persName>
  </item>
  <item>
   <persName>...</persName>
  </item>
<!--...-->
 </list>
 <p>...</p>
</div>
Content model
<content>
 <macroRef key="macro.limitedContent"/>
</content>
Schema Declaration
+element meeting
 {
    tei_att.global.attributes,
    tei_att.datable.attributes,
    tei_att.canonical.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
    tei_macro.limitedContent
-}

1.58. <monogr>

<monogr> (monographic level) contains bibliographic elements describing an item (e.g. a book or journal) published as an independent item (i.e. as a separate physical object). [3.12.2.1. Analytic, Monographic, and Series Levels]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Contained by
May contain
Note

May contain specialized bibliographic elements, in a prescribed order.

The <monogr> element may only occur only within a <biblStruct>, where its use is mandatory for the description of a monographic-level bibliographic item.

Example
<biblStruct><analytic> -  <author>Chesnutt, David</author> -  <title>Historical Editions in the States</title></analytic><monogr> -  <title level="j">Computers and the Humanities</title> -  <imprint> -   <date when="1991-12">(December, 1991):</date> -  </imprint> -  <biblScope>25.6</biblScope> -  <biblScope from="377to="380unit="page">377–380</biblScope></monogr> -</biblStruct>
Example
<biblStruct type="book"><monogr> -  <author> -   <persName> -    <forename>Leo Joachim</forename> -    <surname>Frachtenberg</surname> -   </persName> -  </author> -  <title level="mtype="main">Lower Umpqua Texts</title> -  <imprint> -   <pubPlace>New York</pubPlace> -   <publisher>Columbia University Press</publisher> -   <date>1914</date> -  </imprint></monogr><series> -  <title level="stype="main">Columbia University Contributions to -     Anthropology</title> -  <biblScope unit="volume">4</biblScope></series> -</biblStruct>
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <classRef key="model.respLike"/>
-  <elementRef key="imprint"/>
-  <elementRef key="authority"/>
-  <classRef key="model.noteLike"/>
-  <elementRef key="biblScope"/>
-  <elementRef key="extent"/>
-  <elementRef key="edition"/>
-  <elementRef key="availability"/>
-  <elementRef key="textLang"/>
-  <elementRef key="idno"/>
-  <classRef key="model.ptrLike"/>
-  <elementRef key="title"/>
- </alternate>
-</content>
-    
Schema Declaration
-element monogr
+}

<monogr>

<monogr> (monographic level) contains bibliographic elements describing an item (e.g. a book or journal) published as an independent item (i.e. as a separate physical object). [3.12.2.1. Analytic, Monographic, and Series Levels]
Modulecore
Attributes
Contained by
May contain
Note

May contain specialized bibliographic elements, in a prescribed order.

The monogr element may only occur only within a biblStruct, where its use is mandatory for the description of a monographic-level bibliographic item.

Example
<biblStruct>
 <analytic>
  <author>Chesnutt, David</author>
  <title>Historical Editions in the States</title>
 </analytic>
 <monogr>
  <title level="j">Computers and the Humanities</title>
  <imprint>
   <date when="1991-12">(December, 1991):</date>
  </imprint>
  <biblScope>25.6</biblScope>
  <biblScope from="377to="380unit="page">377–380</biblScope>
 </monogr>
</biblStruct>
Example
<biblStruct type="book">
 <monogr>
  <author>
   <persName>
    <forename>Leo Joachim</forename>
    <surname>Frachtenberg</surname>
   </persName>
  </author>
  <title level="mtype="main">Lower Umpqua Texts</title>
  <imprint>
   <pubPlace>New York</pubPlace>
   <publisher>Columbia University Press</publisher>
   <date>1914</date>
  </imprint>
 </monogr>
 <series>
  <title level="stype="main">Columbia University Contributions to
     Anthropology</title>
  <biblScope unit="volume">4</biblScope>
 </series>
</biblStruct>
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <classRef key="model.respLike"/>
  <elementRef key="imprint"/>
  <elementRef key="authority"/>
  <classRef key="model.noteLike"/>
  <elementRef key="biblScope"/>
  <elementRef key="extent"/>
  <elementRef key="edition"/>
  <elementRef key="availability"/>
  <elementRef key="textLang"/>
  <elementRef key="idno"/>
  <classRef key="model.ptrLike"/>
  <elementRef key="title"/>
 </alternate>
</content>
Schema Declaration
+element monogr
 {
    tei_att.global.attributes,
    (
@@ -2309,50 +776,18 @@
     | tei_model.ptrLike
     | tei_title
    )*
-}

1.59. <name>

<name> (name, proper noun) contains a proper noun or noun phrase. [3.6.1. Referring Strings]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.personal (@full, @sort) (att.naming (@role, @nymRef) (att.canonical (@key, @ref)) ) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.editLike (@evidence, @instant) att.typed (@type, @subtype)
Member of
Contained by
May contain
Note

Proper nouns referring to people, places, and organizations may be tagged instead with <persName>, <placeName>, or <orgName>, when the TEI module for names and dates is included.

Example
<name type="person">Thomas Hoccleve</name> -<name type="place">Villingaholt</name> -<name type="org">Vetus Latina Institut</name> -<name ref="#HOC001type="person">Occleve</name>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element name
+}

<name>

<name> (name, proper noun) contains a proper noun or noun phrase. [3.6.1. Referring Strings]
Modulecore
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Member of
Contained by
May contain
Note

Proper nouns referring to people, places, and organizations may be tagged instead with persName, <placeName>, or orgName, when the TEI module for names and dates is included.

Example
<name type="person">Thomas Hoccleve</name>
<name type="place">Villingaholt</name>
<name type="org">Vetus Latina Institut</name>
<name ref="#HOC001type="person">Occleve</name>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element name
 {
    tei_att.global.attributes,
    tei_att.personal.attributes,
    tei_att.datable.attributes,
    tei_att.editLike.attributes,
    tei_att.typed.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
    tei_macro.phraseSeq
-}

1.60. <note>

<note> (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]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.placement (@place) att.pointing (@targetLang, @target, @evaluate) att.typed (@type, @subtype) att.written (@hand) att.anchoring (@anchored, @targetEnd)
Member of
Contained by
May contain
ExampleIn the following example, the translator has supplied a footnote containing an explanation of the term translated as "painterly":
And yet it is not only - in the great line of Italian renaissance art, but even in the - painterly <note place="bottomresp="#MDMH" - type="gloss"><term xml:lang="de">Malerisch</term>. This word has, in the German, two - distinct meanings, one objective, a quality residing in the object, - the other subjective, a mode of apprehension and creation. To avoid - confusion, they have been distinguished in English as -<mentioned>picturesque</mentioned> and -<mentioned>painterly</mentioned> respectively. -</note> style of the - Dutch genre painters of the seventeenth century that drapery has this - psychological significance. - -<!-- elsewhere in the document --> -<respStmt xml:id="MDMH"><resp>translation from German to English</resp><name>Hottinger, Marie Donald Mackie</name> -</respStmt>
For this example to be valid, the code MDMH must be defined elsewhere, for example by means of a responsibility statement in the associated TEI header.
ExampleThe global n attribute may be used to supply the symbol or number used to mark the note's point of attachment in the source text, as in the following example:
Mevorakh b. Saadya's mother, the matriarch of the - family during the second half of the eleventh century, <note anchored="truen="126"> The - alleged mention of Judah Nagid's mother in a letter from 1071 is, in fact, a reference to - Judah's children; cf. above, nn. 111 and 54. </note> is well known from Geniza documents - published by Jacob Mann.
However, if notes are numbered in sequence and their numbering can be reconstructed automatically by processing software, it may well be considered unnecessary to record the note numbers.
Content model
-<content>
- <macroRef key="macro.specialPara"/>
-</content>
-    
Schema Declaration
-element note
+}

<note>

<note> (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]
Modulecore
Attributes
Member of
Contained by
May contain
Example

In the following example, the translator has supplied a footnote containing an explanation of the term translated as "painterly":

And yet it is not only
in the great line of Italian renaissance art, but even in the
painterly <note place="bottomresp="#MDMH"
 type="gloss">

 <term xml:lang="de">Malerisch</term>. This word has, in the German, two
distinct meanings, one objective, a quality residing in the object,
the other subjective, a mode of apprehension and creation. To avoid
confusion, they have been distinguished in English as
<mentioned>picturesque</mentioned> and
<mentioned>painterly</mentioned> respectively.
</note> style of the
Dutch genre painters of the seventeenth century that drapery has this
psychological significance.

<!-- elsewhere in the document -->
<respStmt xml:id="MDMH">
 <resp>translation from German to English</resp>
 <name>Hottinger, Marie Donald Mackie</name>
</respStmt>

For this example to be valid, the code MDMH must be defined elsewhere, for example by means of a responsibility statement in the associated TEI header.

Example

The global n attribute may be used to supply the symbol or number used to mark the note's point of attachment in the source text, as in the following example:

Mevorakh b. Saadya's mother, the matriarch of the
family during the second half of the eleventh century, <note anchored="truen="126"> The
alleged mention of Judah Nagid's mother in a letter from 1071 is, in fact, a reference to
Judah's children; cf. above, nn. 111 and 54. </note> is well known from Geniza documents
published by Jacob Mann.

However, if notes are numbered in sequence and their numbering can be reconstructed automatically by processing software, it may well be considered unnecessary to record the note numbers.

Content model
<content>
 <macroRef key="macro.specialPara"/>
</content>
Schema Declaration
+element note
 {
    tei_att.global.attributes,
    tei_att.placement.attributes,
@@ -2361,37 +796,8 @@
    tei_att.written.attributes,
    tei_att.anchoring.attributes,
    tei_macro.specialPara
-}

1.61. <noteGrp>

<noteGrp> contains a group of notes [3.9.1.1. Encoding Grouped Notes]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.placement (@place) att.pointing (@targetLang, @target, @evaluate) att.typed (@type, @subtype) att.written (@hand) att.anchoring (@anchored, @targetEnd)
Member of
Contained by
May contain
ExampleIn the following example, there are two notes in different languages, each specifying the content of the annotation relating to the same fragment of text:
<p>(...) tamen reuerendos dominos archiepiscopum et canonicos Leopolienses - necnon episcopum in duplicibus Quatuortemporibus -<noteGrp> -  <note xml:lang="en">Quatuor Tempora, so called dry fast days (Wednesday, Friday, and Saturday) -     falling on each of the quarters of the year. In the first quarter they were called Cinerum -     (following Ash Wednesday), second Spiritus (following Pentecost), third Crucis -     (after the Exaltation of the Holy Cross, September 14th), and Luciae -     in the fourth (after the feast of St. Lucia, December 13th). -  </note> -  <note xml:lang="pl">Quatuor Tempora, tzw. Suche dni postne (środa, piątek i sobota) -     przypadające cztery razy w roku. W pierwszym kwartale zwały się Cinerum -     (po Popielcu), w drugim Spiritus (po Zielonych Świętach), w trzecim Crucis -     (po święcie Podwyższenia Krzyża 14 września), w czwartym Luciae -     (po dniu św. Łucji 13 grudnia). -  </note></noteGrp> - totaliter expediui. -</p>
Content model
-<content>
- <sequence>
-  <elementRef key="desc"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <alternate maxOccurs="unbounded"
-   minOccurs="1">
-   <elementRef key="note"/>
-   <elementRef key="noteGrp"/>
-  </alternate>
- </sequence>
-</content>
-    
Schema Declaration
-element noteGrp
+}

<noteGrp>

<noteGrp> (note group) contains a group of notes [3.9.1.1. Encoding Grouped Notes]
Modulecore
Attributes
Member of
Contained by
May contain
Example

In the following example, there are two notes in different languages, each specifying the content of the annotation relating to the same fragment of text:

<p>(...) tamen reuerendos dominos archiepiscopum et canonicos Leopolienses
necnon episcopum in duplicibus Quatuortemporibus
<noteGrp>
  <note xml:lang="en">Quatuor Tempora, so called dry fast days (Wednesday, Friday, and Saturday)
     falling on each of the quarters of the year. In the first quarter they were called Cinerum
     (following Ash Wednesday), second Spiritus (following Pentecost), third Crucis
     (after the Exaltation of the Holy Cross, September 14th), and Luciae
     in the fourth (after the feast of St. Lucia, December 13th).
  </note>
  <note xml:lang="pl">Quatuor Tempora, tzw. Suche dni postne (środa, piątek i sobota)
     przypadające cztery razy w roku. W pierwszym kwartale zwały się Cinerum
     (po Popielcu), w drugim Spiritus (po Zielonych Świętach), w trzecim Crucis
     (po święcie Podwyższenia Krzyża 14 września), w czwartym Luciae
     (po dniu św. Łucji 13 grudnia).
  </note>
 </noteGrp>
totaliter expediui.
</p>
Content model
<content>
 <sequence>
  <elementRef key="desc"
   maxOccurs="unboundedminOccurs="0"/>

  <alternate maxOccurs="unbounded"
   minOccurs="1">

   <elementRef key="note"/>
   <elementRef key="noteGrp"/>
  </alternate>
 </sequence>
</content>
Schema Declaration
+element noteGrp
 {
    tei_att.global.attributes,
    tei_att.placement.attributes,
@@ -2400,158 +806,13 @@
    tei_att.written.attributes,
    tei_att.anchoring.attributes,
    ( tei_desc*, ( tei_note | tei_noteGrp )+ )
-}

1.62. <notesStmt>

<notesStmt> (notes statement) collects together any notes providing information about a text additional to that recorded in other parts of the bibliographic description. [2.2.6. The Notes Statement 2.2. The File Description]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Contained by
header: fileDesc
May contain
Note

Information of different kinds should not be grouped together into the same note.

Example
<notesStmt><note>Historical commentary provided by Mark Cohen</note><note>OCR scanning done at University of Toronto</note> -</notesStmt>
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="1">
-  <classRef key="model.noteLike"/>
-  <elementRef key="relatedItem"/>
- </alternate>
-</content>
-    
Schema Declaration
-element notesStmt
+}

<notesStmt>

<notesStmt> (notes statement) collects together any notes providing information about a text additional to that recorded in other parts of the bibliographic description. [2.2.6. The Notes Statement 2.2. The File Description]
Moduleheader
Attributes
Contained by
header: fileDesc
May contain
Note

Information of different kinds should not be grouped together into the same note.

Example
<notesStmt>
 <note>Historical commentary provided by Mark Cohen</note>
 <note>OCR scanning done at University of Toronto</note>
</notesStmt>
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="1">

  <classRef key="model.noteLike"/>
  <elementRef key="relatedItem"/>
 </alternate>
</content>
Schema Declaration
+element notesStmt
 {
    tei_att.global.attributes,
    ( tei_model.noteLike | relatedItem )+
-}

1.63. <object>

<object> contains a description of a single identifiable physical object. [13.3.5. Objects]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.sortable (@sortKey) att.typed (@type, @subtype) att.declaring (@decls) att.docStatus (@status) att.canonical (@key, @ref)
Member of
Contained by
namesdates: listObject object
May contain
derived-module-Grobid: trash
figures: formula
linking: link
Note

The <object> element is a recent addition to the TEI P5 Guidelines as of version 3.5.0 and as such may be more prone to further revision in the next few releases as its use develops. This may be particularly evident where its contents have been borrowed from <msDesc> and have yet to be generalized from their use in the context of manuscript descriptions.

The <object> element may be used for describing any object, text-bearing or not, though where the textuality of the object is the primary concern or a collection is mostly composed of manuscripts, encoders may prefer the <msDesc> element (a more specific form of <object>) which may be used not only to describe manuscripts but any form of text-bearing objects such as early printed books.

Example
<listObject><object xml:id="Alfred_Jewel"> -  <objectIdentifier> -   <country>United Kingdom</country> -   <region>Oxfordshire</region> -   <settlement>Oxford</settlement> -   <institution>University of Oxford</institution> -   <repository>Ashmolean Museum</repository> -   <collection>English Treasures</collection> -   <idno type="ashmolean">AN1836p.135.371</idno> -   <idno type="wikipedia">https://en.wikipedia.org/wiki/Alfred_Jewel</idno> -   <objectName>Alfred Jewel</objectName> -  </objectIdentifier> -  <physDesc> -   <p> The Alfred Jewel is about 6.4 cm in length and is made of combination of filigreed <material>gold</material> -       surrounding a polished teardrop shaped piece of transparent <material>quartz</material>. Underneath the rock -       crystal is a cloisonné enamel image of a man with ecclesiastical symbols. The sides of the jewel holding the -       crystal in place contain an openwork inscription saying "AELFRED MEC HEHT GEWYRCAN", meaning 'Alfred ordered -       me made'. </p> -  </physDesc> -  <history> -   <origin>It is generally accepted that the Alfred Jewel dates from the <origDate>late 9th Century</origDate> and -       was most likely made in <origPlace>England</origPlace>. </origin> -   <provenance when="1693">The jewel was discovered in 1693 at Petherton Park, North Petherton in the English -       county of Somerset, on land owned by Sir Thomas Wroth. North Petherton is about 8 miles away from Athelney, -       where King Alfred founded a monastery. </provenance> -   <provenance when="1698">A description of the Alfred Jewel was first published in 1698, in the Philosophical -       Transactions of the Royal Society.</provenance> -   <acquisition> It was bequeathed to Oxford University by Colonel Nathaniel Palmer (c. 1661-1718) and today is in -       the Ashmolean Museum in Oxford. </acquisition> -  </history></object> -</listObject> -<!-- Elsewhere in document --> -<p> The <objectName ref="#MinsterLovellJewel">Minster Lovell Jewel</objectName> is probably the most similar to the -<objectName ref="#Alfred_Jewel">Alfred Jewel</objectName> and was found in <placeName ref="#MinsterLovell">Minster -   Lovell</placeName> in <placeName ref="#Oxfordshire">Oxfordshire</placeName> and is kept at the <orgName ref="#AshmoleanMuseum">Ashmolean Museum</orgName>. -</p>
Example
<listObject><object xml:id="MaskOfTutankhamun"> -  <objectIdentifier> -   <objectName xml:lang="en">Mask of Tutankhamun</objectName> -   <idno type="carter">256a</idno> -   <idno type="JournalD'Entrée">60672</idno> -   <idno type="exhibition">220</idno> -   <institution>Museum of Egyptian Antiquities</institution> -   <address> -    <street>15 Meret Basha</street> -    <district>Ismailia</district> -    <settlement>Cairo</settlement> -    <country>Egypt</country> -    <location> -     <geo>30.047778, 31.233333</geo> -    </location> -   </address> -  </objectIdentifier> -  <msContents> -   <p>The back and shoulders of the mask is inscribed with a protective spell in Egyptian hieroglyphs formed of ten -       vertical and horizontal lines. This spell first appeared on masks in the Middle Kingdom at least 500 years -       before Tutankhamun, and comes from chapter 151 of the <title>Book of the Dead</title>.</p> -  </msContents> -  <physDesc> -   <p> The mask of Tutankhamun is 54cm x 39.3cm x 49cm. It is constructed from two layers of high-karat gold that -       varies in thickness from 1.5-3mm. It weighs approximately 10.23kg and x-ray crystallography shows that it is -       composed of two alloys of gold with a lighter 18.4 karat shade being used for the face and neck while a heavier -       22.5 karat gold was used for the rest of the mask.</p> -   <p>In the mask Tutankhamun wears a nemes headcloth which has the royal insignia of a cobra (Wadjet) and vulture -       (Nekhbet) on it. These are thought respectively to symbolise Tutankhamun's rule of both Lower Egypt and Upper -       Egypt. His ears are pierced for earrings. The mask has rich inlays of coloured glass and gemstones, including -       lapis lazuli surrounding the eye and eyebrows, quartz for the eyes, obsidian for the pupils. The broad collar is -       made up of carnelian, feldspar, turquoise, amazonite, faience and other stones.</p> -  </physDesc> -  <history> -   <origin> -    <p>The mask of Tutankhamun was created in <origPlace>Egypt</origPlace> around <origDate type="circawhen="-1323">1323 BC</origDate>. It is a death mask of the 18th-dynasty ancient Egyptian Pharaoh Tutankhamun -         who reigned 1332–1323 BC. </p> -   </origin> -   <provenance> -    <p>The mask of Tutankhamun was found in his burial chamber at Theban Necropolis in the Valley of the Kings in -         1922. On 28 October 1925 the excavation team led by English archaeologist Howard Carter opened the heavy -         sarcophagus and three coffins and were the first people in around 3,250 years to see the mask of Tutankhamun. -         Carter wrote in his diary: <quote> The pins removed, the lid was raised. The penultimate scene was disclosed – -           a very neatly wrapped mummy of the young king, with golden mask of sad but tranquil expression, symbolizing -           Osiris … the mask bears that god's attributes, but the likeness is that of Tut.Ankh.Amen – placid and -           beautiful, with the same features as we find upon his statues and coffins. The mask has fallen slightly -           back, thus its gaze is straight up to the heavens. </quote> -    </p> -   </provenance> -   <acquisition> In December 1925, the mask was removed from the tomb, placed in a crate and transported 635 -       kilometres (395 mi) to the Egyptian Museum in Cairo, where it remains on public display. </acquisition> -  </history> -  <additional> -   <adminInfo> -    <custodialHist> -     <custEvent when="1944">When it was discovered in 1925, the 2.5kg narrow gold beard was no longer attached to -           the mask and was reattached to the chin by use of a wooden dowel in 1944.</custEvent> -     <custEvent when="2014-08"> In August 2014 when the mask was removed from its display case for cleaning, the -           beard fell off again. Those working in the museum unadvisedly used a quick-drying epoxy to attempt to fix -           it, but left the beard off-centre. </custEvent> -     <custEvent when="2015-01">The damage was noticed and repaired in January 2015 by a German-Egyptian team who -           used beeswax, a material known to be used as adhesives by the ancient Egyptians.</custEvent> -    </custodialHist> -   </adminInfo> -  </additional></object> -</listObject>
Content model
-<content>
- <sequence>
-  <elementRef key="objectIdentifier"
-   maxOccurs="unbounded" minOccurs="1"/>
-  <classRef key="model.headLike"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <alternate>
-   <classRef key="model.pLike"
-    maxOccurs="unbounded" minOccurs="0"/>
-   <sequence>
-    <elementRef key="msContents"
-     minOccurs="0"/>
-    <elementRef key="physDesc"
-     minOccurs="0"/>
-    <elementRef key="history" minOccurs="0"/>
-    <elementRef key="additional"
-     minOccurs="0"/>
-   </sequence>
-  </alternate>
-  <alternate maxOccurs="unbounded"
-   minOccurs="0">
-   <classRef key="model.noteLike"/>
-   <classRef key="model.biblLike"/>
-   <elementRef key="linkGrp"/>
-   <elementRef key="link"/>
-  </alternate>
-  <elementRef key="object" minOccurs="0"/>
- </sequence>
-</content>
-    
Schema Declaration
-element object
+}

<object>

<object> contains a description of a single identifiable physical object. [13.3.6. Objects]
Modulenamesdates
Attributes
Member of
Contained by
namesdates: listObject object
May contain
analysis: s
derived-module-Grobid: trash
figures: formula
linking: link
Note

The object element is a recent addition to the TEI P5 Guidelines as of version 3.5.0 and as such may be more prone to further revision in the next few releases as its use develops. This may be particularly evident where its contents have been borrowed from <msDesc> and have yet to be generalized from their use in the context of manuscript descriptions.

The object element may be used for describing any object, text-bearing or not, though where the textuality of the object is the primary concern or a collection is mostly composed of manuscripts, encoders may prefer the <msDesc> element (a more specific form of object) which may be used not only to describe manuscripts but any form of text-bearing objects such as early printed books.

Example
<listObject>
 <object xml:id="Alfred_Jewel">
  <objectIdentifier>
   <country>United Kingdom</country>
   <region>Oxfordshire</region>
   <settlement>Oxford</settlement>
   <institution>University of Oxford</institution>
   <repository>Ashmolean Museum</repository>
   <collection>English Treasures</collection>
   <idno type="ashmolean">AN1836p.135.371</idno>
   <idno type="wikipedia">https://en.wikipedia.org/wiki/Alfred_Jewel</idno>
   <objectName>Alfred Jewel</objectName>
  </objectIdentifier>
  <physDesc>
   <p> The Alfred Jewel is about 6.4 cm in length and is made of combination of filigreed <material>gold</material>
       surrounding a polished teardrop shaped piece of transparent <material>quartz</material>. Underneath the rock
       crystal is a cloisonné enamel image of a man with ecclesiastical symbols. The sides of the jewel holding the
       crystal in place contain an openwork inscription saying "AELFRED MEC HEHT GEWYRCAN", meaning 'Alfred ordered
       me made'. </p>
  </physDesc>
  <history>
   <origin>It is generally accepted that the Alfred Jewel dates from the <origDate>late 9th Century</origDate> and
       was most likely made in <origPlace>England</origPlace>. </origin>
   <provenance when="1693">The jewel was discovered in 1693 at Petherton Park, North Petherton in the English
       county of Somerset, on land owned by Sir Thomas Wroth. North Petherton is about 8 miles away from Athelney,
       where King Alfred founded a monastery. </provenance>
   <provenance when="1698">A description of the Alfred Jewel was first published in 1698, in the Philosophical
       Transactions of the Royal Society.</provenance>
   <acquisition> It was bequeathed to Oxford University by Colonel Nathaniel Palmer (c. 1661-1718) and today is in
       the Ashmolean Museum in Oxford. </acquisition>
  </history>
 </object>
</listObject>
<!-- Elsewhere in document -->
<p> The <objectName ref="#MinsterLovellJewel">Minster Lovell Jewel</objectName> is probably the most similar to the
<objectName ref="#Alfred_Jewel">Alfred Jewel</objectName> and was found in <placeName ref="#MinsterLovell">Minster
   Lovell</placeName> in <placeName ref="#Oxfordshire">Oxfordshire</placeName> and is kept at the <orgName ref="#AshmoleanMuseum">Ashmolean Museum</orgName>.
</p>
Example
<listObject>
 <object xml:id="MaskOfTutankhamun">
  <objectIdentifier>
   <objectName xml:lang="en">Mask of Tutankhamun</objectName>
   <idno type="carter">256a</idno>
   <idno type="JournalD'Entrée">60672</idno>
   <idno type="exhibition">220</idno>
   <institution>Museum of Egyptian Antiquities</institution>
   <address>
    <street>15 Meret Basha</street>
    <district>Ismailia</district>
    <settlement>Cairo</settlement>
    <country>Egypt</country>
    <location>
     <geo>30.047778, 31.233333</geo>
    </location>
   </address>
  </objectIdentifier>
  <msContents>
   <p>The back and shoulders of the mask is inscribed with a protective spell in Egyptian hieroglyphs formed of ten
       vertical and horizontal lines. This spell first appeared on masks in the Middle Kingdom at least 500 years
       before Tutankhamun, and comes from chapter 151 of the <title>Book of the Dead</title>.</p>
  </msContents>
  <physDesc>
   <p> The mask of Tutankhamun is 54cm x 39.3cm x 49cm. It is constructed from two layers of high-karat gold that
       varies in thickness from 1.5-3mm. It weighs approximately 10.23kg and x-ray crystallography shows that it is
       composed of two alloys of gold with a lighter 18.4 karat shade being used for the face and neck while a heavier
       22.5 karat gold was used for the rest of the mask.</p>
   <p>In the mask Tutankhamun wears a nemes headcloth which has the royal insignia of a cobra (Wadjet) and vulture
       (Nekhbet) on it. These are thought respectively to symbolize Tutankhamun's rule of both Lower Egypt and Upper
       Egypt. His ears are pierced for earrings. The mask has rich inlays of coloured glass and gemstones, including
       lapis lazuli surrounding the eye and eyebrows, quartz for the eyes, obsidian for the pupils. The broad collar is
       made up of carnelian, feldspar, turquoise, amazonite, faience and other stones.</p>
  </physDesc>
  <history>
   <origin>
    <p>The mask of Tutankhamun was created in <origPlace>Egypt</origPlace> around <origDate type="circawhen="-1323">1323 BC</origDate>. It is a death mask of the 18th-dynasty ancient Egyptian Pharaoh Tutankhamun
         who reigned 1332–1323 BC. </p>
   </origin>
   <provenance>
    <p>The mask of Tutankhamun was found in his burial chamber at Theban Necropolis in the Valley of the Kings in
         1922. On 28 October 1925 the excavation team led by English archaeologist Howard Carter opened the heavy
         sarcophagus and three coffins and were the first people in around 3,250 years to see the mask of Tutankhamun.
         Carter wrote in his diary: <quote> The pins removed, the lid was raised. The penultimate scene was disclosed –
           a very neatly wrapped mummy of the young king, with golden mask of sad but tranquil expression, symbolizing
           Osiris … the mask bears that god's attributes, but the likeness is that of Tut.Ankh.Amen – placid and
           beautiful, with the same features as we find upon his statues and coffins. The mask has fallen slightly
           back, thus its gaze is straight up to the heavens. </quote>
    </p>
   </provenance>
   <acquisition> In December 1925, the mask was removed from the tomb, placed in a crate and transported 635
       kilometres (395 mi) to the Egyptian Museum in Cairo, where it remains on public display. </acquisition>
  </history>
  <additional>
   <adminInfo>
    <custodialHist>
     <custEvent when="1944">When it was discovered in 1925, the 2.5kg narrow gold beard was no longer attached to
           the mask and was reattached to the chin by use of a wooden dowel in 1944.</custEvent>
     <custEvent when="2014-08"> In August 2014 when the mask was removed from its display case for cleaning, the
           beard fell off again. Those working in the museum unadvisedly used a quick-drying epoxy to attempt to fix
           it, but left the beard off-centre. </custEvent>
     <custEvent when="2015-01">The damage was noticed and repaired in January 2015 by a German-Egyptian team who
           used beeswax, a material known to be used as adhesives by the ancient Egyptians.</custEvent>
    </custodialHist>
   </adminInfo>
  </additional>
 </object>
</listObject>
Content model
<content>
 <sequence>
  <elementRef key="objectIdentifier"
   maxOccurs="unboundedminOccurs="1"/>

  <classRef key="model.headLike"
   maxOccurs="unboundedminOccurs="0"/>

  <alternate>
   <classRef key="model.pLike"
    maxOccurs="unboundedminOccurs="1"/>

   <alternate maxOccurs="unbounded"
    minOccurs="0">

    <elementRef key="msContents"/>
    <elementRef key="physDesc"/>
    <elementRef key="history"/>
    <elementRef key="additional"/>
   </alternate>
  </alternate>
  <alternate maxOccurs="unbounded"
   minOccurs="0">

   <classRef key="model.noteLike"/>
   <classRef key="model.biblLike"/>
   <elementRef key="linkGrp"/>
   <elementRef key="link"/>
  </alternate>
  <elementRef key="object"
   maxOccurs="unboundedminOccurs="0"/>

 </sequence>
</content>
Schema Declaration
+element object
 {
    tei_att.global.attributes,
    tei_att.sortable.attributes,
@@ -2562,52 +823,12 @@
    (
       tei_objectIdentifier+,
       tei_model.headLike*,
-      ( tei_model.pLike* | ( msContents?, physDesc?, history?, additional? ) ),
+      ( tei_model.pLike+ | ( msContents | physDesc | history | additional )* ),
       ( tei_model.noteLike | tei_model.biblLike | linkGrp | tei_link )*,
-      tei_object?
+      tei_object*
    )
-}

1.64. <objectIdentifier>

<objectIdentifier> (object identifier) groups one or more identifiers or pieces of locating information concerning a single object. [13.3.5. Objects]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
core: bibl
namesdates: object
May contain
Example
<objectIdentifier><country>United Kingdom</country><region>Oxfordshire</region><settlement>Oxford</settlement><institution>University of Oxford</institution><repository>Ashmolean Museum</repository><collection>English Treasures</collection><idno type="ashmolean">AN1836p.135.371</idno><idno type="wikipedia">https://en.wikipedia.org/wiki/Alfred_Jewel</idno><objectName>Alfred Jewel</objectName> -</objectIdentifier>
Example
<object xml:id="Excalibur-MultipleNames"><objectIdentifier> -  <objectName type="main">Excalibur</objectName> -  <objectName type="alt">Caliburn</objectName> -  <objectName xml:lang="cy">Caledfwlch</objectName> -  <objectName xml:lang="cornu">Calesvol</objectName> -  <objectName xml:lang="br">Kaledvoulc'h</objectName> -  <objectName xml:lang="la">Caliburnus</objectName> -  <country>Wales</country></objectIdentifier><p>Excalibur is the name for the legendary sword of King Arthur, in Welsh it is called Caledfwlch, -   in Cornish it is called Calesvol, in Breton it is called Kaledvoulc'h, and in Latin it is called Caliburnus. -   In some versions Excalibur's blade was engraved with phrases on opposite sides which in translation read: -   "Take me up" and "Cast me away" (or similar).</p> -</object>
Schematron
-<s:report test="not(count(*) gt 0)">An objectIdentifier must contain at minimum a single piece of locating or identifying information.</s:report>
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <classRef key="model.placeNamePart"/>
-  <elementRef key="institution"/>
-  <elementRef key="repository"/>
-  <elementRef key="collection"/>
-  <elementRef key="idno"/>
-  <elementRef key="msName"/>
-  <elementRef key="objectName"/>
-  <elementRef key="altIdentifier"/>
-  <elementRef key="address"/>
- </alternate>
-</content>
-    
Schema Declaration
-element objectIdentifier
+}

<objectIdentifier>

<objectIdentifier> (object identifier) groups one or more identifiers or pieces of locating information concerning a single object. [13.3.6. Objects]
Modulenamesdates
Attributes
Member of
Contained by
core: bibl
namesdates: object
May contain
Example
<objectIdentifier>
 <country>United Kingdom</country>
 <region>Oxfordshire</region>
 <settlement>Oxford</settlement>
 <institution>University of Oxford</institution>
 <repository>Ashmolean Museum</repository>
 <collection>English Treasures</collection>
 <idno type="ashmolean">AN1836p.135.371</idno>
 <idno type="wikipedia">https://en.wikipedia.org/wiki/Alfred_Jewel</idno>
 <objectName>Alfred Jewel</objectName>
</objectIdentifier>
Example
<object xml:id="Excalibur-MultipleNames">
 <objectIdentifier>
  <objectName type="main">Excalibur</objectName>
  <objectName type="alt">Caliburn</objectName>
  <objectName xml:lang="cy">Caledfwlch</objectName>
  <objectName xml:lang="cnx">Calesvol</objectName>
  <objectName xml:lang="br">Kaledvoulc'h</objectName>
  <objectName xml:lang="la">Caliburnus</objectName>
  <country>Wales</country>
 </objectIdentifier>
 <p>Excalibur is the name for the legendary sword of King Arthur, in Welsh it is called Caledfwlch,
   in Cornish it is called Calesvol, in Breton it is called Kaledvoulc'h, and in Latin it is called Caliburnus.
   In some versions Excalibur's blade was engraved with phrases on opposite sides which in translation read:
   "Take me up" and "Cast me away" (or similar).</p>
</object>
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="1">

  <classRef key="model.placeNamePart"/>
  <elementRef key="institution"/>
  <elementRef key="repository"/>
  <elementRef key="collection"/>
  <elementRef key="idno"/>
  <elementRef key="msName"/>
  <elementRef key="objectName"/>
  <elementRef key="altIdentifier"/>
  <elementRef key="address"/>
 </alternate>
</content>
Schema Declaration
+element objectIdentifier
 {
    tei_att.global.attributes,
    (
@@ -2620,72 +841,25 @@
     | tei_objectName
     | altIdentifier
     | tei_address
-   )*
-}

1.65. <objectName>

<objectName> (name of an object) contains a proper noun or noun phrase used to refer to an object. [13.2.4. Object Names]
Modulenamesdates
AttributesAttributes att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.editLike (@evidence, @instant) att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.personal (@full, @sort) (att.naming (@role, @nymRef) (att.canonical (@key, @ref)) ) att.typed (@type, @subtype)
Member of
Contained by
May contain
Example
<p> - The <objectName ref="#MinsterLovellJewel">Minster Lovell Jewel</objectName> is probably the most similar to the -<objectName ref="#AlfredJewel">Alfred Jewel</objectName> and was found in <placeName ref="#MinsterLovell">Minster -   Lovell</placeName> in <placeName ref="#Oxfordshire">Oxfordshire</placeName> and is kept at the <orgName ref="#AshmoleanMuseum">Ashmolean Museum</orgName>. -</p>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element objectName
+   )+
+}

<objectName>

<objectName> (name of an object) contains a proper noun or noun phrase used to refer to an object. [13.2.5. Object Names]
Modulenamesdates
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Member of
Contained by
May contain
Example
<p>
The <objectName ref="#MinsterLovellJewel">Minster Lovell Jewel</objectName> is probably the most similar to the
<objectName ref="#AlfredJewel">Alfred Jewel</objectName> and was found in <placeName ref="#MinsterLovell">Minster
   Lovell</placeName> in <placeName ref="#Oxfordshire">Oxfordshire</placeName> and is kept at the <orgName ref="#AshmoleanMuseum">Ashmolean Museum</orgName>.
</p>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element objectName
 {
    tei_att.datable.attributes,
    tei_att.editLike.attributes,
    tei_att.global.attributes,
    tei_att.personal.attributes,
    tei_att.typed.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
    tei_macro.phraseSeq
-}

1.66. <org>

<org> (organization) provides information about an identifiable organization such as a business, a tribe, or any other grouping of people. [13.3.3. Organizational Data]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.editLike (@evidence, @instant) att.sortable (@sortKey)
rolespecifies a primary role or classification for the organization.
StatusOptional
Datatype1–∞ occurrences of teidata.enumerated separated by whitespace
Note

Values for this attribute may be locally defined by a project, using arbitrary keywords such as artist, employer, familyGroup, or politicalParty, each of which should be associated with a definition. Such local definitions will typically be provided by a <desc> for each <valItem> element in the schema specification of the project's customization.

Member of
Contained by
namesdates: org
May contain
Example
<org xml:id="JAMs"><orgName>Justified Ancients of Mummu</orgName><desc>An underground anarchist collective spearheaded by - <persName>Hagbard Celine</persName>, who fight the Illuminati -   from a golden submarine, the <name>Leif Ericson</name></desc><bibl> -  <author>Robert Shea</author> -  <author>Robert Anton Wilson</author> -  <title>The Illuminatus! Trilogy</title></bibl> -</org>
Content model
-<content>
- <sequence>
-  <classRef key="model.headLike"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <alternate>
-   <classRef key="model.pLike"
-    maxOccurs="unbounded" minOccurs="0"/>
-   <alternate maxOccurs="unbounded"
-    minOccurs="0">
-    <classRef key="model.labelLike"/>
-    <classRef key="model.nameLike"/>
-    <classRef key="model.placeLike"/>
-    <classRef key="model.orgPart"/>
-    <classRef key="model.milestoneLike"/>
-   </alternate>
-  </alternate>
-  <alternate maxOccurs="unbounded"
-   minOccurs="0">
-   <classRef key="model.noteLike"/>
-   <classRef key="model.biblLike"/>
-   <elementRef key="linkGrp"/>
-   <elementRef key="link"/>
-   <elementRef key="ptr"/>
-  </alternate>
-  <classRef key="model.personLike"
-   maxOccurs="unbounded" minOccurs="0"/>
- </sequence>
-</content>
-    
Schema Declaration
-element org
+}

<org>

<org> (organization) provides information about an identifiable organization such as a business, a tribe, or any other grouping of people. [13.3.3. Organizational Data]
Modulenamesdates
Attributes
rolespecifies a primary role or classification for the organization.
Status Optional
Datatype 1–∞ occurrences of teidata.enumerated separated by whitespace
Note

Values for this attribute may be locally defined by a project, using arbitrary keywords such as artist, employer, familyGroup, or politicalParty, each of which should be associated with a definition. Such local definitions will typically be provided by a desc for each <valItem> element in the schema specification of the project's customization.

Member of
Contained by
namesdates: org
May contain
Example
<org xml:id="JAMs">
 <orgName>Justified Ancients of Mummu</orgName>
 <desc>An underground anarchist collective spearheaded by
 <persName>Hagbard Celine</persName>, who fight the Illuminati
   from a golden submarine, the <name>Leif Ericson</name>
 </desc>
 <bibl>
  <author>Robert Shea</author>
  <author>Robert Anton Wilson</author>
  <title>The Illuminatus! Trilogy</title>
 </bibl>
</org>
Content model
<content>
 <sequence>
  <classRef key="model.headLike"
   maxOccurs="unboundedminOccurs="0"/>

  <alternate>
   <classRef key="model.pLike"
    maxOccurs="unboundedminOccurs="0"/>

   <alternate maxOccurs="unbounded"
    minOccurs="0">

    <classRef key="model.labelLike"/>
    <classRef key="model.nameLike"/>
    <classRef key="model.placeLike"/>
    <classRef key="model.orgPart"/>
    <classRef key="model.milestoneLike"/>
   </alternate>
  </alternate>
  <alternate maxOccurs="unbounded"
   minOccurs="0">

   <classRef key="model.noteLike"/>
   <classRef key="model.biblLike"/>
   <elementRef key="linkGrp"/>
   <elementRef key="link"/>
   <elementRef key="ptr"/>
  </alternate>
  <classRef key="model.personLike"
   maxOccurs="unboundedminOccurs="0"/>

 </sequence>
</content>
Schema Declaration
+element org
 {
    tei_att.global.attributes,
    tei_att.typed.attributes,
    tei_att.editLike.attributes,
    tei_att.sortable.attributes,
-   attribute role { list { + } }?,
+   attribute role { list { teidata.enumerated+ } }?,
    (
       tei_model.headLike*,
       (
@@ -2707,192 +881,70 @@
       )*,
       tei_model.personLike*
    )
-}

1.67. <orgName>

<orgName> (organization name) contains an organizational name. [13.2.2. Organizational Names]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.editLike (@evidence, @instant) att.personal (@full, @sort) (att.naming (@role, @nymRef) (att.canonical (@key, @ref)) ) att.typed (@type, @subtype)
Member of
Contained by
May contain
Example
About a year back, a question of considerable interest was agitated in the <orgName key="PAS1type="voluntary"><placeName key="PEN">Pennsyla.</placeName> Abolition Society -</orgName> [...]
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element orgName
+}

<orgName>

<orgName> (organization name) contains an organizational name. [13.2.2. Organizational Names]
Modulenamesdates
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Member of
Contained by
May contain
Example
About a year back, a question of considerable interest was agitated in the <orgName key="PAS1type="voluntary">
 <placeName key="PEN">Pennsyla.</placeName> Abolition Society
</orgName> [...]
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element orgName
 {
    tei_att.global.attributes,
    tei_att.datable.attributes,
    tei_att.editLike.attributes,
    tei_att.personal.attributes,
    tei_att.typed.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
    tei_macro.phraseSeq
-}

1.68. <p>

<p> (paragraph) marks paragraphs in prose. [3.1. Paragraphs 7.2.5. Speech Contents]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls) att.fragmentable (@part) att.written (@hand)
Member of
Contained by
May contain
Example
<p>Hallgerd was outside. <q>There is blood on your axe,</q> she said. <q>What have you -   done?</q> -</p> -<p><q>I have now arranged that you can be married a second time,</q> replied Thjostolf. -</p> -<p><q>Then you must mean that Thorvald is dead,</q> she said. -</p> -<p><q>Yes,</q> said Thjostolf. <q>And now you must think up some plan for me.</q> -</p>
Schematron
-<s:report test="not(ancestor::tei:floatingText) and (ancestor::tei:p or ancestor::tei:ab) - and not(parent::tei:exemplum |parent::tei:item |parent::tei:note |parent::tei:q +}

<p>

<p> (paragraph) marks paragraphs in prose. [3.1. Paragraphs 7.2.5. Speech Contents]
Modulecore
Attributes
Member of
Contained by
May contain
Example
<p>Hallgerd was outside. <q>There is blood on your axe,</q> she said. <q>What have you
   done?</q>
</p>
<p>
 <q>I have now arranged that you can be married a second time,</q> replied Thjostolf.
</p>
<p>
 <q>Then you must mean that Thorvald is dead,</q> she said.
</p>
<p>
 <q>Yes,</q> said Thjostolf. <q>And now you must think up some plan for me.</q>
</p>
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. -</s:report>
Schematron
-<s:report test="ancestor::tei:l[not(.//tei:note//tei:p[. = current()])]"> Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab. -</s:report>
Content model
-<content>
- <macroRef key="macro.paraContent"/>
-</content>
-    
Schema Declaration
-element p
+ |parent::tei:stage |parent::tei:cell |parent::tei:figure )"> Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements.
</sch:report>
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>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Schema Declaration
+element p
 {
    tei_att.global.attributes,
    tei_att.declaring.attributes,
    tei_att.fragmentable.attributes,
    tei_att.written.attributes,
    tei_macro.paraContent
-}

1.69. <persName>

<persName> (personal name) contains a proper noun or proper-noun phrase referring to a person, possibly including one or more of the person's forenames, surnames, honorifics, added names, etc. [13.2.1. Personal Names]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.editLike (@evidence, @instant) att.personal (@full, @sort) (att.naming (@role, @nymRef) (att.canonical (@key, @ref)) ) att.typed (@type, @subtype)
Member of
Contained by
May contain
Example
<persName><forename>Edward</forename><forename>George</forename><surname type="linked">Bulwer-Lytton</surname>, <roleName>Baron Lytton of - <placeName>Knebworth</placeName></roleName> -</persName>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element persName
+}

<persName>

<persName> (personal name) contains a proper noun or proper-noun phrase referring to a person, possibly including one or more of the person's forenames, surnames, honorifics, added names, etc. [13.2.1. Personal Names]
Modulenamesdates
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Member of
Contained by
May contain
Example
<persName>
 <forename>Edward</forename>
 <forename>George</forename>
 <surname type="linked">Bulwer-Lytton</surname>, <roleName>Baron Lytton of
 <placeName>Knebworth</placeName>
 </roleName>
</persName>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element persName
 {
    tei_att.global.attributes,
    tei_att.datable.attributes,
    tei_att.editLike.attributes,
    tei_att.personal.attributes,
    tei_att.typed.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
    tei_macro.phraseSeq
-}

1.70. <persPronouns>

<persPronouns> (personal pronouns) indicates the personal pronouns used, or assumed to be used, by the individual being described. [13.3.2.1. Personal Characteristics]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.typed (@type, @subtype)
evidence(evidence) indicates support for the listed personal pronouns.
StatusRecommended
Datatypeteidata.enumerated
Suggested values include:
conjecture
(conjecture) The given value was selected based on assumptions by someone besides the person to whom this pronoun applies. As a result, the value may be erroneous.
selfIdentification
(self identification) The given value has been explicitly stated or confirmed by the person to whom this pronoun applies.
trustedThirdParty
(trusted third party) The given value has been supplied by another individual trusted by the encoder to know the preferences of the person to whom this pronoun applies.
value(value) supplies a regularized value for personal pronouns.
StatusRecommended
Datatype1–∞ occurrences of teidata.enumerated separated by whitespace
Sample values include:
e
(e) e/eirs
he
(he) he/him/his
she
(she) she/her/hers
they
(they) they/them/theirs
Note

The sample values list shown here is intended to be reflective of English usage. There is nothing restricting users from defining lists reflective of other languages, e.g. elle, il, and ils.

Member of
Contained by
May contain
Example
<person><persName> -  <forename>SUE</forename> -  <addName>the T. rex</addName></persName><residence>The Field Museum. Chicago, Illinois, United States.</residence><sex value="0"/><persPronouns value="they">they/them</persPronouns><note> -  <cit> -   <quote>Specimen FMNH PR 2081. Legendary Fossil. Apex -       Predator. National Treasure. <emph style="text-transform:uppercase; letter-spacing:0.25rem;">Murderbird.</emph> -   </quote> -   <bibl>SUEtheTrex, Twitter biography. -   <ptr target="https://twitter.com/SUEtheTrex"/>. -       Accessed <date when="2020-03-25">March 25th, 2020</date>.</bibl> -  </cit></note> -</person>
Example
<docAuthor><persName>Lal Zimman</persName><persPronouns value="he">(he/him/his)</persPronouns><ref target="#Name">(FAQ)</ref><persName type="IPA">[lɑɫ ˈzimn̩]</persName><email>zimman at ucsb dot edu</email><roleName>Assistant Professor of Linguistics</roleName><roleName>Affiliated Faculty in Feminist Studies</roleName><address> -  <addrLine>South Hall 3518</addrLine> -  <addrLine>University of California, Santa Barbara</addrLine></address> -</docAuthor>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element persPronouns
+}

<persona>

<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]
Modulenamesdates
Attributes
rolespecifies a primary role or classification for the persona.
Status Optional
Datatype 1–∞ occurrences of teidata.enumerated separated by whitespace
Note

Values for this attribute may be locally defined by a project, using arbitrary keywords such as artist, employer, author, relative, or servant, each of which should be associated with a definition. Such local definitions will typically be provided by a <valList> element in the project schema specification.

sexspecifies the sex of the persona.
Status Optional
Datatype 1–∞ occurrences of teidata.sex separated by whitespace
Note

Values for this attribute may be locally defined by a project, or may refer to an external standard.

genderspecifies the gender of the persona.
Status Optional
Datatype 1–∞ occurrences of teidata.gender separated by whitespace
Note

Values for this attribute may be locally defined by a project, or they may refer to an external standard.

agespecifies an age group for the persona.
Status Optional
Datatype teidata.enumerated
Note

Values for this attribute may be locally defined by a project, using arbitrary keywords such as infant, child, teen, adult, or senior, each of which should be associated with a definition. Such local definitions will typically be provided by a <valList> element in the project schema specification.

Member of
Contained by
namesdates: persona
May contain
analysis: s
derived-module-Grobid: trash
figures: figure formula
header: idno
linking: anchor link
Note

Note that a persona is not the same as a role. A role may be assumed by different people on different occasions, whereas a persona is unique to a particular person, even though it may resemble others. Similarly, when an actor takes on or enacts the role of a historical person, they do not thereby acquire a new persona.

Example
<person age="adultsex="M">
 <persona sex="M">
  <persName>Dr Henry Jekyll</persName>
 </persona>
 <persona age="youthsex="M">
  <persName>Edward Hyde</persName>
 </persona>
</person>
Content model
<content>
 <alternate>
  <classRef key="model.pLike"
   maxOccurs="unboundedminOccurs="1"/>

  <alternate maxOccurs="unbounded"
   minOccurs="0">

   <classRef key="model.personPart"/>
   <classRef key="model.global"/>
  </alternate>
 </alternate>
</content>
Schema Declaration
+element persona
+{
+   tei_att.global.attributes,
+   tei_att.editLike.attributes,
+   tei_att.sortable.attributes,
+   attribute role { list { teidata.enumerated+ } }?,
+   attribute sex { list { teidata.sex+ } }?,
+   attribute gender { list { teidata.gender+ } }?,
+   attribute age { teidata.enumerated }?,
+   ( tei_model.pLike+ | ( tei_model.personPart | tei_model.global )* )
+}

<persPronouns>

<persPronouns> (personal pronouns) indicates the personal pronouns used, or assumed to be used, by the individual being described. [13.3.2.1. Personal Characteristics]
Modulenamesdates
Attributes
evidence(evidence) indicates support for the listed personal pronouns.
Status Recommended
Datatype teidata.enumerated
Suggested values include:
conjecture
(conjecture) The given value was selected based on assumptions by someone besides the person to whom this pronoun applies. As a result, the value may be erroneous.
selfIdentification
(self identification) The given value has been explicitly stated or confirmed by the person to whom this pronoun applies.
trustedThirdParty
(trusted third party) The given value has been supplied by another individual trusted by the encoder to know the preferences of the person to whom this pronoun applies.
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
value(value) supplies a regularized value for personal pronouns.
Status Recommended
Datatype 1–∞ occurrences of teidata.enumerated separated by whitespace
Sample values include:
e
(e) e/eirs
he
(he) he/him/his
she
(she) she/her/hers
they
(they) they/them/theirs
Note

The sample values list shown here is intended to be reflective of English usage. There is nothing restricting users from defining lists reflective of other languages, e.g. elle, il, and ils.

Member of
Contained by
May contain
Example
<person>
 <persName>
  <forename>SUE</forename>
  <addName>the T. rex</addName>
 </persName>
 <residence>The Field Museum. Chicago, Illinois, United States.</residence>
 <sex value="0"/>
 <persPronouns value="they">they/them</persPronouns>
 <note>
  <cit>
   <quote>Specimen FMNH PR 2081. Legendary Fossil. Apex
       Predator. National Treasure. <emph style="text-transform:uppercase; letter-spacing:0.25rem;">Murderbird.</emph>
   </quote>
   <bibl>SUEtheTrex, Twitter biography.
   <ptr target="https://twitter.com/SUEtheTrex"/>.
       Accessed <date when="2020-03-25">March 25th, 2020</date>.</bibl>
  </cit>
 </note>
</person>
Example
<docAuthor>
 <persName>Lal Zimman</persName>
 <persPronouns value="he">(he/him/his)</persPronouns>
 <ref target="#Name">(FAQ)</ref>
 <persName type="IPA">[lɑɫ ˈzimn̩]</persName>
 <email>zimman at ucsb dot edu</email>
 <roleName>Assistant Professor of Linguistics</roleName>
 <roleName>Affiliated Faculty in Feminist Studies</roleName>
 <address>
  <addrLine>South Hall 3518</addrLine>
  <addrLine>University of California, Santa Barbara</addrLine>
 </address>
</docAuthor>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element persPronouns
 {
    tei_att.global.attributes,
    tei_att.datable.attributes,
    tei_att.typed.attributes,
-   attribute evidence
+   attribute evidence
    {
-      "conjecture" | "selfIdentification" | "trustedThirdParty"
+      "conjecture"
+    | "selfIdentification"
+    | "trustedThirdParty"
+    | teidata.enumerated
    }?,
-   attribute value { list { + } }?,
+   attribute calendar { list { teidata.pointer+ } }?,
+   attribute value { list { teidata.enumerated+ } }?,
    tei_macro.phraseSeq
-}

1.71. <persona>

<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]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.editLike (@evidence, @instant) att.sortable (@sortKey)
rolespecifies a primary role or classification for the persona.
StatusOptional
Datatype1–∞ occurrences of teidata.enumerated separated by whitespace
Note

Values for this attribute may be locally defined by a project, using arbitrary keywords such as artist, employer, author, relative, or servant, each of which should be associated with a definition. Such local definitions will typically be provided by a <valList> element in the project schema specification.

sexspecifies the sex of the persona.
StatusOptional
Datatype1–∞ occurrences of teidata.sex separated by whitespace
Note

Values for this attribute may be locally defined by a project, or may refer to an external standard, such as vCard's sex property http://microformats.org/wiki/gender-formats (in which M indicates male, F female, O other, N none or not applicable, U unknown), or the often used ISO 5218:2004 Representation of Human Sexes http://standards.iso.org/ittf/PubliclyAvailableStandards/c036266_ISO_IEC_5218_2004(E_F).zip (in which 0 indicates unknown; 1 male; 2 female; and 9 not applicable, although the ISO standard is widely considered inadequate); cf. CETH's Recommendations for Inclusive Data Collection of Trans People http://transhealth.ucsf.edu/trans?page=lib-data-collection.

agespecifies an age group for the persona.
StatusOptional
Datatypeteidata.enumerated
Note

Values for this attribute may be locally defined by a project, using arbitrary keywords such as infant, child, teen, adult, or senior, each of which should be associated with a definition. Such local definitions will typically be provided by a <valList> element in the project schema specification.

Member of
Contained by
namesdates: persona
May contain
derived-module-Grobid: trash
figures: figure formula
header: idno
linking: anchor link
Note

Note that a persona is not the same as a role. A role may be assumed by different people on different occasions, whereas a persona is unique to a particular person, even though it may resemble others. Similarly, when an actor takes on or enacts the role of a historical person, they do not thereby acquire a new persona.

Example
<person age="adultsex="M"><persona sex="M"> -  <persName>Dr Henry Jekyll</persName></persona><persona age="youthsex="M"> -  <persName>Edward Hyde</persName></persona> -</person>
Content model
-<content>
- <alternate>
-  <classRef key="model.pLike"
-   maxOccurs="unbounded" minOccurs="1"/>
-  <alternate maxOccurs="unbounded"
-   minOccurs="0">
-   <classRef key="model.personPart"/>
-   <classRef key="model.global"/>
-  </alternate>
- </alternate>
-</content>
-    
Schema Declaration
-element persona
-{
-   tei_att.global.attributes,
-   tei_att.editLike.attributes,
-   tei_att.sortable.attributes,
-   attribute role { list { + } }?,
-   attribute sex { list { + } }?,
-   attribute age { text }?,
-   ( tei_model.pLike+ | ( tei_model.personPart | tei_model.global )* )
-}

1.72. <postBox>

<postBox> (postal box or post office box) contains a number or other identifier for some postal delivery point other than a street address. [3.6.2. Addresses]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
core: address
May containCharacter data only
Note

The position and nature of postal codes is highly country-specific; the conventions appropriate to the country concerned should be used.

Example
<postBox>P.O. Box 280</postBox>
Example
<postBox>Postbus 532</postBox>
Content model
-<content>
- <textNode/>
-</content>
-    
Schema Declaration
-element postBox { tei_att.global.attributes, text }

1.73. <postCode>

<postCode> (postal code) contains a numerical or alphanumeric code used as part of a postal address to simplify sorting or delivery of mail. [3.6.2. Addresses]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
core: address
May containCharacter data only
Note

The position and nature of postal codes is highly country-specific; the conventions appropriate to the country concerned should be used.

Example
<postCode>HR1 3LR</postCode>
Example
<postCode>60142-7</postCode>
Content model
-<content>
- <textNode/>
-</content>
-    
Schema Declaration
-element postCode { tei_att.global.attributes, text }

1.74. <profileDesc>

<profileDesc> (text-profile description) provides a detailed description of non-bibliographic aspects of a text, specifically the languages and sublanguages used, the situation in which it was produced, the participants and their setting. [2.4. The Profile Description 2.1.1. The TEI Header and Its Components]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
header: teiHeader
May contain
Note

Although the content model permits it, it is rarely meaningful to supply multiple occurrences for any of the child elements of <profileDesc> unless these are documenting multiple texts.

Example
<profileDesc><langUsage> -  <language ident="fr">French</language></langUsage><textDesc n="novel"> -  <channel mode="w">print; part issues</channel> -  <constitution type="single"/> -  <derivation type="original"/> -  <domain type="art"/> -  <factuality type="fiction"/> -  <interaction type="none"/> -  <preparedness type="prepared"/> -  <purpose degree="hightype="entertain"/> -  <purpose degree="mediumtype="inform"/></textDesc><settingDesc> -  <setting> -   <name>Paris, France</name> -   <time>Late 19th century</time> -  </setting></settingDesc> -</profileDesc>
Content model
-<content>
- <classRef key="model.profileDescPart"
-  maxOccurs="unbounded" minOccurs="0"/>
-</content>
-    
Schema Declaration
-element profileDesc { tei_att.global.attributes, tei_model.profileDescPart* }

1.75. <ptr>

<ptr> (pointer) defines a pointer to another location. [3.7. Simple Links and Cross-References 16.1. Links]
Modulecore
AttributesAttributes att.cReferencing (@cRef) att.declaring (@decls) att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.internetMedia (@mimeType) att.pointing (@targetLang, @target, @evaluate) att.typed (@type, @subtype)
Member of
Contained by
May containEmpty element
Example
<ptr target="#p143 #p144"/> -<ptr target="http://www.tei-c.org"/> -<ptr cRef="1.3.4"/>
Schematron
-<s:report test="@target and @cRef">Only one of the - attributes @target and @cRef may be supplied on <s:name/>.</s:report>
Content model
-<content>
- <empty/>
-</content>
-    
Schema Declaration
-element ptr
+}

<postBox>

<postBox> (postal box or post office box) contains a number or other identifier for some postal delivery point other than a street address. [3.6.2. Addresses]
Modulecore
Attributes
Member of
Contained by
core: address
May containCharacter data only
Note

The position and nature of postal codes is highly country-specific; the conventions appropriate to the country concerned should be used.

Example
<postBox>P.O. Box 280</postBox>
Example
<postBox>Postbus 532</postBox>
Content model
<content>
 <textNode/>
</content>
Schema Declaration
+element postBox { tei_att.global.attributes, text }

<postCode>

<postCode> (postal code) contains a numerical or alphanumeric code used as part of a postal address to simplify sorting or delivery of mail. [3.6.2. Addresses]
Modulecore
Attributes
Member of
Contained by
core: address
May containCharacter data only
Note

The position and nature of postal codes is highly country-specific; the conventions appropriate to the country concerned should be used.

Example
<postCode>HR1 3LR</postCode>
Example
<postCode>60142-7</postCode>
Content model
<content>
 <textNode/>
</content>
Schema Declaration
+element postCode { tei_att.global.attributes, text }

<profileDesc>

<profileDesc> (text-profile description) provides a detailed description of non-bibliographic aspects of a text, specifically the languages and sublanguages used, the situation in which it was produced, the participants and their setting. [2.4. The Profile Description 2.1.1. The TEI Header and Its Components]
Moduleheader
Attributes
Member of
Contained by
header: teiHeader
May contain
Note

Although the content model permits it, it is rarely meaningful to supply multiple occurrences for any of the child elements of profileDesc unless these are documenting multiple texts.

Example
<profileDesc>
 <langUsage>
  <language ident="fr">French</language>
 </langUsage>
 <textDesc n="novel">
  <channel mode="w">print; part issues</channel>
  <constitution type="single"/>
  <derivation type="original"/>
  <domain type="art"/>
  <factuality type="fiction"/>
  <interaction type="none"/>
  <preparedness type="prepared"/>
  <purpose degree="hightype="entertain"/>
  <purpose degree="mediumtype="inform"/>
 </textDesc>
 <settingDesc>
  <setting>
   <name>Paris, France</name>
   <time>Late 19th century</time>
  </setting>
 </settingDesc>
</profileDesc>
Content model
<content>
 <classRef key="model.profileDescPart"
  maxOccurs="unboundedminOccurs="0"/>

</content>
Schema Declaration
+element profileDesc { tei_att.global.attributes, tei_model.profileDescPart* }

<ptr>

<ptr> (pointer) defines a pointer to another location. [3.7. Simple Links and Cross-References 16.1. Links]
Modulecore
Attributes
Member of
Contained by
May containEmpty element
Example
<ptr target="#p143 #p144"/>
<ptr target="http://www.tei-c.org"/>
<ptr cRef="1.3.4"/>
Schematron

<sch:report test="@target and @cRef">Only one of the
attributes @target and @cRef may be supplied on <sch:name/>.</sch:report>
Content model
<content>
 <empty/>
</content>
Schema Declaration
+element ptr
 {
    tei_att.cReferencing.attributes,
    tei_att.declaring.attributes,
@@ -2901,54 +953,8 @@
    tei_att.pointing.attributes,
    tei_att.typed.attributes,
    empty
-}

1.76. <pubPlace>

<pubPlace> (publication place) contains the name of the place where a bibliographic item was published. [3.12.2.4. Imprint, Size of a Document, and Reprint Information]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref))
Member of
Contained by
May contain
Example
<publicationStmt><publisher>Oxford University Press</publisher><pubPlace>Oxford</pubPlace><date>1989</date> -</publicationStmt>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element pubPlace
-{
-   tei_att.global.attributes,
-   tei_att.naming.attributes,
-   tei_macro.phraseSeq
-}

1.77. <publicationStmt>

<publicationStmt> (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]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Contained by
header: fileDesc
May contain
derived-module-Grobid: trash
figures: formula
Note

Where a publication statement contains several members of the model.publicationStmtPart.agency or model.publicationStmtPart.detail classes rather than one or more paragraphs or anonymous blocks, care should be taken to ensure that the repeated elements are presented in a meaningful order. It is a conformance requirement that elements supplying information about publication place, address, identifier, availability, and date be given following the name of the publisher, distributor, or authority concerned, and preferably in that order.

Example
<publicationStmt><publisher>C. Muquardt </publisher><pubPlace>Bruxelles &amp; Leipzig</pubPlace><date when="1846"/> -</publicationStmt>
Example
<publicationStmt><publisher>Chadwyck Healey</publisher><pubPlace>Cambridge</pubPlace><availability> -  <p>Available under licence only</p></availability><date when="1992">1992</date> -</publicationStmt>
Example
<publicationStmt><publisher>Zea Books</publisher><pubPlace>Lincoln, NE</pubPlace><date>2017</date><availability> -  <p>This is an open access work licensed under a Creative Commons Attribution 4.0 International license.</p></availability><ptr target="http://digitalcommons.unl.edu/zeabook/55"/> -</publicationStmt>
Content model
-<content>
- <alternate>
-  <sequence maxOccurs="unbounded"
-   minOccurs="1">
-   <classRef key="model.publicationStmtPart.agency"/>
-   <classRef key="model.publicationStmtPart.detail"
-    maxOccurs="unbounded" minOccurs="0"/>
-  </sequence>
-  <classRef key="model.pLike"
-   maxOccurs="unbounded" minOccurs="1"/>
- </alternate>
-</content>
-    
Schema Declaration
-element publicationStmt
+}

<publicationStmt>

<publicationStmt> (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]
Moduleheader
Attributes
Contained by
header: fileDesc
May contain
analysis: s
derived-module-Grobid: trash
figures: formula
Note

Where a publication statement contains several members of the model.publicationStmtPart.agency or model.publicationStmtPart.detail classes rather than one or more paragraphs or anonymous blocks, care should be taken to ensure that the repeated elements are presented in a meaningful order. It is a conformance requirement that elements supplying information about publication place, address, identifier, availability, and date be given following the name of the publisher, distributor, or authority concerned, and preferably in that order.

Example
<publicationStmt>
 <publisher>C. Muquardt </publisher>
 <pubPlace>Bruxelles &amp; Leipzig</pubPlace>
 <date when="1846"/>
</publicationStmt>
Example
<publicationStmt>
 <publisher>Chadwyck Healey</publisher>
 <pubPlace>Cambridge</pubPlace>
 <availability>
  <p>Available under licence only</p>
 </availability>
 <date when="1992">1992</date>
</publicationStmt>
Example
<publicationStmt>
 <publisher>Zea Books</publisher>
 <pubPlace>Lincoln, NE</pubPlace>
 <date>2017</date>
 <availability>
  <p>This is an open access work licensed under a Creative Commons Attribution 4.0 International license.</p>
 </availability>
 <ptr target="http://digitalcommons.unl.edu/zeabook/55"/>
</publicationStmt>
Content model
<content>
 <alternate>
  <sequence maxOccurs="unbounded"
   minOccurs="1">

   <classRef key="model.publicationStmtPart.agency"/>
   <classRef key="model.publicationStmtPart.detail"
    maxOccurs="unboundedminOccurs="0"/>

  </sequence>
  <classRef key="model.pLike"
   maxOccurs="unboundedminOccurs="1"/>

 </alternate>
</content>
Schema Declaration
+element publicationStmt
 {
    tei_att.global.attributes,
    (
@@ -2958,41 +964,26 @@
       )+
     | tei_model.pLike+
    )
-}

1.78. <publisher>

<publisher> (publisher) provides the name of the organization responsible for the publication or distribution of a bibliographic item. [3.12.2.4. Imprint, Size of a Document, and Reprint Information 2.2.4. Publication, Distribution, Licensing, etc.]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.canonical (@key, @ref)
Member of
Contained by
May contain
Note

Use the full form of the name by which a company is usually referred to, rather than any abbreviation of it which may appear on a title page

Example
<imprint><pubPlace>Oxford</pubPlace><publisher>Clarendon Press</publisher><date>1987</date> -</imprint>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element publisher
+}

<publisher>

<publisher> (publisher) provides the name of the organization responsible for the publication or distribution of a bibliographic item. [3.12.2.4. Imprint, Size of a Document, and Reprint Information 2.2.4. Publication, Distribution, Licensing, etc.]
Modulecore
Attributes
Member of
Contained by
May contain
Note

Use the full form of the name by which a company is usually referred to, rather than any abbreviation of it which may appear on a title page

Example
<imprint>
 <pubPlace>Oxford</pubPlace>
 <publisher>Clarendon Press</publisher>
 <date>1987</date>
</imprint>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element publisher
 {
    tei_att.global.attributes,
    tei_att.canonical.attributes,
    tei_macro.phraseSeq
-}

1.79. <rb>

<rb> (ruby base) contains the base text annotated by a ruby gloss. [3.4.2. Ruby Annotations]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype)
Contained by
core: ruby
May contain
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element rb
+}

<pubPlace>

<pubPlace> (publication place) contains the name of the place where a bibliographic item was published. [3.12.2.4. Imprint, Size of a Document, and Reprint Information]
Modulecore
Attributes
Member of
Contained by
May contain
Example
<publicationStmt>
 <publisher>Oxford University Press</publisher>
 <pubPlace>Oxford</pubPlace>
 <date>1989</date>
</publicationStmt>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element pubPlace
+{
+   tei_att.global.attributes,
+   tei_att.naming.attributes,
+   tei_macro.phraseSeq
+}

<rb>

<rb> (ruby base) contains the base text annotated by a ruby gloss. [3.4.2. Ruby Annotations]
Modulecore
Attributes
Contained by
core: ruby
May contain
Example

The word 你 好 nǐ hǎo (hello) is glossed in pinyin to provide a pronunciation guide.

<p xml:lang="zh">
<!--...-->
 <ruby>
  <rb></rb>
  <rt place="above"></rt>
 </ruby>
 <ruby>
  <rb></rb>
  <rt place="above">hǎo</rt>
 </ruby>
<!--...-->
</p>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element rb
 {
    tei_att.global.attributes,
    tei_att.typed.attributes,
    tei_macro.phraseSeq
-}

1.80. <ref>

<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]
Modulecore
AttributesAttributes att.cReferencing (@cRef) att.declaring (@decls) att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.internetMedia (@mimeType) att.pointing (@targetLang, @target, @evaluate) att.typed (@type, @subtype)
Member of
Contained by
May contain
Note

The target and cRef attributes are mutually exclusive.

Example
See especially <ref target="http://www.natcorp.ox.ac.uk/Texts/A02.xml#s2">the second - sentence</ref>
Example
See also <ref target="#locution">s.v. <term>locution</term> -</ref>.
Schematron
-<s:report test="@target and @cRef">Only one of the - attributes @target' and @cRef' may be supplied on <s:name/> -</s:report>
Content model
-<content>
- <macroRef key="macro.paraContent"/>
-</content>
-    
Schema Declaration
-element ref
+}

<ref>

<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]
Modulecore
Attributes
Member of
Contained by
May contain
Note

The target and cRef attributes are mutually exclusive.

Example
See especially <ref target="http://www.natcorp.ox.ac.uk/Texts/A02.xml#s2">the second
sentence</ref>
Example
See also <ref target="#locution">s.v. <term>locution</term>
</ref>.
Schematron

<sch:report test="@target and @cRef">Only one of the
attributes @target' and @cRef' may be supplied on <sch:name/>
</sch:report>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Schema Declaration
+element ref
 {
    tei_att.cReferencing.attributes,
    tei_att.declaring.attributes,
@@ -3001,168 +992,69 @@
    tei_att.pointing.attributes,
    tei_att.typed.attributes,
    tei_macro.paraContent
-}

1.81. <region>

<region> (region) contains the name of an administrative unit such as a state, province, or county, larger than a settlement, but smaller than a country. [13.2.3. Place Names]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.typed (@type, @subtype) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod))
Member of
Contained by
May contain
Example
<placeName><region n="ILtype="state">Illinois</region> -</placeName>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element region
+}

<region>

<region> (region) contains the name of an administrative unit such as a state, province, or county, larger than a settlement, but smaller than a country. [13.2.3. Place Names]
Modulenamesdates
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Member of
Contained by
May contain
Example
<placeName>
 <region n="ILtype="state">Illinois</region>
</placeName>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element region
 {
    tei_att.global.attributes,
    tei_att.naming.attributes,
    tei_att.typed.attributes,
    tei_att.datable.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
    tei_macro.phraseSeq
-}

1.82. <roleName>

<roleName> (role name) contains a name component which indicates that the referent has a particular role or position in society, such as an official title or rank. [13.2.1. Personal Names]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.personal (@full, @sort) (att.naming (@role, @nymRef) (att.canonical (@key, @ref)) ) att.typed (@type, @subtype)
Member of
Contained by
May contain
Note

A <roleName> may be distinguished from an <addName> by virtue of the fact that, like a title, it typically exists independently of its holder.

Example
<persName><forename>William</forename><surname>Poulteny</surname><roleName>Earl of Bath</roleName> -</persName>
Example
<p>The <roleName role="#solicitor_general">S.G.</roleName> is the only national public official, - including the Supreme Court justices, required by statute to be “learned in the law.”</p>
Example
<p><persName ref="#NJF"> -  <roleName role="#solicitor_general">Solicitor General</roleName> Noel J. Francisco</persName>, - representing the administration, asserted in rebuttal that there was nothing to disavow (...) -<persName ref="#NJF">Francisco</persName> had violated the scrupulous standard of candor about the facts and - the law that <roleName role="#solicitor_general">S.G.s</roleName>, in Republican and Democratic administrations - alike, have repeatedly said they must honor. -</p>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element roleName
+}

<revisionDesc>

<revisionDesc> (revision description) summarizes the revision history for a file. [2.6. The Revision Description 2.1.1. The TEI Header and Its Components]
Moduleheader
Attributes
Contained by
header: teiHeader
linking: annotation
May contain
core: list
header: change
Note

If present on this element, the status attribute should indicate the current status of the document. The same attribute may appear on any change to record the status at the time of that change. Conventionally change elements should be given in reverse date order, with the most recent change at the start of the list.

Example
<revisionDesc status="embargoed">
 <change when="1991-11-11who="#LB"> deleted chapter 10 </change>
</revisionDesc>
Content model
<content>
 <alternate>
  <elementRef key="list"
   maxOccurs="unboundedminOccurs="1"/>

  <elementRef key="listChange"
   maxOccurs="unboundedminOccurs="1"/>

  <elementRef key="change"
   maxOccurs="unboundedminOccurs="1"/>

 </alternate>
</content>
Schema Declaration
+element revisionDesc
+{
+   tei_att.global.attributes,
+   tei_att.docStatus.attributes,
+   ( tei_list+ | listChange+ | tei_change+ )
+}

<roleName>

<roleName> (role name) contains a name component which indicates that the referent has a particular role or position in society, such as an official title or rank. [13.2.1. Personal Names]
Modulenamesdates
Attributes
Member of
Contained by
May contain
Note

A roleName may be distinguished from an addName by virtue of the fact that, like a title, it typically exists independently of its holder.

Example
<persName>
 <forename>William</forename>
 <surname>Poulteny</surname>
 <roleName>Earl of Bath</roleName>
</persName>
Example
<p>The <roleName role="solicitor_general">S.G.</roleName> is the only national public official,
including the Supreme Court justices, required by statute to be “learned in the law.”</p>
Example
<p>
 <persName ref="#NJF">
  <roleName role="solicitor_general">Solicitor General</roleName> Noel J. Francisco</persName>,
representing the administration, asserted in rebuttal that there was nothing to disavow (...)
<persName ref="#NJF">Francisco</persName> had violated the scrupulous standard of candor about the facts and
the law that <roleName role="solicitor_general">S.G.s</roleName>, in Republican and Democratic administrations
alike, have repeatedly said they must honor.
</p>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element roleName
 {
    tei_att.global.attributes,
    tei_att.personal.attributes,
    tei_att.typed.attributes,
    tei_macro.phraseSeq
-}

1.83. <row>

<row> (row) contains one row of a table. [14.1.1. TEI Tables]
Modulefigures
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.tableDecoration (@role, @rows, @cols)
Contained by
figures: table
May contain
figures: cell
Example
<row role="data"><cell role="label">Classics</cell><cell>Idle listless and unimproving</cell> -</row>
Content model
-<content>
- <elementRef key="cell"
-  maxOccurs="unbounded" minOccurs="1"/>
-</content>
-    
Schema Declaration
-element row
+}

<row>

<row> (row) contains one row of a table. [14.1.1. TEI Tables]
Modulefigures
Attributes
Contained by
figures: table
May contain
figures: cell
Example
<row role="data">
 <cell role="label">Classics</cell>
 <cell>Idle listless and unimproving</cell>
</row>
Content model
<content>
 <elementRef key="cell"
  maxOccurs="unboundedminOccurs="1"/>

</content>
Schema Declaration
+element row
 {
    tei_att.global.attributes,
    tei_att.tableDecoration.attributes,
    tei_cell+
-}

1.84. <rt>

<rt> (ruby text) contains a ruby text, an annotation closely associated with a passage of the main text. [3.4.2. Ruby Annotations]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.placement (@place) att.transcriptional (@status, @cause, @seq) (att.editLike (@evidence, @instant)) (att.written (@hand))
targetsupplies a pointer to the base being glossed by this ruby text.
StatusOptional
Datatypeteidata.pointer
SchematronEnforce that either target or both from and to (or none) are used, but not target in combination with either from or to.
-<sch:report test="../@from | ../@to">When target= is - present, neither from= nor to= should be.</sch:report>
Note

Should point to a single <rb> or an element that is inside an <rb>. To refer to multiple elements or text nodes at once use from and to.

frompoints to the starting point of the span of text being glossed by this ruby text.
StatusOptional
Datatypeteidata.pointer
SchematronEnforce the presence of to iff there is a from.
-<sch:assert test="../@to">When from= is present, the to= - attribute of <sch:name/> is required.</sch:assert>
topoints to the ending point of the span of text being glossed.
StatusOptional
Datatypeteidata.pointer
SchematronEnforce the presence of from iff there is a to.
-<sch:assert test="../@from">When to= is present, the from= - attribute of <sch:name/> is required.</sch:assert>
Contained by
core: ruby
May contain
Note

Where the place attribute is not provided on the <rt> element, the default assumption is that the ruby gloss is above where the text is horizontal, and to the right of the text where it is vertical.

Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element rt
+}

<rt>

<rt> (ruby text) contains a ruby text, an annotation closely associated with a passage of the main text. [3.4.2. Ruby Annotations]
Modulecore
Attributes
targetsupplies a pointer to the base being glossed by this ruby text.
Status Optional
Datatype teidata.pointer
SchematronEnforce that either target or both from and to (or none) are used, but not target in combination with either from or to.

<sch:report test="../@from | ../@to">When target= is
present, neither from= nor to= should be.</sch:report>
Note

Should point to a single rb or an element that is inside an rb. To refer to multiple elements or text nodes at once use from and to.

frompoints to the starting point of the span of text being glossed by this ruby text.
Status Optional
Datatype teidata.pointer
SchematronEnforce the presence of to iff there is a from.

<sch:assert test="../@to">When from= is present, the to=
attribute of <sch:name/> is required.</sch:assert>
topoints to the ending point of the span of text being glossed.
Status Optional
Datatype teidata.pointer
SchematronEnforce the presence of from iff there is a to.

<sch:assert test="../@from">When to= is present, the from=
attribute of <sch:name/> is required.</sch:assert>
Contained by
core: ruby
May contain
Note

Where the place attribute is not provided on the rt element, the default assumption is that the ruby gloss is above where the text is horizontal, and to the right of the text where it is vertical.

Example

The word 大統領 daitōryō (president) is glossed character by character in hiragana to provide a pronunciation guide.

<p style="writing-mode: vertical-rl"
 xml:lang="ja">

<!--...-->
 <ruby>
  <rb></rb>
  <rt place="right">だい</rt>
 </ruby>
 <ruby>
  <rb></rb>
  <rt place="right">とう</rt>
 </ruby>
 <ruby>
  <rb></rb>
  <rt place="right">りょう</rt>
 </ruby>
<!--...-->
</p>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element rt
 {
    tei_att.global.attributes,
    tei_att.typed.attributes,
    tei_att.placement.attributes,
    tei_att.transcriptional.attributes,
-   attribute target { text }?,
-   attribute from { text }?,
-   attribute to { text }?,
+   attribute target { teidata.pointer }?,
+   attribute from { teidata.pointer }?,
+   attribute to { teidata.pointer }?,
    tei_macro.phraseSeq
-}

1.85. <ruby>

<ruby> (ruby container) contains a passage of base text along with its associated ruby gloss(es). [3.4.2. Ruby Annotations]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype)
Member of
Contained by
May contain
core: rb rt
ExampleThis fictional example shows the initialism TEI glossed letter-by-letter with an IPA transcription.
<ruby><rb>T</rb><rt>ti:</rt> -</ruby> -<ruby><rb>E</rb><rt>i:</rt> -</ruby> -<ruby><rb>I</rb><rt></rt> -</ruby>
Content model
-<content>
- <sequence>
-  <elementRef key="rb" maxOccurs="1"
-   minOccurs="1"/>
-  <elementRef key="rt"
-   maxOccurs="unbounded" minOccurs="1"/>
- </sequence>
-</content>
-    
Schema Declaration
-element ruby
+}

<ruby>

<ruby> (ruby container) contains a passage of base text along with its associated ruby gloss(es). [3.4.2. Ruby Annotations]
Modulecore
Attributes
Member of
Contained by
May contain
core: rb rt
Example

The word 入学試験 nyūgakushiken (university entrance exam) is glossed with a hiragana phonation guide.

<p xml:lang="ja">
<!--...-->
 <ruby>
  <rb>入学試験</rb>
  <rt place="above">にゅうがくしけん</rt>
 </ruby>
<!--...-->
</p>
Example

This fictional example shows the initialism TEI glossed letter-by-letter with an IPA transcription.

<ruby>
 <rb>T</rb>
 <rt>ti:</rt>
</ruby>
<ruby>
 <rb>E</rb>
 <rt>i:</rt>
</ruby>
<ruby>
 <rb>I</rb>
 <rt></rt>
</ruby>
Content model
<content>
 <sequence>
  <elementRef key="rbmaxOccurs="1"
   minOccurs="1"/>

  <elementRef key="rt"
   maxOccurs="unboundedminOccurs="1"/>

 </sequence>
</content>
Schema Declaration
+element ruby
 {
    tei_att.global.attributes,
    tei_att.typed.attributes,
    ( tei_rb, tei_rt+ )
-}

1.86. <s>

<s> (s-unit) contains a sentence-like division of a text. [17.1. Linguistic Segment Categories 8.4.1. Segmentation]
Moduleanalysis
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.segLike (@function) (att.datcat (@datcat, @valueDatcat)) (att.fragmentable (@part)) att.typed (@type, @subtype) att.notated (@notation)
Member of
Contained by
May contain
Note

The <s> element may be used to mark orthographic sentences, or any other segmentation of a text, provided that the segmentation is end-to-end, complete, and non-nesting. For segmentation which is partial or recursive, the <seg> should be used instead.

The type attribute may be used to indicate the type of segmentation intended, according to any convenient typology.

Example
<head><s>A short affair</s> -</head> -<s>When are you leaving?</s> -<s>Tomorrow.</s>
Schematron
-<s:report test="tei:s">You may not nest one s element within - another: use seg instead</s:report>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element s
+}

<s>

<s> (s-unit) contains a sentence-like division of a text. [17.1. Linguistic Segment Categories 8.4.1. Segmentation]
Moduleanalysis
Attributes
Member of
Contained by
May contain
Note

The s element may be used to mark orthographic sentences, or any other segmentation of a text, provided that the segmentation is end-to-end, complete, and non-nesting. For segmentation which is partial or recursive, the <seg> should be used instead.

The type attribute may be used to indicate the type of segmentation intended, according to any convenient typology.

Example
<head>
 <s>A short affair</s>
</head>
<s>When are you leaving?</s>
<s>Tomorrow.</s>
Schematron

<sch:report test="tei:s">You may not nest one s element within
another: use seg instead</sch:report>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element s
 {
    tei_att.global.attributes,
    tei_att.segLike.attributes,
    tei_att.typed.attributes,
    tei_att.notated.attributes,
    tei_macro.phraseSeq
-}

1.87. <schemaRef>

<schemaRef> (schema reference) describes or points to a related customization or schema file [2.3.10. The Schema Specification]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.resourced (@url)
keythe identifier used for the customization or schema
StatusOptional
Datatypeteidata.xmlName
Member of
Contained by
header: encodingDesc
May contain
core: desc
Example
<schemaRef type="interchangeODD" - url="http://www.tei-c.org/release/xml/tei/custom/odd/tei_lite.odd"/> -<schemaRef type="interchangeRNG" - url="http://www.tei-c.org/release/xml/tei/custom/odd/tei_lite.rng"/> -<schemaRef type="projectODD" - url="file:///schema/project.odd"/>
Content model
-<content>
- <classRef key="model.descLike"
-  minOccurs="0"/>
-</content>
-    
Schema Declaration
-element schemaRef
+}

<schemaRef>

<schemaRef> (schema reference) describes or points to a related customization or schema file [2.3.10. The Schema Specification]
Moduleheader
Attributes
keythe identifier used for the customization or schema
Status Optional
Datatype teidata.xmlName
Member of
Contained by
header: encodingDesc
May contain
core: desc
Example
<schemaRef type="interchangeODD"
 url="http://www.tei-c.org/release/xml/tei/custom/odd/tei_lite.odd"/>

<schemaRef type="interchangeRNG"
 url="http://www.tei-c.org/release/xml/tei/custom/odd/tei_lite.rng"/>

<schemaRef type="projectODD"
 url="file:///schema/project.odd"/>
Content model
<content>
 <classRef key="model.descLike"
  minOccurs="0"/>

</content>
Schema Declaration
+element schemaRef
 {
    tei_att.global.attributes,
    tei_att.typed.attributes,
    tei_att.resourced.attributes,
-   attribute key { text }?,
+   attribute key { teidata.xmlName }?,
    tei_model.descLike?
-}

1.88. <series>

<series> (series information) contains information about the series in which a book or other bibliographic item has appeared. [3.12.2.1. Analytic, Monographic, and Series Levels]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
May contain
figures: figure
linking: anchor link
character data
Example
<series xml:lang="de"><title level="s">Halbgraue Reihe zur Historischen Fachinformatik</title><respStmt> -  <resp>Herausgegeben von</resp> -  <name type="person">Manfred Thaller</name> -  <name type="org">Max-Planck-Institut für Geschichte</name></respStmt><title level="s">Serie A: Historische Quellenkunden</title><biblScope>Band 11</biblScope> -</series>
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <textNode/>
-  <classRef key="model.gLike"/>
-  <elementRef key="title"/>
-  <classRef key="model.ptrLike"/>
-  <elementRef key="editor"/>
-  <elementRef key="respStmt"/>
-  <elementRef key="biblScope"/>
-  <elementRef key="idno"/>
-  <elementRef key="textLang"/>
-  <classRef key="model.global"/>
-  <elementRef key="availability"/>
- </alternate>
-</content>
-    
Schema Declaration
-element series
+}

<series>

<series> (series information) contains information about the series in which a book or other bibliographic item has appeared. [3.12.2.1. Analytic, Monographic, and Series Levels]
Modulecore
Attributes
Member of
Contained by
May contain
figures: figure
linking: anchor link
character data
Example
<series xml:lang="de">
 <title level="s">Halbgraue Reihe zur Historischen Fachinformatik</title>
 <respStmt>
  <resp>Herausgegeben von</resp>
  <name type="person">Manfred Thaller</name>
  <name type="org">Max-Planck-Institut für Geschichte</name>
 </respStmt>
 <title level="s">Serie A: Historische Quellenkunden</title>
 <biblScope>Band 11</biblScope>
</series>
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <textNode/>
  <classRef key="model.gLike"/>
  <elementRef key="title"/>
  <classRef key="model.ptrLike"/>
  <elementRef key="editor"/>
  <elementRef key="respStmt"/>
  <elementRef key="biblScope"/>
  <elementRef key="idno"/>
  <elementRef key="textLang"/>
  <classRef key="model.global"/>
  <elementRef key="availability"/>
 </alternate>
</content>
Schema Declaration
+element series
 {
    tei_att.global.attributes,
    (
@@ -3178,37 +1070,8 @@
     | tei_model.global
     | tei_availability
    )*
-}

1.89. <seriesStmt>

<seriesStmt> (series statement) groups information about the series, if any, to which a publication belongs. [2.2.5. The Series Statement 2.2. The File Description]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default)
Contained by
header: fileDesc
May contain
derived-module-Grobid: trash
figures: formula
header: idno
Example
<seriesStmt><title>Machine-Readable Texts for the Study of Indian Literature</title><respStmt> -  <resp>ed. by</resp> -  <name>Jan Gonda</name></respStmt><biblScope unit="volume">1.2</biblScope><idno type="ISSN">0 345 6789</idno> -</seriesStmt>
Content model
-<content>
- <alternate>
-  <classRef key="model.pLike"
-   maxOccurs="unbounded" minOccurs="1"/>
-  <sequence>
-   <elementRef key="title"
-    maxOccurs="unbounded" minOccurs="1"/>
-   <alternate maxOccurs="unbounded"
-    minOccurs="0">
-    <elementRef key="editor"/>
-    <elementRef key="respStmt"/>
-   </alternate>
-   <alternate maxOccurs="unbounded"
-    minOccurs="0">
-    <elementRef key="idno"/>
-    <elementRef key="biblScope"/>
-   </alternate>
-  </sequence>
- </alternate>
-</content>
-    
Schema Declaration
-element seriesStmt
+}

<seriesStmt>

<seriesStmt> (series statement) groups information about the series, if any, to which a publication belongs. [2.2.5. The Series Statement 2.2. The File Description]
Moduleheader
Attributes
Contained by
header: fileDesc
May contain
analysis: s
derived-module-Grobid: trash
figures: formula
header: idno
Example
<seriesStmt>
 <title>Machine-Readable Texts for the Study of Indian Literature</title>
 <respStmt>
  <resp>ed. by</resp>
  <name>Jan Gonda</name>
 </respStmt>
 <biblScope unit="volume">1.2</biblScope>
 <idno type="ISSN">0 345 6789</idno>
</seriesStmt>
Content model
<content>
 <alternate>
  <classRef key="model.pLike"
   maxOccurs="unboundedminOccurs="1"/>

  <sequence>
   <elementRef key="title"
    maxOccurs="unboundedminOccurs="1"/>

   <alternate maxOccurs="unbounded"
    minOccurs="0">

    <elementRef key="editor"/>
    <elementRef key="respStmt"/>
   </alternate>
   <alternate maxOccurs="unbounded"
    minOccurs="0">

    <elementRef key="idno"/>
    <elementRef key="biblScope"/>
   </alternate>
  </sequence>
 </alternate>
</content>
Schema Declaration
+element seriesStmt
 {
    tei_att.global.attributes,
    tei_att.declarable.attributes,
@@ -3216,44 +1079,17 @@
       tei_model.pLike+
     | ( tei_title+, ( tei_editor | respStmt )*, ( tei_idno | tei_biblScope )* )
    )
-}

1.90. <settlement>

<settlement> (settlement) contains the name of a settlement such as a city, town, or village identified as a single geo-political or administrative unit. [13.2.3. Place Names]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.typed (@type, @subtype) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod))
Member of
Contained by
May contain
Example
<placeName><settlement type="town">Glasgow</settlement><region>Scotland</region> -</placeName>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element settlement
+}

<settlement>

<settlement> (settlement) contains the name of a settlement such as a city, town, or village identified as a single geo-political or administrative unit. [13.2.3. Place Names]
Modulenamesdates
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Member of
Contained by
May contain
Example
<placeName>
 <settlement type="town">Glasgow</settlement>
 <region>Scotland</region>
</placeName>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element settlement
 {
    tei_att.global.attributes,
    tei_att.naming.attributes,
    tei_att.typed.attributes,
    tei_att.datable.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
    tei_macro.phraseSeq
-}

1.91. <sourceDesc>

<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. [2.2.7. The Source Description]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default)
Contained by
header: fileDesc
May contain
derived-module-Grobid: trash
figures: formula table
namesdates: listObject
Example
<sourceDesc><bibl> -  <title level="a">The Interesting story of the Children in the Wood</title>. In - <author>Victor E Neuberg</author>, <title>The Penny Histories</title>. - <publisher>OUP</publisher> -  <date>1968</date>. </bibl> -</sourceDesc>
Example
<sourceDesc><p>Born digital: no previous source exists.</p> -</sourceDesc>
Content model
-<content>
- <alternate>
-  <classRef key="model.pLike"
-   maxOccurs="unbounded" minOccurs="1"/>
-  <alternate maxOccurs="unbounded"
-   minOccurs="1">
-   <classRef key="model.biblLike"/>
-   <classRef key="model.sourceDescPart"/>
-   <classRef key="model.listLike"/>
-  </alternate>
- </alternate>
-</content>
-    
Schema Declaration
-element sourceDesc
+}

<sourceDesc>

<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. [2.2.7. The Source Description]
Moduleheader
Attributes
Contained by
header: fileDesc
May contain
analysis: s
derived-module-Grobid: trash
figures: formula table
namesdates: listObject
Example
<sourceDesc>
 <bibl>
  <title level="a">The Interesting story of the Children in the Wood</title>. In
 <author>Victor E Neuberg</author>, <title>The Penny Histories</title>.
 <publisher>OUP</publisher>
  <date>1968</date>. </bibl>
</sourceDesc>
Example
<sourceDesc>
 <p>Born digital: no previous source exists.</p>
</sourceDesc>
Content model
<content>
 <alternate>
  <classRef key="model.pLike"
   maxOccurs="unboundedminOccurs="1"/>

  <alternate maxOccurs="unbounded"
   minOccurs="1">

   <classRef key="model.biblLike"/>
   <classRef key="model.sourceDescPart"/>
   <classRef key="model.listLike"/>
  </alternate>
 </alternate>
</content>
Schema Declaration
+element sourceDesc
 {
    tei_att.global.attributes,
    tei_att.declarable.attributes,
@@ -3261,197 +1097,15 @@
       tei_model.pLike+
     | ( tei_model.biblLike | tei_model.sourceDescPart | tei_model.listLike )+
    )
-}

1.92. <standOff>

<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]
Modulelinking
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.declaring (@decls)
Member of
Contained by
textstructure: TEI
May contain
ExampleThis example shows an encoding of morphosyntactic features similar to the encoding system used by ISO 24611 (MAF).
<TEI xmlns="http://www.tei-c.org/ns/1.0"><teiHeader> -<!-- ... --></teiHeader><text> -  <body> -<!-- ... --> -   <p> -    <w xml:id="w51">I</w> -    <w xml:id="w52">wanna</w> -    <w xml:id="w53">put</w> -    <w xml:id="w54">up</w> -    <w xml:id="w55">new</w> -    <w xml:id="w56">wallpaper</w> -    <pc>.</pc> -   </p> -<!-- ... --> -  </body></text><standOff type="morphosyntax"> -  <spanGrp type="wordForm"> -   <span ana="#fs01target="#w51"/> -   <span ana="#fs02target="#w52"/> -   <span ana="#fs03target="#w52"/> -   <span ana="#fs04target="#w53 #w54"/> -   <span ana="#fs05target="#w55"/> -   <span ana="#fs06target="#w56"/> -  </spanGrp> -  <fs xml:id="fs01"> -   <f name="lemma"> -    <string>I</string> -   </f> -   <f name="pos"> -    <symbol value="PP"/> -   </f> -  </fs> -  <fs xml:id="fs02"> -   <f name="lemma"> -    <string>want</string> -   </f> -   <f name="pos"> -    <symbol value="VBP"/> -   </f> -  </fs> -  <fs xml:id="fs03"> -   <f name="lemma"> -    <string>to</string> -   </f> -   <f name="pos"> -    <symbol value="TO"/> -   </f> -  </fs> -  <fs xml:id="fs04"> -   <f name="lemma"> -    <string>put up</string> -   </f> -   <f name="pos"> -    <symbol value="VB"/> -   </f> -  </fs> -  <fs xml:id="fs05"> -   <f name="lemma"> -    <string>new</string> -   </f> -   <f name="pos"> -    <symbol value="JJ"/> -   </f> -  </fs> -  <fs xml:id="fs06"> -   <f name="lemma"> -    <string>wallpaper</string> -   </f> -   <f name="pos"> -    <symbol value="NN"/> -   </f> -  </fs></standOff> -</TEI>
ExampleThis example shows an encoding of contextual information which is referred to from the main text.
<TEI xmlns="http://www.tei-c.org/ns/1.0"><teiHeader> -<!-- ... --></teiHeader><standOff> -  <listPlace> -   <place xml:id="LATL"> -    <placeName>Atlanta</placeName> -    <location> -     <region key="US-GA">Georgia</region> -     <country key="USA">United States of America</country> -     <geo>33.755 -84.39</geo> -    </location> -    <population quantity="489359" -     source="https://www.biggestuscities.com/city/atlanta-georgiatype="interpolatedCensuswhen="1963"/> -   </place> -   <place xml:id="LBHM"> -    <placeName>Birmingham</placeName> -    <location> -     <region key="US-AL">Alabama</region> -     <country key="USA">United States of America</country> -     <geo>33.653333 -86.808889</geo> -    </location> -    <population quantity="332891" -     source="https://www.biggestuscities.com/city/birmingham-alabamatype="interpolatedCensuswhen="1963"/> -   </place> -  </listPlace></standOff><text> -  <body> -<!-- ... --> -   <p>Moreover, I am <choice> -     <sic>congnizant</sic> -     <corr>cognizant</corr> -    </choice> of the interrelatedness of all communities and -   <lb/>states. I cannot sit idly by in <placeName ref="#LATL">Atlanta</placeName> and not be concerned about what happens -   <lb/>in <placeName ref="#LBHM">Birmingham</placeName>. <seg xml:id="FQ17">Injustice anywhere is a threat to justice everywhere.</seg> We -   <lb/>are caught in an inescapable network of mutuality, tied in a single garment -   <lb/>of destiny. Whatever affects one directly affects all indirectly. Never -   <lb/>again can we afford to live with the narrow, provincial <soCalled rendition="#Rqms">outside agitator</soCalled> -    <lb/>idea. Anyone who lives inside the United States can never be considered -   <lb/>an outsider anywhere in this country.</p> -<!-- ... --> -  </body></text> -</TEI>
Schematron
-<sch:assert test="@type or not(ancestor::tei:standOff)">This -<sch:name/> element must have a @type attribute, since it is - nested inside a <sch:name/> -</sch:assert>
Content model
-<content>
- <classRef key="model.standOffPart"
-  maxOccurs="unbounded" minOccurs="1"/>
-</content>
-    
Schema Declaration
-element standOff
+}

<standOff>

<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]
Modulelinking
Attributes
Member of
Contained by
textstructure: TEI
May contain
Example

This example shows an encoding of morphosyntactic features similar to the encoding system used by ISO 24611 (MAF).

<TEI xmlns="http://www.tei-c.org/ns/1.0">
 <teiHeader>
<!-- ... -->
 </teiHeader>
 <text>
  <body>
<!-- ... -->
   <p>
    <w xml:id="w51">I</w>
    <w xml:id="w52">wanna</w>
    <w xml:id="w53">put</w>
    <w xml:id="w54">up</w>
    <w xml:id="w55">new</w>
    <w xml:id="w56">wallpaper</w>
    <pc>.</pc>
   </p>
<!-- ... -->
  </body>
 </text>
 <standOff type="morphosyntax">
  <spanGrp type="wordForm">
   <span ana="#fs01target="#w51"/>
   <span ana="#fs02target="#w52"/>
   <span ana="#fs03target="#w52"/>
   <span ana="#fs04target="#w53 #w54"/>
   <span ana="#fs05target="#w55"/>
   <span ana="#fs06target="#w56"/>
  </spanGrp>
  <fs xml:id="fs01">
   <f name="lemma">
    <string>I</string>
   </f>
   <f name="pos">
    <symbol value="PP"/>
   </f>
  </fs>
  <fs xml:id="fs02">
   <f name="lemma">
    <string>want</string>
   </f>
   <f name="pos">
    <symbol value="VBP"/>
   </f>
  </fs>
  <fs xml:id="fs03">
   <f name="lemma">
    <string>to</string>
   </f>
   <f name="pos">
    <symbol value="TO"/>
   </f>
  </fs>
  <fs xml:id="fs04">
   <f name="lemma">
    <string>put up</string>
   </f>
   <f name="pos">
    <symbol value="VB"/>
   </f>
  </fs>
  <fs xml:id="fs05">
   <f name="lemma">
    <string>new</string>
   </f>
   <f name="pos">
    <symbol value="JJ"/>
   </f>
  </fs>
  <fs xml:id="fs06">
   <f name="lemma">
    <string>wallpaper</string>
   </f>
   <f name="pos">
    <symbol value="NN"/>
   </f>
  </fs>
 </standOff>
</TEI>
Example

This example shows an encoding of contextual information which is referred to from the main text.

<TEI xmlns="http://www.tei-c.org/ns/1.0">
 <teiHeader>
<!-- ... -->
 </teiHeader>
 <standOff>
  <listPlace>
   <place xml:id="LATL">
    <placeName>Atlanta</placeName>
    <location>
     <region key="US-GA">Georgia</region>
     <country key="USA">United States of America</country>
     <geo>33.755 -84.39</geo>
    </location>
    <population quantity="489359"
     source="https://www.biggestuscities.com/city/atlanta-georgiatype="interpolatedCensuswhen="1963"/>

   </place>
   <place xml:id="LBHM">
    <placeName>Birmingham</placeName>
    <location>
     <region key="US-AL">Alabama</region>
     <country key="USA">United States of America</country>
     <geo>33.653333 -86.808889</geo>
    </location>
    <population quantity="332891"
     source="https://www.biggestuscities.com/city/birmingham-alabamatype="interpolatedCensuswhen="1963"/>

   </place>
  </listPlace>
 </standOff>
 <text>
  <body>
<!-- ... -->
   <p>Moreover, I am <choice>
     <sic>congnizant</sic>
     <corr>cognizant</corr>
    </choice> of the interrelatedness of all communities and
   <lb/>states. I cannot sit idly by in <placeName ref="#LATL">Atlanta</placeName> and not be concerned about what happens
   <lb/>in <placeName ref="#LBHM">Birmingham</placeName>. <seg xml:id="FQ17">Injustice anywhere is a threat to justice everywhere.</seg> We
   <lb/>are caught in an inescapable network of mutuality, tied in a single garment
   <lb/>of destiny. Whatever affects one directly affects all indirectly. Never
   <lb/>again can we afford to live with the narrow, provincial <soCalled rendition="#Rqms">outside agitator</soCalled>
    <lb/>idea. Anyone who lives inside the United States can never be considered
   <lb/>an outsider anywhere in this country.</p>
<!-- ... -->
  </body>
 </text>
</TEI>
Schematron

<sch:assert test="@type or not(ancestor::tei:standOff)">This
<sch:name/> element must have a @type attribute, since it is
nested inside a <sch:name/>
</sch:assert>
Content model
<content>
 <classRef key="model.standOffPart"
  maxOccurs="unboundedminOccurs="1"/>

</content>
Schema Declaration
+element standOff
 {
    tei_att.global.attributes,
    tei_att.typed.attributes,
    tei_att.declaring.attributes,
    tei_model.standOffPart+
-}

1.93. <state>

<state> (state) contains a description of some status or quality attributed to a person, place, or organization often at some specific time or for a specific date range. [13.3.1. Basic Principles 13.3.2.1. Personal Characteristics]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.editLike (@evidence, @instant) att.typed (@type, @subtype) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence))
Member of
Contained by
May contain
derived-module-Grobid: trash
figures: formula
namesdates: state
Note

Where there is confusion between <trait> and <state> the more general purpose element <state> should be used even for unchanging characteristics. If you wish to distinguish between characteristics that are generally perceived to be time-bound states and those assumed to be fixed traits, then <trait> is available for the more static of these. The <state> element encodes characteristics which are sometimes assumed to change, often at specific times or over a date range, whereas the <trait> elements are used to record characteristics, such as eye-colour, which are less subject to change. Traits are typically, but not necessarily, independent of the volition or action of the holder.

Example
<state ref="#SCHOLtype="status"><label>scholar</label> -</state>
Example
<org><orgName notAfter="1960">The Silver Beetles</orgName><orgName notBefore="1960">The Beatles</orgName><state from="1960-08to="1962-05" -  type="membership"> -  <desc> -   <persName>John Lennon</persName> -   <persName>Paul McCartney</persName> -   <persName>George Harrison</persName> -   <persName>Stuart Sutcliffe</persName> -   <persName>Pete Best</persName> -  </desc></state><state notBefore="1963type="membership"> -  <desc> -   <persName>John Lennon</persName> -   <persName>Paul McCartney</persName> -   <persName>George Harrison</persName> -   <persName>Ringo Starr</persName> -  </desc></state> -</org>
Content model
-<content>
- <sequence>
-  <elementRef key="precision"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <alternate>
-   <elementRef key="state"
-    maxOccurs="unbounded" minOccurs="1"/>
-   <sequence>
-    <classRef key="model.headLike"
-     maxOccurs="unbounded" minOccurs="0"/>
-    <classRef key="model.pLike"
-     maxOccurs="unbounded" minOccurs="1"/>
-    <alternate maxOccurs="unbounded"
-     minOccurs="0">
-     <classRef key="model.noteLike"/>
-     <classRef key="model.biblLike"/>
-    </alternate>
-   </sequence>
-   <alternate maxOccurs="unbounded"
-    minOccurs="0">
-    <classRef key="model.labelLike"/>
-    <classRef key="model.noteLike"/>
-    <classRef key="model.biblLike"/>
-   </alternate>
-  </alternate>
- </sequence>
-</content>
-    
Schema Declaration
-element state
+}

<state>

<state> (state) contains a description of some status or quality attributed to a person, place, or organization often at some specific time or for a specific date range. [13.3.1. Basic Principles 13.3.2.1. Personal Characteristics]
Modulenamesdates
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Member of
Contained by
May contain
analysis: s
derived-module-Grobid: trash
figures: formula
namesdates: state
Note

Where there is confusion between <trait> and state the more general purpose element state should be used even for unchanging characteristics. If you wish to distinguish between characteristics that are generally perceived to be time-bound states and those assumed to be fixed traits, then <trait> is available for the more static of these. The state element encodes characteristics which are sometimes assumed to change, often at specific times or over a date range, whereas the <trait> elements are used to record characteristics, such as eye-colour, which are less subject to change. Traits are typically, but not necessarily, independent of the volition or action of the holder.

Example
<state ref="#SCHOLtype="status">
 <label>scholar</label>
</state>
Example
<org>
 <orgName notAfter="1960">The Silver Beetles</orgName>
 <orgName notBefore="1960">The Beatles</orgName>
 <state from="1960-08to="1962-05"
  type="membership">

  <desc>
   <persName>John Lennon</persName>
   <persName>Paul McCartney</persName>
   <persName>George Harrison</persName>
   <persName>Stuart Sutcliffe</persName>
   <persName>Pete Best</persName>
  </desc>
 </state>
 <state notBefore="1963type="membership">
  <desc>
   <persName>John Lennon</persName>
   <persName>Paul McCartney</persName>
   <persName>George Harrison</persName>
   <persName>Ringo Starr</persName>
  </desc>
 </state>
</org>
Content model
<content>
 <sequence>
  <elementRef key="precision"
   maxOccurs="unboundedminOccurs="0"/>

  <alternate>
   <elementRef key="state"
    maxOccurs="unboundedminOccurs="1"/>

   <sequence>
    <classRef key="model.headLike"
     maxOccurs="unboundedminOccurs="0"/>

    <classRef key="model.pLike"
     maxOccurs="unboundedminOccurs="1"/>

    <alternate maxOccurs="unbounded"
     minOccurs="0">

     <classRef key="model.noteLike"/>
     <classRef key="model.biblLike"/>
    </alternate>
   </sequence>
   <alternate maxOccurs="unbounded"
    minOccurs="0">

    <classRef key="model.labelLike"/>
    <classRef key="model.noteLike"/>
    <classRef key="model.biblLike"/>
   </alternate>
  </alternate>
 </sequence>
</content>
Schema Declaration
+element state
 {
    tei_att.global.attributes,
    tei_att.datable.attributes,
@@ -3459,6 +1113,7 @@
    tei_att.typed.attributes,
    tei_att.naming.attributes,
    tei_att.dimensions.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
    (
       precision*,
       (
@@ -3471,133 +1126,34 @@
        | ( tei_model.labelLike | tei_model.noteLike | tei_model.biblLike )*
       )
    )
-}

1.94. <street>

<street> contains a full street address including any name or number identifying a building as well as the name of the street or route on which it is located. [3.6.2. Addresses]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
core: address
May contain
Note

The order and presentation of house names and numbers and street names, etc., may vary considerably in different countries. The encoding should reflect the order which is appropriate in the country concerned.

Example
<street>via della Faggiola, 36</street>
Example
<street><name>Duntaggin</name>, 110 Southmoor Road -</street>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element street { tei_att.global.attributes, tei_macro.phraseSeq }

1.95. <surface>

<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]
Moduletranscr
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.coordinated (@start, @ulx, @uly, @lrx, @lry, @points) att.declaring (@decls) att.typed (@type, @subtype)
attachmentdescribes the method by which this surface is or was connected to the main surface
StatusOptional
Datatypeteidata.enumerated
Sample values include:
glued
glued in place
pinned
pinned or stapled in place
sewn
sewn in place
flippingindicates whether the surface is attached and folded in such a way as to provide two writing surfaces
StatusOptional
Datatypeteidata.truthValue
Contained by
May contain
figures: figure formula
linking: anchor link
transcr: surface
Note

The <surface> element represents any two-dimensional space on some physical surface forming part of the source material, such as a piece of paper, a face of a monument, a billboard, a scroll, a leaf etc.

The coordinate space defined by this element may be thought of as a grid lrx - ulx units wide and uly - lry units high.

The <surface> element may contain graphic representations or transcriptions of written zones, or both. The coordinate values used by every <zone> element contained by this element are to be understood with reference to the same grid.

Where it is useful or meaningful to do so, any grouping of multiple <surface> elements may be indicated using the <surfaceGrp> element.

Example
<facsimile><surface lrx="200lry="300ulx="0uly="0"> -  <graphic url="Bovelles-49r.png"/></surface> -</facsimile>
Content model
-<content>
- <sequence>
-  <alternate maxOccurs="unbounded"
-   minOccurs="0">
-   <classRef key="model.global"/>
-   <classRef key="model.labelLike"/>
-   <classRef key="model.graphicLike"/>
-  </alternate>
-  <sequence maxOccurs="unbounded"
-   minOccurs="0">
-   <alternate>
-    <elementRef key="zone"/>
-    <elementRef key="line"/>
-    <elementRef key="path"/>
-    <elementRef key="surface"/>
-    <elementRef key="surfaceGrp"/>
-   </alternate>
-   <classRef key="model.global"
-    maxOccurs="unbounded" minOccurs="0"/>
-  </sequence>
- </sequence>
-</content>
-    
Schema Declaration
-element surface
+}

<street>

<street> contains a full street address including any name or number identifying a building as well as the name of the street or route on which it is located. [3.6.2. Addresses]
Modulecore
Attributes
Member of
Contained by
core: address
May contain
Note

The order and presentation of house names and numbers and street names, etc., may vary considerably in different countries. The encoding should reflect the order which is appropriate in the country concerned.

Example
<street>via della Faggiola, 36</street>
Example
<street>
 <name>Duntaggin</name>, 110 Southmoor Road
</street>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element street { tei_att.global.attributes, tei_macro.phraseSeq }

<surface>

<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]
Moduletranscr
Attributes
attachmentdescribes the method by which this surface is or was connected to the main surface
Status Optional
Datatype teidata.enumerated
Sample values include:
glued
glued in place
pinned
pinned or stapled in place
sewn
sewn in place
flippingindicates whether the surface is attached and folded in such a way as to provide two writing surfaces
Status Optional
Datatype teidata.truthValue
Contained by
May contain
Note

The surface element represents any two-dimensional space on some physical surface forming part of the source material, such as a piece of paper, a face of a monument, a billboard, a scroll, a leaf etc.

The coordinate space defined by this element may be thought of as a grid lrx - ulx units wide and uly - lry units high.

The surface element may contain graphic representations or transcriptions of written zones, or both. The coordinate values used by every <zone> element contained by this element are to be understood with reference to the same grid.

Where it is useful or meaningful to do so, any grouping of multiple surface elements may be indicated using the <surfaceGrp> element.

Example
<facsimile>
 <surface lrx="200lry="300ulx="0uly="0">
  <graphic url="Bovelles-49r.png"/>
 </surface>
</facsimile>
Content model
<content>
 <sequence>
  <alternate maxOccurs="unbounded"
   minOccurs="0">

   <classRef key="model.global"/>
   <classRef key="model.labelLike"/>
   <classRef key="model.graphicLike"/>
  </alternate>
  <sequence maxOccurs="unbounded"
   minOccurs="0">

   <alternate>
    <elementRef key="zone"/>
    <elementRef key="line"/>
    <elementRef key="path"/>
    <elementRef key="surface"/>
    <elementRef key="surfaceGrp"/>
   </alternate>
   <classRef key="model.global"
    maxOccurs="unboundedminOccurs="0"/>

  </sequence>
 </sequence>
</content>
Schema Declaration
+element surface
 {
    tei_att.global.attributes,
    tei_att.coordinated.attributes,
    tei_att.declaring.attributes,
    tei_att.typed.attributes,
-   attribute attachment { text }?,
-   attribute flipping { text }?,
+   attribute attachment { teidata.enumerated }?,
+   attribute flipping { teidata.truthValue }?,
    (
       ( tei_model.global | tei_model.labelLike | tei_model.graphicLike )*,
       ( ( zone | line | path | tei_surface | surfaceGrp ), tei_model.global* )*
    )
-}

1.96. <surname>

<surname> (surname) contains a family (inherited) name, as opposed to a given, baptismal, or nick name. [13.2.1. Personal Names]
Modulenamesdates
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.personal (@full, @sort) (att.naming (@role, @nymRef) (att.canonical (@key, @ref)) ) att.typed (@type, @subtype)
Member of
Contained by
May contain
Example
<surname type="combine">St John Stevas</surname>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element surname
+}

<surname>

<surname> (surname) contains a family (inherited) name, as opposed to a given, baptismal, or nick name. [13.2.1. Personal Names]
Modulenamesdates
Attributes
Member of
Contained by
May contain
Example
<surname type="combine">St John Stevas</surname>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element surname
 {
    tei_att.global.attributes,
    tei_att.personal.attributes,
    tei_att.typed.attributes,
    tei_macro.phraseSeq
-}

1.97. <table>

<table> (table) contains text displayed in tabular form, in rows and columns. [14.1.1. TEI Tables]
Modulefigures
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype)
rows(rows) indicates the number of rows in the table.
StatusOptional
Datatypeteidata.count
Note

If no number is supplied, an application must calculate the number of rows.

Rows should be presented from top to bottom.

cols(columns) indicates the number of columns in each row of the table.
StatusOptional
Datatypeteidata.count
Note

If no number is supplied, an application must calculate the number of columns.

Within each row, columns should be presented left to right.

Member of
Contained by
May contain
Note

Contains an optional heading and a series of rows.

Any rendition information should be supplied using the global rend attribute, at the table, row, or cell level as appropriate.

Example
<table cols="4rows="4"><head>Poor Men's Lodgings in Norfolk (Mayhew, 1843)</head><row role="label"> -  <cell role="data"/> -  <cell role="data">Dossing Cribs or Lodging Houses</cell> -  <cell role="data">Beds</cell> -  <cell role="data">Needys or Nightly Lodgers</cell></row><row role="data"> -  <cell role="label">Bury St Edmund's</cell> -  <cell role="data">5</cell> -  <cell role="data">8</cell> -  <cell role="data">128</cell></row><row role="data"> -  <cell role="label">Thetford</cell> -  <cell role="data">3</cell> -  <cell role="data">6</cell> -  <cell role="data">36</cell></row><row role="data"> -  <cell role="label">Attleboro'</cell> -  <cell role="data">3</cell> -  <cell role="data">5</cell> -  <cell role="data">20</cell></row><row role="data"> -  <cell role="label">Wymondham</cell> -  <cell role="data">1</cell> -  <cell role="data">11</cell> -  <cell role="data">22</cell></row> -</table>
Content model
-<content>
- <sequence>
-  <alternate maxOccurs="unbounded"
-   minOccurs="0">
-   <classRef key="model.headLike"/>
-   <classRef key="model.global"/>
-  </alternate>
-  <alternate>
-   <sequence maxOccurs="unbounded"
-    minOccurs="1">
-    <elementRef key="row"/>
-    <classRef key="model.global"
-     maxOccurs="unbounded" minOccurs="0"/>
-   </sequence>
-   <sequence maxOccurs="unbounded"
-    minOccurs="1">
-    <classRef key="model.graphicLike"/>
-    <classRef key="model.global"
-     maxOccurs="unbounded" minOccurs="0"/>
-   </sequence>
-  </alternate>
-  <sequence maxOccurs="unbounded"
-   minOccurs="0">
-   <classRef key="model.divBottom"/>
-   <classRef key="model.global"
-    maxOccurs="unbounded" minOccurs="0"/>
-  </sequence>
- </sequence>
-</content>
-    
Schema Declaration
-element table
+}

<table>

<table> (table) contains text displayed in tabular form, in rows and columns. [14.1.1. TEI Tables]
Modulefigures
Attributes
rows(rows) indicates the number of rows in the table.
Status Optional
Datatype teidata.count
Note

If no number is supplied, an application must calculate the number of rows.

Rows should be presented from top to bottom.

cols(columns) indicates the number of columns in each row of the table.
Status Optional
Datatype teidata.count
Note

If no number is supplied, an application must calculate the number of columns.

Within each row, columns should be presented left to right.

Member of
Contained by
May contain
Note

Contains an optional heading and a series of rows.

Any rendition information should be supplied using the global rend attribute, at the table, row, or cell level as appropriate.

Example
<table cols="4rows="4">
 <head>Poor Men's Lodgings in Norfolk (Mayhew, 1843)</head>
 <row role="label">
  <cell role="data"/>
  <cell role="data">Dossing Cribs or Lodging Houses</cell>
  <cell role="data">Beds</cell>
  <cell role="data">Needys or Nightly Lodgers</cell>
 </row>
 <row role="data">
  <cell role="label">Bury St Edmund's</cell>
  <cell role="data">5</cell>
  <cell role="data">8</cell>
  <cell role="data">128</cell>
 </row>
 <row role="data">
  <cell role="label">Thetford</cell>
  <cell role="data">3</cell>
  <cell role="data">6</cell>
  <cell role="data">36</cell>
 </row>
 <row role="data">
  <cell role="label">Attleboro'</cell>
  <cell role="data">3</cell>
  <cell role="data">5</cell>
  <cell role="data">20</cell>
 </row>
 <row role="data">
  <cell role="label">Wymondham</cell>
  <cell role="data">1</cell>
  <cell role="data">11</cell>
  <cell role="data">22</cell>
 </row>
</table>
Content model
<content>
 <sequence>
  <alternate maxOccurs="unbounded"
   minOccurs="0">

   <classRef key="model.headLike"/>
   <classRef key="model.global"/>
  </alternate>
  <alternate>
   <sequence maxOccurs="unbounded"
    minOccurs="1">

    <elementRef key="row"/>
    <classRef key="model.global"
     maxOccurs="unboundedminOccurs="0"/>

   </sequence>
   <sequence maxOccurs="unbounded"
    minOccurs="1">

    <classRef key="model.graphicLike"/>
    <classRef key="model.global"
     maxOccurs="unboundedminOccurs="0"/>

   </sequence>
  </alternate>
  <sequence maxOccurs="unbounded"
   minOccurs="0">

   <classRef key="model.divBottom"/>
   <classRef key="model.global"
    maxOccurs="unboundedminOccurs="0"/>

  </sequence>
 </sequence>
</content>
Schema Declaration
+element table
 {
    tei_att.global.attributes,
    tei_att.typed.attributes,
-   attribute rows { text }?,
-   attribute cols { text }?,
+   attribute rows { teidata.count }?,
+   attribute cols { teidata.count }?,
    (
       ( tei_model.headLike | tei_model.global )*,
       (
@@ -3606,106 +1162,20 @@
       ),
       ( tei_model.divBottom, tei_model.global* )*
    )
-}

1.98. <teiHeader>

<teiHeader> (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]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Contained by
textstructure: TEI
May contain
Note

One of the few elements unconditionally required in any TEI document.

Example
<teiHeader><fileDesc> -  <titleStmt> -   <title>Shakespeare: the first folio (1623) in electronic form</title> -   <author>Shakespeare, William (1564–1616)</author> -   <respStmt> -    <resp>Originally prepared by</resp> -    <name>Trevor Howard-Hill</name> -   </respStmt> -   <respStmt> -    <resp>Revised and edited by</resp> -    <name>Christine Avern-Carr</name> -   </respStmt> -  </titleStmt> -  <publicationStmt> -   <distributor>Oxford Text Archive</distributor> -   <address> -    <addrLine>13 Banbury Road, Oxford OX2 6NN, UK</addrLine> -   </address> -   <idno type="OTA">119</idno> -   <availability> -    <p>Freely available on a non-commercial basis.</p> -   </availability> -   <date when="1968">1968</date> -  </publicationStmt> -  <sourceDesc> -   <bibl>The first folio of Shakespeare, prepared by Charlton Hinman (The Norton Facsimile, -       1968)</bibl> -  </sourceDesc></fileDesc><encodingDesc> -  <projectDesc> -   <p>Originally prepared for use in the production of a series of old-spelling -       concordances in 1968, this text was extensively checked and revised for use during the -       editing of the new Oxford Shakespeare (Wells and Taylor, 1989).</p> -  </projectDesc> -  <editorialDecl> -   <correction> -    <p>Turned letters are silently corrected.</p> -   </correction> -   <normalization> -    <p>Original spelling and typography is retained, except that long s and ligatured -         forms are not encoded.</p> -   </normalization> -  </editorialDecl> -  <refsDecl xml:id="ASLREF"> -   <cRefPattern matchPattern="(\S+) ([^.]+)\.(.*)" -    replacementPattern="#xpath(//div1[@n='$1']/div2/[@n='$2']//lb[@n='$3'])"> -    <p>A reference is created by assembling the following, in the reverse order as that -         listed here: <list> -      <item>the <att>n</att> value of the preceding <gi>lb</gi> -      </item> -      <item>a period</item> -      <item>the <att>n</att> value of the ancestor <gi>div2</gi> -      </item> -      <item>a space</item> -      <item>the <att>n</att> value of the parent <gi>div1</gi> -      </item> -     </list> -    </p> -   </cRefPattern> -  </refsDecl></encodingDesc><revisionDesc> -  <list> -   <item> -    <date when="1989-04-12">12 Apr 89</date> Last checked by CAC</item> -   <item> -    <date when="1989-03-01">1 Mar 89</date> LB made new file</item> -  </list></revisionDesc> -</teiHeader>
Content model
-<content>
- <sequence>
-  <elementRef key="fileDesc"/>
-  <classRef key="model.teiHeaderPart"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <elementRef key="revisionDesc"
-   minOccurs="0"/>
- </sequence>
-</content>
-    
Schema Declaration
-element teiHeader
+}

<TEI>

<TEI> (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]
Moduletextstructure
Attributes
versionspecifies the version number of the TEI Guidelines against which this document is valid.
Status Optional
Datatype teidata.version
Note

Major editions of the Guidelines have long been informally referred to by a name made up of the letter P (for Proposal) followed by a digit. The current release is one of the many releases of the fifth major edition of the Guidelines, known as P5. This attribute may be used to associate a TEI document with a specific release of the P5 Guidelines, in the absence of a more precise association provided by the source attribute on the associated <schemaSpec>.

Contained by
May contain
header: teiHeader
linking: standOff
textstructure: text
transcr: facsimile
Note

This element is required. It is customary to specify the TEI namespace http://www.tei-c.org/ns/1.0 on it, for example: <TEI version="4.4.0" xml:lang="it" xmlns="http://www.tei-c.org/ns/1.0">.

Example
<TEI version="3.3.0" xmlns="http://www.tei-c.org/ns/1.0">
 <teiHeader>
  <fileDesc>
   <titleStmt>
    <title>The shortest TEI Document Imaginable</title>
   </titleStmt>
   <publicationStmt>
    <p>First published as part of TEI P2, this is the P5
         version using a namespace.</p>
   </publicationStmt>
   <sourceDesc>
    <p>No source: this is an original work.</p>
   </sourceDesc>
  </fileDesc>
 </teiHeader>
 <text>
  <body>
   <p>This is about the shortest TEI document imaginable.</p>
  </body>
 </text>
</TEI>
Example
<TEI version="2.9.1" xmlns="http://www.tei-c.org/ns/1.0">
 <teiHeader>
  <fileDesc>
   <titleStmt>
    <title>A TEI Document containing four page images </title>
   </titleStmt>
   <publicationStmt>
    <p>Unpublished demonstration file.</p>
   </publicationStmt>
   <sourceDesc>
    <p>No source: this is an original work.</p>
   </sourceDesc>
  </fileDesc>
 </teiHeader>
 <facsimile>
  <graphic url="page1.png"/>
  <graphic url="page2.png"/>
  <graphic url="page3.png"/>
  <graphic url="page4.png"/>
 </facsimile>
</TEI>
Schematron

<sch:ns prefix="tei"
 uri="http://www.tei-c.org/ns/1.0"/>

<sch:ns prefix="xs"
 uri="http://www.w3.org/2001/XMLSchema"/>
Schematron

<sch:ns prefix="rng"
 uri="http://relaxng.org/ns/structure/1.0"/>

<sch:ns prefix="rna"
 uri="http://relaxng.org/ns/compatibility/annotations/1.0"/>
Schematron

<sch:ns prefix="sch"
 uri="http://purl.oclc.org/dsdl/schematron"/>

<sch:ns prefix="sch1x"
 uri="http://www.ascc.net/xml/schematron"/>
Content model
<content>
 <sequence maxOccurs="1minOccurs="1">
  <elementRef key="teiHeader"/>
  <classRef key="model.resource"
   maxOccurs="unboundedminOccurs="0"/>

 </sequence>
</content>
Schema Declaration
+element TEI
 {
    tei_att.global.attributes,
-   ( tei_fileDesc, tei_model.teiHeaderPart*, revisionDesc? )
-}

1.99. <term>

<term> (term) contains a single-word, multi-word, or symbolic designation which is regarded as a technical term. [3.4.1. Terms and Glosses]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls) att.pointing (@targetLang, @target, @evaluate) att.typed (@type, @subtype) att.canonical (@key, @ref) att.sortable (@sortKey) att.cReferencing (@cRef)
Member of
Contained by
May contain
Note

When this element appears within an <index> element, it is understood to supply the form under which an index entry is to be made for that location. Elsewhere, it is understood simply to indicate that its content is to be regarded as a technical or specialised term. It may be associated with a <gloss> element by means of its ref attribute; alternatively a <gloss> element may point to a <term> element by means of its target attribute.

In formal terminological work, there is frequently discussion over whether terms must be atomic or may include multi-word lexical items, symbolic designations, or phraseological units. The <term> element may be used to mark any of these. No position is taken on the philosophical issue of what a term can be; the looser definition simply allows the <term> element to be used by practitioners of any persuasion.

As with other members of the att.canonical class, instances of this element occuring in a text may be associated with a canonical definition, either by means of a URI (using the ref attribute), or by means of some system-specific code value (using the key attribute). Because the mutually exclusive target and cRef attributes overlap with the function of the ref attribute, they are deprecated and may be removed at a subsequent release.

Example
A computational device that infers structure - from grammatical strings of words is known as a <term>parser</term>, and much of the history - of NLP over the last 20 years has been occupied with the design of parsers.
Example
We may define <term rend="scxml:id="TDPV1">discoursal point of view</term> as -<gloss target="#TDPV1">the relationship, expressed - through discourse structure, between the implied author or some other addresser, and the - fiction.</gloss>
Example
We may define <term ref="#TDPV2rend="sc">discoursal point of view</term> as -<gloss xml:id="TDPV2">the relationship, expressed - through discourse structure, between the implied author or some other addresser, and the - fiction.</gloss>
Example
We discuss Leech's concept of <term ref="myGlossary.xml#TDPV2rend="sc">discoursal point of view</term> below.
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element term
+   tei_att.typed.attributes,
+   attribute version { teidata.version }?,
+   ( tei_teiHeader, tei_model.resource* )
+}

<teiHeader>

<teiHeader> (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]
Moduleheader
Attributes
Contained by
textstructure: TEI
May contain
Note

One of the few elements unconditionally required in any TEI document.

Example
<teiHeader>
 <fileDesc>
  <titleStmt>
   <title>Shakespeare: the first folio (1623) in electronic form</title>
   <author>Shakespeare, William (1564–1616)</author>
   <respStmt>
    <resp>Originally prepared by</resp>
    <name>Trevor Howard-Hill</name>
   </respStmt>
   <respStmt>
    <resp>Revised and edited by</resp>
    <name>Christine Avern-Carr</name>
   </respStmt>
  </titleStmt>
  <publicationStmt>
   <distributor>Oxford Text Archive</distributor>
   <address>
    <addrLine>13 Banbury Road, Oxford OX2 6NN, UK</addrLine>
   </address>
   <idno type="OTA">119</idno>
   <availability>
    <p>Freely available on a non-commercial basis.</p>
   </availability>
   <date when="1968">1968</date>
  </publicationStmt>
  <sourceDesc>
   <bibl>The first folio of Shakespeare, prepared by Charlton Hinman (The Norton Facsimile,
       1968)</bibl>
  </sourceDesc>
 </fileDesc>
 <encodingDesc>
  <projectDesc>
   <p>Originally prepared for use in the production of a series of old-spelling
       concordances in 1968, this text was extensively checked and revised for use during the
       editing of the new Oxford Shakespeare (Wells and Taylor, 1989).</p>
  </projectDesc>
  <editorialDecl>
   <correction>
    <p>Turned letters are silently corrected.</p>
   </correction>
   <normalization>
    <p>Original spelling and typography is retained, except that long s and ligatured
         forms are not encoded.</p>
   </normalization>
  </editorialDecl>
  <refsDecl xml:id="ASLREF">
   <cRefPattern matchPattern="(\S+) ([^.]+)\.(.*)"
    replacementPattern="#xpath(//div1[@n='$1']/div2/[@n='$2']//lb[@n='$3'])">

    <p>A reference is created by assembling the following, in the reverse order as that
         listed here: <list>
      <item>the <att>n</att> value of the preceding <gi>lb</gi>
      </item>
      <item>a period</item>
      <item>the <att>n</att> value of the ancestor <gi>div2</gi>
      </item>
      <item>a space</item>
      <item>the <att>n</att> value of the parent <gi>div1</gi>
      </item>
     </list>
    </p>
   </cRefPattern>
  </refsDecl>
 </encodingDesc>
 <revisionDesc>
  <list>
   <item>
    <date when="1989-04-12">12 Apr 89</date> Last checked by CAC</item>
   <item>
    <date when="1989-03-01">1 Mar 89</date> LB made new file</item>
  </list>
 </revisionDesc>
</teiHeader>
Content model
<content>
 <sequence>
  <elementRef key="fileDesc"/>
  <classRef key="model.teiHeaderPart"
   maxOccurs="unboundedminOccurs="0"/>

  <elementRef key="revisionDesc"
   minOccurs="0"/>

 </sequence>
</content>
Schema Declaration
+element teiHeader
+{
+   tei_att.global.attributes,
+   ( tei_fileDesc, tei_model.teiHeaderPart*, tei_revisionDesc? )
+}

<term>

<term> (term) contains a single-word, multi-word, or symbolic designation which is regarded as a technical term. [3.4.1. Terms and Glosses]
Modulecore
Attributes
Member of
Contained by
May contain
Note

When this element appears within an <index> element, it is understood to supply the form under which an index entry is to be made for that location. Elsewhere, it is understood simply to indicate that its content is to be regarded as a technical or specialised term. It may be associated with a <gloss> element by means of its ref attribute; alternatively a <gloss> element may point to a term element by means of its target attribute.

In formal terminological work, there is frequently discussion over whether terms must be atomic or may include multi-word lexical items, symbolic designations, or phraseological units. The term element may be used to mark any of these. No position is taken on the philosophical issue of what a term can be; the looser definition simply allows the term element to be used by practitioners of any persuasion.

As with other members of the att.canonical class, instances of this element occuring in a text may be associated with a canonical definition, either by means of a URI (using the ref attribute), or by means of some system-specific code value (using the key attribute). Because the mutually exclusive target and cRef attributes overlap with the function of the ref attribute, they are deprecated and may be removed at a subsequent release.

Example
A computational device that infers structure
from grammatical strings of words is known as a <term>parser</term>, and much of the history
of NLP over the last 20 years has been occupied with the design of parsers.
Example
We may define <term rend="scxml:id="TDPV1">discoursal point of view</term> as
<gloss target="#TDPV1">the relationship, expressed
through discourse structure, between the implied author or some other addresser, and the
fiction.</gloss>
Example
We may define <term ref="#TDPV2rend="sc">discoursal point of view</term> as
<gloss xml:id="TDPV2">the relationship, expressed
through discourse structure, between the implied author or some other addresser, and the
fiction.</gloss>
Example
We discuss Leech's concept of <term ref="myGlossary.xml#TDPV2rend="sc">discoursal point of view</term> below.
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element term
 {
    tei_att.global.attributes,
    tei_att.declaring.attributes,
@@ -3715,53 +1185,8 @@
    tei_att.sortable.attributes,
    tei_att.cReferencing.attributes,
    tei_macro.phraseSeq
-}

1.100. <text>

<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 15.1. Varieties of Composite Text]
Moduletextstructure
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls) att.typed (@type, @subtype) att.written (@hand)
Member of
Contained by
textstructure: TEI
May contain
figures: figure
linking: anchor link
textstructure: back body front
Note

This element should not be used to represent a text which is inserted at an arbitrary point within the structure of another, for example as in an embedded or quoted narrative; the <floatingText> is provided for this purpose.

Example
<text><front> -  <docTitle> -   <titlePart>Autumn Haze</titlePart> -  </docTitle></front><body> -  <l>Is it a dragonfly or a maple leaf</l> -  <l>That settles softly down upon the water?</l></body> -</text>
ExampleThe body of a text may be replaced by a group of nested texts, as in the following schematic:
<text><front> -<!-- front matter for the whole group --></front><group> -  <text> -<!-- first text --> -  </text> -  <text> -<!-- second text --> -  </text></group> -</text>
Content model
-<content>
- <sequence>
-  <classRef key="model.global"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <sequence minOccurs="0">
-   <elementRef key="front"/>
-   <classRef key="model.global"
-    maxOccurs="unbounded" minOccurs="0"/>
-  </sequence>
-  <alternate>
-   <elementRef key="body"/>
-   <elementRef key="group"/>
-  </alternate>
-  <classRef key="model.global"
-   maxOccurs="unbounded" minOccurs="0"/>
-  <sequence minOccurs="0">
-   <elementRef key="back"/>
-   <classRef key="model.global"
-    maxOccurs="unbounded" minOccurs="0"/>
-  </sequence>
- </sequence>
-</content>
-    
Schema Declaration
-element text
+}

<text>

<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 15.1. Varieties of Composite Text]
Moduletextstructure
Attributes
Member of
Contained by
textstructure: TEI
May contain
figures: figure
linking: anchor link
textstructure: back body front
Note

This element should not be used to represent a text which is inserted at an arbitrary point within the structure of another, for example as in an embedded or quoted narrative; the <floatingText> is provided for this purpose.

Example
<text>
 <front>
  <docTitle>
   <titlePart>Autumn Haze</titlePart>
  </docTitle>
 </front>
 <body>
  <l>Is it a dragonfly or a maple leaf</l>
  <l>That settles softly down upon the water?</l>
 </body>
</text>
Example

The body of a text may be replaced by a group of nested texts, as in the following schematic:

<text>
 <front>
<!-- front matter for the whole group -->
 </front>
 <group>
  <text>
<!-- first text -->
  </text>
  <text>
<!-- second text -->
  </text>
 </group>
</text>
Content model
<content>
 <sequence>
  <classRef key="model.global"
   maxOccurs="unboundedminOccurs="0"/>

  <sequence minOccurs="0">
   <elementRef key="front"/>
   <classRef key="model.global"
    maxOccurs="unboundedminOccurs="0"/>

  </sequence>
  <alternate>
   <elementRef key="body"/>
   <elementRef key="group"/>
  </alternate>
  <classRef key="model.global"
   maxOccurs="unboundedminOccurs="0"/>

  <sequence minOccurs="0">
   <elementRef key="back"/>
   <classRef key="model.global"
    maxOccurs="unboundedminOccurs="0"/>

  </sequence>
 </sequence>
</content>
Schema Declaration
+element text
 {
    tei_att.global.attributes,
    tei_att.declaring.attributes,
@@ -3774,350 +1199,75 @@
       tei_model.global*,
       ( tei_back, tei_model.global* )?
    )
-}

1.101. <textClass>

<textClass> (text classification) groups information which describes the nature or topic of a text in terms of a standard classification scheme, thesaurus, etc. [2.4.3. The Text Classification]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default)
Member of
Contained by
header: profileDesc
May contain
Example
<taxonomy><category xml:id="acprose"> -  <catDesc>Academic prose</catDesc></category> -<!-- other categories here --> -</taxonomy> -<!-- ... --> -<textClass><catRef target="#acprose"/><classCode scheme="http://www.udcc.org">001.9</classCode><keywords scheme="http://authorities.loc.gov"> -  <list> -   <item>End of the world</item> -   <item>History - philosophy</item> -  </list></keywords> -</textClass>
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <elementRef key="classCode"/>
-  <elementRef key="catRef"/>
-  <elementRef key="keywords"/>
- </alternate>
-</content>
-    
Schema Declaration
-element textClass
+}

<textClass>

<textClass> (text classification) groups information which describes the nature or topic of a text in terms of a standard classification scheme, thesaurus, etc. [2.4.3. The Text Classification]
Moduleheader
Attributes
Member of
Contained by
header: profileDesc
May contain
Example
<taxonomy>
 <category xml:id="acprose">
  <catDesc>Academic prose</catDesc>
 </category>
<!-- other categories here -->
</taxonomy>
<!-- ... -->
<textClass>
 <catRef target="#acprose"/>
 <classCode scheme="http://www.udcc.org">001.9</classCode>
 <keywords scheme="http://authorities.loc.gov">
  <list>
   <item>End of the world</item>
   <item>History - philosophy</item>
  </list>
 </keywords>
</textClass>
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <elementRef key="classCode"/>
  <elementRef key="catRef"/>
  <elementRef key="keywords"/>
 </alternate>
</content>
Schema Declaration
+element textClass
 {
    tei_att.global.attributes,
    tei_att.declarable.attributes,
    ( tei_classCode | catRef | tei_keywords )*
-}

1.102. <title>

<title> (title) contains a title for any kind of work. [3.12.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.5. The Series Statement]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.canonical (@key, @ref) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.typed (type, @subtype)
typeclassifies the title according to some convenient typology.
Derived fromatt.typed
StatusOptional
Datatypeteidata.enumerated
Sample values include:
main
main title
sub
(subordinate) subtitle, title of part
alt
(alternate) alternate title, often in another language, by which the work is also known
short
abbreviated form of title
desc
(descriptive) descriptive paraphrase of the work functioning as a title
Note

This attribute is provided for convenience in analysing titles and processing them according to their type; where such specialized processing is not necessary, there is no need for such analysis, and the entire title, including subtitles and any parallel titles, may be enclosed within a single <title> element.

levelindicates the bibliographic level for a title, that is, whether it identifies an article, book, journal, series, or unpublished material.
StatusOptional
Datatypeteidata.enumerated
Legal values are:
a
(analytic) the title applies to an analytic item, such as an article, poem, or other work published as part of a larger item.
m
(monographic) the title applies to a monograph such as a book or other item considered to be a distinct publication, including single volumes of multi-volume works
j
(journal) the title applies to any serial or periodical publication such as a journal, magazine, or newspaper
s
(series) the title applies to a series of otherwise distinct publications such as a collection
u
(unpublished) the title applies to any unpublished material (including theses and dissertations unless published by a commercial press)
Note

The level of a title is sometimes implied by its context: for example, a title appearing directly within an <analytic> element is ipso facto of level ‘a’, and one appearing within a <series> element of level ‘s’. For this reason, the level attribute is not required in contexts where its value can be unambiguously inferred. Where it is supplied in such contexts, its value should not contradict the value implied by its parent element.

Member of
Contained by
May contain
Note

The attributes key and ref, inherited from the class att.canonical may be used to indicate the canonical form for the title; the former, by supplying (for example) the identifier of a record in some external library system; the latter by pointing to an XML element somewhere containing the canonical form of the title.

Example
<title>Information Technology and the Research Process: Proceedings of - a conference held at Cranfield Institute of Technology, UK, - 18–21 July 1989</title>
Example
<title>Hardy's Tess of the D'Urbervilles: a machine readable - edition</title>
Example
<title type="full"><title type="main">Synthèse</title><title type="sub">an international journal for -   epistemology, methodology and history of -   science</title> -</title>
Content model
-<content>
- <macroRef key="macro.paraContent"/>
-</content>
-    
Schema Declaration
-element title
+}

<title>

<title> (title) contains a title for any kind of work. [3.12.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.5. The Series Statement]
Modulecore
Attributes
typeclassifies the title according to some convenient typology.
Derived fromatt.typed
Status Optional
Datatype teidata.enumerated
Sample values include:
main
main title
sub
(subordinate) subtitle, title of part
alt
(alternate) alternate title, often in another language, by which the work is also known
short
abbreviated form of title
desc
(descriptive) descriptive paraphrase of the work functioning as a title
Note

This attribute is provided for convenience in analysing titles and processing them according to their type; where such specialized processing is not necessary, there is no need for such analysis, and the entire title, including subtitles and any parallel titles, may be enclosed within a single title element.

calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
levelindicates the bibliographic level for a title, that is, whether it identifies an article, book, journal, series, or unpublished material.
Status Optional
Datatype teidata.enumerated
Legal values are:
a
(analytic) the title applies to an analytic item, such as an article, poem, or other work published as part of a larger item.
m
(monographic) the title applies to a monograph such as a book or other item considered to be a distinct publication, including single volumes of multi-volume works
j
(journal) the title applies to any serial or periodical publication such as a journal, magazine, or newspaper
s
(series) the title applies to a series of otherwise distinct publications such as a collection
u
(unpublished) the title applies to any unpublished material (including theses and dissertations unless published by a commercial press)
Note

The level of a title is sometimes implied by its context: for example, a title appearing directly within an analytic element is ipso facto of level ‘a’, and one appearing within a series element of level ‘s’. For this reason, the level attribute is not required in contexts where its value can be unambiguously inferred. Where it is supplied in such contexts, its value should not contradict the value implied by its parent element.

Member of
Contained by
May contain
Note

The attributes key and ref, inherited from the class att.canonical may be used to indicate the canonical form for the title; the former, by supplying (for example) the identifier of a record in some external library system; the latter by pointing to an XML element somewhere containing the canonical form of the title.

Example
<title>Information Technology and the Research Process: Proceedings of
a conference held at Cranfield Institute of Technology, UK,
18–21 July 1989</title>
Example
<title>Hardy's Tess of the D'Urbervilles: a machine readable
edition</title>
Example
<title type="full">
 <title type="main">Synthèse</title>
 <title type="sub">an international journal for
   epistemology, methodology and history of
   science</title>
</title>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Schema Declaration
+element title
 {
    tei_att.global.attributes,
    tei_att.typed.attribute.subtype,
    tei_att.canonical.attributes,
    tei_att.datable.attributes,
-   attribute type { text }?,
+   attribute type { teidata.enumerated }?,
+   attribute calendar { list { teidata.pointer+ } }?,
    attribute level { "a" | "m" | "j" | "s" | "u" }?,
    tei_macro.paraContent
-}

1.103. <titleStmt>

<titleStmt> (title statement) groups information about the title of a work and those responsible for its content. [2.2.1. The Title Statement 2.2. The File Description]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Contained by
header: fileDesc
May contain
Example
<titleStmt><title>Capgrave's Life of St. John Norbert: a machine-readable transcription</title><respStmt> -  <resp>compiled by</resp> -  <name>P.J. Lucas</name></respStmt> -</titleStmt>
Content model
-<content>
- <sequence>
-  <elementRef key="title"
-   maxOccurs="unbounded" minOccurs="1"/>
-  <classRef key="model.respLike"
-   maxOccurs="unbounded" minOccurs="0"/>
- </sequence>
-</content>
-    
Schema Declaration
-element titleStmt
+}

<titleStmt>

<titleStmt> (title statement) groups information about the title of a work and those responsible for its content. [2.2.1. The Title Statement 2.2. The File Description]
Moduleheader
Attributes
Contained by
header: fileDesc
May contain
Example
<titleStmt>
 <title>Capgrave's Life of St. John Norbert: a machine-readable transcription</title>
 <respStmt>
  <resp>compiled by</resp>
  <name>P.J. Lucas</name>
 </respStmt>
</titleStmt>
Content model
<content>
 <sequence>
  <elementRef key="title"
   maxOccurs="unboundedminOccurs="1"/>

  <classRef key="model.respLike"
   maxOccurs="unboundedminOccurs="0"/>

 </sequence>
</content>
Schema Declaration
+element titleStmt
 {
    tei_att.global.attributes,
    ( tei_title+, tei_model.respLike* )
-}

1.104. <trash>

<trash> (Trash) contains noise information to be ignored, typically from vectoriel images
Modulederived-module-Grobid
AttributesAttributes att.editLike (@evidence, @instant) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.naming (@role, @nymRef) (att.canonical (@key, @ref))
Member of
Contained by
May contain
core: ref
character data
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <textNode/>
-  <elementRef key="ref"/>
- </alternate>
-</content>
-    
Schema Declaration
-element trash
+}

<trash>

<trash> (Trash) contains noise information to be ignored, typically from vectoriel images
Modulederived-module-Grobid
Attributes
Member of
Contained by
May contain
core: ref
character data
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <textNode/>
  <elementRef key="ref"/>
 </alternate>
</content>
Schema Declaration
+element trash
 {
    tei_att.editLike.attributes,
    tei_att.datable.attributes,
    tei_att.naming.attributes,
    ( text | tei_ref )*
-}

1.105. <unit>

<unit> contains a symbol, a word or a phrase referring to a unit of measurement in any kind of formal or informal system. [3.6.3. Numbers and Measures]
Modulecore
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.measurement (@unit, @unitRef, @quantity, @commodity)
Member of
Contained by
May contain
ExampleHere is an example of a <unit> element holding a unitRef attribute that points to a definition of the unit in the TEI header.
<measure><num>3</num><unit unitRef="#ell">ells</unit> -</measure> -<!-- In the TEI Header: --> -<encodingDesc><unitDecl> -  <unitDef xml:id="ell"> -   <label>ell</label> -   <placeName ref="#iceland"/> -   <desc>A unit of measure for cloth, roughly equivalent to 18 inches, or from an adult male’s elbow to the tip of the middle finger.</desc> -  </unitDef></unitDecl> -</encodingDesc>
Example
<measure><num>2</num><unit>kg</unit> -</measure>
Example
<measure type="value"><num>3</num><unit type="timeunit="min">minute</unit> -</measure>
Example
<measure type="interval"><num atLeast="1.2">1.2</num> to <num atMost="5.6">5.6</num><unit type="velocityunit="km/h">km/h</unit> -</measure>
Example
<p>Light travels at <num value="3E10">3×10^10</num><unit type="rateunit="cm/s"> -  <unit type="space">cm</unit> per <unit type="time">second</unit></unit>.</p>
Content model
-<content>
- <macroRef key="macro.phraseSeq"/>
-</content>
-    
Schema Declaration
-element unit
+}

<unit>

<unit> contains a symbol, a word or a phrase referring to a unit of measurement in any kind of formal or informal system. [3.6.3. Numbers and +Measures]
Modulecore
Attributes
Member of
Contained by
May contain
Example

Here is an example of a unit element holding a unitRef attribute that points to a definition of the unit in the TEI header.

<measure>
 <num>3</num>
 <unit unitRef="#ell">ells</unit>
</measure>
<!-- In the TEI Header: -->
<encodingDesc>
 <unitDecl>
  <unitDef xml:id="ell">
   <label>ell</label>
   <placeName ref="#iceland"/>
   <desc>A unit of measure for cloth, roughly equivalent to 18 inches, or from an adult male’s elbow to the tip of the middle finger.</desc>
  </unitDef>
 </unitDecl>
</encodingDesc>
Example
<measure>
 <num>2</num>
 <unit>kg</unit>
</measure>
Example
<measure type="value">
 <num>3</num>
 <unit type="timeunit="min">minute</unit>
</measure>
Example
<measure type="interval">
 <num atLeast="1.2">1.2</num> to <num atMost="5.6">5.6</num>
 <unit type="velocityunit="km/h">km/h</unit>
</measure>
Example
<p>Light travels at <num value="3E10">3×10^10</num>
 <unit type="rateunit="cm/s">
  <unit type="space">cm</unit> per <unit type="time">second</unit>
 </unit>.</p>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
+element unit
 {
    tei_att.global.attributes,
    tei_att.typed.attributes,
    tei_att.measurement.attributes,
    tei_macro.phraseSeq
-}

1.106. <unitDecl>

<unitDecl> (unit declarations) provides information about units of measurement that are not members of the International System of Units. [2.3.9. The Unit Declaration]
Moduleheader
AttributesAttributes att.canonical (@key, @ref) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
header: encodingDesc
May contain
header: unitDef
Example
<unitDecl><unitDef type="weightxml:id=""> -  <label xml:lang="ja"></label> -  <label xml:lang="ja-Latn">kin</label> -  <conversion formula="16fromUnit="#両" -   toUnit="#斤"/></unitDef><unitDef type="weightxml:id=""> -  <label xml:lang="ja"></label> -  <label xml:lang="ja-Latn">ryo</label> -  <conversion formula="4fromUnit="#分" -   toUnit="#両"/></unitDef><unitDef type="weightxml:id=""> -  <label xml:lang="ja"></label> -  <label xml:lang="ja-Latn">Bu</label> -  <conversion formula="6fromUnit="#銖" -   toUnit="#分"/></unitDef><unitDef type="weightxml:id=""> -  <label xml:lang="ja"></label> -  <label xml:lang="ja-Latn">Shu</label></unitDef> -</unitDecl>
Content model
-<content>
- <elementRef key="unitDef"
-  maxOccurs="unbounded" minOccurs="1"/>
-</content>
-    
Schema Declaration
-element unitDecl
+}

<unitDecl>

<unitDecl> (unit declarations) provides information about units of measurement that are not members of the International System of Units. [2.3.9. The Unit Declaration]
Moduleheader
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Member of
Contained by
header: encodingDesc
May contain
header: unitDef
Example
<unitDecl>
 <unitDef type="weightxml:id="">
  <label xml:lang="ja"></label>
  <label xml:lang="ja-Latn">kin</label>
  <conversion formula="16fromUnit="#両"
   toUnit="#斤"/>

 </unitDef>
 <unitDef type="weightxml:id="">
  <label xml:lang="ja"></label>
  <label xml:lang="ja-Latn">ryo</label>
  <conversion formula="4fromUnit="#分"
   toUnit="#両"/>

 </unitDef>
 <unitDef type="weightxml:id="">
  <label xml:lang="ja"></label>
  <label xml:lang="ja-Latn">Bu</label>
  <conversion formula="6fromUnit="#銖"
   toUnit="#分"/>

 </unitDef>
 <unitDef type="weightxml:id="">
  <label xml:lang="ja"></label>
  <label xml:lang="ja-Latn">Shu</label>
 </unitDef>
</unitDecl>
Content model
<content>
 <elementRef key="unitDef"
  maxOccurs="unboundedminOccurs="1"/>

</content>
Schema Declaration
+element unitDecl
 {
    tei_att.canonical.attributes,
    tei_att.datable.attributes,
    tei_att.global.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
    tei_unitDef+
-}

1.107. <unitDef>

<unitDef> (unit definition) contains descriptive information related to a specific unit of measurement. [2.3.9. The Unit Declaration]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.canonical (@key, @ref) att.typed (@type, @subtype)
Contained by
header: unitDecl
May contain
Example
<unitDecl><unitDef type="lengthxml:id="pechys"> -  <label>πῆχυς</label> -  <placeName ref="#athens"/> -  <conversion formula="$fromUnit div 24" -   fromUnit="#daktylostoUnit="#pechys"/> -  <desc>Equivalent to a cubit or 24 daktyloi.</desc></unitDef><unitDef type="lengthxml:id="daktylos"> -  <label>δάκτυλος</label> -  <placeName ref="#athens"/> -  <desc>A basic unit of length equivalent to one finger (or the size of a thumb) in ancient Greece.</desc></unitDef> -</unitDecl>
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="1">
-  <classRef key="model.labelLike"
-   minOccurs="1"/>
-  <classRef key="model.placeNamePart"
-   minOccurs="0"/>
-  <elementRef key="conversion"
-   minOccurs="0"/>
-  <elementRef key="unit" minOccurs="0"/>
- </alternate>
-</content>
-    
Schema Declaration
-element unitDef
+}

<unitDef>

<unitDef> (unit definition) contains descriptive information related to a specific unit of measurement. [2.3.9. The Unit Declaration]
Moduleheader
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Contained by
header: unitDecl
May contain
Example
<unitDecl>
 <unitDef type="lengthxml:id="pechys">
  <label>πῆχυς</label>
  <placeName ref="#athens"/>
  <conversion formula="$fromUnit div 24"
   fromUnit="#daktylostoUnit="#pechys"/>

  <desc>Equivalent to a cubit or 24 daktyloi.</desc>
 </unitDef>
 <unitDef type="lengthxml:id="daktylos">
  <label>δάκτυλος</label>
  <placeName ref="#athens"/>
  <desc>A basic unit of length equivalent to one finger (or the size of a thumb) in ancient Greece.</desc>
 </unitDef>
</unitDecl>
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="1">

  <classRef key="model.labelLike"
   minOccurs="1"/>

  <classRef key="model.placeNamePart"
   minOccurs="0"/>

  <elementRef key="conversion"
   minOccurs="0"/>

  <elementRef key="unitminOccurs="0"/>
 </alternate>
</content>
Schema Declaration
+element unitDef
 {
    tei_att.global.attributes,
    tei_att.datable.attributes,
    tei_att.canonical.attributes,
    tei_att.typed.attributes,
+   attribute calendar { list { teidata.pointer+ } }?,
    (
       tei_model.labelLike
     | tei_model.placeNamePart?
     | tei_conversion?
     | tei_unit?
    )+
-}

1.108. <when>

<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]
Modulelinking
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
absolutesupplies an absolute value for the time.
StatusOptional
Datatypeteidata.temporal.w3c
Note

This attribute should always be specified on a <when> element which serves as the target for the origin attribute of a <timeline>.

unitspecifies the unit of time in which the interval value is expressed, if this is not inherited from the parent <timeline>.
StatusOptional
Datatypeteidata.enumerated
Suggested values include:
d
(days)
h
(hours)
min
(minutes)
s
(seconds)
ms
(milliseconds)
intervalspecifies a time interval either as a number or as one of the keywords defined by the datatype teidata.interval
StatusOptional
Datatypeteidata.interval
sinceidentifies 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.
StatusOptional
Datatypeteidata.pointer
Note

This attribute should point to another <when> element in the same <timeline>. If no value is supplied, and the absolute attribute is also unspecified, then the reference point is understood to be the origin of the enclosing <timeline> tag.

Contained by
May containEmpty element
Note

On this element, the global xml:id attribute must be supplied to specify an identifier for this point in time. The value used may be chosen freely provided that it is unique within the document and is a syntactically valid name. There is no requirement for values containing numbers to be in sequence.

Example
<when interval="20since="#w2xml:id="TW3"/>
Content model
-<content>
- <empty/>
-</content>
-    
Schema Declaration
-element when
+}

<when>

<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]
Modulelinking
Attributes
absolutesupplies an absolute value for the time.
Status Optional
Datatype teidata.temporal.w3c
Note

This attribute should always be specified on a when element which serves as the target for the origin attribute of a <timeline>.

unitspecifies the unit of time in which the interval value is expressed, if this is not inherited from the parent <timeline>.
Status Optional
Datatype teidata.enumerated
Suggested values include:
d
(days)
h
(hours)
min
(minutes)
s
(seconds)
ms
(milliseconds)
intervalspecifies a time interval either as a number or as one of the keywords defined by the datatype teidata.interval
Status Optional
Datatype teidata.interval
sinceidentifies 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.
Status Optional
Datatype teidata.pointer
Note

This attribute should point to another when element in the same <timeline>. If no value is supplied, and the absolute attribute is also unspecified, then the reference point is understood to be the origin of the enclosing <timeline> tag.

Contained by
May containEmpty element
Note

On this element, the global xml:id attribute must be supplied to specify an identifier for this point in time. The value used may be chosen freely provided that it is unique within the document and is a syntactically valid name. There is no requirement for values containing numbers to be in sequence.

Example
<when interval="20since="#w2xml:id="TW3"/>
Content model
<content>
 <empty/>
</content>
Schema Declaration
+element when
 {
    tei_att.global.attributes,
-   attribute absolute { text }?,
-   attribute unit { "d" | "h" | "min" | "s" | "ms" }?,
-   attribute interval { text }?,
-   attribute since { text }?,
+   attribute absolute { teidata.temporal.w3c }?,
+   attribute unit { "d" | "h" | "min" | "s" | "ms" | teidata.enumerated }?,
+   attribute interval { teidata.interval }?,
+   attribute since { teidata.pointer }?,
    empty
-}

1.109. <xenoData>

<xenoData> (non-TEI metadata) provides a container element into which metadata in non-TEI formats may be placed. [2.5. Non-TEI Metadata]
Moduleheader
AttributesAttributes att.global (@coords, @xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default) att.typed (@type, @subtype)
Member of
Contained by
header: teiHeader
May containANY
ExampleThis example presumes that the prefix dc has been bound to the namespace http://purl.org/dc/elements/1.1/ and the prefix rdf is bound to the namespace http://www.w3.org/1999/02/22-rdf-syntax-ns#. Note: The about attribute on the <rdf:Description> in this example gives a URI indicating the resource to which the metadata contained therein refer. The <rdf:Description> in the second <xenoData> block has a blank about, meaning it is pointing at the current document, so the RDF is about the document within which it is contained, i.e. the TEI document containing the <xenoData> block. Similarly, any kind of relative URI may be used, including fragment identifiers (see [[undefined SG-id]]). Do note, however, that if the contents of the <xenoData> block are to be extracted and used elsewhere, any relative URIs will have to be resolved accordingly.
<xenoData -   xmlns:dc="http://purl.org/dc/elements/1.1/" -   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:RDF> -  <rdf:Description rdf:about="http://www.worldcat.org/oclc/606621663"> -   <dc:title>The description of a new world, called the blazing-world</dc:title> -   <dc:creator>The Duchess of Newcastle</dc:creator> -   <dc:date>1667</dc:date> -   <dc:identifier>British Library, 8407.h.10</dc:identifier> -   <dc:subject>utopian fiction</dc:subject> -  </rdf:Description></rdf:RDF> -</xenoData> -<xenoData><rdf:RDF> -  <rdf:Description rdf:about=""> -   <dc:title>The Description of a New World, Called the Blazing-World, 1668</dc:title> -   <dc:creator>Cavendish, Margaret (Lucas), Duchess of Newcastle</dc:creator> -   <dc:publisher>Women Writers Project</dc:publisher> -   <dc:date>2002-02-12</dc:date> -   <dc:subject>utopian fiction</dc:subject> -  </rdf:Description></rdf:RDF> -</xenoData>
ExampleIn this example, the prefix rdf is bound to the namespace http://www.w3.org/1999/02/22-rdf-syntax-ns#, the prefix dc is bound to the namespace http://purl.org/dc/elements/1.1/, and the prefix cc is bound to the namespace http://web.resource.org/cc/.
<xenoData -   xmlns:cc="http://web.resource.org/cc/" -   xmlns:dc="http://purl.org/dc/elements/1.1/" -   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:RDF> -  <cc:Work rdf:about=""> -   <dc:title>Applied Software Project Management - review</dc:title> -   <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text"/> -   <dc:license rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/uk/"/> -  </cc:Work> -  <cc:License rdf:about="http://creativecommons.org/licenses/by-sa/2.0/uk/"> -   <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/> -   <cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/> -   <cc:requires rdf:resource="http://web.resource.org/cc/Notice"/> -   <cc:requires rdf:resource="http://web.resource.org/cc/Attribution"/> -   <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/> -   <cc:requires rdf:resource="http://web.resource.org/cc/ShareAlike"/> -  </cc:License></rdf:RDF> -</xenoData>
ExampleIn this example, the prefix dc is again bound to the namespace http://www.openarchives.org/OAI/2.0/oai_dc/, and the prefix oai_dc is bound to the namespace http://www.openarchives.org/OAI/2.0/oai_dc/.
<xenoData -   xmlns:dc="http://purl.org/dc/elements/1.1/" -   xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"><oai_dc:dc> -  <dc:title>The colonial despatches of Vancouver Island and British -     Columbia 1846-1871: 11566, CO 60/2, p. 291; received 13 November. -     Trevelyan to Merivale (Permanent Under-Secretary)</dc:title> -  <dc:date>1858-11-12</dc:date> -  <dc:creator>Trevelyan</dc:creator> -  <dc:publisher>University of Victoria Humanities Computing and Media -     Centre, and UVic Libraries</dc:publisher> -  <dc:type>InteractiveResource</dc:type> -  <dc:format>application/xhtml+xml</dc:format> -  <dc:type>text</dc:type> -  <dc:identifier>http://bcgenesis.uvic.ca/getDoc.htm?id=B585TE13.scx</dc:identifier> -  <dc:rights>This document is licensed under a Creative Commons …</dc:rights> -  <dc:language>(SCHEME=ISO639) en</dc:language> -  <dc:source>Transcribed from microfilm and/or original documents, and -     marked up in TEI P5 XML. The interactive XHTML resource is generated -     from the XHTML using XQuery and XSLT.</dc:source> -  <dc:source>repository: CO</dc:source> -  <dc:source>coNumber: 60</dc:source> -  <dc:source>coVol: 2</dc:source> -  <dc:source>page: 291</dc:source> -  <dc:source>coRegistration: 11566</dc:source> -  <dc:source>received: received 13 November</dc:source> -  <dc:subject>Trevelyan, Sir Charles Edward</dc:subject> -  <dc:subject>Merivale, Herman</dc:subject> -  <dc:subject>Elliot, T. Frederick</dc:subject> -  <dc:subject>Moody, Colonel Richard Clement</dc:subject> -  <dc:subject>Lytton, Sir Edward George Earle Bulwer</dc:subject> -  <dc:subject>Jadis, Vane</dc:subject> -  <dc:subject>Carnarvon, Earl</dc:subject> -  <dc:subject>British Columbia</dc:subject> -  <dc:description>British Columbia correspondence: Public Offices -     document (normally correspondence between government -     departments)</dc:description></oai_dc:dc> -</xenoData>
ExampleIn this example, the prefix mods is bound to the namespace http://www.loc.gov/mods/v3.
<xenoData -   xmlns:mods="http://www.loc.gov/mods/v3"><mods:mods> -  <mods:titleInfo> -   <mods:title>Academic adaptation and cross-cultural -       learning experiences of Chinese students at American -       universities</mods:title> -   <mods:subTitle>a narrative inquiry</mods:subTitle> -  </mods:titleInfo> -  <mods:name authority="local" -   type="personal"> -   <mods:namePart/> -   <mods:role> -    <mods:roleTerm authority="marcrelator" -     type="text">Author</mods:roleTerm> -   </mods:role> -   <mods:affiliation>Northeastern University</mods:affiliation> -   <mods:namePart type="given">Hong</mods:namePart> -   <mods:namePart type="family">Zhang</mods:namePart> -  </mods:name> -  <mods:name authority="local" -   type="personal"> -   <mods:namePart/> -   <mods:role> -    <mods:roleTerm authority="local" -     type="text">Advisor</mods:roleTerm> -   </mods:role> -   <mods:namePart type="given">Liliana</mods:namePart> -   <mods:namePart type="family">Meneses</mods:namePart> -  </mods:name> -   -<!-- ... --> -  <mods:typeOfResource>text</mods:typeOfResource> -  <mods:genre>doctoral theses</mods:genre> -  <mods:originInfo> -   <mods:place> -    <mods:placeTerm type="text">Boston (Mass.)</mods:placeTerm> -   </mods:place> -   <mods:publisher>Northeastern University</mods:publisher> -   <mods:copyrightDate encoding="w3cdtf" -    keyDate="yes">2013</mods:copyrightDate> -  </mods:originInfo> -  <mods:language> -   <mods:languageTerm authority="iso639-2b" -    type="code">eng</mods:languageTerm> -  </mods:language> -  <mods:physicalDescription> -   <mods:form authority="marcform">electronic</mods:form> -   <mods:digitalOrigin>born digital</mods:digitalOrigin> -  </mods:physicalDescription> -<!-- ... --></mods:mods> -</xenoData>
ExampleThis example shows GeoJSON embedded in <xenoData>. Note that JSON does not permit newlines inside string values. These must be escaped as \n. To avoid the accidental insertion of newlines by software, the use of xml:space is recommended. Blocks of JSON should be wrapped in CDATA sections, as they may contain characters illegal in XML.
<xenoData xml:space="preserve"> +}

<xenoData>

<xenoData> (non-TEI metadata) provides a container element into which metadata in non-TEI formats may be placed. [2.5. Non-TEI Metadata]
Moduleheader
Attributes
Member of
Contained by
header: teiHeader
May containANY
Example

This example presumes that the prefix dc has been bound to the namespace http://purl.org/dc/elements/1.1/ and the prefix rdf is bound to the namespace http://www.w3.org/1999/02/22-rdf-syntax-ns#. Note: The about attribute on the <rdf:Description> in this example gives a URI indicating the resource to which the metadata contained therein refer. The <rdf:Description> in the second xenoData block has a blank about, meaning it is pointing at the current document, so the RDF is about the document within which it is contained, i.e. the TEI document containing the xenoData block. Similarly, any kind of relative URI may be used, including fragment identifiers (see [ID SG-id in TEI Guidelines]). Do note, however, that if the contents of the xenoData block are to be extracted and used elsewhere, any relative URIs will have to be resolved accordingly.

<xenoData>
 <rdf:RDF>
  <rdf:Description rdf:about="http://www.worldcat.org/oclc/606621663">
   <dc:title>The description of a new world, called the blazing-world</dc:title>
   <dc:creator>The Duchess of Newcastle</dc:creator>
   <dc:date>1667</dc:date>
   <dc:identifier>British Library, 8407.h.10</dc:identifier>
   <dc:subject>utopian fiction</dc:subject>
  </rdf:Description>
 </rdf:RDF>
</xenoData>
<xenoData>
 <rdf:RDF>
  <rdf:Description rdf:about="">
   <dc:title>The Description of a New World, Called the Blazing-World, 1668</dc:title>
   <dc:creator>Cavendish, Margaret (Lucas), Duchess of Newcastle</dc:creator>
   <dc:publisher>Women Writers Project</dc:publisher>
   <dc:date>2002-02-12</dc:date>
   <dc:subject>utopian fiction</dc:subject>
  </rdf:Description>
 </rdf:RDF>
</xenoData>
Example

In this example, the prefix rdf is bound to the namespace http://www.w3.org/1999/02/22-rdf-syntax-ns#, the prefix dc is bound to the namespace http://purl.org/dc/elements/1.1/, and the prefix cc is bound to the namespace http://web.resource.org/cc/.

<xenoData>
 <rdf:RDF>
  <cc:Work rdf:about="">
   <dc:title>Applied Software Project Management - review</dc:title>
   <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text"/>
   <dc:license rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/uk/"/>
  </cc:Work>
  <cc:License rdf:about="http://creativecommons.org/licenses/by-sa/2.0/uk/">
   <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
   <cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
   <cc:requires rdf:resource="http://web.resource.org/cc/Notice"/>
   <cc:requires rdf:resource="http://web.resource.org/cc/Attribution"/>
   <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
   <cc:requires rdf:resource="http://web.resource.org/cc/ShareAlike"/>
  </cc:License>
 </rdf:RDF>
</xenoData>
Example

In this example, the prefix dc is again bound to the namespace http://www.openarchives.org/OAI/2.0/oai_dc/, and the prefix oai_dc is bound to the namespace http://www.openarchives.org/OAI/2.0/oai_dc/.

<xenoData>
 <oai_dc:dc>
  <dc:title>The colonial despatches of Vancouver Island and British
     Columbia 1846-1871: 11566, CO 60/2, p. 291; received 13 November.
     Trevelyan to Merivale (Permanent Under-Secretary)</dc:title>
  <dc:date>1858-11-12</dc:date>
  <dc:creator>Trevelyan</dc:creator>
  <dc:publisher>University of Victoria Humanities Computing and Media
     Centre, and UVic Libraries</dc:publisher>
  <dc:type>InteractiveResource</dc:type>
  <dc:format>application/xhtml+xml</dc:format>
  <dc:type>text</dc:type>
  <dc:identifier>http://bcgenesis.uvic.ca/getDoc.htm?id=B585TE13.scx</dc:identifier>
  <dc:rights>This document is licensed under a Creative Commons …</dc:rights>
  <dc:language>(SCHEME=ISO639) en</dc:language>
  <dc:source>Transcribed from microfilm and/or original documents, and
     marked up in TEI P5 XML. The interactive XHTML resource is generated
     from the XHTML using XQuery and XSLT.</dc:source>
  <dc:source>repository: CO</dc:source>
  <dc:source>coNumber: 60</dc:source>
  <dc:source>coVol: 2</dc:source>
  <dc:source>page: 291</dc:source>
  <dc:source>coRegistration: 11566</dc:source>
  <dc:source>received: received 13 November</dc:source>
  <dc:subject>Trevelyan, Sir Charles Edward</dc:subject>
  <dc:subject>Merivale, Herman</dc:subject>
  <dc:subject>Elliot, T. Frederick</dc:subject>
  <dc:subject>Moody, Colonel Richard Clement</dc:subject>
  <dc:subject>Lytton, Sir Edward George Earle Bulwer</dc:subject>
  <dc:subject>Jadis, Vane</dc:subject>
  <dc:subject>Carnarvon, Earl</dc:subject>
  <dc:subject>British Columbia</dc:subject>
  <dc:description>British Columbia correspondence: Public Offices
     document (normally correspondence between government
     departments)</dc:description>
 </oai_dc:dc>
</xenoData>
Example

In this example, the prefix mods is bound to the namespace http://www.loc.gov/mods/v3.

<xenoData>
 <mods:mods>
  <mods:titleInfo>
   <mods:title>Academic adaptation and cross-cultural
       learning experiences of Chinese students at American
       universities</mods:title>
   <mods:subTitle>a narrative inquiry</mods:subTitle>
  </mods:titleInfo>
  <mods:name authority="local"
   type="personal">

   <mods:namePart/>
   <mods:role>
    <mods:roleTerm authority="marcrelator"
     type="text">
Author</mods:roleTerm>
   </mods:role>
   <mods:affiliation>Northeastern University</mods:affiliation>
   <mods:namePart type="given">Hong</mods:namePart>
   <mods:namePart type="family">Zhang</mods:namePart>
  </mods:name>
  <mods:name authority="local"
   type="personal">

   <mods:namePart/>
   <mods:role>
    <mods:roleTerm authority="local"
     type="text">
Advisor</mods:roleTerm>
   </mods:role>
   <mods:namePart type="given">Liliana</mods:namePart>
   <mods:namePart type="family">Meneses</mods:namePart>
  </mods:name>
  
<!-- ... -->
  <mods:typeOfResource>text</mods:typeOfResource>
  <mods:genre>doctoral theses</mods:genre>
  <mods:originInfo>
   <mods:place>
    <mods:placeTerm type="text">Boston (Mass.)</mods:placeTerm>
   </mods:place>
   <mods:publisher>Northeastern University</mods:publisher>
   <mods:copyrightDate encoding="w3cdtf"
    keyDate="yes">
2013</mods:copyrightDate>
  </mods:originInfo>
  <mods:language>
   <mods:languageTerm authority="iso639-2b"
    type="code">
eng</mods:languageTerm>
  </mods:language>
  <mods:physicalDescription>
   <mods:form authority="marcform">electronic</mods:form>
   <mods:digitalOrigin>born digital</mods:digitalOrigin>
  </mods:physicalDescription>
<!-- ... -->
 </mods:mods>
</xenoData>
Example

This example shows GeoJSON embedded in <xenoData>. Note that JSON does not permit newlines inside string values. These must be escaped as \n. To avoid the accidental insertion of newlines by software, the use of xml:space is recommended. Blocks of JSON should be wrapped in CDATA sections, as they may contain characters illegal in XML.

<xenoData xml:space="preserve"> <![CDATA[ {     "features": [ @@ -4190,567 +1340,246 @@     "@type": "Place" } ]]> -</xenoData>
Note: the example above has been trimmed for legibility. The original may be found linked from Arachosiorum Oppidum/Alexandria. The contributors, listed per the license terms, are R. Talbert, Jeffrey Becker, W. Röllig, Tom Elliott, H. Kopp, DARMC, Sean Gillies, B. Siewert-Mayer, Francis Deblauwe, and Eric Kansa.
Content model
-<content>
- <alternate>
-  <textNode/>
-  <anyElement/>
- </alternate>
-</content>
-    
Schema Declaration
-element xenoData
+</xenoData>

Note: the example above has been trimmed for legibility. The original may be found linked from Arachosiorum Oppidum/Alexandria. The contributors, listed per the license terms, are R. Talbert, Jeffrey Becker, W. Röllig, Tom Elliott, H. Kopp, DARMC, Sean Gillies, B. Siewert-Mayer, Francis Deblauwe, and Eric Kansa.

Content model
<content>
 <alternate>
  <textNode/>
  <anyElement/>
 </alternate>
</content>
Schema Declaration
+element xenoData
 {
    tei_att.global.attributes,
    tei_att.declarable.attributes,
    tei_att.typed.attributes,
-   ( text | anyElement-xenoData )
-}

2. Model classes

2.1. model.addrPart

model.addrPart groups elements such as names or postal codes which may appear as part of a postal address. [3.6.2. Addresses]
Moduletei
Used by
Membersmodel.nameLike[model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename persPronouns roleName surname] model.placeStateLike[model.placeNamePart[country region settlement] state] idno objectName] addrLine postBox postCode street

2.2. model.addressLike

model.addressLike groups elements used to represent a postal or email address. [1. The TEI Infrastructure]
Moduletei
Used by
Membersaddress affiliation email

2.3. model.annotationLike

model.annotationLike groups elements used to represent annotations. [16.10. The standOff Container]
Moduletei
Used by
Membersannotation note

2.4. model.annotationPart.body

model.annotationPart.body groups elements which may be used as an <annotation> body.
Moduletei
Used by
Membersnote ptr ref

2.5. model.applicationLike

model.applicationLike groups elements used to record application-specific information about a document in its header.
Moduletei
Used by
Membersapplication

2.6. model.attributable

model.attributable groups elements that contain a word or phrase that can be attributed to a source. [3.3.3. Quotation 4.3.2. Floating Texts]
Moduletei
Used by
Membersmodel.quoteLike

2.7. model.availabilityPart

model.availabilityPart groups elements such as licences and paragraphs of text which may appear as part of an availability statement [2.2.4. Publication, Distribution, Licensing, etc.]
Moduletei
Used by
Memberslicence

2.8. model.biblLike

model.biblLike groups elements containing a bibliographic description. [3.12. Bibliographic Citations and References]
Moduletei
Used by
Membersbibl biblStruct listBibl

2.9. model.biblPart

model.biblPart groups elements which represent components of a bibliographic description. [3.12. Bibliographic Citations and References]
Moduletei
Used by
Membersmodel.imprintPart[biblScope pubPlace publisher] model.respLike[author editor meeting] availability bibl edition objectIdentifier series

2.10. model.common

model.common groups common chunk- and inter-level elements. [1.3. The TEI Class System]
Moduletei
Used by
Membersmodel.divPart[model.lLike model.pLike[formula p trash]] model.inter[model.attributable[model.quoteLike] model.biblLike[bibl biblStruct listBibl] model.egLike model.labelLike[desc label] model.listLike[list listObject table] model.oddDecl model.stageLike]
Note

This class defines the set of chunk- and inter-level elements; it is used in many content models, including those for textual divisions.

2.11. model.correspActionPart

model.correspActionPart groups elements which define the parts (usually names, dates and places) of one action related to the correspondence.
Moduletei
Used by
Membersmodel.addressLike[address affiliation email] model.dateLike[date] model.nameLike[model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename persPronouns roleName surname] model.placeStateLike[model.placeNamePart[country region settlement] state] idno objectName] note noteGrp

2.12. model.correspContextPart

model.correspContextPart groups elements which may appear as part of the correspContext element
Moduletei
Used by
Membersmodel.pLike[formula p trash] model.ptrLike[ptr ref] note noteGrp

2.13. model.correspDescPart

model.correspDescPart groups together metadata elements for describing correspondence
Moduletei
Used by
MemberscorrespAction correspContext note noteGrp

2.14. model.dateLike

model.dateLike groups elements containing temporal expressions. [3.6.4. Dates and Times 13.4. Dates]
Moduletei
Used by
Membersdate

2.15. model.descLike

model.descLike groups elements which contain a description of their function.
Moduletei
Used by
Membersdesc

2.16. model.divBottom

model.divBottom groups elements appearing at the end of a text division. [4.2. Elements Common to All Divisions]
Moduletei
Used by
Membersmodel.divBottomPart model.divWrapper[meeting]

2.17. model.divLike

model.divLike groups elements used to represent un-numbered generic structural divisions.
Moduletei
Used by
Membersdiv

2.18. model.divPart

model.divPart groups paragraph-level elements appearing directly within divisions. [1.3. The TEI Class System]
Moduletei
Used by
Membersmodel.lLike model.pLike[formula p trash]
Note

Note that this element class does not include members of the model.inter class, which can appear either within or between paragraph-level items.

2.19. model.divTop

model.divTop groups elements appearing at the beginning of a text division. [4.2. Elements Common to All Divisions]
Moduletei
Used by
Membersmodel.divTopPart[model.headLike[head]] model.divWrapper[meeting]

2.20. model.divTopPart

model.divTopPart groups elements which can occur only at the beginning of a text division. [4.6. Title Pages]
Moduletei
Used by
Membersmodel.headLike[head]

2.21. model.divWrapper

model.divWrapper groups elements which can appear at either top or bottom of a textual division. [4.2. Elements Common to All Divisions]
Moduletei
Used by
Membersmeeting

2.22. model.emphLike

model.emphLike groups phrase-level elements which are typographically distinct and to which a specific function can be attributed. [3.3. Highlighting and Quotation]
Moduletei
Used by
Membersterm title

2.23. model.encodingDescPart

model.encodingDescPart groups elements which may be used inside <encodingDesc> and appear multiple times.
Moduletei
Used by
MembersappInfo schemaRef unitDecl

2.24. model.frontPart

model.frontPart groups elements which appear at the level of divisions within front or back matter. [7.1. Front and Back Matter ]
Moduletei
Used by
Membersmodel.frontPart.drama listBibl

2.26. model.global.meta

model.global.meta groups globally available elements which describe the status of other elements. [1.3. The TEI Class System]
Moduletei
Used by
Memberslink
Note

Elements in this class are typically used to hold groups of links or of abstract interpretations, or by provide indications of certainty etc. It may find be convenient to localize all metadata elements, for example to contain them within the same divison as the elements that they relate to; or to locate them all to a division of their own. They may however appear at any point in a TEI text.

2.27. model.graphicLike

model.graphicLike groups elements containing images, formulae, and similar objects. [3.10. Graphics and Other Non-textual Components]
Moduletei
Used by
Membersformula graphic

2.28. model.headLike

model.headLike groups elements used to provide a title or heading at the start of a text division.
Moduletei
Used by
Membershead

2.29. model.hiLike

model.hiLike groups phrase-level elements which are typographically distinct but to which no specific function can be attributed. [3.3. Highlighting and Quotation]
Moduletei
Used by
Membershi

2.30. model.highlighted

model.highlighted groups phrase-level elements which are typographically distinct. [3.3. Highlighting and Quotation]
Moduletei
Used by
Membersmodel.emphLike[term title] model.hiLike[hi]

2.31. model.imprintPart

model.imprintPart groups the bibliographic elements which occur inside imprints. [3.12. Bibliographic Citations and References]
Moduletei
Used by
MembersbiblScope pubPlace publisher

2.32. model.inter

model.inter groups elements which can appear either within or between paragraph-like elements. [1.3. The TEI Class System]
Moduletei
Used by
Membersmodel.attributable[model.quoteLike] model.biblLike[bibl biblStruct listBibl] model.egLike model.labelLike[desc label] model.listLike[list listObject table] model.oddDecl model.stageLike

2.33. model.labelLike

model.labelLike groups elements used to gloss or explain other parts of a document.
Moduletei
Used by
Membersdesc label

2.34. model.limitedPhrase

model.limitedPhrase groups phrase-level elements excluding those elements primarily intended for transcription of existing sources. [1.3. The TEI Class System]
Moduletei
Used by
Membersmodel.emphLike[term title] model.hiLike[hi] model.pPart.data[model.addressLike[address affiliation email] model.dateLike[date] model.measureLike[unit] model.nameLike[model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename persPronouns roleName surname] model.placeStateLike[model.placeNamePart[country region settlement] state] idno objectName]] model.pPart.editorial model.pPart.msdesc model.phrase.xml model.ptrLike[ptr ref]

2.35. model.listLike

model.listLike groups list-like elements. [3.8. Lists]
Moduletei
Used by
Memberslist listObject table

2.36. model.measureLike

model.measureLike groups elements which denote a number, a quantity, a measurement, or similar piece of text that conveys some numerical meaning. [3.6.3. Numbers and Measures]
Moduletei
Used by
Membersunit

2.37. model.milestoneLike

model.milestoneLike groups milestone-style elements used to represent reference systems. [1.3. The TEI Class System 3.11.3. Milestone Elements]
Moduletei
Used by
Membersanchor

2.38. model.nameLike

model.nameLike groups elements which name or refer to a person, place, or organization.
Moduletei
Used by
Membersmodel.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename persPronouns roleName surname] model.placeStateLike[model.placeNamePart[country region settlement] state] idno objectName
Note

A superset of the naming elements that may appear in datelines, addresses, statements of responsibility, etc.

2.39. model.nameLike.agent

model.nameLike.agent groups elements which contain names of individuals or corporate bodies. [3.6. Names, Numbers, Dates, Abbreviations, and Addresses]
Moduletei
Used by
Membersname orgName persName
Note

This class is used in the content model of elements which reference names of people or organizations.

2.40. model.noteLike

model.noteLike groups globally-available note-like elements. [3.9. Notes, Annotation, and Indexing]
Moduletei
Used by
Membersnote noteGrp

2.41. model.objectLike

model.objectLike groups elements which describe objects.
Moduletei
Used by
MemberslistObject object

2.42. model.orgPart

model.orgPart groups elements which form part of the description of an organization.
Moduletei
Used by
Membersmodel.eventLike

2.44. model.pLike.front

model.pLike.front groups paragraph-like elements which can occur as direct constituents of front matter. [4.6. Title Pages]
Moduletei
Used by
Membershead

2.46. model.pPart.edit

model.pPart.edit groups phrase-level elements for simple editorial correction and transcription. [3.5. Simple Editorial Changes]
Moduletei
Used by
Membersmodel.pPart.editorial model.pPart.transcriptional

2.47. model.persNamePart

model.persNamePart groups elements which form part of a personal name. [13.2.1. Personal Names]
Modulenamesdates
Used by
MembersaddName forename persPronouns roleName surname

2.48. model.persStateLike

model.persStateLike groups elements describing changeable characteristics of a person which have a definite duration, for example occupation, residence, or name.
Moduletei
Used by
Membersaffiliation persName persPronouns persona state
Note

These characteristics of an individual are typically a consequence of their own action or that of others.

2.49. model.personLike

model.personLike groups elements which provide information about people and their relationships.
Moduletei
Used by
Membersorg

2.50. model.personPart

model.personPart groups elements which form part of the description of a person. [15.2.2. The Participant Description]
Moduletei
Used by
Membersmodel.biblLike[bibl biblStruct listBibl] model.eventLike model.persStateLike[affiliation persName persPronouns persona state] idno name

2.51. model.phrase

model.phrase groups elements which can occur at the level of individual words or phrases. [1.3. The TEI Class System]
Moduletei
Used by
Membersmodel.graphicLike[formula graphic] model.highlighted[model.emphLike[term title] model.hiLike[hi]] model.lPart model.pPart.data[model.addressLike[address affiliation email] model.dateLike[date] model.measureLike[unit] model.nameLike[model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename persPronouns roleName surname] model.placeStateLike[model.placeNamePart[country region settlement] state] idno objectName]] model.pPart.edit[model.pPart.editorial model.pPart.transcriptional] model.pPart.msdesc model.phrase.xml model.ptrLike[ptr ref] model.segLike[s] model.specDescLike ruby
Note

This class of elements can occur within paragraphs, list items, lines of verse, etc.

2.52. model.placeNamePart

model.placeNamePart groups elements which form part of a place name. [13.2.3. Place Names]
Moduletei
Used by
Memberscountry region settlement

2.53. model.placeStateLike

model.placeStateLike groups elements which describe changing states of a place.
Moduletei
Used by
Membersmodel.placeNamePart[country region settlement] state

2.54. model.profileDescPart

model.profileDescPart groups elements which may be used inside <profileDesc> and appear multiple times.
Moduletei
Used by
Membersabstract correspDesc textClass

2.55. model.ptrLike

2.56. model.publicationStmtPart.agency

model.publicationStmtPart.agency groups the child elements of a <publicationStmt> element of the TEI header that indicate an authorising agent. [2.2.4. Publication, Distribution, Licensing, etc.]
Moduletei
Used by
Memberspublisher
Note

The ‘agency’ child elements, while not required, are required if one of the ‘detail’ child elements is to be used. It is not valid to have a ‘detail’ child element without a preceding ‘agency’ child element.

See also model.publicationStmtPart.detail.

2.57. model.publicationStmtPart.detail

model.publicationStmtPart.detail groups the agency-specific child elements of the <publicationStmt> element of the TEI header. [2.2.4. Publication, Distribution, Licensing, etc.]
Moduletei
Used by
Membersmodel.ptrLike[ptr ref] address availability date idno pubPlace
Note

A ‘detail’ child element may not occur unless an ‘agency’ child element precedes it.

See also model.publicationStmtPart.agency.

2.58. model.resource

model.resource groups separate elements which constitute the content of a digital resource, as opposed to its metadata. [1.3. The TEI Class System]
Moduletei
Used by
Membersfacsimile standOff text

2.59. model.respLike

model.respLike groups elements which are used to indicate intellectual or other significant responsibility, for example within a bibliographic element.
Moduletei
Used by
Membersauthor editor meeting

2.60. model.segLike

model.segLike groups elements used for arbitrary segmentation. [16.3. Blocks, Segments, and Anchors 17.1. Linguistic Segment Categories]
Moduletei
Used by
Memberss
Note

The principles on which segmentation is carried out, and any special codes or attribute values used, should be defined explicitly in the <segmentation> element of the <encodingDesc> within the associated TEI header.

2.61. model.standOffPart

model.standOffPart groups elements which may be used as children of <standOff>.
Moduletei
Used by
Membersmodel.annotationLike[annotation note] model.biblLike[bibl biblStruct listBibl] model.global.meta[link] model.listLike[list listObject table] listAnnotation

2.62. model.teiHeaderPart

model.teiHeaderPart groups high level elements which may appear more than once in a TEI header.
Moduletei
Used by
MembersencodingDesc profileDesc xenoData

3. Attribute classes

3.1. att.anchoring

att.anchoring (anchoring) provides attributes for use on annotations, e.g. notes and groups of notes describing the existence and position of an anchor for annotations.
Moduletei
Membersnote noteGrp
AttributesAttributes
anchored(anchored) indicates whether the copy text shows the exact place of reference for the note.
StatusOptional
Datatypeteidata.truthValue
Defaulttrue
Note

In modern texts, notes are usually anchored by means of explicit footnote or endnote symbols. An explicit indication of the phrase or line annotated may however be used instead (e.g. ‘page 218, lines 3–4’). The anchored attribute indicates whether any explicit location is given, whether by symbol or by prose cross-reference. The value true indicates that such an explicit location is indicated in the copy text; the value false indicates that the copy text does not indicate a specific place of attachment for the note. If the specific symbols used in the copy text at the location the note is anchored are to be recorded, use the n attribute.

targetEnd(target end) points to the end of the span to which the note is attached, if the note is not embedded in the text at that point.
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
Note

This attribute is retained for backwards compatibility; it may be removed at a subsequent release of the Guidelines. The recommended way of pointing to a span of elements is by means of the range function of XPointer, as further described in 16.2.4.6. range().

Example
<p>(...) tamen reuerendos dominos archiepiscopum et canonicos Leopolienses - necnon episcopum in duplicibus Quatuortemporibus<anchor xml:id="A55234"/> totaliter expediui...</p> -<!-- elsewhere in the document --> -<noteGrp targetEnd="#A55234"><note xml:lang="en"> Quatuor Tempora, so called dry fast days. - </note><note xml:lang="pl"> Quatuor Tempora, tzw. Suche dni postne. - </note> -</noteGrp>

3.2. att.cReferencing

att.cReferencing provides an attribute which may be used to supply a canonical reference as a means of identifying the target of a pointer.
Moduletei
Membersptr ref term
AttributesAttributes
cRef(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
StatusOptional
Datatypeteidata.text
Note

The value of cRef should be constructed so that when the algorithm for the resolution of canonical references (described in section 16.2.5. Canonical References) is applied to it the result is a valid URI reference to the intended target.

The <refsDecl> to use may be indicated with the decls attribute.

Currently these Guidelines only provide for a single canonical reference to be encoded on any given <ptr> element.

3.3. att.canonical

att.canonical provides attributes which can be used to associate a representation such as a name or title with canonical information about the object being named or referenced. [13.1.1. Linking Names and Their Referents]
Moduletei
Membersatt.naming[att.personal[addName forename name objectName orgName persName roleName surname] affiliation author country editor pubPlace region settlement state trash] correspDesc date meeting object publisher term title unitDecl unitDef
AttributesAttributes
keyprovides an externally-defined means of identifying the entity (or entities) being named, using a coded value of some kind.
StatusOptional
Datatypeteidata.text
<author><name key="name 427308" -  type="organisation">[New Zealand Parliament, Legislative Council]</name> -</author>
<author><name key="Hugo, Victor (1802-1885)" -  ref="http://www.idref.fr/026927608">Victor Hugo</name> -</author>
Note

The value may be a unique identifier from a database, or any other externally-defined string identifying the referent.

No particular syntax is proposed for the values of the key attribute, since its form will depend entirely on practice within a given project. For the same reason, this attribute is not recommended in data interchange, since there is no way of ensuring that the values used by one project are distinct from those used by another. In such a situation, a preferable approach for magic tokens which follows standard practice on the Web is to use a ref attribute whose value is a tag URI as defined in RFC 4151.

ref(reference) provides an explicit means of locating a full definition or identity for the entity being named by means of one or more URIs.
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
<name ref="http://viaf.org/viaf/109557338" - type="person">Seamus Heaney</name>
Note

The value must point directly to one or more XML elements or other resources by means of one or more URIs, separated by whitespace. If more than one is supplied the implication is that the name identifies several distinct entities.

3.4. att.citeStructurePart

att.citeStructurePart provides attributes for selecting particular elements within a document.
Moduletei
MembersciteData citeStructure
AttributesAttributes
use(use) supplies an XPath selection pattern using the syntax defined in [[undefined XSLT3]]. 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>.
StatusRequired
Datatypeteidata.xpath

3.5. att.citing

att.citing provides attributes for specifying the specific part of a bibliographic item being cited. [1.3.1. Attribute Classes]
Moduletei
MembersbiblScope
AttributesAttributes
unitidentifies the unit of information conveyed by the element, e.g. columns, pages, volume, entry.
StatusOptional
Datatypeteidata.enumerated
Suggested values include:
volume
(volume) the element contains a volume number.
issue
the element contains an issue number, or volume and issue numbers.
page
(page) the element contains a page number or page range.
line
the element contains a line number or line range.
chapter
(chapter) the element contains a chapter indication (number and/or title)
part
the element identifies a part of a book or collection.
column
the element identifies a column.
entry
the element identifies an entry number or label in a list of entries.
fromspecifies the starting point of the range of units indicated by the unit attribute.
StatusOptional
Datatypeteidata.word
tospecifies the end-point of the range of units indicated by the unit attribute.
StatusOptional
Datatypeteidata.word

3.6. att.coordinated

att.coordinated provides attributes which can be used to position their parent element within a two dimensional coordinate system.
Moduletranscr
Memberssurface
AttributesAttributes
startindicates the element within a transcription of the text containing at least the start of the writing represented by this zone or surface.
StatusOptional
Datatypeteidata.pointer
ulxgives the x coordinate value for the upper left corner of a rectangular space.
StatusOptional
Datatypeteidata.numeric
ulygives the y coordinate value for the upper left corner of a rectangular space.
StatusOptional
Datatypeteidata.numeric
lrxgives the x coordinate value for the lower right corner of a rectangular space.
StatusOptional
Datatypeteidata.numeric
lrygives the y coordinate value for the lower right corner of a rectangular space.
StatusOptional
Datatypeteidata.numeric
pointsidentifies a two dimensional area by means of a series of pairs of numbers, each of which gives the x,y coordinates of a point on a line enclosing the area.
StatusOptional
Datatype3–∞ occurrences of teidata.point separated by whitespace

3.7. att.datable

att.datable provides attributes for normalization of elements that contain dates, times, or datable events. [3.6.4. Dates and Times 13.4. Dates]
Moduletei
Membersaffiliation application author conversion country date editor idno licence meeting name objectName orgName persName persPronouns region settlement state title trash unitDecl unitDef
AttributesAttributes att.datable.w3c (@when, @notBefore, @notAfter, @from, @to) att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso) att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)
calendarindicates the system or calendar to which the date represented by the content of this element belongs.
StatusOptional
Datatypeteidata.pointer
Schematron
-<sch:rule context="tei:*[@calendar]"> -<sch:assert test="string-length(.) gt 0"> @calendar indicates the system or calendar to - which the date represented by the content of this element belongs, but this -<sch:name/> element has no textual content.</sch:assert> -</sch:rule>
He was born on <date calendar="#gregorian">Feb. 22, 1732</date> (<date calendar="#julian" - when="1732-02-22"> Feb. 11, 1731/32, - O.S.</date>).
Note

Note that the calendar attribute (unlike datingMethod defined in att.datable.custom) defines the calendar system of the date in the original material defined by the parent element, not the calendar to which the date is normalized.

periodsupplies a pointer to some location defining a named period of time within which the datable item is understood to have occurred.
StatusOptional
Datatypeteidata.pointer
Note

This ‘superclass’ provides attributes that can be used to provide normalized values of temporal information. By default, the attributes from the att.datable.w3c class are provided. If the module for names & dates is loaded, this class also provides attributes from the att.datable.iso and att.datable.custom classes. In general, the possible values of attributes restricted to the W3C datatypes form a subset of those values available via the ISO 8601 standard. However, the greater expressiveness of the ISO datatypes may not be needed, and there exists much greater software support for the W3C datatypes.

3.8. att.datable.custom

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]
Modulenamesdates
Membersatt.datable[affiliation application author conversion country date editor idno licence meeting name objectName orgName persName persPronouns region settlement state title trash unitDecl unitDef]
AttributesAttributes
when-customsupplies the value of a date or time in some custom standard form.
StatusOptional
Datatype1–∞ occurrences of teidata.word separated by whitespace
The following are examples of custom date or time formats that are not valid ISO or W3C format normalizations, normalized to a different dating system
<p>Alhazen died in Cairo on the -<date when="1040-03-06" -  when-custom="431-06-12"> 12th day of Jumada t-Tania, 430 AH - </date>.</p> -<p>The current world will end at the -<date when="2012-12-21" -  when-custom="13.0.0.0.0">end of B'ak'tun 13</date>.</p> -<p>The Battle of Meggidu - (<date when-custom="Thutmose_III:23">23rd year of reign of Thutmose III</date>).</p> -<p>Esidorus bixit in pace annos LXX plus minus sub -<date when-custom="Ind:4-10-11">die XI mensis Octobris indictione IIII</date> -</p>
Not all custom date formulations will have Gregorian equivalents.The when-custom attribute and other custom dating are not constrained to a datatype by the TEI, but individual projects are recommended to regularize and document their dating formats.
notBefore-customspecifies the earliest possible date for the event in some custom standard form.
StatusOptional
Datatype1–∞ occurrences of teidata.word separated by whitespace
notAfter-customspecifies the latest possible date for the event in some custom standard form.
StatusOptional
Datatype1–∞ occurrences of teidata.word separated by whitespace
from-customindicates the starting point of the period in some custom standard form.
StatusOptional
Datatype1–∞ occurrences of teidata.word separated by whitespace
<event datingMethod="#julian" - from-custom="1666-09-02" - to-custom="1666-09-05" - xml:id="FIRE1"><head>The Great Fire of London</head><p>The Great Fire of London burned through a large part -   of the city of London.</p> -</event>
to-customindicates the ending point of the period in some custom standard form.
StatusOptional
Datatype1–∞ occurrences of teidata.word separated by whitespace
datingPointsupplies a pointer to some location defining a named point in time with reference to which the datable item is understood to have occurred
StatusOptional
Datatypeteidata.pointer
datingMethodsupplies a pointer to a <calendar> element or other means of interpreting the values of the custom dating attributes.
StatusOptional
Datatypeteidata.pointer
Contayning the Originall, Antiquity, Increaſe, Moderne - eſtate, and deſcription of that Citie, written in the yeare -<date calendar="#julian" - datingMethod="#julian" - when-custom="1598">1598</date>. by Iohn Stow - Citizen of London.
In this example, the calendar attribute points to a <calendar> element for the Julian calendar, specifying that the text content of the <date> element is a Julian date, and the datingMethod attribute also points to the Julian calendar to indicate that the content of the when-custom attribute value is Julian too.
<date datingMethod="#creationOfWorld" - when="1382-06-28" - when-custom="6890-06-20"> μηνὶ Ἰουνίου εἰς <num>κ</num> ἔτους <num>ςωϞ</num> -</date>
In this example, a date is given in a Mediaeval text measured "from the creation of the world", which is normalised (in when) to the Gregorian date, but is also normalized (in when-custom) to a machine-actionable, numeric version of the date from the Creation.
Note

Note that the datingMethod attribute (unlike calendar defined in att.datable) defines the calendar or dating system to which the date described by the parent element is normalized (i.e. in the when-custom or other X-custom attributes), not the calendar of the original date in the element.

3.9. att.datable.iso

att.datable.iso provides attributes for normalization of elements that contain datable events using the ISO 8601 standard. [3.6.4. Dates and Times 13.4. Dates]
Modulenamesdates
Membersatt.datable[affiliation application author conversion country date editor idno licence meeting name objectName orgName persName persPronouns region settlement state title trash unitDecl unitDef]
AttributesAttributes
when-isosupplies the value of a date or time in a standard form.
StatusOptional
Datatypeteidata.temporal.iso
The following are examples of ISO date, time, and date & time formats that are not valid W3C format normalizations.
<date when-iso="1996-09-24T07:25+00">Sept. 24th, 1996 at 3:25 in the morning</date> -<date when-iso="1996-09-24T03:25-04">Sept. 24th, 1996 at 3:25 in the morning</date> -<time when-iso="1999-01-04T20:42-05">4 Jan 1999 at 8:42 pm</time> -<time when-iso="1999-W01-1T20,70-05">4 Jan 1999 at 8:42 pm</time> -<date when-iso="2006-05-18T10:03">a few minutes after ten in the morning on Thu 18 May</date> -<time when-iso="03:00">3 A.M.</time> -<time when-iso="14">around two</time> -<time when-iso="15,5">half past three</time>
All of the examples of the when attribute in the att.datable.w3c class are also valid with respect to this attribute.
He likes to be punctual. I said <q><time when-iso="12">around noon</time> -</q>, and he showed up at <time when-iso="12:00:00">12 O'clock</time> on the dot.
The second occurence of <time> could have been encoded with the when attribute, as 12:00:00 is a valid time with respect to the W3C XML Schema Part 2: Datatypes Second Edition specification. The first occurence could not.
notBefore-isospecifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd.
StatusOptional
Datatypeteidata.temporal.iso
notAfter-isospecifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd.
StatusOptional
Datatypeteidata.temporal.iso
from-isoindicates the starting point of the period in standard form.
StatusOptional
Datatypeteidata.temporal.iso
to-isoindicates the ending point of the period in standard form.
StatusOptional
Datatypeteidata.temporal.iso
Note

The value of these attributes should be a normalized representation of the date, time, or combined date & time intended, in any of the standard formats specified by ISO 8601, using the Gregorian calendar.

If both when-iso and dur-iso are specified, the values should be interpreted as indicating a span of time by its starting time (or date) and duration. That is,
<date dur-iso="P8Dwhen-iso="2007-06-01"/>
indicates the same time period as
<date when-iso="2007-06-01/P8D"/>

In providing a ‘regularized’ form, no claim is made that the form in the source text is incorrect; the regularized form is simply that chosen as the main form for purposes of unifying variant forms under a single heading.

3.10. att.datable.w3c

att.datable.w3c 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]
Moduletei
Membersatt.datable[affiliation application author conversion country date editor idno licence meeting name objectName orgName persName persPronouns region settlement state title trash unitDecl unitDef]
AttributesAttributes
whensupplies the value of the date or time in a standard form, e.g. yyyy-mm-dd.
StatusOptional
Datatypeteidata.temporal.iso
Examples of W3C date, time, and date & time formats.
<p><date when="1945-10-24">24 Oct 45</date><date when="1996-09-24T07:25:00Z">September 24th, 1996 at 3:25 in the morning</date><time when="1999-01-04T20:42:00-05:00">Jan 4 1999 at 8 pm</time><time when="14:12:38">fourteen twelve and 38 seconds</time><date when="1962-10">October of 1962</date><date when="--06-12">June 12th</date><date when="---01">the first of the month</date><date when="--08">August</date><date when="2006">MMVI</date><date when="0056">AD 56</date><date when="-0056">56 BC</date> -</p>
This list begins in - the year 1632, more precisely on Trinity Sunday, i.e. the Sunday after - Pentecost, in that year the -<date calendar="#julian" - when="1632-06-06">27th of May (old style)</date>.
<opener><dateline> -  <placeName>Dorchester, Village,</placeName> -  <date when="1828-03-02">March 2d. 1828.</date></dateline><salute>To -   Mrs. Cornell,</salute> Sunday <time when="12:00:00">noon.</time> -</opener>
notBeforespecifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd.
StatusOptional
Datatypeteidata.temporal.w3c
notAfterspecifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd.
StatusOptional
Datatypeteidata.temporal.w3c
fromindicates the starting point of the period in standard form, e.g. yyyy-mm-dd.
StatusOptional
Datatypeteidata.temporal.w3c
toindicates the ending point of the period in standard form, e.g. yyyy-mm-dd.
StatusOptional
Datatypeteidata.temporal.w3c
Schematron
-<sch:rule context="tei:*[@when]"> -<sch:report role="nonfatal" - test="@notBefore|@notAfter|@from|@to">The @when attribute cannot be used with any other att.datable.w3c attributes.</sch:report> -</sch:rule>
Schematron
-<sch:rule context="tei:*[@from]"> -<sch:report role="nonfatal" - test="@notBefore">The @from and @notBefore attributes cannot be used together.</sch:report> -</sch:rule>
Schematron
-<sch:rule context="tei:*[@to]"> -<sch:report role="nonfatal" - test="@notAfter">The @to and @notAfter attributes cannot be used together.</sch:report> -</sch:rule>
Example
<date from="1863-05-28to="1863-06-01">28 May through 1 June 1863</date>
Note

The value of these attributes should be a normalized representation of the date, time, or combined date & time intended, in any of the standard formats specified by XML Schema Part 2: Datatypes Second Edition, using the Gregorian calendar.

The most commonly-encountered format for the date portion of a temporal attribute is yyyy-mm-dd, but yyyy, --mm, ---dd, yyyy-mm, or --mm-dd may also be used. For the time part, the form hh:mm:ss is used.

Note that this format does not currently permit use of the value 0000 to represent the year 1 BCE; instead the value -0001 should be used.

3.11. att.datcat

att.datcat provides the dcr:datacat and dcr:ValueDatacat attributes which are used to align XML elements or attributes with the appropriate Data Categories (DCs) defined by the ISO 12620:2009 standard and stored in the Web repository called ISOCat at http://www.isocat.org/. [9.5.2. Lexical View 18.3. Other Atomic Feature Values]
Moduletei
Membersatt.segLike[s]
AttributesAttributes
datcatcontains a PID (persistent identifier) that aligns the given element with the appropriate Data Category (or categories) in ISOcat.
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
valueDatcatcontains a PID (persistent identifier) that aligns the content of the given element or the value of the given attribute with the appropriate simple Data Category (or categories) in ISOcat.
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
ExampleIn this example dcr:datcat relates the feature name to the data category "partOfSpeech" and dcr:valueDatcat the feature value to the data category "commonNoun". Both these data categories reside in the ISOcat DCR at www.isocat.org, which is the DCR used by ISO TC37 and hosted by its registration authority, the MPI for Psycholinguistics in Nijmegen.
<fs -   xmlns:dcr="http://www.isocat.org/ns/dcr"><f dcr:datcat="http://www.isocat.org/datcat/DC-1345" -  dcr:valueDatcat="http://www.isocat.org/datcat/DC-1256fVal="#commonNounname="POS"/> -</fs>
Note

ISO 12620:2009 is a standard describing the data model and procedures for a Data Category Registry (DCR). Data categories are defined as elementary descriptors in a linguistic structure. In the DCR data model each data category gets assigned a unique Peristent IDentifier (PID), i.e., an URI. Linguistic resources or preferably their schemas that make use of data categories from a DCR should refer to them using this PID. For XML-based resources, like TEI documents, ISO 12620:2009 normative Annex A gives a small Data Category Reference XML vocabulary (also available online at http://www.isocat.org/12620/), which provides two attributes, dcr:datcat and dcr:valueDatcat.

3.12. att.declarable

att.declarable provides attributes for those elements in the TEI header which may be independently selected by means of the special purpose decls attribute. [15.3. Associating Contextual Information with a Text]
Moduletei
Membersavailability bibl biblStruct correspDesc listBibl listObject seriesStmt sourceDesc textClass xenoData
AttributesAttributes
defaultindicates whether or not this element is selected by default when its parent is selected.
StatusOptional
Datatypeteidata.truthValue
Legal values are:
true
This element is selected if its parent is selected
false
This element can only be selected explicitly, unless it is the only one of its kind, in which case it is selected if its parent is selected.[Default]
Note

The rules governing the association of declarable elements with individual parts of a TEI text are fully defined in chapter 15.3. Associating Contextual Information with a Text. Only one element of a particular type may have a default attribute with a value of true.

3.13. att.declaring

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]
Moduletei
Membersback body div facsimile front graphic listAnnotation object p ptr ref standOff surface term text
AttributesAttributes
declsidentifies one or more declarable elements within the header, which are understood to apply to the element bearing this attribute and its content.
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
Note

The rules governing the association of declarable elements with individual parts of a TEI text are fully defined in chapter 15.3. Associating Contextual Information with a Text.

3.14. att.dimensions

att.dimensions provides attributes for describing the size of physical objects.
Moduletei
Membersdate state
AttributesAttributes att.ranging (@atLeast, @atMost, @min, @max, @confidence)
unitnames the unit used for the measurement
StatusOptional
Datatypeteidata.enumerated
Suggested values include:
cm
(centimetres)
mm
(millimetres)
in
(inches)
line
lines of text
char
(characters) characters of text
quantityspecifies the length in the units specified
StatusOptional
Datatypeteidata.numeric
extentindicates the size of the object concerned using a project-specific vocabulary combining quantity and units in a single string of words.
StatusOptional
Datatypeteidata.text
<gap extent="5 words"/>
<height extent="half the page"/>
precisioncharacterizes the precision of the values specified by the other attributes.
StatusOptional
Datatypeteidata.certainty
scopewhere the measurement summarizes more than one observation, specifies the applicability of this measurement.
StatusOptional
Datatypeteidata.enumerated
Sample values include:
all
measurement applies to all instances.
most
measurement applies to most of the instances inspected.
range
measurement applies to only the specified range of instances.

3.15. att.divLike

att.divLike provides attributes common to all elements which behave in the same way as divisions. [4. Default Text Structure]
Moduletei
Membersdiv
AttributesAttributes att.fragmentable (@part)
org(organization) specifies how the content of the division is organized.
StatusOptional
Datatypeteidata.enumerated
Legal values are:
composite
no claim is made about the sequence in which the immediate contents of this division are to be processed, or their inter-relationships.
uniform
the immediate contents of this element are regarded as forming a logical unit, to be processed in sequence.[Default]
sampleindicates whether this division is a sample of the original source and if so, from which part.
StatusOptional
Datatypeteidata.enumerated
Legal values are:
initial
division lacks material present at end in source.
medial
division lacks material at start and end.
final
division lacks material at start.
unknown
position of sampled material within original unknown.
complete
division is not a sample.[Default]

3.16. att.docStatus

att.docStatus provides attributes for use on metadata elements describing the status of a document.
Moduletei
Membersbibl biblStruct object
AttributesAttributes
statusdescribes the status of a document either currently or, when associated with a dated element, at the time indicated.
StatusOptional
Datatypeteidata.enumerated
Sample values include:
approved
candidate
cleared
deprecated
draft
[Default]
embargoed
expired
frozen
galley
proposed
published
recommendation
submitted
unfinished
withdrawn
Example
<revisionDesc status="published"><change status="published" -  when="2010-10-21"/><change status="clearedwhen="2010-10-02"/><change status="embargoed" -  when="2010-08-02"/><change status="frozenwhen="2010-05-01" -  who="#MSM"/><change status="draftwhen="2010-03-01" -  who="#LB"/> -</revisionDesc>

3.17. att.editLike

att.editLike 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]
Moduletei
Membersatt.transcriptional[rt] affiliation date name objectName org orgName persName persPronouns persona state trash
AttributesAttributes
evidenceindicates the nature of the evidence supporting the reliability or accuracy of the intervention or interpretation.
StatusOptional
Datatype1–∞ occurrences of teidata.enumerated separated by whitespace
Suggested values include:
internal
there is internal evidence to support the intervention.
external
there is external evidence to support the intervention.
conjecture
the intervention or interpretation has been made by the editor, cataloguer, or scholar on the basis of their expertise.
instantindicates whether this is an instant revision or not.
StatusOptional
Datatypeteidata.xTruthValue
Defaultfalse
Note

The members of this attribute class are typically used to represent any kind of editorial intervention in a text, for example a correction or interpretation, or to date or localize manuscripts etc.

Each pointer on the source (if present) corresponding to a witness or witness group should reference a bibliographic citation such as a <witness>, <msDesc>, or <bibl> element, or another external bibliographic citation, documenting the source concerned.

3.18. att.formula

att.formula provides attributes for defining a mathematical formula. [2.3.9. The Unit Declaration]
Moduletei
Membersconversion
AttributesAttributes
formulaA formula is provided to describe a mathematical calculation such as a conversion between measurement systems.
StatusOptional
Datatypeteidata.xpath
Example
<encodingDesc><unitDecl> -  <unitDef type="linearxml:id="stadium"> -   <label>stadium</label> -   <placeName ref="#rome"/> -   <conversion formula="$fromUnit * 625" -    fromUnit="#pestoUnit="#stadium"/> -   <desc>The stadium was a Roman unit of linear measurement equivalent to 625 pedes, or Roman feet.</desc> -  </unitDef></unitDecl> -</encodingDesc>
Example
<encodingDesc><unitDecl> -  <unitDef type="powerxml:id="wmw"> -   <label>whatmeworry</label> -   <conversion formula="$fromUnit * 1" -    fromUnit="#hpktoUnit="#wmw"/> -   <desc>In the Potrzebie system of measures as introduced by Donald Knuth, the whatmeworry unit of power is equivalent to one hah per kovac.</desc> -  </unitDef> -  <unitDef type="powerxml:id="kwmw"> -   <label>kilowhatmeworry</label> -   <conversion formula="$fromUnit div 1000" -    fromUnit="#wmwtoUnit="#kwmw"/> -   <desc>The kilowhatmeworry is equivalent to 1000 whatmeworries.</desc> -  </unitDef> -  <unitDef type="powerxml:id="ap"> -   <label>kilowhatmeworry</label> -   <conversion formula="$fromUnit div 100" -    fromUnit="#kwmwtoUnit="#ap"/> -   <desc>One unit of aeolipower (A.P.) is equivalent to 100 kilowhatmeworries.</desc> -  </unitDef></unitDecl> -</encodingDesc>
Example
<conversion formula="$fromUnit cast as xs:decimal * 0.000372" - fromUnit="#furlongsPerFortnighttoUnit="#milesPerHour"/>
Example
<conversion formula="$fromUnit cast as xs:decimal * 144 div 60" - fromUnit="#decidaytoUnit="hour"/>
Note

This attribute class provides formula for use in defining a value used in mathematical calculation. It can be used to store a mathematical operation needed to convert from one system of measurement to another. We use the teidata.xpath datatype to express this value in order to communicate mathematical operations on an XML node or nodes. The $fromUnit variable notation simplifies referencing of the fromUnit attribute on the parent <conversion> element. Note that ‘div’ is required to express the division operator in XPath.

3.19. att.fragmentable

att.fragmentable provides an attribute for representing fragmentation of a structural element, typically as a consequence of some overlapping hierarchy.
Moduletei
Membersatt.divLike[div] att.segLike[s] p
AttributesAttributes
partspecifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers.
StatusOptional
Datatypeteidata.enumerated
Legal values are:
Y
(yes) the element is fragmented in some (unspecified) respect
N
(no) the element is not fragmented, or no claim is made as to its completeness[Default]
I
(initial) this is the initial part of a fragmented element
M
(medial) this is a medial part of a fragmented element
F
(final) this is the final part of a fragmented element
Note

The values I, M, or F should be used only where it is clear how the element may be reconstituted.

3.20. att.global

att.global provides attributes common to all elements in the TEI encoding scheme. [1.3.1.1. Global Attributes]
Moduletei
MembersTEI abstract addName addrLine address affiliation analytic anchor annotation appInfo application author availability back bibl biblScope biblStruct body cell citeData citeStructure classCode conversion correspAction correspContext correspDesc country date desc div edition editionStmt editor email encodingDesc facsimile figDesc figure fileDesc forename formula front graphic head hi idno imprint item keywords label licence link list listAnnotation listBibl listObject meeting monogr name note noteGrp notesStmt object objectIdentifier objectName org orgName p persName persPronouns persona postBox postCode profileDesc ptr pubPlace publicationStmt publisher rb ref region roleName row rt ruby s schemaRef series seriesStmt settlement sourceDesc standOff state street surface surname table teiHeader term text textClass title titleStmt unit unitDecl unitDef when xenoData
AttributesAttributes att.global.rendition (@rend, @style, @rendition) att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select) att.global.analytic (@ana) att.global.facs (@facs) att.global.change (@change) att.global.responsibility (@cert, @resp) att.global.source (@source)
coordsCoordinates of the logical element in the original PDF document. The logical element is described as a list of bounding boxes, each one being defined by a page number, X and Y pixel coordinates in the PDF page (as a convention from the top left point of the page), height and width of the bounding box. Each bounding box is separated by a semi-colon (;) and each coordinate elements by a coma (,).
StatusOptional
xml:id(identifier) provides a unique identifier for the element bearing the attribute.
StatusOptional
DatatypeID
Note

The xml:id attribute may be used to specify a canonical reference for an element; see section 3.11. Reference Systems.

n(number) gives a number (or other label) for an element, which is not necessarily unique within the document.
StatusOptional
Datatypeteidata.text
Note

The value of this attribute is always understood to be a single token, even if it contains space or other punctuation characters, and need not be composed of numbers only. It is typically used to specify the numbering of chapters, sections, list items, etc.; it may also be used in the specification of a standard reference system for the text.

xml:lang(language) indicates the language of the element content using a ‘tag’ generated according to BCP 47.
StatusOptional
Datatypeteidata.language
<p> … The consequences of - this rapid depopulation were the loss of the last -<foreign xml:lang="rap">ariki</foreign> or chief - (Routledge 1920:205,210) and their connections to - ancestral territorial organization.</p>
Note

The xml:lang value will be inherited from the immediately enclosing element, or from its parent, and so on up the document hierarchy. It is generally good practice to specify xml:lang at the highest appropriate level, noticing that a different default may be needed for the <teiHeader> from that needed for the associated resource element or elements, and that a single TEI document may contain texts in many languages.

The authoritative list of registered language subtags is maintained by IANA and is available at http://www.iana.org/assignments/language-subtag-registry. For a good general overview of the construction of language tags, see http://www.w3.org/International/articles/language-tags/, and for a practical step-by-step guide, see https://www.w3.org/International/questions/qa-choosing-language-tags.en.php.

The value used must conform with BCP 47. If the value is a private use code (i.e., starts with x- or contains -x-), a <language> element with a matching value for its ident attribute should be supplied in the TEI header to document this value. Such documentation may also optionally be supplied for non-private-use codes, though these must remain consistent with their (IETF)Internet Engineering Task Force definitions.

xml:baseprovides a base URI reference with which applications can resolve relative URI references into absolute URI references.
StatusOptional
Datatypeteidata.pointer
<div type="bibl"><head>Bibliography</head><listBibl xml:base="http://www.lib.ucdavis.edu/BWRP/Works/"> -  <bibl> -   <author> -    <name>Landon, Letitia Elizabeth</name> -   </author> -   <ref target="LandLVowOf.sgm"> -    <title>The Vow of the Peacock</title> -   </ref> -  </bibl> -  <bibl> -   <author> -    <name>Compton, Margaret Clephane</name> -   </author> -   <ref target="NortMIrene.sgm"> -    <title>Irene, a Poem in Six Cantos</title> -   </ref> -  </bibl> -  <bibl> -   <author> -    <name>Taylor, Jane</name> -   </author> -   <ref target="TaylJEssay.sgm"> -    <title>Essays in Rhyme on Morals and Manners</title> -   </ref> -  </bibl></listBibl> -</div>
xml:spacesignals an intention about how white space should be managed by applications.
StatusOptional
Datatypeteidata.enumerated
Legal values are:
default
signals that the application's default white-space processing modes are acceptable
preserve
indicates the intent that applications preserve all white space
Note

The XML specification provides further guidance on the use of this attribute. Note that many parsers may not handle xml:space correctly.

3.21. att.global.analytic

att.global.analytic provides additional global attributes for associating specific analyses or interpretations with appropriate portions of a text. [17.2. Global Attributes for Simple Analyses 17.3. Spans and Interpretations]
Moduleanalysis
Membersatt.global[TEI abstract addName addrLine address affiliation analytic anchor annotation appInfo application author availability back bibl biblScope biblStruct body cell citeData citeStructure classCode conversion correspAction correspContext correspDesc country date desc div edition editionStmt editor email encodingDesc facsimile figDesc figure fileDesc forename formula front graphic head hi idno imprint item keywords label licence link list listAnnotation listBibl listObject meeting monogr name note noteGrp notesStmt object objectIdentifier objectName org orgName p persName persPronouns persona postBox postCode profileDesc ptr pubPlace publicationStmt publisher rb ref region roleName row rt ruby s schemaRef series seriesStmt settlement sourceDesc standOff state street surface surname table teiHeader term text textClass title titleStmt unit unitDecl unitDef when xenoData]
AttributesAttributes
ana(analysis) indicates one or more elements containing interpretations of the element on which the ana attribute appears.
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
Note

When multiple values are given, they may reflect either multiple divergent interpretations of an ambiguous text, or multiple mutually consistent interpretations of the same passage in different contexts.

3.22. att.global.change

att.global.change supplies the change attribute, allowing its member elements to specify one or more states or revision campaigns with which they are associated.
Moduletranscr
Membersatt.global[TEI abstract addName addrLine address affiliation analytic anchor annotation appInfo application author availability back bibl biblScope biblStruct body cell citeData citeStructure classCode conversion correspAction correspContext correspDesc country date desc div edition editionStmt editor email encodingDesc facsimile figDesc figure fileDesc forename formula front graphic head hi idno imprint item keywords label licence link list listAnnotation listBibl listObject meeting monogr name note noteGrp notesStmt object objectIdentifier objectName org orgName p persName persPronouns persona postBox postCode profileDesc ptr pubPlace publicationStmt publisher rb ref region roleName row rt ruby s schemaRef series seriesStmt settlement sourceDesc standOff state street surface surname table teiHeader term text textClass title titleStmt unit unitDecl unitDef when xenoData]
AttributesAttributes
changepoints 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.
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace

3.24. att.global.linking

att.global.linking provides a set of attributes for hypertextual linking. [16. Linking, Segmentation, and Alignment]
Modulelinking
Membersatt.global[TEI abstract addName addrLine address affiliation analytic anchor annotation appInfo application author availability back bibl biblScope biblStruct body cell citeData citeStructure classCode conversion correspAction correspContext correspDesc country date desc div edition editionStmt editor email encodingDesc facsimile figDesc figure fileDesc forename formula front graphic head hi idno imprint item keywords label licence link list listAnnotation listBibl listObject meeting monogr name note noteGrp notesStmt object objectIdentifier objectName org orgName p persName persPronouns persona postBox postCode profileDesc ptr pubPlace publicationStmt publisher rb ref region roleName row rt ruby s schemaRef series seriesStmt settlement sourceDesc standOff state street surface surname table teiHeader term text textClass title titleStmt unit unitDecl unitDef when xenoData]
AttributesAttributes
corresp(corresponds) points to elements that correspond to the current element in some way.
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
<group><text xml:id="t1-g1-t1" -  xml:lang="mi"> -  <body xml:id="t1-g1-t1-body1"> -   <div type="chapter"> -    <head>He Whakamaramatanga mo te Ture Hoko, Riihi hoki, i nga Whenua Maori, 1876.</head> -    <p></p> -   </div> -  </body></text><text xml:id="t1-g1-t2" -  xml:lang="en"> -  <body corresp="#t1-g1-t1-body1" -   xml:id="t1-g1-t2-body1"> -   <div type="chapter"> -    <head>An Act to regulate the Sale, Letting, and Disposal of Native Lands, 1876.</head> -    <p></p> -   </div> -  </body></text> -</group>
In this example a <group> contains two <text>s, each containing the same document in a different language. The correspondence is indicated using corresp. The language is indicated using xml:lang, whose value is inherited; both the tag with the corresp and the tag pointed to by the corresp inherit the value from their immediate parent.
-<!-- In a placeography called "places.xml" --><place corresp="people.xml#LOND2 people.xml#GENI1" - xml:id="LOND1"><placeName>London</placeName><desc>The city of London...</desc> -</place> -<!-- In a literary personography called "people.xml" --> -<person corresp="places.xml#LOND1 #GENI1" - xml:id="LOND2"><persName type="lit">London</persName><note> -  <p>Allegorical character representing the city of <placeName ref="places.xml#LOND1">London</placeName>.</p></note> -</person> -<person corresp="places.xml#LOND1 #LOND2" - xml:id="GENI1"><persName type="lit">London’s Genius</persName><note> -  <p>Personification of London’s genius. Appears as an -     allegorical character in mayoral shows. -  </p></note> -</person>
In this example, a <place> element containing information about the city of London is linked with two <person> elements in a literary personography. This correspondence represents a slightly looser relationship than the one in the preceding example; there is no sense in which an allegorical character could be substituted for the physical city, or vice versa, but there is obviously a correspondence between them.
synch(synchronous) points to elements that are synchronous with the current element.
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
sameAspoints to an element that is the same as the current element.
StatusOptional
Datatypeteidata.pointer
copyOfpoints to an element of which the current element is a copy.
StatusOptional
Datatypeteidata.pointer
Note

Any content of the current element should be ignored. Its true content is that of the element being pointed at.

nextpoints to the next element of a virtual aggregate of which the current element is part.
StatusOptional
Datatypeteidata.pointer
Note

It is recommended that the element indicated be of the same type as the element bearing this attribute.

prev(previous) points to the previous element of a virtual aggregate of which the current element is part.
StatusOptional
Datatypeteidata.pointer
Note

It is recommended that the element indicated be of the same type as the element bearing this attribute.

excludepoints to elements that are in exclusive alternation with the current element.
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
selectselects one or more alternants; if one alternant is selected, the ambiguity or uncertainty is marked as resolved. If more than one alternant is selected, the degree of ambiguity or uncertainty is marked as reduced by the number of alternants not selected.
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
Note

This attribute should be placed on an element which is superordinate to all of the alternants from which the selection is being made.

3.25. att.global.rendition

att.global.rendition provides rendering attributes common to all elements in the TEI encoding scheme. [1.3.1.1.3. Rendition Indicators]
Moduletei
Membersatt.global[TEI abstract addName addrLine address affiliation analytic anchor annotation appInfo application author availability back bibl biblScope biblStruct body cell citeData citeStructure classCode conversion correspAction correspContext correspDesc country date desc div edition editionStmt editor email encodingDesc facsimile figDesc figure fileDesc forename formula front graphic head hi idno imprint item keywords label licence link list listAnnotation listBibl listObject meeting monogr name note noteGrp notesStmt object objectIdentifier objectName org orgName p persName persPronouns persona postBox postCode profileDesc ptr pubPlace publicationStmt publisher rb ref region roleName row rt ruby s schemaRef series seriesStmt settlement sourceDesc standOff state street surface surname table teiHeader term text textClass title titleStmt unit unitDecl unitDef when xenoData]
AttributesAttributes
rend(rendition) indicates how the element in question was rendered or presented in the source text.
StatusOptional
Datatype1–∞ occurrences of teidata.word separated by whitespace
<head rend="align(center) case(allcaps)"><lb/>To The <lb/>Duchesse <lb/>of <lb/>Newcastle, -<lb/>On Her <lb/><hi rend="case(mixed)">New Blazing-World</hi>. -</head>
Note

These Guidelines make no binding recommendations for the values of the rend attribute; the characteristics of visual presentation vary too much from text to text and the decision to record or ignore individual characteristics varies too much from project to project. Some potentially useful conventions are noted from time to time at appropriate points in the Guidelines. The values of the rend attribute are a set of sequence-indeterminate individual tokens separated by whitespace.

stylecontains an expression in some formal style definition language which defines the rendering or presentation used for this element in the source text
StatusOptional
Datatypeteidata.text
<head style="text-align: center; font-variant: small-caps"><lb/>To The <lb/>Duchesse <lb/>of <lb/>Newcastle, <lb/>On Her -<lb/><hi style="font-variant: normal">New Blazing-World</hi>. -</head>
Note

Unlike the attribute values of rend, which uses whitespace as a separator, the style attribute may contain whitespace. This attribute is intended for recording inline stylistic information concerning the source, not any particular output.

The formal language in which values for this attribute are expressed may be specified using the <styleDefDecl> element in the TEI header.

If style and rendition are both present on an element, then style overrides or complements rendition. style should not be used in conjunction with rend, because the latter does not employ a formal style definition language.

renditionpoints to a description of the rendering or presentation used for this element in the source text.
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
<head rendition="#ac #sc"><lb/>To The <lb/>Duchesse <lb/>of <lb/>Newcastle, <lb/>On Her -<lb/><hi rendition="#normal">New Blazing-World</hi>. -</head> -<!-- elsewhere... --> -<rendition scheme="css" - xml:id="sc">font-variant: small-caps</rendition> -<rendition scheme="css" - xml:id="normal">font-variant: normal</rendition> -<rendition scheme="css" - xml:id="ac">text-align: center</rendition>
Note

The rendition attribute is used in a very similar way to the class attribute defined for XHTML but with the important distinction that its function is to describe the appearance of the source text, not necessarily to determine how that text should be presented on screen or paper.

If rendition is used to refer to a style definition in a formal language like CSS, it is recommended that it not be used in conjunction with rend. Where both rendition and rend are supplied, the latter is understood to override or complement the former.

Each URI provided should indicate a <rendition> element defining the intended rendition in terms of some appropriate style language, as indicated by the scheme attribute.

3.26. att.global.responsibility

att.global.responsibility 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]
Moduletei
Membersatt.global[TEI abstract addName addrLine address affiliation analytic anchor annotation appInfo application author availability back bibl biblScope biblStruct body cell citeData citeStructure classCode conversion correspAction correspContext correspDesc country date desc div edition editionStmt editor email encodingDesc facsimile figDesc figure fileDesc forename formula front graphic head hi idno imprint item keywords label licence link list listAnnotation listBibl listObject meeting monogr name note noteGrp notesStmt object objectIdentifier objectName org orgName p persName persPronouns persona postBox postCode profileDesc ptr pubPlace publicationStmt publisher rb ref region roleName row rt ruby s schemaRef series seriesStmt settlement sourceDesc standOff state street surface surname table teiHeader term text textClass title titleStmt unit unitDecl unitDef when xenoData]
AttributesAttributes
cert(certainty) signifies the degree of certainty associated with the intervention or interpretation.
StatusOptional
Datatypeteidata.probCert
resp(responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber.
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
Note

To reduce the ambiguity of a resp pointing directly to a person or organization, we recommend that resp be used to point not to an agent (<person> or <org>) but to a <respStmt>, <author>, <editor> or similar element which clarifies the exact role played by the agent. Pointing to multiple <respStmt>s allows the encoder to specify clearly each of the roles played in part of a TEI file (creating, transcribing, encoding, editing, proofing etc.).

Example
Blessed are the -<choice><sic>cheesemakers</sic><corr cert="highresp="#editor">peacemakers</corr> -</choice>: for they shall be called the children of God.
Example
-<!-- in the <text> ... --><lg> -<!-- ... --><l>Punkes, Panders, baſe extortionizing -   sla<choice> -   <sic>n</sic> -   <corr resp="#JENS1_transcriber">u</corr> -  </choice>es,</l> -<!-- ... --> -</lg> -<!-- in the <teiHeader> ... --> -<!-- ... --> -<respStmt xml:id="JENS1_transcriber"><resp when="2014">Transcriber</resp><name>Janelle Jenstad</name> -</respStmt>

3.27. att.global.source

att.global.source provides an attribute used by elements to point to an external source. [1.3.1.1.4. Sources, certainty, and responsibility 3.3.3. Quotation 8.3.4. Writing]
Moduletei
Membersatt.global[TEI abstract addName addrLine address affiliation analytic anchor annotation appInfo application author availability back bibl biblScope biblStruct body cell citeData citeStructure classCode conversion correspAction correspContext correspDesc country date desc div edition editionStmt editor email encodingDesc facsimile figDesc figure fileDesc forename formula front graphic head hi idno imprint item keywords label licence link list listAnnotation listBibl listObject meeting monogr name note noteGrp notesStmt object objectIdentifier objectName org orgName p persName persPronouns persona postBox postCode profileDesc ptr pubPlace publicationStmt publisher rb ref region roleName row rt ruby s schemaRef series seriesStmt settlement sourceDesc standOff state street surface surname table teiHeader term text textClass title titleStmt unit unitDecl unitDef when xenoData]
AttributesAttributes
sourcespecifies the source from which some aspect of this element is drawn.
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
Note

The source attribute points to an external source. When used on elements describing schema components such as <schemaSpec> or <moduleRef> it identifies the source from which declarations for the components of the object being defined may be obtained.

On other elements it provides a pointer to the bibliographical source from which a quotation or citation is drawn.

In either case, the location may be provided using any form of URI, for example an absolute URI, a relative URI, or private scheme URI that is expanded to an absolute URI as documented in a <prefixDef>.

If more than one location is specified, the default assumption is that the required source should be obtained by combining the resources indicated.

Example
<p> -<!-- ... --> As Willard McCarty (<bibl xml:id="mcc_2012">2012, p.2</bibl>) tells us, <quote source="#mcc_2012">‘Collaboration’ is a problematic and should be a contested -   term.</quote> -<!-- ... --> -</p>
Example
<p> -<!-- ... --><quote source="#chicago_15_ed">Grammatical theories are in flux, and the more we learn, the -   less we seem to know.</quote> -<!-- ... --> -</p> -<!-- ... --> -<bibl xml:id="chicago_15_ed"><title level="m">The Chicago Manual of Style</title>, -<edition>15th edition</edition>. <pubPlace>Chicago</pubPlace>: <publisher>University of -   Chicago Press</publisher> (<date>2003</date>), <biblScope unit="page">p.147</biblScope>. - -</bibl>
Example
<elementRef key="psource="tei:2.0.1"/>
Include in the schema an element named <p> available from the TEI P5 2.0.1 release.
Example
<schemaSpec ident="myODD" - source="mycompiledODD.xml"> -<!-- further declarations specifying the components required --> -</schemaSpec>
Create a schema using components taken from the file mycompiledODD.xml.

3.28. att.internetMedia

att.internetMedia provides attributes for specifying the type of a computer resource using a standard taxonomy.
Moduletei
Membersatt.media[graphic] ptr ref
AttributesAttributes
mimeType(MIME media type) specifies the applicable multimedia internet mail extension (MIME) media type
StatusOptional
Datatype1–∞ occurrences of teidata.word separated by whitespace
ExampleIn this example mimeType is used to indicate that the URL points to a TEI XML file encoded in UTF-8.
<ref mimeType="application/tei+xml; charset=UTF-8" - target="http://sourceforge.net/p/tei/code/HEAD/tree/trunk/P5/Source/guidelines-en.xml"/>
Note

This attribute class provides an attribute for describing a computer resource, typically available over the internet, using a value taken from a standard taxonomy. At present only a single taxonomy is supported, the Multipurpose Internet Mail Extensions (MIME) Media Type system. This typology of media types is defined by the Internet Engineering Task Force in RFC 2046. The list of types is maintained by the Internet Assigned Numbers Authority (IANA). The mimeType attribute must have a value taken from this list.

3.29. att.measurement

att.measurement provides attributes to represent a regularized or normalized measurement.
Moduletei
Membersunit
AttributesAttributes
unit(unit) indicates the units used for the measurement, usually using the standard symbol for the desired units.
StatusOptional
Datatypeteidata.enumerated
Suggested values include:
m
(metre) SI base unit of length
kg
(kilogram) SI base unit of mass
s
(second) SI base unit of time
Hz
(hertz) SI unit of frequency
Pa
(pascal) SI unit of pressure or stress
Ω
(ohm) SI unit of electric resistance
L
(litre) 1 dm³
t
(tonne) 10³ kg
ha
(hectare) 1 hm²
Å
(ångström) 10⁻¹⁰ m
mL
(millilitre)
cm
(centimetre)
dB
(decibel) see remarks, below
kbit
(kilobit) 10³ or 1000 bits
Kibit
(kibibit) 2¹⁰ or 1024 bits
kB
(kilobyte) 10³ or 1000 bytes
KiB
(kibibyte) 2¹⁰ or 1024 bytes
MB
(megabyte) 10⁶ or 1 000 000 bytes
MiB
(mebibyte) 2²⁰ or 1 048 576 bytes
Note

If the measurement being represented is not expressed in a particular unit, but rather is a number of discrete items, the unit count should be used, or the unit attribute may be left unspecified.

Wherever appropriate, a recognized SI unit name should be used (see further http://www.bipm.org/en/publications/si-brochure/; http://physics.nist.gov/cuu/Units/). The list above is indicative rather than exhaustive.

unitRefpoints to a unique identifier stored in the xml:id of a <unitDef> element that defines a unit of measure.
StatusOptional
Datatypeteidata.pointer
quantity(quantity) specifies the number of the specified units that comprise the measurement
StatusOptional
Datatypeteidata.numeric
commodity(commodity) indicates the substance that is being measured
StatusOptional
Datatype1–∞ occurrences of teidata.word separated by whitespace
Note

In general, when the commodity is made of discrete entities, the plural form should be used, even when the measurement is of only one of them.

Schematron
-<sch:rule context="tei:*[@unitRef]"> -<sch:report role="info" test="@unit">The @unit attribute may be unnecessary when @unitRef is present.</sch:report> -</sch:rule>
Note
This attribute class provides a triplet of attributes that may be used either to regularize the values of the measurement being encoded, or to normalize them with respect to a standard measurement system.
<l>So weren't you gonna buy <measure commodity="ice cream" -  quantity="0.5unit="gal">half -   a gallon</measure>, baby</l> -<l>So won't you go and buy <measure commodity="ice cream" -  quantity="1.893unit="L">half -   a gallon</measure>, baby?</l>

The unit should normally be named using the standard symbol for an SI unit (see further http://www.bipm.org/en/publications/si-brochure/; http://physics.nist.gov/cuu/Units/). However, encoders may also specify measurements using informally defined units such as lines or characters.

3.30. att.media

att.media provides attributes for specifying display and related properties of external media.
Moduletei
Membersgraphic
AttributesAttributes att.internetMedia (@mimeType)
widthWhere the media are displayed, indicates the display width
StatusOptional
Datatypeteidata.outputMeasurement
heightWhere the media are displayed, indicates the display height
StatusOptional
Datatypeteidata.outputMeasurement
scaleWhere the media are displayed, indicates a scale factor to be applied when generating the desired display size
StatusOptional
Datatypeteidata.numeric

3.31. att.naming

att.naming provides attributes common to elements which refer to named persons, places, organizations etc. [3.6.1. Referring Strings 13.3.6. Names and Nyms]
Moduletei
Membersatt.personal[addName forename name objectName orgName persName roleName surname] affiliation author country editor pubPlace region settlement state trash
AttributesAttributes att.canonical (@key, @ref)
rolemay be used to specify further information about the entity referenced by this name in the form of a set of whitespace-separated values, for example the occupation of a person, or the status of a place.
StatusOptional
Datatype1–∞ occurrences of teidata.enumerated separated by whitespace
nymRef(reference to the canonical name) provides a means of locating the canonical form (nym) of the names associated with the object named by the element bearing it.
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
Note

The value must point directly to one or more XML elements by means of one or more URIs, separated by whitespace. If more than one is supplied, the implication is that the name is associated with several distinct canonical names.

3.32. att.notated

att.notated provides an attribute to indicate any specialised notation used for element content.
Moduletei
Membersformula listAnnotation s
AttributesAttributes
notationnames the notation used for the content of the element.
StatusOptional
Datatypeteidata.enumerated

3.33. att.personal

att.personal (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]
Moduletei
MembersaddName forename name objectName orgName persName roleName surname
AttributesAttributes att.naming (@role, @nymRef) (att.canonical (@key, @ref))
fullindicates whether the name component is given in full, as an abbreviation or simply as an initial.
StatusOptional
Datatypeteidata.enumerated
Legal values are:
yes
(yes) the name component is spelled out in full.[Default]
abb
(abbreviated) the name component is given in an abbreviated form.
init
(initial letter) the name component is indicated only by one initial.
sort(sort) specifies the sort order of the name component in relation to others within the name.
StatusOptional
Datatypeteidata.count

3.34. att.placement

att.placement 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]
Moduletei
Membersfigure head label note noteGrp rt
AttributesAttributes
placespecifies where this item is placed.
StatusRecommended
Datatype1–∞ occurrences of teidata.enumerated separated by whitespace
Suggested values include:
top
at the top of the page
bottom
at the foot of the page
margin
in the margin (left, right, or both)
opposite
on the opposite, i.e. facing, page
overleaf
on the other side of the leaf
above
above the line
right
to the right, e.g. to the right of a vertical line of text, or to the right of a figure
below
below the line
left
to the left, e.g. to the left of a vertical line of text, or to the left of a figure
end
at the end of e.g. chapter or volume.
inline
within the body of the text.
inspace
in a predefined space, for example left by an earlier scribe.
<add place="margin">[An addition written in the margin]</add> -<add place="bottom opposite">[An addition written at the - foot of the current page and also on the facing page]</add>
<note place="bottom">Ibid, p.7</note>

3.35. att.pointing

att.pointing provides a set of attributes used by all elements which point to other elements by means of one or more URI references. [1.3.1.1.2. Language Indicators 3.7. Simple Links and Cross-References]
Moduletei
Membersannotation licence link note noteGrp ptr ref term
AttributesAttributes
targetLangspecifies the language of the content to be found at the destination referenced by target, using a ‘language tag’ generated according to BCP 47.
StatusOptional
Datatypeteidata.language
Schematron
-<sch:rule context="tei:*[not(self::tei:schemaSpec)][@targetLang]"> -<sch:assert test="@target">@targetLang should only be used on <sch:name/> if @target is specified.</sch:assert> -</sch:rule>
<linkGrp xml:id="pol-swh_aln_2.1-linkGrp"><ptr target="pol/UDHR/text.xml#pol_txt_1-head" -  targetLang="pl" -  type="tuv" -  xml:id="pol-swh_aln_2.1.1-ptr"/><ptr target="swh/UDHR/text.xml#swh_txt_1-head" -  targetLang="sw" -  type="tuv" -  xml:id="pol-swh_aln_2.1.2-ptr"/> -</linkGrp>
In the example above, the <linkGrp> combines pointers at parallel fragments of the Universal Declaration of Human Rights: one of them is in Polish, the other in Swahili.
Note

The value must conform to BCP 47. If the value is a private use code (i.e., starts with x- or contains -x-), a <language> element with a matching value for its ident attribute should be supplied in the TEI header to document this value. Such documentation may also optionally be supplied for non-private-use codes, though these must remain consistent with their (IETF)Internet Engineering Task Force definitions.

targetspecifies the destination of the reference by supplying one or more URI References
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
Note

One or more syntactically valid URI references, separated by whitespace. Because whitespace is used to separate URIs, no whitespace is permitted inside a single URI. If a whitespace character is required in a URI, it should be escaped with the normal mechanism, e.g. TEI%20Consortium.

evaluate(evaluate) specifies the intended meaning when the target of a pointer is itself a pointer.
StatusOptional
Datatypeteidata.enumerated
Legal values are:
all
if the element pointed to is itself a pointer, then the target of that pointer will be taken, and so on, until an element is found which is not a pointer.
one
if the element pointed to is itself a pointer, then its target (whether a pointer or not) is taken as the target of this pointer.
none
no further evaluation of targets is carried out beyond that needed to find the element specified in the pointer's target.
Note

If no value is given, the application program is responsible for deciding (possibly on the basis of user input) how far to trace a chain of pointers.

3.36. att.ranging

att.ranging provides attributes for describing numerical ranges.
Moduletei
Membersatt.dimensions[date state]
AttributesAttributes
atLeastgives a minimum estimated value for the approximate measurement.
StatusOptional
Datatypeteidata.numeric
atMostgives a maximum estimated value for the approximate measurement.
StatusOptional
Datatypeteidata.numeric
minwhere the measurement summarizes more than one observation or a range, supplies the minimum value observed.
StatusOptional
Datatypeteidata.numeric
maxwhere the measurement summarizes more than one observation or a range, supplies the maximum value observed.
StatusOptional
Datatypeteidata.numeric
confidencespecifies 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.
StatusOptional
Datatypeteidata.probability
Example
The MS. was lost in transmission by mail from <del rend="overstrike"><gap atLeast="1atMost="2" -  extent="one or two lettersreason="illegibleunit="chars"/> -</del> Philadelphia to the Graphic office, New York. -

3.37. att.resourced

att.resourced provides attributes by which a resource (such as an externally held media file) may be located.
Moduletei
Membersgraphic schemaRef
AttributesAttributes
url(uniform resource locator) specifies the URL from which the media concerned may be obtained.
StatusRequired
Datatypeteidata.pointer

3.38. att.segLike

att.segLike provides attributes for elements used for arbitrary segmentation. [16.3. Blocks, Segments, and Anchors 17.1. Linguistic Segment Categories]
Moduletei
Memberss
AttributesAttributes att.datcat (@datcat, @valueDatcat) att.fragmentable (@part)
function(function) characterizes the function of the segment.
StatusOptional
Datatypeteidata.enumerated
Note

Attribute values will often vary depending on the type of element to which they are attached. For example, a <cl>, may take values such as coordinate, subject, adverbial etc. For a <phr>, such values as subject, predicate etc. may be more appropriate. Such constraints will typically be implemented by a project-defined customization.

3.39. att.sortable

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]
Moduletei
Membersbibl biblStruct correspAction idno item list listBibl listObject object org persona term
AttributesAttributes
sortKeysupplies the sort key for this element in an index, list or group which contains it.
StatusOptional
Datatypeteidata.word
David's other principal backer, Josiah - ha-Kohen <index indexName="NAMES"><term sortKey="Azarya_Josiah_Kohen">Josiah ha-Kohen b. Azarya</term> -</index> b. Azarya, son of one of the last gaons of Sura was David's own first - cousin.
Note

The sort key is used to determine the sequence and grouping of entries in an index. It provides a sequence of characters which, when sorted with the other values, will produced the desired order; specifics of sort key construction are application-dependent

Dictionary order often differs from the collation sequence of machine-readable character sets; in English-language dictionaries, an entry for 4-H will often appear alphabetized under ‘fourh’, and McCoy may be alphabetized under ‘maccoy’, while A1, A4, and A5 may all appear in numeric order ‘alphabetized’ between ‘a-’ and ‘AA’. The sort key is required if the orthography of the dictionary entry does not suffice to determine its location.

3.40. att.tableDecoration

att.tableDecoration provides attributes used to decorate rows or cells of a table. [14. Tables, Formulæ, Graphics and Notated Music]
Modulefigures
Memberscell row
AttributesAttributes
role(role) indicates the kind of information held in this cell or in each cell of this row.
StatusOptional
Datatypeteidata.enumerated
Suggested values include:
label
labelling or descriptive information only.
data
data values.[Default]
Note

When this attribute is specified on a row, its value is the default for all cells in this row. When specified on a cell, its value overrides any default specified by the role attribute of the parent <row> element.

rows(rows) indicates the number of rows occupied by this cell or row.
StatusOptional
Datatypeteidata.count
Default1
Note

A value greater than one indicates that this cell spans several rows. Where several cells span multiple rows, it may be more convenient to use nested tables.

cols(columns) indicates the number of columns occupied by this cell or row.
StatusOptional
Datatypeteidata.count
Default1
Note

A value greater than one indicates that this cell or row spans several columns. Where an initial cell spans an entire row, it may be better treated as a heading.

3.41. att.transcriptional

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]
Moduletei
Membersrt
AttributesAttributes att.editLike (@evidence, @instant) att.written (@hand)
statusindicates the effect of the intervention, for example in the case of a deletion, strikeouts which include too much or too little text, or in the case of an addition, an insertion which duplicates some of the text already present.
StatusOptional
Datatypeteidata.enumerated
Sample values include:
duplicate
all of the text indicated as an addition duplicates some text that is in the original, whether the duplication is word-for-word or less exact.
duplicate-partial
part of the text indicated as an addition duplicates some text that is in the original
excessStart
some text at the beginning of the deletion is marked as deleted even though it clearly should not be deleted.
excessEnd
some text at the end of the deletion is marked as deleted even though it clearly should not be deleted.
shortStart
some text at the beginning of the deletion is not marked as deleted even though it clearly should be.
shortEnd
some text at the end of the deletion is not marked as deleted even though it clearly should be.
partial
some text in the deletion is not marked as deleted even though it clearly should be.
unremarkable
the deletion is not faulty.[Default]
Note

Status information on each deletion is needed rather rarely except in critical editions from authorial manuscripts; status information on additions is even less common.

Marking a deletion or addition as faulty is inescapably an interpretive act; the usual test applied in practice is the linguistic acceptability of the text with and without the letters or words in question.

causedocuments the presumed cause for the intervention.
StatusOptional
Datatypeteidata.enumerated
seq(sequence) assigns a sequence number related to the order in which the encoded features carrying this attribute are believed to have occurred.
StatusOptional
Datatypeteidata.count

3.42. att.typed

att.typed provides attributes which can be used to classify or subclassify elements in any way. [1.3.1. Attribute Classes 17.1.1. Words and Above 3.6.1. Referring Strings 3.7. Simple Links and Cross-References 3.6.5. Abbreviations and Their Expansions 3.13.1. Core Tags for Verse 7.2.5. Speech Contents 4.1.1. Un-numbered Divisions 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 8.3. Elements Unique to Spoken Texts 23.3.1.3. Modification of Attribute and Attribute Value Lists]
Moduletei
MembersTEI addName affiliation anchor application bibl biblStruct correspAction correspDesc country date desc div figure forename formula head idno label link list listAnnotation listBibl listObject name note noteGrp object objectName org orgName persName persPronouns ptr rb ref region roleName rt ruby s schemaRef settlement standOff state surface surname table term text title unit unitDef xenoData
AttributesAttributes
typecharacterizes the element in some sense, using any convenient classification scheme or typology.
StatusOptional
Datatypeteidata.enumerated
<div type="verse"><head>Night in Tarras</head><lg type="stanza"> -  <l>At evening tramping on the hot white road</l> -  <l></l></lg><lg type="stanza"> -  <l>A wind sprang up from nowhere as the sky</l> -  <l></l></lg> -</div>
Note

The type attribute is present on a number of elements, not all of which are members of att.typed, usually because these elements restrict the possible values for the attribute in a specific way.

subtype(subtype) provides a sub-categorization of the element, if needed
StatusOptional
Datatypeteidata.enumerated
Note

The subtype attribute may be used to provide any sub-classification for the element additional to that provided by its type attribute.

Schematron
-<sch:rule context="tei:*[@subtype]"> -<sch:assert test="@type">The <sch:name/> element should not be categorized in detail with @subtype unless also categorized in general with @type</sch:assert> -</sch:rule>
Note

When appropriate, values from an established typology should be used. Alternatively a typology may be defined in the associated TEI header. If values are to be taken from a project-specific list, this should be defined using the <valList> element in the project-specific schema description, as described in 23.3.1.3. Modification of Attribute and Attribute Value Lists .

3.43. att.written

att.written provides an attribute to indicate the hand in which the content of an element was written in the source being transcribed. [1.3.1. Attribute Classes]
Moduletei
Membersatt.transcriptional[rt] div figure head hi label note noteGrp p text
AttributesAttributes
handpoints to a <handNote> element describing the hand considered responsible for the content of the element concerned.
StatusOptional
Datatypeteidata.pointer

4. Macros

4.1. macro.limitedContent

macro.limitedContent (paragraph content) defines the content of prose elements that are not used for transcription of extant materials. [1.3. The TEI Class System]
Moduletei
Used by
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <textNode/>
-  <classRef key="model.limitedPhrase"/>
-  <classRef key="model.inter"/>
- </alternate>
-</content>
-    
Declaration
-tei_macro.limitedContent =
-   ( text | tei_model.limitedPhrase | tei_model.inter )*

4.2. macro.paraContent

macro.paraContent (paragraph content) defines the content of paragraphs and similar elements. [1.3. The TEI Class System]
Moduletei
Used by
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <textNode/>
-  <classRef key="model.gLike"/>
-  <classRef key="model.phrase"/>
-  <classRef key="model.inter"/>
-  <classRef key="model.global"/>
-  <elementRef key="lg"/>
-  <classRef key="model.lLike"/>
- </alternate>
-</content>
-    
Declaration
-tei_macro.paraContent =
-   (
-      text
-    | tei_model.gLike
-    | tei_model.phrase
-    | tei_model.inter
-    | tei_model.global
-    | lg
-    | tei_model.lLike
-   )*

4.3. macro.phraseSeq

macro.phraseSeq (phrase sequence) defines a sequence of character data and phrase-level elements. [1.4.1. Standard Content Models]
Moduletei
Used by
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <textNode/>
-  <classRef key="model.gLike"/>
-  <classRef key="model.attributable"/>
-  <classRef key="model.phrase"/>
-  <classRef key="model.global"/>
- </alternate>
-</content>
-    
Declaration
-tei_macro.phraseSeq =
-   (
-      text
-    | tei_model.gLike
-    | tei_model.attributable
-    | tei_model.phrase
-    | tei_model.global
-   )*

4.4. macro.phraseSeq.limited

macro.phraseSeq.limited (limited phrase sequence) defines a sequence of character data and those phrase-level elements that are not typically used for transcribing extant documents. [1.4.1. Standard Content Models]
Moduletei
Used by
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <textNode/>
-  <classRef key="model.limitedPhrase"/>
-  <classRef key="model.global"/>
- </alternate>
-</content>
-    
Declaration
-tei_macro.phraseSeq.limited =
-   ( text | tei_model.limitedPhrase | tei_model.global )*

4.5. macro.specialPara

macro.specialPara ('special' paragraph content) defines the content model of elements such as notes or list items, which either contain a series of component-level elements or else have the same structure as a paragraph, containing a series of phrase-level and inter-level elements. [1.3. The TEI Class System]
Moduletei
Used by
Content model
-<content>
- <alternate maxOccurs="unbounded"
-  minOccurs="0">
-  <textNode/>
-  <classRef key="model.gLike"/>
-  <classRef key="model.phrase"/>
-  <classRef key="model.inter"/>
-  <classRef key="model.divPart"/>
-  <classRef key="model.global"/>
- </alternate>
-</content>
-    
Declaration
-tei_macro.specialPara =
-   (
-      text
-    | tei_model.gLike
-    | tei_model.phrase
-    | tei_model.inter
-    | tei_model.divPart
-    | tei_model.global
-   )*

5. Datatypes

5.1. teidata.certainty

teidata.certainty defines the range of attribute values expressing a degree of certainty.
Moduletei
Used by
Content model
-<content>
- <valList type="closed">
-  <valItem ident="high"/>
-  <valItem ident="medium"/>
-  <valItem ident="low"/>
-  <valItem ident="unknown"/>
- </valList>
-</content>
-    
Declaration
-tei_teidata.certainty = "high" | "medium" | "low" | "unknown"
Note

Certainty may be expressed by one of the predefined symbolic values high, medium, or low. The value unknown should be used in cases where the encoder does not wish to assert an opinion about the matter.

5.2. teidata.count

teidata.count defines the range of attribute values used for a non-negative integer value used as a count.
Moduletei
Used by
Element:
Content model
-<content>
- <dataRef name="nonNegativeInteger"/>
-</content>
-    
Declaration
-tei_teidata.count = xsd:nonNegativeInteger
Note

Any positive integer value or zero is permitted

5.3. teidata.duration.iso

teidata.duration.iso defines the range of attribute values available for representation of a duration in time using ISO 8601 standard formats
Moduletei
Used by
Content model
-<content>
- <dataRef name="token"
-  restriction="[0-9.,DHMPRSTWYZ/:+\-]+"/>
-</content>
-    
Declaration
-tei_teidata.duration.iso = token { pattern = "[0-9.,DHMPRSTWYZ/:+\-]+" }
Example
<time dur-iso="PT0,75H">three-quarters of an hour</time>
Example
<date dur-iso="P1,5D">a day and a half</date>
Example
<date dur-iso="P14D">a fortnight</date>
Example
<time dur-iso="PT0.02S">20 ms</time>
Note

A duration is expressed as a sequence of number-letter pairs, preceded by the letter P; the letter gives the unit and may be Y (year), M (month), D (day), H (hour), M (minute), or S (second), in that order. The numbers are all unsigned integers, except for the last, which may have a decimal component (using either . or , as the decimal point; the latter is preferred). If any number is 0, then that number-letter pair may be omitted. If any of the H (hour), M (minute), or S (second) number-letter pairs are present, then the separator T must precede the first ‘time’ number-letter pair.

For complete details, see ISO 8601 Data elements and interchange formats — Information interchange — Representation of dates and times.

5.4. teidata.duration.w3c

teidata.duration.w3c defines the range of attribute values available for representation of a duration in time using W3C datatypes.
Moduletei
Used by
Content model
-<content>
- <dataRef name="duration"/>
-</content>
-    
Declaration
-tei_teidata.duration.w3c = xsd:duration
Example
<time dur="PT45M">forty-five minutes</time>
Example
<date dur="P1DT12H">a day and a half</date>
Example
<date dur="P7D">a week</date>
Example
<time dur="PT0.02S">20 ms</time>
Note

A duration is expressed as a sequence of number-letter pairs, preceded by the letter P; the letter gives the unit and may be Y (year), M (month), D (day), H (hour), M (minute), or S (second), in that order. The numbers are all unsigned integers, except for the S number, which may have a decimal component (using . as the decimal point). If any number is 0, then that number-letter pair may be omitted. If any of the H (hour), M (minute), or S (second) number-letter pairs are present, then the separator T must precede the first ‘time’ number-letter pair.

For complete details, see the W3C specification.

5.5. teidata.enumerated

teidata.enumerated defines the range of attribute values expressed as a single XML name taken from a list of documented possibilities.
Moduletei
Used by
Element:
Content model
-<content>
- <dataRef key="teidata.word"/>
-</content>
-    
Declaration
-tei_teidata.enumerated = teidata.word
Note

Attributes using this datatype must contain a single ‘word’ which contains only letters, digits, punctuation characters, or symbols: thus it cannot include whitespace.

Typically, the list of documented possibilities will be provided (or exemplified) by a value list in the associated attribute specification, expressed with a <valList> element.

5.6. teidata.interval

teidata.interval defines attribute values used to express an interval value.
Moduletei
Used by
Element:
Content model
-<content>
- <alternate>
-  <dataRef name="float"/>
-  <valList>
-   <valItem ident="regular"/>
-   <valItem ident="irregular"/>
-   <valItem ident="unknown"/>
-  </valList>
- </alternate>
-</content>
-    
Declaration
-tei_teidata.interval = xsd:float | ( "regular" | "irregular" | "unknown" )
Note

Any value greater than zero or any one of the values regular, irregular, unknown.

5.7. teidata.language

teidata.language defines the range of attribute values used to identify a particular combination of human language and writing system. [6.1. Language Identification]
Moduletei
Used by
Content model
-<content>
- <alternate>
-  <dataRef name="language"/>
-  <valList>
-   <valItem ident=""/>
-  </valList>
- </alternate>
-</content>
-    
Declaration
-tei_teidata.language = xsd:language | ( "" )
Note

The values for this attribute are language ‘tags’ as defined in BCP 47. Currently BCP 47 comprises RFC 5646 and RFC 4647; over time, other IETF documents may succeed these as the best current practice.

A ‘language tag’, per BCP 47, is assembled from a sequence of components or subtags separated by the hyphen character (-, U+002D). The tag is made of the following subtags, in the following order. Every subtag except the first is optional. If present, each occurs only once, except the fourth and fifth components (variant and extension), which are repeatable.

language
The IANA-registered code for the language. This is almost always the same as the ISO 639 2-letter language code if there is one. The list of available registered language subtags can be found at http://www.iana.org/assignments/language-subtag-registry. It is recommended that this code be written in lower case.
script
The ISO 15924 code for the script. These codes consist of 4 letters, and it is recommended they be written with an initial capital, the other three letters in lower case. The canonical list of codes is maintained by the Unicode Consortium, and is available at http://unicode.org/iso15924/iso15924-codes.html. The IETF recommends this code be omitted unless it is necessary to make a distinction you need.
region
Either an ISO 3166 country code or a UN M.49 region code that is registered with IANA (not all such codes are registered, e.g. UN codes for economic groupings or codes for countries for which there is already an ISO 3166 2-letter code are not registered). The former consist of 2 letters, and it is recommended they be written in upper case; the list of codes can be searched or browsed at https://www.iso.org/obp/ui/#search/code/. The latter consist of 3 digits; the list of codes can be found at http://unstats.un.org/unsd/methods/m49/m49.htm.
variant
An IANA-registered variation. These codes are used to indicate additional, well-recognized variations that define a language or its dialects that are not covered by other available subtags.
extension
An extension has the format of a single letter followed by a hyphen followed by additional subtags. These exist to allow for future extension to BCP 47, but as of this writing no such extensions are in use.
private use
An extension that uses the initial subtag of the single letter x (i.e., starts with x-) has no meaning except as negotiated among the parties involved. These should be used with great care, since they interfere with the interoperability that use of RFC 4646 is intended to promote. In order for a document that makes use of these subtags to be TEI-conformant, a corresponding <language> element must be present in the TEI header.

There are two exceptions to the above format. First, there are language tags in the IANA registry that do not match the above syntax, but are present because they have been ‘grandfathered’ from previous specifications.

Second, an entire language tag can consist of only a private use subtag. These tags start with x-, and do not need to follow any further rules established by the IETF and endorsed by these Guidelines. Like all language tags that make use of private use subtags, the language in question must be documented in a corresponding <language> element in the TEI header.

Examples include

sn
Shona
zh-TW
Taiwanese
zh-Hant-HK
Chinese written in traditional script as used in Hong Kong
en-SL
English as spoken in Sierra Leone
pl
Polish
es-MX
Spanish as spoken in Mexico
es-419
Spanish as spoken in Latin America

The W3C Internationalization Activity has published a useful introduction to BCP 47, Language tags in HTML and XML.

5.8. teidata.name

teidata.name defines the range of attribute values expressed as an XML Name.
Moduletei
Used by
Element:
Content model
-<content>
- <dataRef name="Name"/>
-</content>
-    
Declaration
-tei_teidata.name = xsd:Name
Note

Attributes using this datatype must contain a single word which follows the rules defining a legal XML name (see http://www.w3.org/TR/REC-xml/#dt-name): for example they cannot include whitespace or begin with digits.

5.9. teidata.numeric

teidata.numeric defines the range of attribute values used for numeric values.
Moduletei
Used by
Content model
-<content>
- <alternate>
-  <dataRef name="double"/>
-  <dataRef name="token"
-   restriction="(\-?[\d]+/\-?[\d]+)"/>
-  <dataRef name="decimal"/>
- </alternate>
-</content>
-    
Declaration
+   ( text | anyElement_xenoData_1 )
+}

Schema Grobid: Model classes

model.addressLike

model.addressLike groups elements used to represent a postal or email address. [1. The TEI Infrastructure]
Moduletei
Used by
Membersaddress affiliation email

model.addrPart

model.addrPart groups elements such as names or postal codes which may appear as part of a postal address. [3.6.2. Addresses]
Moduletei
Used by
Membersmodel.nameLike [model.nameLike.agent [name orgName persName] model.offsetLike model.persNamePart [addName forename genName persPronouns roleName surname] model.placeStateLike [model.placeNamePart [country region settlement] state] eventName idno objectName] addrLine postBox postCode street

model.annotationLike

model.annotationLike groups elements used to represent annotations. [16.10. The standOff Container]
Moduletei
Used by
Membersannotation note

model.annotationPart.body

model.annotationPart.body groups elements which may be used as an annotation body.
Moduletei
Used by
Membersnote ptr ref

model.applicationLike

model.applicationLike groups elements used to record application-specific information about a document in its header.
Moduletei
Used by
Membersapplication

model.attributable

model.attributable groups elements that contain a word or phrase that can be attributed to a source. [3.3.3. Quotation 4.3.2. Floating Texts]
Moduletei
Used by
Membersmodel.quoteLike

model.availabilityPart

model.availabilityPart groups elements such as licences and paragraphs of text which may appear as part of an availability statement [2.2.4. Publication, Distribution, Licensing, etc.]
Moduletei
Used by
Memberslicence

model.biblLike

model.biblLike groups elements containing a bibliographic description. [3.12. Bibliographic Citations and References]
Moduletei
Used by
Membersbibl biblStruct listBibl

model.biblPart

model.biblPart groups elements which represent components of a bibliographic description. [3.12. Bibliographic Citations and References]
Moduletei
Used by
Membersmodel.imprintPart [biblScope pubPlace publisher] model.respLike [author editor meeting] availability bibl edition objectIdentifier series

model.common

model.common groups common chunk- and inter-level elements. [1.3. The TEI Class System]
Moduletei
Used by
Membersmodel.divPart [model.lLike model.pLike [formula p s trash] ] model.inter [model.attributable [model.quoteLike] model.biblLike [bibl biblStruct listBibl] model.egLike model.labelLike [desc label] model.listLike [list listObject table] model.oddDecl model.stageLike]
Note

This class defines the set of chunk- and inter-level elements; it is used in many content models, including those for textual divisions.

model.correspActionPart

model.correspActionPart groups elements which define the parts (usually names, dates and places) of one action related to the correspondence.
Moduletei
Used by
Membersmodel.addressLike [address affiliation email] model.dateLike [date] model.nameLike [model.nameLike.agent [name orgName persName] model.offsetLike model.persNamePart [addName forename genName persPronouns roleName surname] model.placeStateLike [model.placeNamePart [country region settlement] state] eventName idno objectName] note noteGrp

model.correspContextPart

model.correspContextPart groups elements which may appear as part of the correspContext element
Moduletei
Used by
Membersmodel.pLike [formula p s trash] model.ptrLike [ptr ref] note noteGrp

model.correspDescPart

model.correspDescPart groups together metadata elements for describing correspondence
Moduletei
Used by
MemberscorrespAction correspContext note noteGrp

model.dateLike

model.dateLike groups elements containing temporal expressions. [3.6.4. Dates and Times 13.4. Dates]
Moduletei
Used by
Membersdate

model.descLike

model.descLike groups elements which contain a description of their function.
Moduletei
Used by
Membersdesc

model.divBottom

model.divBottom groups elements appearing at the end of a text division. [4.2. Elements Common to All Divisions]
Moduletei
Used by
Membersmodel.divBottomPart model.divWrapper [meeting]

model.divLike

model.divLike groups elements used to represent un-numbered generic structural divisions.
Moduletei
Used by
Membersdiv

model.divPart

model.divPart groups paragraph-level elements appearing directly within divisions. [1.3. The TEI Class System]
Moduletei
Used by
Membersmodel.lLike model.pLike [formula p s trash]
Note

Note that this element class does not include members of the model.inter class, which can appear either within or between paragraph-level items.

model.divTop

model.divTop groups elements appearing at the beginning of a text division. [4.2. Elements Common to All Divisions]
Moduletei
Used by
Membersmodel.divTopPart [model.headLike [head] ] model.divWrapper [meeting]

model.divTopPart

model.divTopPart groups elements which can occur only at the beginning of a text division. [4.6. Title Pages]
Moduletei
Used by
Membersmodel.headLike [head]

model.divWrapper

model.divWrapper groups elements which can appear at either top or bottom of a textual division. [4.2. Elements Common to All Divisions]
Moduletei
Used by
Membersmeeting

model.emphLike

model.emphLike groups phrase-level elements which are typographically distinct and to which a specific function can be attributed. [3.3. Highlighting and Quotation]
Moduletei
Used by
Membersterm title

model.encodingDescPart

model.encodingDescPart groups elements which may be used inside encodingDesc and appear multiple times.
Moduletei
Used by
MembersappInfo schemaRef unitDecl

model.frontPart

model.frontPart groups elements which appear at the level of divisions within front or back matter. [7.1. Front and Back Matter + ]
Moduletei
Used by
Membersmodel.frontPart.drama listBibl

model.global

model.global groups elements which may appear at any point within a TEI text. [1.3. The TEI Class System]
Moduletei
Used by
Membersmodel.global.edit [ellipsis] model.global.meta [link] model.milestoneLike [anchor] model.noteLike [note noteGrp] figure

model.global.edit

model.global.edit groups globally available elements which perform a specifically editorial function. [1.3. The TEI Class System]
Moduletei
Used by
Membersellipsis

model.global.meta

model.global.meta groups globally available elements which describe the status of other elements. [1.3. The TEI Class System]
Moduletei
Used by
Memberslink
Note

Elements in this class are typically used to hold groups of links or of abstract interpretations, or by provide indications of certainty etc. It may find be convenient to localize all metadata elements, for example to contain them within the same divison as the elements that they relate to; or to locate them all to a division of their own. They may however appear at any point in a TEI text.

model.graphicLike

model.graphicLike groups elements containing images, formulae, and similar objects. [3.10. Graphics and Other Non-textual Components]
Moduletei
Used by
Membersformula graphic

model.headLike

model.headLike groups elements used to provide a title or heading at the start of a text division.
Moduletei
Used by
Membershead

model.highlighted

model.highlighted groups phrase-level elements which are typographically distinct. [3.3. Highlighting and Quotation]
Moduletei
Used by
Membersmodel.emphLike [term title] model.hiLike [hi]

model.hiLike

model.hiLike groups phrase-level elements which are typographically distinct but to which no specific function can be attributed. [3.3. Highlighting and Quotation]
Moduletei
Used by
Membershi

model.imprintPart

model.imprintPart groups the bibliographic elements which occur inside imprints. [3.12. Bibliographic Citations and References]
Moduletei
Used by
MembersbiblScope pubPlace publisher

model.inter

model.inter groups elements which can appear either within or between paragraph-like elements. [1.3. The TEI Class System]
Moduletei
Used by
Membersmodel.attributable [model.quoteLike] model.biblLike [bibl biblStruct listBibl] model.egLike model.labelLike [desc label] model.listLike [list listObject table] model.oddDecl model.stageLike

model.labelLike

model.labelLike groups elements used to gloss or explain other parts of a document.
Moduletei
Used by
Membersdesc label

model.listLike

model.listLike groups list-like elements. [3.8. Lists]
Moduletei
Used by
Memberslist listObject table

model.measureLike

model.measureLike groups elements which denote a number, a quantity, a measurement, or similar piece of text that conveys some numerical meaning. [3.6.3. Numbers and +Measures]
Moduletei
Used by
Membersunit

model.milestoneLike

model.milestoneLike groups milestone-style elements used to represent reference systems. [1.3. The TEI Class System 3.11.3. Milestone +Elements]
Moduletei
Used by
Membersanchor

model.nameLike

model.nameLike groups elements which name or refer to a person, place, or organization.
Moduletei
Used by
Membersmodel.nameLike.agent [name orgName persName] model.offsetLike model.persNamePart [addName forename genName persPronouns roleName surname] model.placeStateLike [model.placeNamePart [country region settlement] state] eventName idno objectName
Note

A superset of the naming elements that may appear in datelines, addresses, statements of responsibility, etc.

model.nameLike.agent

model.nameLike.agent groups elements which contain names of individuals or corporate bodies. [3.6. Names, Numbers, Dates, Abbreviations, and Addresses]
Moduletei
Used by
Membersname orgName persName
Note

This class is used in the content model of elements which reference names of people or organizations.

model.noteLike

model.noteLike groups globally-available note-like elements. [3.9. Notes, Annotation, and Indexing]
Moduletei
Used by
Membersnote noteGrp

model.objectLike

model.objectLike groups elements which describe objects.
Moduletei
Used by
MemberslistObject object

model.orgPart

model.orgPart groups elements which form part of the description of an organization.
Moduletei
Used by
Membersmodel.eventLike

model.paraPart

model.paraPart groups elements that may appear in paragraphs and similar elements [3.1. Paragraphs]
Moduletei
Used by
Membersmodel.gLike model.global [model.global.edit [ellipsis] model.global.meta [link] model.milestoneLike [anchor] model.noteLike [note noteGrp] figure] model.inter [model.attributable [model.quoteLike] model.biblLike [bibl biblStruct listBibl] model.egLike model.labelLike [desc label] model.listLike [list listObject table] model.oddDecl model.stageLike] model.lLike model.phrase [model.graphicLike [formula graphic] model.highlighted [model.emphLike [term title] model.hiLike [hi] ] model.lPart model.pPart.data [model.addressLike [address affiliation email] model.dateLike [date] model.measureLike [unit] model.nameLike [model.nameLike.agent [name orgName persName] model.offsetLike model.persNamePart [addName forename genName persPronouns roleName surname] model.placeStateLike [model.placeNamePart [country region settlement] state] eventName idno objectName] ] model.pPart.edit [model.pPart.editorial model.pPart.transcriptional] model.pPart.msdesc model.phrase.xml model.ptrLike [ptr ref] model.segLike [s] model.specDescLike ruby]

model.persNamePart

model.persNamePart groups elements which form part of a personal name. [13.2.1. Personal Names]
Modulenamesdates
Used by
MembersaddName forename genName persPronouns roleName surname

model.personLike

model.personLike groups elements which provide information about people and their relationships.
Moduletei
Used by
Membersorg

model.personPart

model.personPart groups elements which form part of the description of a person. [15.2.2. The Participant Description]
Moduletei
Used by
Membersmodel.biblLike [bibl biblStruct listBibl] model.eventLike model.persStateLike [affiliation gender persName persPronouns persona state] idno name

model.persStateLike

model.persStateLike groups elements describing changeable characteristics of a person which have a definite duration, for example occupation, residence, or name.
Moduletei
Used by
Membersaffiliation gender persName persPronouns persona state
Note

These characteristics of an individual are typically a consequence of their own action or that of others.

model.phrase

model.phrase groups elements which can occur at the level of individual words or phrases. [1.3. The TEI Class System]
Moduletei
Used by
Membersmodel.graphicLike [formula graphic] model.highlighted [model.emphLike [term title] model.hiLike [hi] ] model.lPart model.pPart.data [model.addressLike [address affiliation email] model.dateLike [date] model.measureLike [unit] model.nameLike [model.nameLike.agent [name orgName persName] model.offsetLike model.persNamePart [addName forename genName persPronouns roleName surname] model.placeStateLike [model.placeNamePart [country region settlement] state] eventName idno objectName] ] model.pPart.edit [model.pPart.editorial model.pPart.transcriptional] model.pPart.msdesc model.phrase.xml model.ptrLike [ptr ref] model.segLike [s] model.specDescLike ruby
Note

This class of elements can occur within paragraphs, list items, lines of verse, etc.

model.placeNamePart

model.placeNamePart groups elements which form part of a place name. [13.2.3. Place Names]
Moduletei
Used by
Memberscountry region settlement

model.placeStateLike

model.placeStateLike groups elements which describe changing states of a place.
Moduletei
Used by
Membersmodel.placeNamePart [country region settlement] state

model.pLike.front

model.pLike.front groups paragraph-like elements which can occur as direct constituents of front matter. [4.6. Title Pages]
Moduletei
Used by
Membershead

model.pPart.data

model.pPart.data groups phrase-level elements containing names, dates, numbers, measures, and similar data. [3.6. Names, Numbers, Dates, Abbreviations, and Addresses]
Moduletei
Used by
Membersmodel.addressLike [address affiliation email] model.dateLike [date] model.measureLike [unit] model.nameLike [model.nameLike.agent [name orgName persName] model.offsetLike model.persNamePart [addName forename genName persPronouns roleName surname] model.placeStateLike [model.placeNamePart [country region settlement] state] eventName idno objectName]

model.pPart.edit

model.pPart.edit groups phrase-level elements for simple editorial correction and transcription. [3.5. Simple Editorial Changes]
Moduletei
Used by
Membersmodel.pPart.editorial model.pPart.transcriptional

model.profileDescPart

model.profileDescPart groups elements which may be used inside profileDesc and appear multiple times.
Moduletei
Used by
Membersabstract correspDesc textClass

model.ptrLike

model.ptrLike groups elements used for purposes of location and reference. [3.7. Simple Links and Cross-References]
Moduletei
Used by
Membersptr ref

model.publicationStmtPart.agency

model.publicationStmtPart.agency groups the child elements of a publicationStmt element of the TEI header that indicate an authorising agent. [2.2.4. Publication, Distribution, Licensing, etc.]
Moduletei
Used by
Memberspublisher
Note

The ‘agency’ child elements, while not required, are required if one of the ‘detail’ child elements is to be used. It is not valid to have a ‘detail’ child element without a preceding ‘agency’ child element.

See also model.publicationStmtPart.detail.

model.publicationStmtPart.detail

model.publicationStmtPart.detail groups the agency-specific child elements of the publicationStmt element of the TEI header. [2.2.4. Publication, Distribution, Licensing, etc.]
Moduletei
Used by
Membersmodel.ptrLike [ptr ref] address availability date idno pubPlace
Note

A ‘detail’ child element may not occur unless an ‘agency’ child element precedes it.

See also model.publicationStmtPart.agency.

model.resource

model.resource groups separate elements which constitute the content of a digital resource, as opposed to its metadata. [1.3. The TEI Class System]
Moduletei
Used by
Membersfacsimile standOff text

model.respLike

model.respLike groups elements which are used to indicate intellectual or other significant responsibility, for example within a bibliographic element.
Moduletei
Used by
Membersauthor editor meeting

model.segLike

model.segLike groups elements used for arbitrary segmentation. [16.3. Blocks, Segments, and Anchors 17.1. Linguistic Segment Categories]
Moduletei
Used by
Memberss
Note

The principles on which segmentation is carried out, and any special codes or attribute values used, should be defined explicitly in the <segmentation> element of the encodingDesc within the associated TEI header.

model.standOffPart

model.standOffPart groups elements which may be used as children of standOff.
Moduletei
Used by
Membersmodel.annotationLike [annotation note] model.biblLike [bibl biblStruct listBibl] model.global.meta [link] model.listLike [list listObject table] listAnnotation

model.teiHeaderPart

model.teiHeaderPart groups high level elements which may appear more than once in a TEI header.
Moduletei
Used by
MembersencodingDesc profileDesc xenoData

Schema Grobid: Attribute classes

att.anchoring

att.anchoring (anchoring) provides attributes for use on annotations, e.g. notes and groups of notes describing the existence and position of an anchor for annotations.
Moduletei
Membersnote noteGrp
Attributes
anchored(anchored) indicates whether the copy text shows the exact place of reference for the note.
Status Optional
Datatype teidata.truthValue
Default true
Note

In modern texts, notes are usually anchored by means of explicit footnote or endnote symbols. An explicit indication of the phrase or line annotated may however be used instead (e.g. ‘page 218, lines 3–4’). The anchored attribute indicates whether any explicit location is given, whether by symbol or by prose cross-reference. The value true indicates that such an explicit location is indicated in the copy text; the value false indicates that the copy text does not indicate a specific place of attachment for the note. If the specific symbols used in the copy text at the location the note is anchored are to be recorded, use the n attribute.

targetEnd(target end) points to the end of the span to which the note is attached, if the note is not embedded in the text at that point.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Note

This attribute is retained for backwards compatibility; it may be removed at a subsequent release of the Guidelines. The recommended way of pointing to a span of elements is by means of the range function of XPointer, as further described in 16.2.4.6. range().

Example
<p>(...) tamen reuerendos dominos archiepiscopum et canonicos Leopolienses
necnon episcopum in duplicibus Quatuortemporibus<anchor xml:id="A55234"/> totaliter expediui...</p>
<!-- elsewhere in the document -->
<noteGrp targetEnd="#A55234">
 <note xml:lang="en"> Quatuor Tempora, so called dry fast days.
 </note>
 <note xml:lang="pl"> Quatuor Tempora, tzw. Suche dni postne.
 </note>
</noteGrp>

att.ascribed

att.ascribed provides attributes for elements representing speech or action that can be ascribed to a specific individual. [3.3.3. Quotation 8.3. Elements Unique to Spoken Texts]
Moduletei
Memberschange
Attributes
whoindicates the person, or group of people, to whom the element content is ascribed.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace

In the following example from Hamlet, speeches (<sp>) in the body of the play are linked to <role> elements in the <castList> using the who attribute.

<castItem type="role">
 <role xml:id="Barnardo">Bernardo</role>
</castItem>
<castItem type="role">
 <role xml:id="Francisco">Francisco</role>
 <roleDesc>a soldier</roleDesc>
</castItem>
<!-- ... -->
<sp who="#Barnardo">
 <speaker>Bernardo</speaker>
 <l n="1">Who's there?</l>
</sp>
<sp who="#Francisco">
 <speaker>Francisco</speaker>
 <l n="2">Nay, answer me: stand, and unfold yourself.</l>
</sp>
Note

For transcribed speech, this will typically identify a participant or participant group; in other contexts, it will point to any identified <person> element.

att.calendarSystem

att.calendarSystem provides attributes for indicating calendar systems to which a date belongs. [3.6.4. Dates and Times 13.4. Dates]
Moduletei
Membersdate
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
He was born on <date calendar="#gregorian">Feb. 22, 1732</date> (<date calendar="#julianwhen="1732-02-22">Feb. 11, 1731/32,
O.S.</date>).
He was born on <date calendar="#gregorian #julian"
 when="1732-02-22">
Feb. 22, 1732
(Feb. 11, 1731/32, O.S.)</date>.
Note

Note that the calendar attribute declares the calendar system used to interpret the textual content of an element, as it appears on an original source. It does not modify the interpretation of the normalization attributes provided by att.datable.w3c, att.datable.iso, or att.datable.custom. Attributes from those first two classes are always interpreted as Gregorian or proleptic Gregorian dates, as per the respective standards on which they are based. The calender system used to interpret the last (att.datable.custom) may be specified with datingMethod.

att.canonical

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]
Moduletei
Membersatt.naming [att.personal [addName eventName forename genName name objectName orgName persName roleName surname] affiliation author country editor pubPlace region settlement state trash] correspDesc date meeting object publisher term title unitDecl unitDef
Attributes
keyprovides an externally-defined means of identifying the entity (or entities) being named, using a coded value of some kind.
Status Optional
Datatype teidata.text
<author>
 <name key="Hugo, Victor (1802-1885)"
  ref="http://www.idref.fr/026927608">
Victor Hugo</name>
</author>
Note

The value may be a unique identifier from a database, or any other externally-defined string identifying the referent. No particular syntax is proposed for the values of the key attribute, since its form will depend entirely on practice within a given project.

ref(reference) provides an explicit means of locating a full definition or identity for the entity being named by means of one or more URIs.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
<name ref="http://viaf.org/viaf/109557338"
 type="person">
Seamus Heaney</name>
Note

The value must point directly to one or more XML elements or other resources by means of one or more URIs, separated by whitespace. If more than one is supplied the implication is that the name identifies several distinct entities.

Example

In this contrived example, a canonical reference to the same organisation is provided in four different ways.

<author n="1">
 <name ref="http://nzetc.victoria.ac.nz/tm/scholarly/name-427308.html"
  type="organisation">
New Zealand Parliament, Legislative Council</name>
</author>
 
<author n="2">
 <name ref="nzvn:427308"
  type="organisation">
New Zealand Parliament, Legislative Council</name>
</author>
 
<author n="3">
 <name ref="./named_entities.xml#o427308"
  type="organisation">
New Zealand Parliament, Legislative Council</name>
</author>
 

<author n="4">
 <name key="name-427308"
  type="organisation">
New Zealand Parliament, Legislative Council</name>
</author>

The first presumes the availability of an internet connection and a processor that can resolve a URI (most can). The second requires, in addition, a <prefixDef> that declares how the nzvm prefix should be interpreted. The third does not require an internet connection, but does require that a file named named_entities.xml be in the same directory as the TEI document. The fourth requires that an entire external system for key resolution be available.

Note

The key attribute is more flexible and general-purpose, but its use in interchange requires that documentation about how the key is to be resolved be sent to the recipient of the TEI document. In contrast values of the ref attribute are resolved using the widely accepted protocols for a URI, and thus less documentation, if any, is likely required by the recipient in data interchange.

These guidelines provide no semantic basis or suggested precedence when both key and ref are provided. For this reason simultaneous use of both is not recommended unless documentation explaining the use is provided, probably in an ODD customizaiton, for interchange.

att.citeStructurePart

att.citeStructurePart provides attributes for selecting particular elements within a document.
Moduleheader
MembersciteData citeStructure
Attributes
use(use) supplies an XPath selection pattern using the syntax defined in [ID XSLT3 in TEI Guidelines]. 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>.
Status Required
Datatype teidata.xpath

att.citing

att.citing provides attributes for specifying the specific part of a bibliographic item being cited. [1.3.1. Attribute Classes]
Moduletei
MembersbiblScope
Attributes
unitidentifies the unit of information conveyed by the element, e.g. columns, pages, volume, entry.
Status Optional
Datatype teidata.enumerated
Suggested values include:
volume
(volume) the element contains a volume number.
issue
the element contains an issue number, or volume and issue numbers.
page
(page) the element contains a page number or page range.
line
the element contains a line number or line range.
chapter
(chapter) the element contains a chapter indication (number and/or title)
part
the element identifies a part of a book or collection.
column
the element identifies a column.
entry
the element identifies an entry number or label in a list of entries.
fromspecifies the starting point of the range of units indicated by the unit attribute.
Status Optional
Datatype teidata.word
tospecifies the end-point of the range of units indicated by the unit attribute.
Status Optional
Datatype teidata.word

att.coordinated

att.coordinated provides attributes that can be used to position their parent element within a two dimensional coordinate system.
Moduletranscr
Memberssurface
Attributes
startindicates the element within a transcription of the text containing at least the start of the writing represented by this zone or surface.
Status Optional
Datatype teidata.pointer
ulxgives the x coordinate value for the upper left corner of a rectangular space.
Status Optional
Datatype teidata.numeric
ulygives the y coordinate value for the upper left corner of a rectangular space.
Status Optional
Datatype teidata.numeric
lrxgives the x coordinate value for the lower right corner of a rectangular space.
Status Optional
Datatype teidata.numeric
lrygives the y coordinate value for the lower right corner of a rectangular space.
Status Optional
Datatype teidata.numeric
pointsidentifies a two dimensional area by means of a series of pairs of numbers, each of which gives the x,y coordinates of a point on a line enclosing the area.
Status Optional
Datatype 3–∞ occurrences of teidata.point separated by whitespace

att.cReferencing

att.cReferencing provides attributes that may be used to supply a canonical reference as a means of identifying the target of a pointer.
Moduletei
Membersptr ref term
Attributes
cRef(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
Status Optional
Datatype teidata.text
Note

The value of cRef should be constructed so that when the algorithm for the resolution of canonical references (described in section 16.2.5. Canonical References) is applied to it the result is a valid URI reference to the intended target.

The <refsDecl> to use may be indicated with the decls attribute.

Currently these Guidelines only provide for a single canonical reference to be encoded on any given ptr element.

att.datable

att.datable provides attributes for normalization of elements that contain dates, times, or datable events. [3.6.4. Dates and Times 13.4. Dates]
Moduletei
Membersaffiliation application author change conversion country date editor eventName gender idno licence meeting name objectName orgName persName persPronouns region settlement state title trash unitDecl unitDef
Attributes
periodsupplies pointers to one or more definitions of named periods of time (typically <category>s, dates or <event>s) within which the datable item is understood to have occurred.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Note

This ‘superclass’ provides attributes that can be used to provide normalized values of temporal information. By default, the attributes from the att.datable.w3c class are provided. If the module for names & dates is loaded, this class also provides attributes from the att.datable.iso and att.datable.custom classes. In general, the possible values of attributes restricted to the W3C datatypes form a subset of those values available via the ISO 8601 standard. However, the greater expressiveness of the ISO datatypes may not be needed, and there exists much greater software support for the W3C datatypes.

att.datable.custom

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]
Modulenamesdates
Membersatt.datable [affiliation application author change conversion country date editor eventName gender idno licence meeting name objectName orgName persName persPronouns region settlement state title trash unitDecl unitDef]
Attributes
when-customsupplies the value of a date or time in some custom standard form.
Status Optional
Datatype 1–∞ occurrences of teidata.word separated by whitespace

The following are examples of custom date or time formats that are not valid ISO or W3C format normalizations, normalized to a different dating system

<p>Alhazen died in Cairo on the
<date when="1040-03-06"
  when-custom="431-06-12">
12th day of Jumada t-Tania, 430 AH
 </date>.</p>
<p>The current world will end at the
<date when="2012-12-21"
  when-custom="13.0.0.0.0">
end of B'ak'tun 13</date>.</p>
<p>The Battle of Meggidu
(<date when-custom="Thutmose_III:23">23rd year of reign of Thutmose III</date>).</p>
<p>Esidorus bixit in pace annos LXX plus minus sub
<date when-custom="Ind:4-10-11">die XI mensis Octobris indictione IIII</date>
</p>

Not all custom date formulations will have Gregorian equivalents.

The when-custom attribute and other custom dating are not constrained to a datatype by the TEI, but individual projects are recommended to regularize and document their dating formats.

notBefore-customspecifies the earliest possible date for the event in some custom standard form.
Status Optional
Datatype 1–∞ occurrences of teidata.word separated by whitespace
notAfter-customspecifies the latest possible date for the event in some custom standard form.
Status Optional
Datatype 1–∞ occurrences of teidata.word separated by whitespace
from-customindicates the starting point of the period in some custom standard form.
Status Optional
Datatype 1–∞ occurrences of teidata.word separated by whitespace
<event datingMethod="#julian"
 from-custom="1666-09-02to-custom="1666-09-05xml:id="FIRE1">

 <head>The Great Fire of London</head>
 <p>The Great Fire of London burned through a large part
   of the city of London.</p>
</event>
to-customindicates the ending point of the period in some custom standard form.
Status Optional
Datatype 1–∞ occurrences of teidata.word separated by whitespace
datingPointsupplies a pointer to some location defining a named point in time with reference to which the datable item is understood to have occurred
Status Optional
Datatype teidata.pointer
datingMethodsupplies a pointer to a <calendar> element or other means of interpreting the values of the custom dating attributes.
Status Optional
Datatype teidata.pointer
Contayning the Originall, Antiquity, Increaſe, Moderne
eſtate, and deſcription of that Citie, written in the yeare
<date calendar="#julian"
 datingMethod="#julianwhen-custom="1598">
1598</date>. by Iohn Stow
Citizen of London.

In this example, the calendar attribute points to a <calendar> element for the Julian calendar, specifying that the text content of the date element is a Julian date, and the datingMethod attribute also points to the Julian calendar to indicate that the content of the when-custom attribute value is Julian too.

<date datingMethod="#creationOfWorld"
 when="1382-06-28when-custom="6890-06-20">
μηνὶ Ἰουνίου εἰς <num>κ</num> ἔτους <num>ςωϞ</num>
</date>

In this example, a date is given in a Mediaeval text measured ‘from the creation of the world’, which is normalized (in when) to the Gregorian date, but is also normalized (in when-custom) to a machine-actionable, numeric version of the date from the Creation.

Note

Note that the datingMethod attribute (unlike calendar defined in att.datable) defines the calendar or dating system to which the date described by the parent element is normalized (i.e. in the when-custom or other X-custom attributes), not the calendar of the original date in the element.

att.datable.iso

att.datable.iso provides attributes for normalization of elements that contain datable events using the ISO 8601:2004 standard. [3.6.4. Dates and Times 13.4. Dates]
Modulenamesdates
Membersatt.datable [affiliation application author change conversion country date editor eventName gender idno licence meeting name objectName orgName persName persPronouns region settlement state title trash unitDecl unitDef]
Attributes
when-isosupplies the value of a date or time in a standard form.
Status Optional
Datatype teidata.temporal.iso

The following are examples of ISO date, time, and date & time formats that are not valid W3C format normalizations.

<date when-iso="1996-09-24T07:25+00">Sept. 24th, 1996 at 3:25 in the morning</date>
<date when-iso="1996-09-24T03:25-04">Sept. 24th, 1996 at 3:25 in the morning</date>
<time when-iso="1999-01-04T20:42-05">4 Jan 1999 at 8:42 pm</time>
<time when-iso="1999-W01-1T20,70-05">4 Jan 1999 at 8:42 pm</time>
<date when-iso="2006-05-18T10:03">a few minutes after ten in the morning on Thu 18 May</date>
<time when-iso="03:00">3 A.M.</time>
<time when-iso="14">around two</time>
<time when-iso="15,5">half past three</time>

All of the examples of the when attribute in the att.datable.w3c class are also valid with respect to this attribute.

He likes to be punctual. I said <q>
 <time when-iso="12">around noon</time>
</q>, and he showed up at <time when-iso="12:00:00">12 O'clock</time> on the dot.

The second occurence of <time> could have been encoded with the when attribute, as 12:00:00 is a valid time with respect to the W3C XML Schema Part 2: Datatypes Second Edition specification. The first occurence could not.

notBefore-isospecifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd.
Status Optional
Datatype teidata.temporal.iso
notAfter-isospecifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd.
Status Optional
Datatype teidata.temporal.iso
from-isoindicates the starting point of the period in standard form.
Status Optional
Datatype teidata.temporal.iso
to-isoindicates the ending point of the period in standard form.
Status Optional
Datatype teidata.temporal.iso
Note

The value of these attributes should be a normalized representation of the date, time, or combined date & time intended, in any of the standard formats specified by ISO 8601:2004, using the Gregorian calendar.

If both when-iso and dur-iso are specified, the values should be interpreted as indicating a span of time by its starting time (or date) and duration. That is,
<date dur-iso="P8Dwhen-iso="2007-06-01"/>
indicates the same time period as
<date when-iso="2007-06-01/P8D"/>

In providing a ‘regularized’ form, no claim is made that the form in the source text is incorrect; the regularized form is simply that chosen as the main form for purposes of unifying variant forms under a single heading.

att.datable.w3c

att.datable.w3c 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]
Moduletei
Membersatt.datable [affiliation application author change conversion country date editor eventName gender idno licence meeting name objectName orgName persName persPronouns region settlement state title trash unitDecl unitDef]
Attributes
whensupplies the value of the date or time in a standard form, e.g. yyyy-mm-dd.
Status Optional
Datatype teidata.temporal.iso

Examples of W3C date, time, and date & time formats.

<p>
 <date when="1945-10-24">24 Oct 45</date>
 <date when="1996-09-24T07:25:00Z">September 24th, 1996 at 3:25 in the morning</date>
 <time when="1999-01-04T20:42:00-05:00">Jan 4 1999 at 8 pm</time>
 <time when="14:12:38">fourteen twelve and 38 seconds</time>
 <date when="1962-10">October of 1962</date>
 <date when="--06-12">June 12th</date>
 <date when="---01">the first of the month</date>
 <date when="--08">August</date>
 <date when="2006">MMVI</date>
 <date when="0056">AD 56</date>
 <date when="-0056">56 BC</date>
</p>
This list begins in
the year 1632, more precisely on Trinity Sunday, i.e. the Sunday after
Pentecost, in that year the
<date calendar="#julianwhen="1632-06-06">27th of May (old style)</date>.
<opener>
 <dateline>
  <placeName>Dorchester, Village,</placeName>
  <date when="1828-03-02">March 2d. 1828.</date>
 </dateline>
 <salute>To
   Mrs. Cornell,</salute> Sunday <time when="12:00:00">noon.</time>
</opener>
notBeforespecifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd.
Status Optional
Datatype teidata.temporal.w3c
notAfterspecifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd.
Status Optional
Datatype teidata.temporal.w3c
fromindicates the starting point of the period in standard form, e.g. yyyy-mm-dd.
Status Optional
Datatype teidata.temporal.w3c
toindicates the ending point of the period in standard form, e.g. yyyy-mm-dd.
Status Optional
Datatype teidata.temporal.w3c
Schematron

<sch:rule context="tei:*[@when]">
<sch:report role="nonfatal"
 test="@notBefore|@notAfter|@from|@to">
The @when attribute cannot be used with any other att.datable.w3c attributes.</sch:report>
</sch:rule>
Schematron

<sch:rule context="tei:*[@from]">
<sch:report role="nonfatal"
 test="@notBefore">
The @from and @notBefore attributes cannot be used together.</sch:report>
</sch:rule>
Schematron

<sch:rule context="tei:*[@to]">
<sch:report role="nonfatal"
 test="@notAfter">
The @to and @notAfter attributes cannot be used together.</sch:report>
</sch:rule>
Example
<date from="1863-05-28to="1863-06-01">28 May through 1 June 1863</date>
Note

The value of these attributes should be a normalized representation of the date, time, or combined date & time intended, in any of the standard formats specified by XML Schema Part 2: Datatypes Second Edition, using the Gregorian calendar.

The most commonly-encountered format for the date portion of a temporal attribute is yyyy-mm-dd, but yyyy, --mm, ---dd, yyyy-mm, or --mm-dd may also be used. For the time part, the form hh:mm:ss is used.

Note that this format does not currently permit use of the value 0000 to represent the year 1 BCE; instead the value -0001 should be used.

att.datcat

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]
Moduletei
Membersatt.segLike [s]
Attributes
datcatprovides 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).
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
valueDatcatprovides 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.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
targetDatcatprovides 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.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Example

The example below presents the TEI encoding of the name-value pair <part of speech, common noun>, where the name (key) ‘part of speech’ is abbreviated as ‘POS’, and the value, ‘common noun’ is symbolized by ‘NN’. The entire name-value pair is encoded by means of the element <f>. In TEI XML, that element acts as the container, labeled with the name attribute. Its contents may be complex or simple. In the case at hand, the content is the symbol ‘NN’.

The datcat attribute relates the feature name (i.e., the key) to the data category ‘part of speech’, while the attribute valueDatcat relates the feature value to the data category common noun. Both these data categories should be defined in an external and preferably open reference taxonomy or ontology.

<fs>
 <f datcat="http://hdl.handle.net/11459/CCR_C-396_5a972b93-2294-ab5c-a541-7c344c5f26c3"
  name="POS">

  <symbol value="NN"
   valueDatcat="http://hdl.handle.net/11459/CCR_C-1256_7ec6083c-23d4-224d-6f94-eecbe6861545"/>

 </f>
<!-- ... -->
</fs>

‘NN’ is the symbol for common noun used e.g. in the CLAWS-7 tagset defined by the University Centre for Computer Corpus Research on Language at the University of Lancaster. The very same data category used for tagging an early version of the British National Corpus, and coming from the BNC Basic (C5) tagset, uses the symbol ‘NN0’ (rather than ‘NN’). Making these values semantically interoperable would be extremely difficult without a human expert if they were not anchored in a single point of an established reference taxonomy of morphosyntactic data categories. In the case at hand, the string http://hdl.handle.net/11459/CCR_C-1256_7ec6083c-23d4-224d-6f94-eecbe6861545 is both a persistent identifier of the data category in question, as well as a pointer to a shared definition of common noun.

While the symbols ‘NN’, ‘NN0’, and many others (often coming from languages other than English) are implicitly members of the container category ‘part of speech’, it is sometimes useful not to rely on such an implicit relationship but rather use an explicit identifier for that data category, to distinguish it from other morphosyntactic data categories, such as gender, tense, etc. For that purpose, the above example uses the datcat attribute to reference a definition of part of speech. The reference taxonomy in this example is the CLARIN Concept Registry.

If the feature structure markup exemplified above is to be repeated many times in a single document, it is much more efficient to gather the persistent identifiers in a single place and to only reference them, implicitly or directly, from feature structure markup. The following example is much more concise than the one above and relies on the concepts of feature structure declaration and feature value library, discussed in chapter [ID FS in TEI Guidelines].
<fs>
 <f fVal="#commonNounname="POS"/>
<!-- ... -->
</fs>

The assumption here is that the relevant feature values are collected in a place that the annotation document in question has access to — preferably, a single document per linguistic resource, for example an <fsdDecl> that is XIncluded as a sibling of text or a child of encodingDesc; a <taxonomy> available resource-wide (e.g., in a shared header) is also an option.

The example below presents an <fvLib> element that collects the relevant feature values (most of them omitted). At the same time, this example shows one way of encoding a tagset, i.e., an established inventory of values of (in the case at hand) morphosyntactic categories.
<fvLib n="POS values">
 <symbol datcat="http://hdl.handle.net/11459/CCR_C-396_5a972b93-2294-ab5c-a541-7c344c5f26c3"
  value="NNxml:id="commonNoun"/>

 <symbol datcat="http://hdl.handle.net/11459/CCR_C-1371_fbebd9ec-a7f4-9a36-d6e9-88ee16b944ae"
  value="NPxml:id="properNoun"/>

<!-- ... -->
</fvLib>

Note that these Guidelines do not prescribe a specific choice between datcat and valueDatcat in such cases. The former is the generic way of referencing a data category, whereas the latter is more specific, in that it references a data category that represents a value. The choice between them comes into play where a single element — or a tight element complex, such as the <f>/<symbol> complex illustrated above — make it necessary or useful to distinguish between the container data category and its value.

Example

In the context of dictionaries designed with semantic interoperability in mind, the following example ensures that the <pos> element is interpreted as the same information container as in the case of the example of <f name="POS"> above.

<gramGrp>
 <pos datcat="http://hdl.handle.net/11459/CCR_C-396_5a972b93-2294-ab5c-a541-7c344c5f26c3"
  valueDatcat="http://hdl.handle.net/11459/CCR_C-1256_7ec6083c-23d4-224d-6f94-eecbe6861545">
NN</pos>
</gramGrp>
Efficiency of this type of interoperable markup demands that the references to the particular data categories should best be provided in a single place within the dictionary (or a single place within the project), rather than being repeated inside every entry. For the container elements, this can be achieved at the level of <tagUsage>, although here, the valueDatcat attribute should be used, because it is not the <tagUsage> element that is associated with the relevant data category, but rather the element <pos> (or <case>, etc.) that is described by <tagUsage>:
<tagsDecl partial="true">
<!-- ... -->
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="pos"
   targetDatcat="http://hdl.handle.net/11459/CCR_C-396_5a972b93-2294-ab5c-a541-7c344c5f26c3">
Contains the part of speech.</tagUsage>
  <tagUsage gi="case"
   targetDatcat="http://hdl.handle.net/11459/CCR_C-1840_9f4e319c-f233-6c90-9117-7270e215f039">
Contains information about the grammatical case that the described form is inflected for.</tagUsage>
<!-- ... -->
 </namespace>
</tagsDecl>
Another possibility is to shorten the URIs by means of the <prefixDef> mechanism, as illustrated below:
<listPrefixDef>
 <prefixDef ident="ccrmatchPattern="pos"
  replacementPattern="http://hdl.handle.net/11459/CCR_C-396_5a972b93-2294-ab5c-a541-7c344c5f26c3"/>

 <prefixDef ident="ccrmatchPattern="adj"
  replacementPattern="http://hdl.handle.net/11459/CCR_C-1230_23653c21-fca1-edf8-fd7c-3df2d6499157"/>

</listPrefixDef>
<!-- ... -->
<entry>
<!--...-->
 <form>
  <orth>isotope</orth>
 </form>
 <gramGrp>
  <pos datcat="ccr:pos"
   valueDatcat="ccr:adj">
adj</pos>
 </gramGrp>
<!--...-->
</entry>

This mechanism creates implications that are not always wanted, among others, in the case at hand, suggesting that the identifiers ‘pos’ and ‘adj’ belong to a namespace associated with the CLARIN Concept Repository (CCR), whereas that is solely a shorthand mechanism whose scope is the current resource. Documenting this clearly in the header of the dictionary is therefore advised.

Yet another possibility is to associate the information about the relationship between a TEI markup element and the data category that it is intended to model already at the level of modeling the dictionary resource, that is, at the level of the ODD, in the <equiv> element that is a child of <elementSpec> or <attDef>.

Example

The <taxonomy> element is a handy tool for encoding taxonomies that are later referenced by att.datcat attributes, but it can also act as an intermediary device, for example holding a fragment of an external taxonomy (or ‘flattening’ an external ontology) that is relevant to the project or document at hand. (It is also imaginable that, for the purpose of the project at hand, the local <taxonomy> element combines vocabularies that originate from more than one external taxonomy or ontology.) In such cases, the <taxonomy> creates a local layer of indirection: the att.datcat attributes internal to the resource may reference the <category> elements stored in the header (as well as the <taxonomy> element itself), whereas these same <category> and <taxonomy> elements use att.datcat attributes to reference the original taxonomy or ontology.

<encodingDesc>
<!-- ... -->
 <classDecl>
<!-- ... -->
  <taxonomy datcat="https://universaldependencies.org/u/dep/index.html"
   xml:id="UD-SYN">

   <desc>
    <term>UD syntactic relations</term>
   </desc>
   <category valueDatcat="https://universaldependencies.org/u/dep/acl.html"
    xml:id="acl">

    <catDesc>
     <term>acl</term>: Clausal modifier of noun (adjectival clause)</catDesc>
   </category>
   <category valueDatcat="https://universaldependencies.org/u/dep/acl-relcl.html"
    xml:id="acl_relcl">

    <catDesc>
     <term>acl:relcl</term>: relative clause modifier</catDesc>
   </category>
   <category valueDatcat="https://universaldependencies.org/u/dep/advcl.html"
    xml:id="advcl">

    <catDesc>
     <term>advcl</term>: Adverbial clause modifier</catDesc>
   </category>
<!-- ... -->
  </taxonomy>
 </classDecl>
</encodingDesc>

The above fragment was excerpted from the GB subset of the ParlaMint project in April 2023, and enriched with att.datcat attributes for the purpose of illustrating the mechanism described here.

Note that, in the ideal case, the values of att.datcat attributes should be persistent identifiers, and that the addressing scheme of Universal Dependencies is treated here as persistent for the sake of illustration. Note also that the contrast between datcat used on <taxonomy> on the one hand, and the valueDatcat used on <category> on the other, is not mandatory: both kinds of relations could be encoded by means of the generic datcat attribute, but using the former for the container and the latter for the content is more user-friendly.

Example

The targetDatcat attribute is designed to be used in, e.g., feature structure declarations, and is analogous to the targetLang attribute of the att.pointing class, in that it describes the object that is being referenced, rather than the referencing object.

<fDecl name="POS"
 targetDatcat="http://hdl.handle.net/11459/CCR_C-396_5a972b93-2294-ab5c-a541-7c344c5f26c3">

 <fDescr>part of speech (morphosyntactic category)</fDescr>
 <vRange>
  <vAlt>
   <symbol datcat="http://hdl.handle.net/11459/CCR_C-1256_7ec6083c-23d4-224d-6f94-eecbe6861545"
    value="NN"/>

   <symbol datcat="http://hdl.handle.net/11459/CCR_C-1371_fbebd9ec-a7f4-9a36-d6e9-88ee16b944ae"
    value="NP"/>

<!-- ... -->
  </vAlt>
 </vRange>
</fDecl>

Above, the <fDecl> uses targetDatcat, because if it were to use datcat, it would be asserting that it is an instance of the container data category part of speech, whereas it is not — it models a container (<f>) that encodes a part of speech. Note also that it is the <f> that is modeled above, not its values, which are used as direct references to data categories; hence the use of datcat in the <symbol> element.

Example

The att.datcat attributes can be used for any sort of taxonomies. The example below illustrates their usefulness for describing usage domain labels in dictionaries on the example of the Diccionario da Lingua Portugueza by António de Morais Silva, retro-digitised in the MORDigital project.


<!-- in the dictionary header --><encodingDesc>
 <classDecl>
  <taxonomy xml:id="domains">
<!--...-->
   <category xml:id="domain.medical_and_health_sciences">
    <catDesc xml:lang="en">Medical and Health Sciences</catDesc>
    <catDesc xml:lang="pt">Ciências Médicas e da Saúde</catDesc>
    <category valueDatcat="https://vocabs.rossio.fcsh.unl.pt/pub/morais_domains/pt/page/0025"
     xml:id="domain.medical_and_health_sciences.medicine">

     <catDesc xml:lang="en">
      <term>Medicine</term>
      <gloss>
<!--...-->
      </gloss>
     </catDesc>
     <catDesc xml:lang="pt">
      <term>Medicina</term>
      <gloss>
<!--...-->
      </gloss>
     </catDesc>
    </category>
   </category>
<!--...-->
  </taxonomy>
 </classDecl>
</encodingDesc>
<!-- + inside an <entry> element: -->
<usg type="domain"
 valueDatcat="#domain.medical_and_health_sciences.medicine">
Med.</usg>

In the Morais dictionary, the relevant domain labels are in the header, getting referenced inside the dictionary, from <usg> elements. The vocabulary used for dictionary-internal labelling is in turn anchored in the MorDigital controlled vocabulary service of the NOVA University of Lisbon – School of Social Sciences and Humanities (NOVA FCSH).

Note

The TEI Abstract Model can be expressed as a hierarchy of attribute-value matrices (AVMs) of various types and of various levels of complexity, nested or grouped in various ways. At the most abstract level, an AVM consists of an information container and the value (contents) of that container.

A simple example of an XML serialization of such structures is, on the one hand, the opening and closing tags that delimit and name the container, and, on the other, the content enclosed by the two tags that constitues the value. An analogous example is an attribute name and the value of that attribute.

In a TEI XML example of two equivalent serializations expressing the name-value pair <part-of-speech,common-noun>, namely <pos>commonNoun</pos> and pos="common-noun", one would classify the element <pos> and the attribute pos as containers (mapping onto the first member of the relevant name-value pair), while the character data content of <pos> or the value of pos would be seen as mapping onto the second member of the pair.

The att.datcat class provides means of addressing the containers and their values, while at the same time providing a way to interpret them in the context of external taxonomies or ontologies. Aligning e.g. both the <pos> element and the pos attribute with the same value of an external reference point (i.e., an entry in an agreed taxonomy) affirms the identity of the concept serialised by both the element container and the attribute container, and optionally provides a definition of that concept (in the case at hand, the concept part of speech).

The value of the att.datcat attributes should be a PID (persistent identifier) that points to a specific — and, ideally, shared — taxonomy or ontology. Among the resources that can, to a lesser or greater extent, be used as inventories of (more or less) standardized linguistic categories are the GOLD ontology, CLARIN CCR, OLiA, or TermWeb's DatCatInfo, and also the Universal Dependencies inventory, on the assumption that its URIs are going to persist. It is imaginable that a project may choose to address a local taxonomy store instead, but this risks losing the advantage of interchangeability with other projects.

Historically, datcat and valueDatcat originate from the (now obsolete) ISO 12620:2009 standard, describing the data model and procedures for a Data Category Registry (DCR). The current version of that standard, ISO 12620-1, does not standardize the serialization of pointers, merely mentioning the TEI att.datcat as an example.

Note that no constraint prevents the occurrence of a combination of att.datcat attributes: the <fDecl> element, which is a natural bearer of the targetDatcat attribute, is an instance of a specific modeling element, and, in principle, could be semantically fixed by an appropriate reference taxonomy of modeling devices.

att.declarable

att.declarable provides attributes for those elements in the TEI header which may be independently selected by means of the special purpose decls attribute. [15.3. Associating Contextual +Information with a Text]
Moduletei
Membersavailability bibl biblStruct correspDesc listBibl listObject seriesStmt sourceDesc textClass xenoData
Attributes
defaultindicates whether or not this element is selected by default when its parent is selected.
Status Optional
Datatype teidata.truthValue
Legal values are:
true
This element is selected if its parent is selected
false
This element can only be selected explicitly, unless it is the only one of its kind, in which case it is selected if its parent is selected. [Default]
Note

The rules governing the association of declarable elements with individual parts of a TEI text are fully defined in chapter 15.3. Associating Contextual Information with a Text. Only one element of a particular type may have a default attribute with a value of true.

att.declaring

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]
Moduletei
Membersback body div facsimile front graphic listAnnotation object p ptr ref standOff surface term text
Attributes
decls(declarations) identifies one or more declarable elements within the header, which are understood to apply to the element bearing this attribute and its content.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Note

The rules governing the association of declarable elements with individual parts of a TEI text are fully defined in chapter 15.3. Associating Contextual Information with a Text.

att.dimensions

att.dimensions provides attributes for describing the size of physical objects.
Moduletei
Membersdate ellipsis state
Attributes
unitnames the unit used for the measurement
Status Optional
Datatype teidata.enumerated
Suggested values include:
cm
(centimetres)
mm
(millimetres)
in
(inches)
line
lines of text
char
(characters) characters of text
quantityspecifies the length in the units specified
Status Optional
Datatype teidata.numeric
extentindicates the size of the object concerned using a project-specific vocabulary combining quantity and units in a single string of words.
Status Optional
Datatype teidata.text
<gap extent="5 words"/>
<height extent="half the page"/>
precisioncharacterizes the precision of the values specified by the other attributes.
Status Optional
Datatype teidata.certainty
scopewhere the measurement summarizes more than one observation, specifies the applicability of this measurement.
Status Optional
Datatype teidata.enumerated
Sample values include:
all
measurement applies to all instances.
most
measurement applies to most of the instances inspected.
range
measurement applies to only the specified range of instances.

att.divLike

att.divLike provides attributes common to all elements which behave in the same way as divisions. [4. Default Text Structure]
Moduletei
Membersdiv
Attributes
org(organization) specifies how the content of the division is organized.
Status Optional
Datatype teidata.enumerated
Legal values are:
composite
no claim is made about the sequence in which the immediate contents of this division are to be processed, or their inter-relationships.
uniform
the immediate contents of this element are regarded as forming a logical unit, to be processed in sequence. [Default]
sampleindicates whether this division is a sample of the original source and if so, from which part.
Status Optional
Datatype teidata.enumerated
Legal values are:
initial
division lacks material present at end in source.
medial
division lacks material at start and end.
final
division lacks material at start.
unknown
position of sampled material within original unknown.
complete
division is not a sample. [Default]

att.docStatus

att.docStatus provides attributes for use on metadata elements describing the status of a document.
Moduletei
Membersbibl biblStruct change object revisionDesc
Attributes
statusdescribes the status of a document either currently or, when associated with a dated element, at the time indicated.
Status Optional
Datatype teidata.enumerated
Sample values include:
approved
candidate
cleared
deprecated
draft
[Default]
embargoed
expired
frozen
galley
proposed
published
recommendation
submitted
unfinished
withdrawn
Example
<revisionDesc status="published">
 <change status="published"
  when="2010-10-21"/>

 <change status="clearedwhen="2010-10-02"/>
 <change status="embargoed"
  when="2010-08-02"/>

 <change status="frozenwhen="2010-05-01"
  who="#MSM"/>

 <change status="draftwhen="2010-03-01"
  who="#LB"/>

</revisionDesc>

att.editLike

att.editLike 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]
Moduletei
Membersatt.transcriptional [rt] affiliation date eventName gender name objectName org orgName persName persPronouns persona state trash
Attributes
evidenceindicates the nature of the evidence supporting the reliability or accuracy of the intervention or interpretation.
Status Optional
Datatype 1–∞ occurrences of teidata.enumerated separated by whitespace
Suggested values include:
internal
there is internal evidence to support the intervention.
external
there is external evidence to support the intervention.
conjecture
the intervention or interpretation has been made by the editor, cataloguer, or scholar on the basis of their expertise.
instantindicates whether this is an instant revision or not.
Status Optional
Datatype teidata.xTruthValue
Default false
Note

The members of this attribute class are typically used to represent any kind of editorial intervention in a text, for example a correction or interpretation, or to date or localize manuscripts etc.

Each pointer on the source (if present) corresponding to a witness or witness group should reference a bibliographic citation such as a <witness>, <msDesc>, or bibl element, or another external bibliographic citation, documenting the source concerned.

att.formula

att.formula provides attributes for defining a mathematical formula. [2.3.9. The Unit Declaration]
Moduletei
Membersconversion
Attributes
formulaA formula is provided to describe a mathematical calculation such as a conversion between measurement systems.
Status Optional
Datatype teidata.xpath
Example
<encodingDesc>
 <unitDecl>
  <unitDef type="linearxml:id="stadium">
   <label>stadium</label>
   <placeName ref="#rome"/>
   <conversion formula="$fromUnit * 625"
    fromUnit="#pestoUnit="#stadium"/>

   <desc>The stadium was a Roman unit of linear measurement equivalent to 625 pedes, or Roman feet.</desc>
  </unitDef>
 </unitDecl>
</encodingDesc>
Example
<encodingDesc>
 <unitDecl>
  <unitDef type="powerxml:id="wmw">
   <label>whatmeworry</label>
   <conversion formula="$fromUnit * 1"
    fromUnit="#hpktoUnit="#wmw"/>

   <desc>In the Potrzebie system of measures as introduced by Donald Knuth, the whatmeworry unit of power is equivalent to one hah per kovac.</desc>
  </unitDef>
  <unitDef type="powerxml:id="kwmw">
   <label>kilowhatmeworry</label>
   <conversion formula="$fromUnit div 1000"
    fromUnit="#wmwtoUnit="#kwmw"/>

   <desc>The kilowhatmeworry is equivalent to 1000 whatmeworries.</desc>
  </unitDef>
  <unitDef type="powerxml:id="ap">
   <label>kilowhatmeworry</label>
   <conversion formula="$fromUnit div 100"
    fromUnit="#kwmwtoUnit="#ap"/>

   <desc>One unit of aeolipower (A.P.) is equivalent to 100 kilowhatmeworries.</desc>
  </unitDef>
 </unitDecl>
</encodingDesc>
Example
<conversion formula="$fromUnit cast as xs:decimal * 0.000372"
 fromUnit="#furlongsPerFortnighttoUnit="#milesPerHour"/>
Example
<conversion formula="$fromUnit cast as xs:decimal * 144 div 60"
 fromUnit="#decidaytoUnit="hour"/>
Note

This attribute class provides formula for use in defining a value used in mathematical calculation. It can be used to store a mathematical operation needed to convert from one system of measurement to another. We use the teidata.xpath datatype to express this value in order to communicate mathematical operations on an XML node or nodes. The $fromUnit variable notation simplifies referencing of the fromUnit attribute on the parent conversion element. Note that ‘div’ is required to express the division operator in XPath.

att.fragmentable

att.fragmentable provides attributes for representing fragmentation of a structural element, typically as a consequence of some overlapping hierarchy.
Moduletei
Membersatt.divLike [div] att.segLike [s] p
Attributes
partspecifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers.
Status Optional
Datatype teidata.enumerated
Legal values are:
Y
(yes) the element is fragmented in some (unspecified) respect
N
(no) the element is not fragmented, or no claim is made as to its completeness [Default]
I
(initial) this is the initial part of a fragmented element
M
(medial) this is a medial part of a fragmented element
F
(final) this is the final part of a fragmented element
Note

The values I, M, or F should be used only where it is clear how the element may be reconstituted.

att.global

att.global provides attributes common to all elements in the TEI encoding scheme. [1.3.1.1. Global Attributes]
Moduletei
MembersTEI abstract addName addrLine address affiliation analytic anchor annotation appInfo application author availability back bibl biblScope biblStruct body cell change citeData citeStructure classCode conversion correspAction correspContext correspDesc country date desc div edition editionStmt editor ellipsis email encodingDesc eventName facsimile figDesc figure fileDesc forename formula front genName gender graphic head hi idno imprint item keywords label licence link list listAnnotation listBibl listObject meeting monogr name note noteGrp notesStmt object objectIdentifier objectName org orgName p persName persPronouns persona postBox postCode profileDesc ptr pubPlace publicationStmt publisher rb ref region revisionDesc roleName row rt ruby s schemaRef series seriesStmt settlement sourceDesc standOff state street surface surname table teiHeader term text textClass title titleStmt unit unitDecl unitDef when xenoData
Attributes
xml:id(identifier) provides a unique identifier for the element bearing the attribute.
Status Optional
Datatype ID
Note

The xml:id attribute may be used to specify a canonical reference for an element; see section 3.11. Reference Systems.

n(number) gives a number (or other label) for an element, which is not necessarily unique within the document.
Status Optional
Datatype teidata.text
Note

The value of this attribute is always understood to be a single token, even if it contains space or other punctuation characters, and need not be composed of numbers only. It is typically used to specify the numbering of chapters, sections, list items, etc.; it may also be used in the specification of a standard reference system for the text.

xml:lang(language) indicates the language of the element content using a ‘tag’ generated according to BCP 47.
Status Optional
Datatype teidata.language
<p> … The consequences of
this rapid depopulation were the loss of the last
<foreign xml:lang="rap">ariki</foreign> or chief
(Routledge 1920:205,210) and their connections to
ancestral territorial organization.</p>
Note

The xml:lang value will be inherited from the immediately enclosing element, or from its parent, and so on up the document hierarchy. It is generally good practice to specify xml:lang at the highest appropriate level, noticing that a different default may be needed for the teiHeader from that needed for the associated resource element or elements, and that a single TEI document may contain texts in many languages.

Only attributes with free text values (rare in these guidelines) will be in the scope of xml:lang.

The authoritative list of registered language subtags is maintained by IANA and is available at https://www.iana.org/assignments/language-subtag-registry. For a good general overview of the construction of language tags, see https://www.w3.org/International/articles/language-tags/, and for a practical step-by-step guide, see https://www.w3.org/International/questions/qa-choosing-language-tags.en.php.

The value used must conform with BCP 47. If the value is a private use code (i.e., starts with x- or contains -x-), a <language> element with a matching value for its ident attribute should be supplied in the TEI header to document this value. Such documentation may also optionally be supplied for non-private-use codes, though these must remain consistent with their (IETF)Internet Engineering Task Force definitions.

xml:baseprovides a base URI reference with which applications can resolve relative URI references into absolute URI references.
Status Optional
Datatype teidata.pointer
<div type="bibl">
 <head>Selections from <title level="m">The Collected Letters of Robert Southey. Part 1: 1791-1797</title>
 </head>
 <listBibl xml:base="https://romantic-circles.org/sites/default/files/imported/editions/southey_letters/XML/">
  <bibl>
   <ref target="letterEEd.26.3.xml">
    <title>Robert Southey to Grosvenor Charles Bedford</title>, <date when="1792-04-03">3 April 1792</date>.
   </ref>
  </bibl>
  <bibl>
   <ref target="letterEEd.26.57.xml">
    <title>Robert Southey to Anna Seward</title>, <date when="1793-09-18">18 September 1793</date>.
   </ref>
  </bibl>
  <bibl>
   <ref target="letterEEd.26.85.xml">
    <title>Robert Southey to Robert Lovell</title>, <date from="1794-04-05to="1794-04-06">5-6 April, 1794</date>.
   </ref>
  </bibl>
 </listBibl>
</div>
xml:spacesignals an intention about how white space should be managed by applications.
Status Optional
Datatype teidata.enumerated
Legal values are:
default
signals that the application's default white-space processing modes are acceptable
preserve
indicates the intent that applications preserve all white space
Note

The XML specification provides further guidance on the use of this attribute. Note that many parsers may not handle xml:space correctly.

att.global.analytic

att.global.analytic provides additional global attributes for associating specific analyses or interpretations with appropriate portions of a text. [17.2. Global Attributes for Simple Analyses 17.3. Spans and Interpretations]
Moduleanalysis
Membersatt.global [TEI abstract addName addrLine address affiliation analytic anchor annotation appInfo application author availability back bibl biblScope biblStruct body cell change citeData citeStructure classCode conversion correspAction correspContext correspDesc country date desc div edition editionStmt editor ellipsis email encodingDesc eventName facsimile figDesc figure fileDesc forename formula front genName gender graphic head hi idno imprint item keywords label licence link list listAnnotation listBibl listObject meeting monogr name note noteGrp notesStmt object objectIdentifier objectName org orgName p persName persPronouns persona postBox postCode profileDesc ptr pubPlace publicationStmt publisher rb ref region revisionDesc roleName row rt ruby s schemaRef series seriesStmt settlement sourceDesc standOff state street surface surname table teiHeader term text textClass title titleStmt unit unitDecl unitDef when xenoData]
Attributes
ana(analysis) indicates one or more elements containing interpretations of the element on which the ana attribute appears.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Note

When multiple values are given, they may reflect either multiple divergent interpretations of an ambiguous text, or multiple mutually consistent interpretations of the same passage in different contexts.

att.global.change

att.global.change provides attributes allowing its member elements to specify one or more states or revision campaigns with which they are associated.
Moduletranscr
Membersatt.global [TEI abstract addName addrLine address affiliation analytic anchor annotation appInfo application author availability back bibl biblScope biblStruct body cell change citeData citeStructure classCode conversion correspAction correspContext correspDesc country date desc div edition editionStmt editor ellipsis email encodingDesc eventName facsimile figDesc figure fileDesc forename formula front genName gender graphic head hi idno imprint item keywords label licence link list listAnnotation listBibl listObject meeting monogr name note noteGrp notesStmt object objectIdentifier objectName org orgName p persName persPronouns persona postBox postCode profileDesc ptr pubPlace publicationStmt publisher rb ref region revisionDesc roleName row rt ruby s schemaRef series seriesStmt settlement sourceDesc standOff state street surface surname table teiHeader term text textClass title titleStmt unit unitDecl unitDef when xenoData]
Attributes
changepoints 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.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace

att.global.facs

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]
Moduletranscr
Membersatt.global [TEI abstract addName addrLine address affiliation analytic anchor annotation appInfo application author availability back bibl biblScope biblStruct body cell change citeData citeStructure classCode conversion correspAction correspContext correspDesc country date desc div edition editionStmt editor ellipsis email encodingDesc eventName facsimile figDesc figure fileDesc forename formula front genName gender graphic head hi idno imprint item keywords label licence link list listAnnotation listBibl listObject meeting monogr name note noteGrp notesStmt object objectIdentifier objectName org orgName p persName persPronouns persona postBox postCode profileDesc ptr pubPlace publicationStmt publisher rb ref region revisionDesc roleName row rt ruby s schemaRef series seriesStmt settlement sourceDesc standOff state street surface surname table teiHeader term text textClass title titleStmt unit unitDecl unitDef when xenoData]
Attributes
facs(facsimile) points to one or more images, portions of an image, or surfaces which correspond to the current element.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace

att.global.linking

att.global.linking provides a set of attributes for hypertextual linking. [16. Linking, Segmentation, and Alignment]
Modulelinking
Membersatt.global [TEI abstract addName addrLine address affiliation analytic anchor annotation appInfo application author availability back bibl biblScope biblStruct body cell change citeData citeStructure classCode conversion correspAction correspContext correspDesc country date desc div edition editionStmt editor ellipsis email encodingDesc eventName facsimile figDesc figure fileDesc forename formula front genName gender graphic head hi idno imprint item keywords label licence link list listAnnotation listBibl listObject meeting monogr name note noteGrp notesStmt object objectIdentifier objectName org orgName p persName persPronouns persona postBox postCode profileDesc ptr pubPlace publicationStmt publisher rb ref region revisionDesc roleName row rt ruby s schemaRef series seriesStmt settlement sourceDesc standOff state street surface surname table teiHeader term text textClass title titleStmt unit unitDecl unitDef when xenoData]
Attributes
corresp(corresponds) points to elements that correspond to the current element in some way.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
<group>
 <text xml:id="t1-g1-t1xml:lang="mi">
  <body xml:id="t1-g1-t1-body1">
   <div type="chapter">
    <head>He Whakamaramatanga mo te Ture Hoko, Riihi hoki, i nga Whenua Maori, 1876.</head>
    <p></p>
   </div>
  </body>
 </text>
 <text xml:id="t1-g1-t2xml:lang="en">
  <body corresp="#t1-g1-t1-body1"
   xml:id="t1-g1-t2-body1">

   <div type="chapter">
    <head>An Act to regulate the Sale, Letting, and Disposal of Native Lands, 1876.</head>
    <p></p>
   </div>
  </body>
 </text>
</group>

In this example a <group> contains two texts, each containing the same document in a different language. The correspondence is indicated using corresp. The language is indicated using xml:lang, whose value is inherited; both the tag with the corresp and the tag pointed to by the corresp inherit the value from their immediate parent.


<!-- In a placeography called "places.xml" --><place corresp="people.xml#LOND2 people.xml#GENI1"
 xml:id="LOND1">

 <placeName>London</placeName>
 <desc>The city of London...</desc>
</place>
<!-- In a literary personography called "people.xml" -->
<person corresp="places.xml#LOND1 #GENI1"
 xml:id="LOND2">

 <persName type="lit">London</persName>
 <note>
  <p>Allegorical character representing the city of <placeName ref="places.xml#LOND1">London</placeName>.</p>
 </note>
</person>
<person corresp="places.xml#LOND1 #LOND2"
 xml:id="GENI1">

 <persName type="lit">London’s Genius</persName>
 <note>
  <p>Personification of London’s genius. Appears as an
     allegorical character in mayoral shows.
  </p>
 </note>
</person>

In this example, a <place> element containing information about the city of London is linked with two <person> elements in a literary personography. This correspondence represents a slightly looser relationship than the one in the preceding example; there is no sense in which an allegorical character could be substituted for the physical city, or vice versa, but there is obviously a correspondence between them.

synch(synchronous) points to elements that are synchronous with the current element.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
sameAspoints to an element that is the same as the current element.
Status Optional
Datatype teidata.pointer
copyOfpoints to an element of which the current element is a copy.
Status Optional
Datatype teidata.pointer
Note

Any content of the current element should be ignored. Its true content is that of the element being pointed at.

nextpoints to the next element of a virtual aggregate of which the current element is part.
Status Optional
Datatype teidata.pointer
Note

It is recommended that the element indicated be of the same type as the element bearing this attribute.

prev(previous) points to the previous element of a virtual aggregate of which the current element is part.
Status Optional
Datatype teidata.pointer
Note

It is recommended that the element indicated be of the same type as the element bearing this attribute.

excludepoints to elements that are in exclusive alternation with the current element.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
selectselects one or more alternants; if one alternant is selected, the ambiguity or uncertainty is marked as resolved. If more than one alternant is selected, the degree of ambiguity or uncertainty is marked as reduced by the number of alternants not selected.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Note

This attribute should be placed on an element which is superordinate to all of the alternants from which the selection is being made.

att.global.rendition

att.global.rendition provides rendering attributes common to all elements in the TEI encoding scheme. [1.3.1.1.3. Rendition Indicators]
Moduletei
Membersatt.global [TEI abstract addName addrLine address affiliation analytic anchor annotation appInfo application author availability back bibl biblScope biblStruct body cell change citeData citeStructure classCode conversion correspAction correspContext correspDesc country date desc div edition editionStmt editor ellipsis email encodingDesc eventName facsimile figDesc figure fileDesc forename formula front genName gender graphic head hi idno imprint item keywords label licence link list listAnnotation listBibl listObject meeting monogr name note noteGrp notesStmt object objectIdentifier objectName org orgName p persName persPronouns persona postBox postCode profileDesc ptr pubPlace publicationStmt publisher rb ref region revisionDesc roleName row rt ruby s schemaRef series seriesStmt settlement sourceDesc standOff state street surface surname table teiHeader term text textClass title titleStmt unit unitDecl unitDef when xenoData]
Attributes
rend(rendition) indicates how the element in question was rendered or presented in the source text.
Status Optional
Datatype 1–∞ occurrences of teidata.word separated by whitespace
<head rend="align(center) case(allcaps)">
 <lb/>To The <lb/>Duchesse <lb/>of <lb/>Newcastle,
<lb/>On Her <lb/>
 <hi rend="case(mixed)">New Blazing-World</hi>.
</head>
Note

These Guidelines make no binding recommendations for the values of the rend attribute; the characteristics of visual presentation vary too much from text to text and the decision to record or ignore individual characteristics varies too much from project to project. Some potentially useful conventions are noted from time to time at appropriate points in the Guidelines. The values of the rend attribute are a set of sequence-indeterminate individual tokens separated by whitespace.

stylecontains an expression in some formal style definition language which defines the rendering or presentation used for this element in the source text
Status Optional
Datatype teidata.text
<head style="text-align: center; font-variant: small-caps">
 <lb/>To The <lb/>Duchesse <lb/>of <lb/>Newcastle, <lb/>On Her
<lb/>
 <hi style="font-variant: normal">New Blazing-World</hi>.
</head>
Note

Unlike the attribute values of rend, which uses whitespace as a separator, the style attribute may contain whitespace. This attribute is intended for recording inline stylistic information concerning the source, not any particular output.

The formal language in which values for this attribute are expressed may be specified using the <styleDefDecl> element in the TEI header.

If style and rendition are both present on an element, then style overrides or complements rendition. style should not be used in conjunction with rend, because the latter does not employ a formal style definition language.

renditionpoints to a description of the rendering or presentation used for this element in the source text.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
<head rendition="#ac #sc">
 <lb/>To The <lb/>Duchesse <lb/>of <lb/>Newcastle, <lb/>On Her
<lb/>
 <hi rendition="#normal">New Blazing-World</hi>.
</head>
<!-- elsewhere... -->
<rendition scheme="cssxml:id="sc">font-variant: small-caps</rendition>
<rendition scheme="cssxml:id="normal">font-variant: normal</rendition>
<rendition scheme="cssxml:id="ac">text-align: center</rendition>
Note

The rendition attribute is used in a very similar way to the class attribute defined for XHTML but with the important distinction that its function is to describe the appearance of the source text, not necessarily to determine how that text should be presented on screen or paper.

If rendition is used to refer to a style definition in a formal language like CSS, it is recommended that it not be used in conjunction with rend. Where both rendition and rend are supplied, the latter is understood to override or complement the former.

Each URI provided should indicate a <rendition> element defining the intended rendition in terms of some appropriate style language, as indicated by the scheme attribute.

att.global.responsibility

att.global.responsibility 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]
Moduletei
Membersatt.global [TEI abstract addName addrLine address affiliation analytic anchor annotation appInfo application author availability back bibl biblScope biblStruct body cell change citeData citeStructure classCode conversion correspAction correspContext correspDesc country date desc div edition editionStmt editor ellipsis email encodingDesc eventName facsimile figDesc figure fileDesc forename formula front genName gender graphic head hi idno imprint item keywords label licence link list listAnnotation listBibl listObject meeting monogr name note noteGrp notesStmt object objectIdentifier objectName org orgName p persName persPronouns persona postBox postCode profileDesc ptr pubPlace publicationStmt publisher rb ref region revisionDesc roleName row rt ruby s schemaRef series seriesStmt settlement sourceDesc standOff state street surface surname table teiHeader term text textClass title titleStmt unit unitDecl unitDef when xenoData]
Attributes
cert(certainty) signifies the degree of certainty associated with the intervention or interpretation.
Status Optional
Datatype teidata.probCert
resp(responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Note

To reduce the ambiguity of a resp pointing directly to a person or organization, we recommend that resp be used to point not to an agent (<person> or org) but to a <respStmt>, author, editor or similar element which clarifies the exact role played by the agent. Pointing to multiple <respStmt>s allows the encoder to specify clearly each of the roles played in part of a TEI file (creating, transcribing, encoding, editing, proofing etc.).

Example
Blessed are the
<choice>
 <sic>cheesemakers</sic>
 <corr cert="highresp="#editor">peacemakers</corr>
</choice>: for they shall be called the children of God.
Example

<!-- in the <text> ... --><lg>
<!-- ... -->
 <l>Punkes, Panders, baſe extortionizing
   sla<choice>
   <sic>n</sic>
   <corr resp="#JENS1_transcriber">u</corr>
  </choice>es,</l>
<!-- ... -->
</lg>
<!-- in the <teiHeader> ... -->
<!-- ... -->
<respStmt xml:id="JENS1_transcriber">
 <resp when="2014">Transcriber</resp>
 <name>Janelle Jenstad</name>
</respStmt>

att.global.source

att.global.source provides attributes used by elements to point to an external source. [1.3.1.1.4. Sources, certainty, and responsibility 3.3.3. Quotation 8.3.4. Writing]
Moduletei
Membersatt.global [TEI abstract addName addrLine address affiliation analytic anchor annotation appInfo application author availability back bibl biblScope biblStruct body cell change citeData citeStructure classCode conversion correspAction correspContext correspDesc country date desc div edition editionStmt editor ellipsis email encodingDesc eventName facsimile figDesc figure fileDesc forename formula front genName gender graphic head hi idno imprint item keywords label licence link list listAnnotation listBibl listObject meeting monogr name note noteGrp notesStmt object objectIdentifier objectName org orgName p persName persPronouns persona postBox postCode profileDesc ptr pubPlace publicationStmt publisher rb ref region revisionDesc roleName row rt ruby s schemaRef series seriesStmt settlement sourceDesc standOff state street surface surname table teiHeader term text textClass title titleStmt unit unitDecl unitDef when xenoData]
Attributes
sourcespecifies the source from which some aspect of this element is drawn.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@source]">
<sch:let name="srcs"
 value="tokenize( normalize-space(@source),' ')"/>

<sch:report test="( self::tei:classRef | self::tei:dataRef | self::tei:elementRef | + self::tei:macroRef | self::tei:moduleRef | self::tei:schemaSpec ) + and $srcs[2]"> When used on a schema description element (like
<sch:value-of select="name(.)"/>), the @source attribute
should have only 1 value. (This one has <sch:value-of select="count($srcs)"/>.)
</sch:report>
</sch:rule>
Note

The source attribute points to an external source. When used on an element describing a schema component (<classRef>, <dataRef>, <elementRef>, <macroRef>, <moduleRef>, or <schemaSpec>), it identifies the source from which declarations for the components should be obtained.

On other elements it provides a pointer to the bibliographical source from which a quotation or citation is drawn.

In either case, the location may be provided using any form of URI, for example an absolute URI, a relative URI, a private scheme URI of the form tei:x.y.z, where x.y.z indicates the version number, e.g. tei:4.3.2 for TEI P5 release 4.3.2 or (as a special case) tei:current for whatever is the latest release, or a private scheme URI that is expanded to an absolute URI as documented in a <prefixDef>.

When used on elements describing schema components, source should have only one value; when used on other elements multiple values are permitted.

Example
<p>
<!-- ... --> As Willard McCarty (<bibl xml:id="mcc_2012">2012, p.2</bibl>) tells us, <quote source="#mcc_2012">‘Collaboration’ is a problematic and should be a contested
   term.</quote>
<!-- ... -->
</p>
Example
<p>
<!-- ... -->
 <quote source="#chicago_15_ed">Grammatical theories are in flux, and the more we learn, the
   less we seem to know.</quote>
<!-- ... -->
</p>
<!-- ... -->
<bibl xml:id="chicago_15_ed">
 <title level="m">The Chicago Manual of Style</title>,
<edition>15th edition</edition>. <pubPlace>Chicago</pubPlace>: <publisher>University of
   Chicago Press</publisher> (<date>2003</date>), <biblScope unit="page">p.147</biblScope>.

</bibl>
Example
<elementRef key="psource="tei:2.0.1"/>

Include in the schema an element named p available from the TEI P5 2.0.1 release.

Example
<schemaSpec ident="myODD"
 source="mycompiledODD.xml">

<!-- further declarations specifying the components required -->
</schemaSpec>

Create a schema using components taken from the file mycompiledODD.xml.

att.internetMedia

att.internetMedia provides attributes for specifying the type of a computer resource using a standard taxonomy.
Moduletei
Membersatt.media [graphic] ptr ref
Attributes
mimeType(MIME media type) specifies the applicable multimedia internet mail extension (MIME) media type
Status Optional
Datatype 1–∞ occurrences of teidata.word separated by whitespace
Example

In this example mimeType is used to indicate that the URL points to a TEI XML file encoded in UTF-8.

<ref mimeType="application/tei+xml; charset=UTF-8"
 target="https://raw.githubusercontent.com/TEIC/TEI/dev/P5/Source/guidelines-en.xml"/>
Note

This attribute class provides an attribute for describing a computer resource, typically available over the internet, using a value taken from a standard taxonomy. At present only a single taxonomy is supported, the Multipurpose Internet Mail Extensions (MIME) Media Type system. This typology of media types is defined by the Internet Engineering Task Force in RFC 2046. The list of types is maintained by the Internet Assigned Numbers Authority (IANA). The mimeType attribute must have a value taken from this list.

att.locatable

att.locatable 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]
Moduletei
Membersconversion
Attributes
whereindicates one or more locations by pointing to a <place> element or other canonical description.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace

att.measurement

att.measurement provides attributes to represent a regularized or normalized measurement.
Moduletei
Membersunit
Attributes
unit(unit) indicates the units used for the measurement, usually using the standard symbol for the desired units.
Status Optional
Datatype teidata.enumerated
Suggested values include:
m
(metre) SI base unit of length
kg
(kilogram) SI base unit of mass
s
(second) SI base unit of time
Hz
(hertz) SI unit of frequency
Pa
(pascal) SI unit of pressure or stress
Ω
(ohm) SI unit of electric resistance
L
(litre) 1 dm³
t
(tonne) 10³ kg
ha
(hectare) 1 hm²
Å
(ångström) 10⁻¹⁰ m
mL
(millilitre)
cm
(centimetre)
dB
(decibel) see remarks, below
kbit
(kilobit) 10³ or 1000 bits
Kibit
(kibibit) 2¹⁰ or 1024 bits
kB
(kilobyte) 10³ or 1000 bytes
KiB
(kibibyte) 2¹⁰ or 1024 bytes
MB
(megabyte) 10⁶ or 1 000 000 bytes
MiB
(mebibyte) 2²⁰ or 1 048 576 bytes
Note

If the measurement being represented is not expressed in a particular unit, but rather is a number of discrete items, the unit count should be used, or the unit attribute may be left unspecified.

Wherever appropriate, a recognized SI unit name should be used (see further http://www.bipm.org/en/publications/si-brochure/; http://physics.nist.gov/cuu/Units/). The list above is indicative rather than exhaustive.

unitRefpoints to a unique identifier stored in the xml:id of a unitDef element that defines a unit of measure.
Status Optional
Datatype teidata.pointer
quantity(quantity) specifies the number of the specified units that comprise the measurement
Status Optional
Datatype teidata.numeric
commodity(commodity) indicates the substance that is being measured
Status Optional
Datatype 1–∞ occurrences of teidata.word separated by whitespace
Note

In general, when the commodity is made of discrete entities, the plural form should be used, even when the measurement is of only one of them.

Schematron

<sch:rule context="tei:*[@unitRef]">
<sch:report role="infotest="@unit">The @unit attribute may be unnecessary when @unitRef is present.</sch:report>
</sch:rule>
Note
This attribute class provides a triplet of attributes that may be used either to regularize the values of the measurement being encoded, or to normalize them with respect to a standard measurement system.
<l>So weren't you gonna buy <measure commodity="ice cream"
  quantity="0.5unit="gal">
half
   a gallon</measure>, baby</l>
<l>So won't you go and buy <measure commodity="ice cream"
  quantity="1.893unit="L">
half
   a gallon</measure>, baby?</l>

The unit should normally be named using the standard symbol for an SI unit (see further http://www.bipm.org/en/publications/si-brochure/; http://physics.nist.gov/cuu/Units/). However, encoders may also specify measurements using informally defined units such as lines or characters.

att.media

att.media provides attributes for specifying display and related properties of external media.
Moduletei
Membersgraphic
Attributes
widthWhere the media are displayed, indicates the display width
Status Optional
Datatype teidata.outputMeasurement
heightWhere the media are displayed, indicates the display height
Status Optional
Datatype teidata.outputMeasurement
scaleWhere the media are displayed, indicates a scale factor to be applied when generating the desired display size
Status Optional
Datatype teidata.numeric

att.naming

att.naming provides attributes common to elements which refer to named persons, places, organizations etc. [3.6.1. Referring Strings 13.3.7. Names and Nyms]
Moduletei
Membersatt.personal [addName eventName forename genName name objectName orgName persName roleName surname] affiliation author country editor pubPlace region settlement state trash
Attributes
rolemay be used to specify further information about the entity referenced by this name in the form of a set of whitespace-separated values, for example the occupation of a person, or the status of a place.
Status Optional
Datatype 1–∞ occurrences of teidata.enumerated separated by whitespace
nymRef(reference to the canonical name) provides a means of locating the canonical form (nym) of the names associated with the object named by the element bearing it.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Note

The value must point directly to one or more XML elements by means of one or more URIs, separated by whitespace. If more than one is supplied, the implication is that the name is associated with several distinct canonical names.

att.notated

att.notated provides attributes to indicate any specialised notation used for element content.
Moduletei
Membersformula listAnnotation s
Attributes
notationnames the notation used for the content of the element.
Status Optional
Datatype teidata.enumerated

att.personal

att.personal (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]
Moduletei
MembersaddName eventName forename genName name objectName orgName persName roleName surname
Attributes
fullindicates whether the name component is given in full, as an abbreviation or simply as an initial.
Status Optional
Datatype teidata.enumerated
Legal values are:
yes
(yes) the name component is spelled out in full. [Default]
abb
(abbreviated) the name component is given in an abbreviated form.
init
(initial letter) the name component is indicated only by one initial.
sort(sort) specifies the sort order of the name component in relation to others within the name.
Status Optional
Datatype teidata.count

att.placement

att.placement 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]
Moduletei
Membersfigure head label note noteGrp rt
Attributes
placespecifies where this item is placed.
Status Recommended
Datatype 1–∞ occurrences of teidata.enumerated separated by whitespace
Suggested values include:
top
at the top of the page
bottom
at the foot of the page
margin
in the margin (left, right, or both)
opposite
on the opposite, i.e. facing, page
overleaf
on the other side of the leaf
above
above the line
right
to the right, e.g. to the right of a vertical line of text, or to the right of a figure
below
below the line
left
to the left, e.g. to the left of a vertical line of text, or to the left of a figure
end
at the end of e.g. chapter or volume.
inline
within the body of the text.
inspace
in a predefined space, for example left by an earlier scribe.
<add place="margin">[An addition written in the margin]</add>
<add place="bottom opposite">[An addition written at the
foot of the current page and also on the facing page]</add>
<note place="bottom">Ibid, p.7</note>

att.pointing

att.pointing provides a set of attributes used by all elements which point to other elements by means of one or more URI references. [1.3.1.1.2. Language Indicators 3.7. Simple Links and Cross-References]
Moduletei
Membersannotation licence link note noteGrp ptr ref term
Attributes
targetLangspecifies the language of the content to be found at the destination referenced by target, using a ‘language tag’ generated according to BCP 47.
Status Optional
Datatype teidata.language
Schematron

<sch:rule context="tei:*[not(self::tei:schemaSpec)][@targetLang]">
<sch:assert test="@target">@targetLang should only be used on <sch:name/> if @target is specified.</sch:assert>
</sch:rule>
<linkGrp xml:id="pol-swh_aln_2.1-linkGrp">
 <ptr target="pol/UDHR/text.xml#pol_txt_1-head"
  targetLang="pltype="tuvxml:id="pol-swh_aln_2.1.1-ptr"/>

 <ptr target="swh/UDHR/text.xml#swh_txt_1-head"
  targetLang="swtype="tuvxml:id="pol-swh_aln_2.1.2-ptr"/>

</linkGrp>

In the example above, the <linkGrp> combines pointers at parallel fragments of the Universal Declaration of Human Rights: one of them is in Polish, the other in Swahili.

Note

The value must conform to BCP 47. If the value is a private use code (i.e., starts with x- or contains -x-), a <language> element with a matching value for its ident attribute should be supplied in the TEI header to document this value. Such documentation may also optionally be supplied for non-private-use codes, though these must remain consistent with their (IETF)Internet Engineering Task Force definitions.

targetspecifies the destination of the reference by supplying one or more URI References
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Note

One or more syntactically valid URI references, separated by whitespace. Because whitespace is used to separate URIs, no whitespace is permitted inside a single URI. If a whitespace character is required in a URI, it should be escaped with the normal mechanism, e.g. TEI%20Consortium.

evaluate(evaluate) specifies the intended meaning when the target of a pointer is itself a pointer.
Status Optional
Datatype teidata.enumerated
Legal values are:
all
if the element pointed to is itself a pointer, then the target of that pointer will be taken, and so on, until an element is found which is not a pointer.
one
if the element pointed to is itself a pointer, then its target (whether a pointer or not) is taken as the target of this pointer.
none
no further evaluation of targets is carried out beyond that needed to find the element specified in the pointer's target.
Note

If no value is given, the application program is responsible for deciding (possibly on the basis of user input) how far to trace a chain of pointers.

att.ranging

att.ranging provides attributes for describing numerical ranges.
Moduletei
Membersatt.dimensions [date ellipsis state]
Attributes
atLeastgives a minimum estimated value for the approximate measurement.
Status Optional
Datatype teidata.numeric
atMostgives a maximum estimated value for the approximate measurement.
Status Optional
Datatype teidata.numeric
minwhere the measurement summarizes more than one observation or a range, supplies the minimum value observed.
Status Optional
Datatype teidata.numeric
maxwhere the measurement summarizes more than one observation or a range, supplies the maximum value observed.
Status Optional
Datatype teidata.numeric
confidencespecifies 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.
Status Optional
Datatype teidata.probability
Example
The MS. was lost in transmission by mail from <del rend="overstrike">
 <gap atLeast="1atMost="2"
  extent="one or two lettersreason="illegibleunit="chars"/>

</del> Philadelphia to the Graphic office, New York.
Example
Americares has been supporting the health sector in Eastern
Europe since 1986, and since 1992 has provided <measure atLeast="120000000"
 commodity="currencyunit="USD">
more than
$120m</measure> in aid to Ukrainians.

att.resourced

att.resourced provides attributes by which a resource (such as an externally held media file) may be located.
Moduletei
Membersgraphic schemaRef
Attributes
url(uniform resource locator) specifies the URL from which the media concerned may be obtained.
Status Required
Datatype teidata.pointer

att.segLike

att.segLike provides attributes for elements used for arbitrary segmentation. [16.3. Blocks, Segments, and Anchors 17.1. Linguistic Segment Categories]
Moduletei
Memberss
Attributes
function(function) characterizes the function of the segment.
Status Optional
Datatype teidata.enumerated
Note

Attribute values will often vary depending on the type of element to which they are attached. For example, a <cl>, may take values such as coordinate, subject, adverbial etc. For a <phr>, such values as subject, predicate etc. may be more appropriate. Such constraints will typically be implemented by a project-defined customization.

att.sortable

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]
Moduletei
Membersbibl biblStruct correspAction idno item list listBibl listObject object org persona term
Attributes
sortKeysupplies the sort key for this element in an index, list or group which contains it.
Status Optional
Datatype teidata.word
David's other principal backer, Josiah
ha-Kohen <index indexName="NAMES">
 <term sortKey="Azarya_Josiah_Kohen">Josiah ha-Kohen b. Azarya</term>
</index> b. Azarya, son of one of the last gaons of Sura was David's own first
cousin.
Note

The sort key is used to determine the sequence and grouping of entries in an index. It provides a sequence of characters which, when sorted with the other values, will produced the desired order; specifics of sort key construction are application-dependent

Dictionary order often differs from the collation sequence of machine-readable character sets; in English-language dictionaries, an entry for 4-H will often appear alphabetized under ‘fourh’, and McCoy may be alphabetized under ‘maccoy’, while A1, A4, and A5 may all appear in numeric order ‘alphabetized’ between ‘a-’ and ‘AA’. The sort key is required if the orthography of the dictionary entry does not suffice to determine its location.

att.tableDecoration

att.tableDecoration provides attributes used to decorate rows or cells of a table. [14. Tables, Formulæ, Graphics, and Notated Music]
Modulefigures
Memberscell row
Attributes
role(role) indicates the kind of information held in this cell or in each cell of this row.
Status Optional
Datatype teidata.enumerated
Suggested values include:
label
labelling or descriptive information only.
data
data values. [Default]
Note

When this attribute is specified on a row, its value is the default for all cells in this row. When specified on a cell, its value overrides any default specified by the role attribute of the parent row element.

rows(rows) indicates the number of rows occupied by this cell or row.
Status Optional
Datatype teidata.count
Default 1
Note

A value greater than one indicates that this cell spans several rows. Where several cells span multiple rows, it may be more convenient to use nested tables.

cols(columns) indicates the number of columns occupied by this cell or row.
Status Optional
Datatype teidata.count
Default 1
Note

A value greater than one indicates that this cell or row spans several columns. Where an initial cell spans an entire row, it may be better treated as a heading.

att.timed

att.timed provides attributes common to those elements which have a duration in time, expressed either absolutely or by reference to an alignment map. [8.3.5. Temporal Information]
Moduletei
Membersellipsis
Attributes
startindicates the location within a temporal alignment at which this element begins.
Status Optional
Datatype teidata.pointer
Note

If no value is supplied, the element is assumed to follow the immediately preceding element at the same hierarchic level.

endindicates the location within a temporal alignment at which this element ends.
Status Optional
Datatype teidata.pointer
Note

If no value is supplied, the element is assumed to precede the immediately following element at the same hierarchic level.

att.transcriptional

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]
Moduletei
Membersrt
Attributes
statusindicates the effect of the intervention, for example in the case of a deletion, strikeouts which include too much or too little text, or in the case of an addition, an insertion which duplicates some of the text already present.
Status Optional
Datatype teidata.enumerated
Sample values include:
duplicate
all of the text indicated as an addition duplicates some text that is in the original, whether the duplication is word-for-word or less exact.
duplicate-partial
part of the text indicated as an addition duplicates some text that is in the original
excessStart
some text at the beginning of the deletion is marked as deleted even though it clearly should not be deleted.
excessEnd
some text at the end of the deletion is marked as deleted even though it clearly should not be deleted.
shortStart
some text at the beginning of the deletion is not marked as deleted even though it clearly should be.
shortEnd
some text at the end of the deletion is not marked as deleted even though it clearly should be.
partial
some text in the deletion is not marked as deleted even though it clearly should be.
unremarkable
the deletion is not faulty. [Default]
Note

Status information on each deletion is needed rather rarely except in critical editions from authorial manuscripts; status information on additions is even less common.

Marking a deletion or addition as faulty is inescapably an interpretive act; the usual test applied in practice is the linguistic acceptability of the text with and without the letters or words in question.

causedocuments the presumed cause for the intervention.
Status Optional
Datatype teidata.enumerated
seq(sequence) assigns a sequence number related to the order in which the encoded features carrying this attribute are believed to have occurred.
Status Optional
Datatype teidata.count

att.typed

att.typed 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 3.6.1. Referring Strings 3.7. Simple Links and Cross-References 3.6.5. Abbreviations and Their Expansions 3.13.1. Core Tags for Verse 7.2.5. Speech Contents 4.1.1. Un-numbered Divisions 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 8.3. Elements Unique to Spoken Texts 23.3.1.3. Modification of Attribute and Attribute Value Lists]
Moduletei
MembersTEI addName affiliation anchor application bibl biblStruct change correspAction correspDesc country date desc div eventName figure forename formula genName gender graphic head idno label link list listAnnotation listBibl listObject name note noteGrp object objectName org orgName persName persPronouns ptr rb ref region roleName rt ruby s schemaRef settlement standOff state surface surname table term text title unit unitDef xenoData
Attributes
typecharacterizes the element in some sense, using any convenient classification scheme or typology.
Status Optional
Datatype teidata.enumerated
<div type="verse">
 <head>Night in Tarras</head>
 <lg type="stanza">
  <l>At evening tramping on the hot white road</l>
  <l></l>
 </lg>
 <lg type="stanza">
  <l>A wind sprang up from nowhere as the sky</l>
  <l></l>
 </lg>
</div>
Note

The type attribute is present on a number of elements, not all of which are members of att.typed, usually because these elements restrict the possible values for the attribute in a specific way.

subtype(subtype) provides a sub-categorization of the element, if needed
Status Optional
Datatype teidata.enumerated
Note

The subtype attribute may be used to provide any sub-classification for the element additional to that provided by its type attribute.

Schematron

<sch:rule context="tei:*[@subtype]">
<sch:assert test="@type">The <sch:name/> element should not be categorized in detail with @subtype unless also categorized in general with @type</sch:assert>
</sch:rule>
Note

When appropriate, values from an established typology should be used. Alternatively a typology may be defined in the associated TEI header. If values are to be taken from a project-specific list, this should be defined using the <valList> element in the project-specific schema description, as described in 23.3.1.3. Modification of Attribute and Attribute Value Lists .

att.written

att.written provides attributes to indicate the hand in which the content of an element was written in the source being transcribed. [1.3.1. Attribute Classes]
Moduletei
Membersatt.transcriptional [rt] div figure head hi label note noteGrp p text
Attributes
handpoints to a <handNote> element describing the hand considered responsible for the content of the element concerned.
Status Optional
Datatype teidata.pointer

Schema Grobid: Datatypes

teidata.certainty

+ + + + + + + + + + + +
teidata.certainty defines the range of attribute values expressing a degree of certainty.
Moduletei
Used by
Content model
<content>
 <valList type="closed">
  <valItem ident="high"/>
  <valItem ident="medium"/>
  <valItem ident="low"/>
  <valItem ident="unknown"/>
 </valList>
</content>
Declaration
+tei_teidata.certainty = "high" | "medium" | "low" | "unknown"
Note

Certainty may be expressed by one of the predefined symbolic values high, medium, or low. The value unknown should be used in cases where the encoder does not wish to assert an opinion about the matter.

teidata.count

+ + + + + + + + + + + +
teidata.count defines the range of attribute values used for a non-negative integer value used as a count.
Moduletei
Used by
Element:
Content model
<content>
 <dataRef name="nonNegativeInteger"/>
</content>
Declaration
+tei_teidata.count = xsd:nonNegativeInteger
Note

Any positive integer value or zero is permitted

teidata.duration.iso

+ + + + + + + + + + + + + + + + + +
teidata.duration.iso defines the range of attribute values available for representation of a duration in time using ISO 8601 standard formats
Moduletei
Used by
Content model
<content>
 <dataRef name="token"
  restriction="[0-9.,DHMPRSTWYZ/:+\-]+"/>

</content>
Declaration
+tei_teidata.duration.iso = token { pattern = "[0-9.,DHMPRSTWYZ/:+\-]+" }
Example
<time dur-iso="PT0,75H">three-quarters of an hour</time>
Example
<date dur-iso="P1,5D">a day and a half</date>
Example
<date dur-iso="P14D">a fortnight</date>
Example
<time dur-iso="PT0.02S">20 ms</time>
Note

A duration is expressed as a sequence of number-letter pairs, preceded by the letter P; the letter gives the unit and may be Y (year), M (month), D (day), H (hour), M (minute), or S (second), in that order. The numbers are all unsigned integers, except for the last, which may have a decimal component (using either . or , as the decimal point; the latter is preferred). If any number is 0, then that number-letter pair may be omitted. If any of the H (hour), M (minute), or S (second) number-letter pairs are present, then the separator T must precede the first ‘time’ number-letter pair.

For complete details, see ISO 8601 Data elements and interchange formats — Information interchange — Representation of dates and times.

teidata.duration.w3c

+ + + + + + + + + + + + + + + + + +
teidata.duration.w3c defines the range of attribute values available for representation of a duration in time using W3C datatypes.
Moduletei
Used by
Content model
<content>
 <dataRef name="duration"/>
</content>
Declaration
+tei_teidata.duration.w3c = xsd:duration
Example
<time dur="PT45M">forty-five minutes</time>
Example
<date dur="P1DT12H">a day and a half</date>
Example
<date dur="P7D">a week</date>
Example
<time dur="PT0.02S">20 ms</time>
Note

A duration is expressed as a sequence of number-letter pairs, preceded by the letter P; the letter gives the unit and may be Y (year), M (month), D (day), H (hour), M (minute), or S (second), in that order. The numbers are all unsigned integers, except for the S number, which may have a decimal component (using . as the decimal point). If any number is 0, then that number-letter pair may be omitted. If any of the H (hour), M (minute), or S (second) number-letter pairs are present, then the separator T must precede the first ‘time’ number-letter pair.

For complete details, see the W3C specification.

teidata.enumerated

+ + + + + + + + + + + +
teidata.enumerated defines the range of attribute values expressed as a single XML name taken from a list of documented possibilities.
Moduletei
Used by
teidata.gender teidata.sexElement:
Content model
<content>
 <dataRef key="teidata.word"/>
</content>
Declaration
+tei_teidata.enumerated = teidata.word
Note

Attributes using this datatype must contain a single ‘word’ which contains only letters, digits, punctuation characters, or symbols: thus it cannot include whitespace.

Typically, the list of documented possibilities will be provided (or exemplified) by a value list in the associated attribute specification, expressed with a <valList> element.

teidata.gender

+ + + +
teidata.gender defines the range of attribute values used to represent the gender of a person, persona, or character.
Moduletei
Used by
Element:
Content model
<content>
 <dataRef key="teidata.enumerated"/>
</content>
Declaration
+tei_teidata.gender = teidata.enumerated
Note

Values for attributes using this datatype may be defined locally by a project, or they may refer to an external standard.

Values for this datatype should not be used to encode morphological gender (cf. <gen>, msd as defined in att.linguistic, and 9.3.1. Information on Written and Spoken Forms).

teidata.interval

+ + + +
teidata.interval defines attribute values used to express an interval value.
Moduletei
Used by
Element:
Content model
<content>
 <alternate>
  <dataRef name="float"/>
  <valList>
   <valItem ident="regular"/>
   <valItem ident="irregular"/>
   <valItem ident="unknown"/>
  </valList>
 </alternate>
</content>
Declaration
+tei_teidata.interval = xsd:float | ( "regular" | "irregular" | "unknown" )
Note

Any value greater than zero or any one of the values regular, irregular, unknown.

teidata.language

+ + + + + + + + + + + + +
teidata.language defines the range of attribute values used to identify a particular combination of human language and writing system. [6.1. Language Identification]
Moduletei
Used by
Content model
<content>
 <alternate>
  <dataRef name="language"/>
  <valList>
   <valItem ident=""/>
  </valList>
 </alternate>
</content>
Declaration
+tei_teidata.language = xsd:language | ( "" )
Note

The values for this attribute are language ‘tags’ as defined in BCP 47. Currently BCP 47 comprises RFC 5646 and RFC 4647; over time, other IETF documents may succeed these as the best current practice.

A ‘language tag’, per BCP 47, is assembled from a sequence of components or subtags separated by the hyphen character (-, U+002D). The tag is made of the following subtags, in the following order. Every subtag except the first is optional. If present, each occurs only once, except the fourth and fifth components (variant and extension), which are repeatable.

language
The IANA-registered code for the language. This is almost always the same as the ISO 639 2-letter language code if there is one. The list of available registered language subtags can be found at https://www.iana.org/assignments/language-subtag-registry. It is recommended that this code be written in lower case.
script
The ISO 15924 code for the script. These codes consist of 4 letters, and it is recommended they be written with an initial capital, the other three letters in lower case. The canonical list of codes is maintained by the Unicode Consortium, and is available at https://unicode.org/iso15924/iso15924-codes.html. The IETF recommends this code be omitted unless it is necessary to make a distinction you need.
region
Either an ISO 3166 country code or a UN M.49 region code that is registered with IANA (not all such codes are registered, e.g. UN codes for economic groupings or codes for countries for which there is already an ISO 3166 2-letter code are not registered). The former consist of 2 letters, and it is recommended they be written in upper case; the list of codes can be searched or browsed at https://www.iso.org/obp/ui/#search/code/. The latter consist of 3 digits; the list of codes can be found at http://unstats.un.org/unsd/methods/m49/m49.htm.
variant
An IANA-registered variation. These codes ‘are used to indicate additional, well-recognized variations that define a language or its dialects that are not covered by other available subtags’.
extension
An extension has the format of a single letter followed by a hyphen followed by additional subtags. These exist to allow for future extension to BCP 47, but as of this writing no such extensions are in use.
private use
An extension that uses the initial subtag of the single letter x (i.e., starts with x-) has no meaning except as negotiated among the parties involved. These should be used with great care, since they interfere with the interoperability that use of RFC 4646 is intended to promote. In order for a document that makes use of these subtags to be TEI-conformant, a corresponding <language> element must be present in the TEI header.

There are two exceptions to the above format. First, there are language tags in the IANA registry that do not match the above syntax, but are present because they have been ‘grandfathered’ from previous specifications.

Second, an entire language tag can consist of only a private use subtag. These tags start with x-, and do not need to follow any further rules established by the IETF and endorsed by these Guidelines. Like all language tags that make use of private use subtags, the language in question must be documented in a corresponding <language> element in the TEI header.

Examples include

sn
Shona
zh-TW
Taiwanese
zh-Hant-HK
Chinese written in traditional script as used in Hong Kong
en-SL
English as spoken in Sierra Leone
pl
Polish
es-MX
Spanish as spoken in Mexico
es-419
Spanish as spoken in Latin America

The W3C Internationalization Activity has published a useful introduction to BCP 47, Language tags in HTML and XML.

teidata.name

+ + + + + + + + + + + +
teidata.name defines the range of attribute values expressed as an XML Name.
Moduletei
Used by
Element:
Content model
<content>
 <dataRef name="Name"/>
</content>
Declaration
+tei_teidata.name = xsd:Name
Note

Attributes using this datatype must contain a single word which follows the rules defining a legal XML name (see https://www.w3.org/TR/REC-xml/#dt-name): for example they cannot include whitespace or begin with digits.

teidata.numeric

+ + + + + + + +
teidata.numeric defines the range of attribute values used for numeric values.
Moduletei
Used by
Content model
<content>
 <alternate>
  <dataRef name="double"/>
  <dataRef name="token"
   restriction="(\-?[\d]+/\-?[\d]+)"/>

  <dataRef name="decimal"/>
 </alternate>
</content>
Declaration
 tei_teidata.numeric =
-   xsd:double | token { pattern = "(\-?[\d]+/\-?[\d]+)" } | xsd:decimal
Note

Any numeric value, represented as a decimal number, in floating point format, or as a ratio.

To represent a floating point number, expressed in scientific notation, ‘E notation’, a variant of ‘exponential notation’, may be used. In this format, the value is expressed as two numbers separated by the letter E. The first number, the significand (sometimes called the mantissa) is given in decimal format, while the second is an integer. The value is obtained by multiplying the mantissa by 10 the number of times indicated by the integer. Thus the value represented in decimal notation as 1000.0 might be represented in scientific notation as 10E3.

A value expressed as a ratio is represented by two integer values separated by a solidus (/) character. Thus, the value represented in decimal notation as 0.5 might be represented as a ratio by the string 1/2.

5.10. teidata.outputMeasurement

+ + + +
teidata.outputMeasurement defines a range of values for use in specifying the size of an object that is intended for display.
Moduletei
Used by
Content model
-<content>
- <dataRef name="token"
-  restriction="[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)"/>
-</content>
-    
Declaration
+   xsd:double | token { pattern = "(\-?[\d]+/\-?[\d]+)" } | xsd:decimal
Note

Any numeric value, represented as a decimal number, in floating point format, or as a ratio.

To represent a floating point number, expressed in scientific notation, ‘E notation’, a variant of ‘exponential notation’, may be used. In this format, the value is expressed as two numbers separated by the letter E. The first number, the significand (sometimes called the mantissa) is given in decimal format, while the second is an integer. The value is obtained by multiplying the mantissa by 10 the number of times indicated by the integer. Thus the value represented in decimal notation as 1000.0 might be represented in scientific notation as 10E3.

A value expressed as a ratio is represented by two integer values separated by a solidus (/) character. Thus, the value represented in decimal notation as 0.5 might be represented as a ratio by the string 1/2.

teidata.outputMeasurement

+ + + + + + + +
teidata.outputMeasurement defines a range of values for use in specifying the size of an object that is intended for display.
Moduletei
Used by
Content model
<content>
 <dataRef name="token"
  restriction="[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|ch|rem|vw|vh|vmin|vmax)"/>

</content>
Declaration
 tei_teidata.outputMeasurement =
-   token
+   token
    {
-      pattern = "[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)"
-   }
Example
<figure><head>The TEI Logo</head><figDesc>Stylized yellow angle brackets with the letters <mentioned>TEI</mentioned> in -   between and <mentioned>text encoding initiative</mentioned> underneath, all on a white -   background.</figDesc><graphic height="600px" -  url="http://www.tei-c.org/logos/TEI-600.jpgwidth="600px"/> -</figure>
Note

These values map directly onto the values used by XSL-FO and CSS. For definitions of the units see those specifications; at the time of this writing the most complete list is in the CSS3 working draft.

5.11. teidata.pattern

teidata.pattern defines attribute values which are expressed as a regular expression.
Moduletei
Used by
Content model
-<content>
- <dataRef name="token"/>
-</content>
-    
Declaration
-tei_teidata.pattern = token
Note
A regular expression, often called a pattern, is an expression that describes a set of strings. They are usually used to give a concise description of a set, without having to list all elements. For example, the set containing the three strings Handel, Händel, and Haendel can be described by the pattern H(ä|ae?)ndel (or alternatively, it is said that the pattern H(ä|ae?)ndel matches each of the three strings)
Wikipedia

This TEI datatype is mapped to the XSD token datatype, and may therefore contain any string of characters. However, it is recommended that the value used conform to the particular flavour of regular expression syntax supported by XSD Schema.

5.12. teidata.point

+ + + + + + +
teidata.point defines the data type used to express a point in cartesian space.
Moduletei
Used by
Content model
-<content>
- <dataRef name="token"
-  restriction="(-?[0-9]+(\.[0-9]+)?,-?[0-9]+(\.[0-9]+)?)"/>
-</content>
-    
Declaration
+      pattern = "[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|ch|rem|vw|vh|vmin|vmax)"
+   }
Example
<figure>
 <head>The TEI Logo</head>
 <figDesc>Stylized yellow angle brackets with the letters <mentioned>TEI</mentioned> in
   between and <mentioned>text encoding initiative</mentioned> underneath, all on a white
   background.</figDesc>
 <graphic height="600px"
  url="http://www.tei-c.org/logos/TEI-600.jpgwidth="600px"/>

</figure>
Note

These values map directly onto the values used by XSL-FO and CSS. For definitions of the units see those specifications; at the time of this writing the most complete list is in the CSS3 working draft.

teidata.pattern

+ + + + + + + + + + + + +
teidata.pattern defines attribute values which are expressed as a regular expression.
Moduletei
Used by
Content model
<content>
 <dataRef name="token"/>
</content>
Declaration
+tei_teidata.pattern = token
Note
A regular expression, often called a pattern, is an expression that describes a set of strings. They are usually used to give a concise description of a set, without having to list all elements. For example, the set containing the three strings Handel, Händel, and Haendel can be described by the pattern H(ä|ae?)ndel (or alternatively, it is said that the pattern H(ä|ae?)ndel matches each of the three strings)
Wikipedia

This TEI datatype is mapped to the XSD token datatype, and may therefore contain any string of characters. However, it is recommended that the value used conform to the particular flavour of regular expression syntax supported by XSD Schema.

teidata.point

+ +
teidata.point defines the data type used to express a point in cartesian space.
Moduletei
Used by
Content model
<content>
 <dataRef name="token"
  restriction="(-?[0-9]+(\.[0-9]+)?,-?[0-9]+(\.[0-9]+)?)"/>

</content>
Declaration
 tei_teidata.point =
-   token { pattern = "(-?[0-9]+(\.[0-9]+)?,-?[0-9]+(\.[0-9]+)?)" }
Example
<facsimile><surface lrx="400lry="280ulx="0uly="0"> -  <zone points="220,100 300,210 170,250 123,234"> -   <graphic url="handwriting.png "/> -  </zone></surface> -</facsimile>
Note

A point is defined by two numeric values, which should be expressed as decimal numbers. Neither number can end in a decimal point. E.g., both 0.0,84.2 and 0,84 are allowed, but 0.,84. is not.

5.13. teidata.pointer

teidata.pointer defines the range of attribute values used to provide a single URI, absolute or relative, pointing to some other resource, either within the current document or elsewhere.
Moduletei
Used by
Element:
Content model
-<content>
- <dataRef name="anyURI"/>
-</content>
-    
Declaration
-tei_teidata.pointer = xsd:anyURI
Note

The range of syntactically valid values is defined by RFC 3986 Uniform Resource Identifier (URI): Generic Syntax. Note that the values themselves are encoded using RFC 3987 Internationalized Resource Identifiers (IRIs) mapping to URIs. For example, https://secure.wikimedia.org/wikipedia/en/wiki/% is encoded as https://secure.wikimedia.org/wikipedia/en/wiki/%25 while http://موقع.وزارة-الاتصالات.مصر/ is encoded as http://xn--4gbrim.xn----rmckbbajlc6dj7bxne2c.xn--wgbh1c/

5.14. teidata.probCert

teidata.probCert defines a range of attribute values which can be expressed either as a numeric probability or as a coded certainty value.
Moduletei
Used by
Content model
-<content>
- <alternate>
-  <dataRef key="teidata.probability"/>
-  <dataRef key="teidata.certainty"/>
- </alternate>
-</content>
-    
Declaration
-tei_teidata.probCert = teidata.probability | teidata.certainty

5.15. teidata.probability

teidata.probability defines the range of attribute values expressing a probability.
Moduletei
Used by
Content model
-<content>
- <dataRef name="double"/>
-</content>
-    
Declaration
-tei_teidata.probability = xsd:double
Note

Probability is expressed as a real number between 0 and 1; 0 representing certainly false and 1 representing certainly true.

5.16. teidata.replacement

teidata.replacement defines attribute values which contain a replacement template.
Moduletei
Used by
Content model
-<content>
- <textNode/>
-</content>
-    
Declaration
-tei_teidata.replacement = text

5.17. teidata.sex

teidata.sex defines the range of attribute values used to identify human or animal sex.
Moduletei
Used by
Element:
Content model
-<content>
- <dataRef key="teidata.word"/>
-</content>
-    
Declaration
-tei_teidata.sex = teidata.word
Note

Values for attributes using this datatype may be locally defined by a project, or may refer to an external standard, such as vCard's sex property http://microformats.org/wiki/gender-formats (in which M indicates male, F female, O other, N none or not applicable, U unknown), or the often used ISO 5218:2004 Representation of Human Sexes http://standards.iso.org/ittf/PubliclyAvailableStandards/c036266_ISO_IEC_5218_2004(E_F).zip (in which 0 indicates unknown; 1 male; 2 female; and 9 not applicable, although the ISO standard is widely considered inadequate); cf. CETH's Recommendations for Inclusive Data Collection of Trans People http://transhealth.ucsf.edu/trans?page=lib-data-collection.

5.18. teidata.temporal.iso

+ + +
teidata.temporal.iso defines the range of attribute values expressing a temporal expression such as a date, a time, or a combination of them, that conform to the international standard Data elements and interchange formats – Information interchange – Representation of dates and times.
Moduletei
Used by
Content model
-<content>
- <alternate>
-  <dataRef name="date"/>
-  <dataRef name="gYear"/>
-  <dataRef name="gMonth"/>
-  <dataRef name="gDay"/>
-  <dataRef name="gYearMonth"/>
-  <dataRef name="gMonthDay"/>
-  <dataRef name="time"/>
-  <dataRef name="dateTime"/>
-  <dataRef name="token"
-   restriction="[0-9.,DHMPRSTWYZ/:+\-]+"/>
- </alternate>
-</content>
-    
Declaration
+   token { pattern = "(-?[0-9]+(\.[0-9]+)?,-?[0-9]+(\.[0-9]+)?)" }
Example
<facsimile>
 <surface lrx="400lry="280ulx="0uly="0">
  <zone points="220,100 300,210 170,250 123,234">
   <graphic url="handwriting.png"/>
  </zone>
 </surface>
</facsimile>
Note

A point is defined by two numeric values, which should be expressed as decimal numbers. Neither number can end in a decimal point. E.g., both 0.0,84.2 and 0,84 are allowed, but 0.,84. is not.

teidata.pointer

+ + + + + + + + + + + +
teidata.pointer defines the range of attribute values used to provide a single URI, absolute or relative, pointing to some other resource, either within the current document or elsewhere.
Moduletei
Used by
Element:
Content model
<content>
 <dataRef name="anyURIrestriction="\S+"/>
</content>
Declaration
+tei_teidata.pointer = xsd:anyURI { pattern = "\S+" }
Note

The range of syntactically valid values is defined by RFC 3986 Uniform Resource Identifier (URI): Generic Syntax. Note that the values themselves are encoded using RFC 3987 Internationalized Resource Identifiers (IRIs) mapping to URIs. For example, https://secure.wikimedia.org/wikipedia/en/wiki/% is encoded as https://secure.wikimedia.org/wikipedia/en/wiki/%25 while http://موقع.وزارة-الاتصالات.مصر/ is encoded as http://xn--4gbrim.xn----rmckbbajlc6dj7bxne2c.xn--wgbh1c/

teidata.probability

+ + + + + + + + + + + +
teidata.probability defines the range of attribute values expressing a probability.
Moduletei
Used by
Content model
<content>
 <dataRef name="double"/>
</content>
Declaration
+tei_teidata.probability = xsd:double
Note

Probability is expressed as a real number between 0 and 1; 0 representing certainly false and 1 representing certainly true.

teidata.probCert

+ + + +
teidata.probCert defines a range of attribute values which can be expressed either as a numeric probability or as a coded certainty value.
Moduletei
Used by
Content model
<content>
 <alternate>
  <dataRef key="teidata.probability"/>
  <dataRef key="teidata.certainty"/>
 </alternate>
</content>
Declaration
+tei_teidata.probCert = teidata.probability | teidata.certainty

teidata.replacement

+ + + +
teidata.replacement defines attribute values which contain a replacement template.
Moduletei
Used by
Content model
<content>
 <textNode/>
</content>
Declaration
+tei_teidata.replacement = text

teidata.sex

+ + + + + + + + + + +
teidata.sex defines the range of attribute values used to identify the sex of an organism.
Moduletei
Used by
Element:
Content model
<content>
 <dataRef key="teidata.enumerated"/>
</content>
Declaration
+tei_teidata.sex = teidata.enumerated
Note

Values for attributes using this datatype may be defined locally by a project, or they may refer to an external standard.

teidata.temporal.iso

+ + + + + + +
teidata.temporal.iso defines the range of attribute values expressing a temporal expression such as a date, a time, or a combination of them, that conform to the international standard Data elements and interchange formats – Information interchange – Representation of dates and times.
Moduletei
Used by
Content model
<content>
 <alternate>
  <dataRef name="date"/>
  <dataRef name="gYear"/>
  <dataRef name="gMonth"/>
  <dataRef name="gDay"/>
  <dataRef name="gYearMonth"/>
  <dataRef name="gMonthDay"/>
  <dataRef name="time"/>
  <dataRef name="dateTime"/>
  <dataRef name="token"
   restriction="[0-9.,DHMPRSTWYZ/:+\-]+"/>

 </alternate>
</content>
Declaration
 tei_teidata.temporal.iso =
    xsd:date
  | xsd:gYear
@@ -4760,20 +1589,18 @@
  | xsd:gMonthDay
  | xsd:time
  | xsd:dateTime
- | token { pattern = "[0-9.,DHMPRSTWYZ/:+\-]+" }
Note

If it is likely that the value used is to be compared with another, then a time zone indicator should always be included, and only the dateTime representation should be used.

For all representations for which ISO 8601 describes both a basic and an extended format, these Guidelines recommend use of the extended format.

While ISO 8601 permits the use of both 00:00 and 24:00 to represent midnight, these Guidelines strongly recommend against the use of 24:00.

5.19. teidata.temporal.w3c

+ + + +
teidata.temporal.w3c defines the range of attribute values expressing a temporal expression such as a date, a time, or a combination of them, that conform to the W3C XML Schema Part 2: Datatypes Second Edition specification.
Moduletei
Used by
Element:
Content model
-<content>
- <alternate>
-  <dataRef name="date"/>
-  <dataRef name="gYear"/>
-  <dataRef name="gMonth"/>
-  <dataRef name="gDay"/>
-  <dataRef name="gYearMonth"/>
-  <dataRef name="gMonthDay"/>
-  <dataRef name="time"/>
-  <dataRef name="dateTime"/>
- </alternate>
-</content>
-    
Declaration
+ | token { pattern = "[0-9.,DHMPRSTWYZ/:+\-]+" }
Note

If it is likely that the value used is to be compared with another, then a time zone indicator should always be included, and only the dateTime representation should be used.

For all representations for which ISO 8601:2004 describes both a basic and an extended format, these Guidelines recommend use of the extended format.

teidata.temporal.w3c

+ + + + + + +
teidata.temporal.w3c defines the range of attribute values expressing a temporal expression such as a date, a time, or a combination of them, that conform to the W3C XML Schema Part 2: Datatypes Second Edition specification.
Moduletei
Used by
Element:
Content model
<content>
 <alternate>
  <dataRef name="date"/>
  <dataRef name="gYear"/>
  <dataRef name="gMonth"/>
  <dataRef name="gDay"/>
  <dataRef name="gYearMonth"/>
  <dataRef name="gMonthDay"/>
  <dataRef name="time"/>
  <dataRef name="dateTime"/>
 </alternate>
</content>
Declaration
 tei_teidata.temporal.w3c =
    xsd:date
  | xsd:gYear
@@ -4782,59 +1609,106 @@
  | xsd:gYearMonth
  | xsd:gMonthDay
  | xsd:time
- | xsd:dateTime
Note

If it is likely that the value used is to be compared with another, then a time zone indicator should always be included, and only the dateTime representation should be used.

5.20. teidata.text

teidata.text defines the range of attribute values used to express some kind of identifying string as a single sequence of Unicode characters possibly including whitespace.
Moduletei
Used by
Content model
-<content>
- <dataRef name="string"/>
-</content>
-    
Declaration
-tei_teidata.text = string
Note

Attributes using this datatype must contain a single ‘token’ in which whitespace and other punctuation characters are permitted.

5.21. teidata.truthValue

teidata.truthValue defines the range of attribute values used to express a truth value.
Moduletei
Used by
Element:
Content model
-<content>
- <dataRef name="boolean"/>
-</content>
-    
Declaration
-tei_teidata.truthValue = xsd:boolean
Note

The possible values of this datatype are 1 or true, or 0 or false.

This datatype applies only for cases where uncertainty is inappropriate; if the attribute concerned may have a value other than true or false, e.g. unknown, or inapplicable, it should have the extended version of this datatype: teidata.xTruthValue.

5.22. teidata.version

teidata.version defines the range of attribute values which may be used to specify a TEI or Unicode version number.
Moduletei
Used by
Element:
Content model
-<content>
- <dataRef name="token"
-  restriction="[\d]+(\.[\d]+){0,2}"/>
-</content>
-    
Declaration
-tei_teidata.version = token { pattern = "[\d]+(\.[\d]+){0,2}" }
Note

The value of this attribute follows the pattern specified by the Unicode consortium for its version number (http://unicode.org/versions/). A version number contains digits and fullstop characters only. The first number supplied identifies the major version number. A second and third number, for minor and sub-minor version numbers, may also be supplied.

5.23. teidata.versionNumber

+ + + +
teidata.versionNumber defines the range of attribute values used for version numbers.
Moduletei
Used by
Content model
-<content>
- <dataRef name="token"
-  restriction="[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}"/>
-</content>
-    
Declaration
+ | xsd:dateTime
Note

If it is likely that the value used is to be compared with another, then a time zone indicator should always be included, and only the dateTime representation should be used.

teidata.text

+ + + + +
teidata.text defines the range of attribute values used to express some kind of identifying string as a single sequence of Unicode characters possibly including whitespace.
Moduletei
Used by
Content model
<content>
 <dataRef name="string"/>
</content>
Declaration
+tei_teidata.text = string
Note

Attributes using this datatype must contain a single ‘token’ in which whitespace and other punctuation characters are permitted.

teidata.truthValue

+ + + + + + + + + + + +
teidata.truthValue defines the range of attribute values used to express a truth value.
Moduletei
Used by
Element:
Content model
<content>
 <dataRef name="boolean"/>
</content>
Declaration
+tei_teidata.truthValue = xsd:boolean
Note

The possible values of this datatype are 1 or true, or 0 or false.

This datatype applies only for cases where uncertainty is inappropriate; if the attribute concerned may have a value other than true or false, e.g. unknown, or inapplicable, it should have the extended version of this datatype: teidata.xTruthValue.

teidata.version

+ + + + + +
teidata.version defines the range of attribute values which may be used to specify a TEI or Unicode version number.
Moduletei
Used by
Element:
Content model
<content>
 <dataRef name="token"
  restriction="[\d]+(\.[\d]+){0,2}"/>

</content>
Declaration
+tei_teidata.version = token { pattern = "[\d]+(\.[\d]+){0,2}" }
Note

The value of this attribute follows the pattern specified by the Unicode consortium for its version number (https://unicode.org/versions/). A version number contains digits and fullstop characters only. The first number supplied identifies the major version number. A second and third number, for minor and sub-minor version numbers, may also be supplied.

teidata.versionNumber

+ +
teidata.versionNumber defines the range of attribute values used for version numbers.
Moduletei
Used by
Content model
<content>
 <dataRef name="token"
  restriction="[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}"/>

</content>
Declaration
 tei_teidata.versionNumber =
-   token { pattern = "[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}" }

5.24. teidata.word

teidata.word defines the range of attribute values expressed as a single word or token.
Moduletei
Used by
Content model
-<content>
- <dataRef name="token"
-  restriction="[^\p{C}\p{Z}]+"/>
-</content>
-    
Declaration
-tei_teidata.word = token { pattern = "[^\p{C}\p{Z}]+" }
Note

Attributes using this datatype must contain a single ‘word’ which contains only letters, digits, punctuation characters, or symbols: thus it cannot include whitespace.

5.25. teidata.xTruthValue

teidata.xTruthValue (extended truth value) defines the range of attribute values used to express a truth value which may be unknown.
Moduletei
Used by
Content model
-<content>
- <alternate>
-  <dataRef name="boolean"/>
-  <valList>
-   <valItem ident="unknown"/>
-   <valItem ident="inapplicable"/>
-  </valList>
- </alternate>
-</content>
-    
Declaration
-tei_teidata.xTruthValue = xsd:boolean | ( "unknown" | "inapplicable" )
Note

In cases where where uncertainty is inappropriate, use the datatype teidata.TruthValue.

5.26. teidata.xmlName

teidata.xmlName defines attribute values which contain an XML name.
Moduletei
Used by
Element:
Content model
-<content>
- <dataRef name="NCName"/>
-</content>
-    
Declaration
-tei_teidata.xmlName = xsd:NCName
Note

The rules defining an XML name form a part of the XML Specification.

5.27. teidata.xpath

teidata.xpath defines attribute values which contain an XPath expression.
Moduletei
Used by
Element:
Content model
-<content>
- <textNode/>
-</content>
-    
Declaration
-tei_teidata.xpath = text
Note

Any XPath expression using the syntax defined in 6.2..

When writing programs that evaluate XPath expressions, programmers should be mindful of the possibility of malicious code injection attacks. For further information about XPath injection attacks, see the article at OWASP.

Patrice Lopez. Date: 2021-08-23
\ No newline at end of file + token { pattern = "[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}" }

teidata.word

+ + + + + + + + + + + +
teidata.word defines the range of attribute values expressed as a single word or token.
Moduletei
Used by
Content model
<content>
 <dataRef name="token"
  restriction="[^\p{C}\p{Z}]+"/>

</content>
Declaration
+tei_teidata.word = token { pattern = "[^\p{C}\p{Z}]+" }
Note

Attributes using this datatype must contain a single ‘word’ which contains only letters, digits, punctuation characters, or symbols: thus it cannot include whitespace.

teidata.xmlName

+ + + +
teidata.xmlName defines attribute values which contain an XML name.
Moduletei
Used by
Element:
Content model
<content>
 <dataRef name="NCName"/>
</content>
Declaration
+tei_teidata.xmlName = xsd:NCName
Note

The rules defining an XML name form a part of the XML Specification.

teidata.xpath

+ + + +
teidata.xpath defines attribute values which contain an XPath expression.
Moduletei
Used by
Element:
Content model
<content>
 <textNode/>
</content>
Declaration
+tei_teidata.xpath = text
Note

Any XPath expression using the syntax defined in 6.2. .

When writing programs that evaluate XPath expressions, programmers should be mindful of the possibility of malicious code injection attacks. For further information about XPath injection attacks, see the article at OWASP.

teidata.xTruthValue

+ + + + + + + + + + + + + + +
teidata.xTruthValue (extended truth value) defines the range of attribute values used to express a truth value which may be unknown.
Moduletei
Used by
Content model
<content>
 <alternate>
  <dataRef name="boolean"/>
  <valList>
   <valItem ident="unknown"/>
   <valItem ident="inapplicable"/>
  </valList>
 </alternate>
</content>
Declaration
+tei_teidata.xTruthValue = xsd:boolean | ( "unknown" | "inapplicable" )
Note

In cases where where uncertainty is inappropriate, use the datatype teidata.TruthValue.

Schema Grobid: Macros

macro.limitedContent

macro.limitedContent (paragraph content) defines the content of prose elements that are not used for transcription of extant materials. [1.3. The TEI Class System]
Moduletei
Used by
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <textNode/>
  <classRef key="model.limitedPhrase"/>
  <classRef key="model.inter"/>
 </alternate>
</content>
Declaration
+tei_macro.limitedContent =
+   ( text | tei_model.limitedPhrase | tei_model.inter )*

macro.paraContent

macro.paraContent (paragraph content) defines the content of paragraphs and similar elements. [1.3. The TEI Class System]
Moduletei
Used by
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <textNode/>
  <classRef key="model.paraPart"/>
 </alternate>
</content>
Declaration
+tei_macro.paraContent = ( text | tei_model.paraPart )*

macro.phraseSeq

macro.phraseSeq (phrase sequence) defines a sequence of character data and phrase-level elements. [1.4.1. Standard Content Models]
Moduletei
Used by
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.attributable"/>
  <classRef key="model.phrase"/>
  <classRef key="model.global"/>
 </alternate>
</content>
Declaration
+tei_macro.phraseSeq =
+   (
+      text
+    | tei_model.gLike
+    | tei_model.attributable
+    | tei_model.phrase
+    | tei_model.global
+   )*

macro.phraseSeq.limited

macro.phraseSeq.limited (limited phrase sequence) defines a sequence of character data and those phrase-level elements that are not typically used for transcribing extant documents. [1.4.1. Standard Content Models]
Moduletei
Used by
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <textNode/>
  <classRef key="model.limitedPhrase"/>
  <classRef key="model.global"/>
 </alternate>
</content>
Declaration
+tei_macro.phraseSeq.limited =
+   ( text | tei_model.limitedPhrase | tei_model.global )*

macro.specialPara

macro.specialPara ('special' paragraph content) defines the content model of elements such as notes or list items, which either contain a series of component-level elements or else have the same structure as a paragraph, containing a series of phrase-level and inter-level elements. [1.3. The TEI Class System]
Moduletei
Used by
Content model
<content>
 <alternate maxOccurs="unbounded"
  minOccurs="0">

  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.phrase"/>
  <classRef key="model.inter"/>
  <classRef key="model.divPart"/>
  <classRef key="model.global"/>
 </alternate>
</content>
Declaration
+tei_macro.specialPara =
+   (
+      text
+    | tei_model.gLike
+    | tei_model.phrase
+    | tei_model.inter
+    | tei_model.divPart
+    | tei_model.global
+   )*
Patrice Lopez. Date: 2024-02-08
\ No newline at end of file diff --git a/grobid-home/schemas/dtd/Grobid.dtd b/grobid-home/schemas/dtd/Grobid.dtd index d045860e48..7f3eb146c2 100644 --- a/grobid-home/schemas/dtd/Grobid.dtd +++ b/grobid-home/schemas/dtd/Grobid.dtd @@ -1,9 +1,8 @@ @@ -47,8 +46,6 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5/Version 4.2.2/ - - @@ -57,6 +54,10 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5/Version 4.2.2/ + + + + @@ -119,6 +120,10 @@ subtype %teidata.enumerated; #IMPLIED'> + + @@ -157,11 +162,11 @@ datingMethod %teidata.pointer; #IMPLIED'> %tei_att.datable.custom.attribute.to-custom; %tei_att.datable.custom.attribute.datingPoint; %tei_att.datable.custom.attribute.datingMethod;'> - - - - - + + + + + @@ -236,6 +241,10 @@ targetEnd CDATA #IMPLIED'> + + @@ -312,22 +321,22 @@ to %teidata.temporal.w3c; #IMPLIED'> %tei_att.datable.w3c.attribute.notAfter; %tei_att.datable.w3c.attribute.from; %tei_att.datable.w3c.attribute.to;'> - - +period CDATA #IMPLIED'> + + + %tei_att.datcat.attribute.valueDatcat; + %tei_att.datcat.attribute.targetDatcat;'> source CDATA #IMPLIED'> - - @@ -402,7 +408,6 @@ xml:base %teidata.pointer; #IMPLIED'> sortKey %teidata.word; #IMPLIED'> + + + + @@ -652,11 +665,11 @@ to %teidata.word; #IMPLIED'> - - - - - + + + + + @@ -667,21 +680,21 @@ to %teidata.word; #IMPLIED'> - - - - - + + + + + - - - - - + + + + + @@ -787,16 +800,16 @@ to %teidata.word; #IMPLIED'> - - - - - - - - - - + + + + + + + + + + @@ -832,6 +845,11 @@ to %teidata.word; #IMPLIED'> + + + + + @@ -892,14 +910,14 @@ to %teidata.word; #IMPLIED'> - - + + @@ -938,6 +956,14 @@ sort %teidata.count; #IMPLIED'> + + + + @@ -966,11 +992,11 @@ datingMethod %teidata.pointer; #IMPLIED'> %tei_att.datable.custom.attribute.to-custom; %tei_att.datable.custom.attribute.datingPoint; %tei_att.datable.custom.attribute.datingMethod;'> - - - - - + + + + + @@ -1073,7 +1099,7 @@ ana CDATA #IMPLIED'> %tei_att.global.analytic.attribute.ana;'> - + @@ -1128,7 +1154,8 @@ version %teidata.version; #IMPLIED > %tei_att.datable.attributes; %tei_att.naming.attributes; %tei_att.typed.attribute.subtype; -type %teidata.enumerated; #IMPLIED > +type %teidata.enumerated; #IMPLIED +calendar CDATA #IMPLIED > @@ -1183,6 +1210,7 @@ motivation NMTOKENS #IMPLIED > %tei_att.global.attributes; %tei_att.typed.attributes; %tei_att.datable.attributes; +calendar CDATA #IMPLIED ident %teidata.name; #REQUIRED version CDATA #REQUIRED > @@ -1191,13 +1219,36 @@ version CDATA #REQUIRED > + %tei_att.datable.attributes; +calendar CDATA #IMPLIED > @@ -1230,7 +1281,7 @@ status (free|unknown|restricted) #IMPLIED > %tei_att.sortable.attributes; %tei_att.docStatus.attributes; > - + + + + + +property %teidata.pointer; #REQUIRED > @@ -1270,6 +1332,8 @@ scheme %teidata.pointer; #REQUIRED > %tei_att.global.attributes; %tei_att.datable.attributes; %tei_att.formula.attributes; + %tei_att.locatable.attributes; +calendar CDATA #IMPLIED fromUnit %teidata.pointer; #REQUIRED toUnit %teidata.pointer; #REQUIRED > @@ -1285,8 +1349,7 @@ type %teidata.enumerated; #IMPLIED > - + %tei_att.global.attributes; %tei_att.naming.attributes; %tei_att.typed.attributes; - %tei_att.datable.attributes; > + %tei_att.datable.attributes; +calendar CDATA #IMPLIED > @@ -1309,10 +1373,11 @@ type %teidata.enumerated; #IMPLIED > %tei_att.global.attributes; %tei_att.canonical.attributes; %tei_att.datable.attributes; + %tei_att.calendarSystem.attributes; %tei_att.editLike.attributes; %tei_att.dimensions.attributes; %tei_att.typed.attributes; > - + %tei_att.typed.attribute.subtype; type %teidata.enumerated; #IMPLIED > - + + %tei_att.datable.attributes; +calendar CDATA #IMPLIED > + + + + @@ -1355,6 +1428,15 @@ type %teidata.enumerated; #IMPLIED > + + + + @@ -1399,6 +1481,23 @@ type %teidata.enumerated; #IMPLIED > + + + + + + + + @@ -1406,7 +1505,8 @@ type %teidata.enumerated; #IMPLIED > %tei_att.global.attributes; %tei_att.media.attributes; %tei_att.resourced.attributes; - %tei_att.declaring.attributes; > + %tei_att.declaring.attributes; + %tei_att.typed.attributes; > @@ -1429,7 +1529,8 @@ type %teidata.enumerated; #IMPLIED > %tei_att.sortable.attributes; %tei_att.datable.attributes; %tei_att.typed.attribute.subtype; -type %teidata.enumerated; #IMPLIED > +type %teidata.enumerated; #IMPLIED +calendar CDATA #IMPLIED > @@ -1461,7 +1562,8 @@ scheme %teidata.pointer; #IMPLIED > + %tei_att.datable.attributes; +calendar CDATA #IMPLIED > @@ -1493,7 +1595,7 @@ type %teidata.enumerated; #IMPLIED > %tei_att.sortable.attributes; %tei_att.declarable.attributes; %tei_att.typed.attributes; > - + + %tei_att.canonical.attributes; +calendar CDATA #IMPLIED > @@ -1521,7 +1624,8 @@ type %teidata.enumerated; #IMPLIED > %tei_att.personal.attributes; %tei_att.datable.attributes; %tei_att.editLike.attributes; - %tei_att.typed.attributes; > + %tei_att.typed.attributes; +calendar CDATA #IMPLIED > @@ -1532,7 +1636,7 @@ type %teidata.enumerated; #IMPLIED > %tei_att.typed.attributes; %tei_att.written.attributes; %tei_att.anchoring.attributes; > - + - - + + %tei_att.declaring.attributes; %tei_att.docStatus.attributes; %tei_att.canonical.attributes; > - - + + - + %tei_att.editLike.attributes; %tei_att.global.attributes; %tei_att.personal.attributes; - %tei_att.typed.attributes; > + %tei_att.typed.attributes; +calendar CDATA #IMPLIED > @@ -1588,7 +1693,8 @@ role NMTOKENS #IMPLIED > %tei_att.datable.attributes; %tei_att.editLike.attributes; %tei_att.personal.attributes; - %tei_att.typed.attributes; > + %tei_att.typed.attributes; +calendar CDATA #IMPLIED > @@ -1605,7 +1711,8 @@ role NMTOKENS #IMPLIED > %tei_att.datable.attributes; %tei_att.editLike.attributes; %tei_att.personal.attributes; - %tei_att.typed.attributes; > + %tei_att.typed.attributes; +calendar CDATA #IMPLIED > @@ -1614,6 +1721,7 @@ role NMTOKENS #IMPLIED > %tei_att.datable.attributes; %tei_att.typed.attributes; evidence %teidata.enumerated; #IMPLIED +calendar CDATA #IMPLIED value NMTOKENS #IMPLIED > @@ -1624,6 +1732,7 @@ value NMTOKENS #IMPLIED > %tei_att.sortable.attributes; role NMTOKENS #IMPLIED sex CDATA #IMPLIED +gender CDATA #IMPLIED age %teidata.enumerated; #IMPLIED > @@ -1690,7 +1799,14 @@ age %teidata.enumerated; #IMPLIED > %tei_att.global.attributes; %tei_att.naming.attributes; %tei_att.typed.attributes; - %tei_att.datable.attributes; > + %tei_att.datable.attributes; +calendar CDATA #IMPLIED > + + + + @@ -1755,7 +1871,8 @@ key %teidata.xmlName; #IMPLIED > %tei_att.global.attributes; %tei_att.naming.attributes; %tei_att.typed.attributes; - %tei_att.datable.attributes; > + %tei_att.datable.attributes; +calendar CDATA #IMPLIED > @@ -1778,7 +1895,8 @@ key %teidata.xmlName; #IMPLIED > %tei_att.editLike.attributes; %tei_att.typed.attributes; %tei_att.naming.attributes; - %tei_att.dimensions.attributes; > + %tei_att.dimensions.attributes; +calendar CDATA #IMPLIED > @@ -1848,6 +1966,7 @@ cols %teidata.count; #IMPLIED > %tei_att.canonical.attributes; %tei_att.datable.attributes; type %teidata.enumerated; #IMPLIED +calendar CDATA #IMPLIED level (a|m|j|s|u) #IMPLIED > @@ -1875,7 +1994,8 @@ Measures] --> + %tei_att.global.attributes; +calendar CDATA #IMPLIED > @@ -1883,7 +2003,8 @@ Measures] --> %tei_att.global.attributes; %tei_att.datable.attributes; %tei_att.canonical.attributes; - %tei_att.typed.attributes; > + %tei_att.typed.attributes; +calendar CDATA #IMPLIED > diff --git a/grobid-home/schemas/odd/Grobid.compiled.odd b/grobid-home/schemas/odd/Grobid.compiled.odd new file mode 100644 index 0000000000..f1eaf9cd4a --- /dev/null +++ b/grobid-home/schemas/odd/Grobid.compiled.odd @@ -0,0 +1,19285 @@ + + + + + Grobid TEI result schema + Patrice Lopez + + +

for use by whoever wants it

+
+ + http://www.example.org/ns/nonTEI + + +

created on Sunday 05th October 2014 06:25:09 AM

+
+
File edited with RomaJS +
+ + + + + +

Schema for structured documents resulting from the automatic extraction and restructuring realized by + Grobid.

+ + anchoring + provides attributes for use on annotations, e.g. notes and groups of notes + describing the existence and position of an anchor for annotations. + + + anchored + verankert + indicates whether the copy text shows the exact place of reference for the note. + indique si l'exemplaire du texte montre l'emplacement + de référence exact pour la note + indica si el texto de copia muestra el lugar exacto + de referencia para una nota. + 說明來源文件是否指出附註的確切參照位置。 + indica se il testo copia mostra l'esatta posizione di + riferimento della nota. + 当該注釈がある場所への参照は、正確にその場所を示しているかどうか。 + gibt an, ob eine Vorlage den exakten Referenzort der Anmerkung anzeigt. + + true + +

In modern texts, notes are usually anchored by means of explicit footnote or endnote + symbols. An explicit indication of the phrase or line annotated may however be used + instead (e.g. page 218, lines 3–4). The anchored attribute indicates + whether any explicit location is given, whether by symbol or by prose cross-reference. The + value true indicates that such an explicit location is indicated in the copy + text; the value false indicates that the copy text does not indicate a specific + place of attachment for the note. If the specific symbols used in the copy text at the + location the note is anchored are to be recorded, use the n attribute.

+
+ +

Dans des textes modernes, les notes sont habituellement ancrées au moyen d’appels de + notes explicites (pour des notes de bas de page ou des notes de fin de texte). A la place, une indication explicite de + l'expression ou de la ligne annotée peut cependant être employée (par exemple page 218, + lignes 3–4). L'attribut anchored indique si un emplacement est donné + explicitement ou s'il est exprimé par un symbole ou par un renvoi. La valeur + true indique qu'un endroit explicite est indiqué dans le texte ; la valeur + false indique que le texte n'indique pas un endroit spécifique d'attachement + pour la note. Si des symboles spécifiques utilisés dans le texte à l'endroit où la note + est ancrée doivent être enregistrés, l'attribut n sera utilisé.

+
+ +

In modernen Texten wird auf Anmerkungen üblicherweise durch explizite Fuß- oder Endnotensymbole + verwiesen. Stattdessen kann aber auch ein expliziter Hinweis auf die Phrase oder Zeile verwendet + werden (z. B. Seite 218, Zeile 3–4). Das anchored-Attribut gibt an, ob ein + expliziter Ort durch ein Symbol oder einen Querverweis angegeben ist. Der Wert true + gibt an, dass ein expliziter Ort in der Vorlage angegeben ist; der Wert false gibt + an, dass die Vorlage kein spezifisches Verweisziel für die Anmerkung angibt. Zur Verzeichnung + von spezifischen Referenzzeichen, die in der Vorlage verwendet werden, wird das + n-Attribut benutzt.

+
+
+ + target end + Bereichsende + points to the end of the span to which the note is attached, if the note is not embedded + in the text at that point. + pointe vers la fin d'un passage auquel la note est + attachée, si la note n'est pas enchâssée dans le texte à cet endroit + indica el final de un periodo al cual una nota está + enlazada, si la nota no está insertada en ese punto del texto. + 如果附註不是嵌在正文中,則用以標明附註所註段落的終點。 + rimanda alla fine della porzione di testo a cui la + nota è allegata nel caso in cui la nota non sia inclusa nel testo in quel punto. + 当該注釈・コメントの終了点を示す。(当該注釈が注釈先の場所に埋め込 まれていない場合) + verweist auf das Ende eines Bereichs, dem das note-Element angefügt ist, es sei denn die + Anmerkung ist in den Text an diesem Punkt bereits eingebettet. + + +

This attribute is retained for backwards compatibility; it may be removed at a subsequent + release of the Guidelines. The recommended way of pointing to a span of elements is by + means of the range function of XPointer, as further described in 16.2.4.6. range().

+
+ +

Cet attribut est conservé pour assurer un arrière-plan compatible ; il sera supprimé dans la + prochaine mise à jour des Recommandations. La procédure recommandée pour pointer en + direction d'une expansion des éléments est de le faire au moyen de la fonction + range de XPointer, telle que la description en est faite à 16.2.4.6. range().

+
+ +

Dieses Attribut wurde beibehalten, um eine Abwärtskompatibilität zu gewährleisten; bei einem + zukünftigen Release der Guidelines kann es entfernt werden. Der empfohlene Weg, um auf einen + Bereich zu verweisen, ist die Verwendung der range-Funktion von XPointer, wie in + 16.2.4.6. range() beschrieben.

+
+
+
+ + + +

(...) tamen reuerendos dominos archiepiscopum et canonicos Leopolienses + necnon episcopum in duplicibus Quatuortemporibus totaliter expediui...

+ + + + + Quatuor Tempora, so called dry fast days. + + + Quatuor Tempora, tzw. Suche dni postne. + + +
+
+
+ provides attributes for elements representing speech or action that can be ascribed to a + specific individual. + 특정 개인의 대화 또는 행위를 표시하는 요소에 대한 속성을 제공한다. + 提供的元素屬性代表言詞或行為,可出自某一特定個人。 + 特定個人の発話や行動を示す要素に付随する。 + fournit des attributs pour des éléments transcrivant la + parole ou l'action qui peuvent être attribuées à un individu en particulier. + proporciona atributos para los elementos que representan + palabras o acciones atribuibles a individuos determinados. + assegna degli attributi agli elementi che rappresentano + parole o azioni attribuibili a singoli individui + + + indicates the person, or group of people, to whom the element content is ascribed. + 요소 내용이 속하는 사람 또는 사람의 그룹을 나타낸다. + 指出該元素內容所歸屬的個人或團體。 + 当該要素の内容が示す人物を示す。 + indique la personne ou le groupe de personnes à qui + le contenu de l'élément est attribué. + indica la persona o grupo de personas a las que se + refiere el contenido del elemento. + indica la persona o gruppo di persone alle quali + viene attribuito il contenuto dell'elemento + + +

In the following example from Hamlet, speeches (sp) in the body of the play + are linked to role elements in the castList using the who + attribute.

+ + + Bernardo + + + Francisco + a soldier + + + + Bernardo + Who's there? + + + Francisco + Nay, answer me: stand, and unfold yourself. + + +
+

For transcribed speech, this will typically identify a participant or participant + group; in other contexts, it will point to any identified person element.

+

Pour un discours transcrit, identifiera typiquement un participant ou + un groupe participant ; dans d'autres contextes, pointera vers n'importe quel élément + person identifié.

+

転記された音声の場合、これは通常、参加者または参加者グループを識別する。他のコンテキストでは、識別されたperson要素を指し示す。

+
+
+ + 3.3.3. Quotation + 8.3. Elements Unique to Spoken Texts + +
+ 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. + fournit des attributs qui peuvent être utilisés pour + associer une représentation telle qu'un nom ou un titre à l'information canonique concernant + l'objet nommé ou auquel il est fait référence. + 名前やタイトルのような表現を参照対象についての典拠情報と関連付けるのに利用する属性を提供する。 + + + provides an externally-defined means of identifying the entity (or entities) being + named, using a coded value of some kind. + fournit un moyen, défini de façon externe, + d'identifier l'entité (ou les entités) nommé(es), en utilisant une valeur codée + d'un certain type. + 何らかのコード化された値を用いて、名付けられたエンティティを識別する外部的に定義された手段を提供する。 + + + + + Victor Hugo + + + + +

The value may be a unique identifier from a database, or any other externally-defined + string identifying the referent. + No particular syntax is proposed for the values of the key attribute, since + its form will depend entirely on practice within a given project.

+
+ +

La valeur peut être un identifiant unique dans une base de données, ou toute autre chaîne + définie de façon externe identifiant le référent.

+
+

値はデータベースにおけるユニークな識別子や、外部で定義された指示対象を特定するなんらかの文字列であってよい。key属性の値に関してさだまった構文は提案されていない。なぜならば、それぞれのプロジェクトのやりかたに完全に依存するからである。同様の理由によって、データの相互交換においてこの属性は推奨されない。在るプロジェクトで用いられた値が他のプロジェクトの値と異なることを保証できないからである。そのような場面における魔法石的対処は、RFC4151に定義されるタグURIを値とするref属性を用いて、標準的なウェブにおける習慣にしたがってmagic tokenを使うことである。

+
+ + reference + référence + 参照 + provides an explicit means of locating a full definition or identity for the entity being named by + means of one or more URIs. + fournit un moyen explicite de localiser une + définition complète de l'entité nommée au moyen d'un ou plusieurs URIs. + 一つ以上のURIを用いて、名付けられたエンティティの完全な定義かIDを参照するための明確な手段を提供する。 + + + + Seamus Heaney + + + +

The value must point directly to one or more XML elements or other resources by means of one or more URIs, separated by whitespace. If more than one is supplied the implication is that the name identifies several distinct entities.

+
+ +

La valeur doit pointer directement vers un ou plusieurs éléments XML au moyen d'un ou plusieurs URIs, séparés par un espace. Si plus d'un URI est fourni, cela implique que le nom identifie plusieurs entités distinctes.

+
+

値は1つまたは複数のXML要素あるいは、空白によって区切られた1つまたは複数のURIを指し示すものでなければならない。1つ以上の値が与えられているときは、その名前が複数の異るエンティティに対応することを示唆する。

+
+
+ +

In this contrived example, a canonical reference to the same + organisation is provided in four different ways.

+ + + New Zealand Parliament, Legislative Council + +   + + New Zealand Parliament, Legislative Council + +   + + New Zealand Parliament, Legislative Council + +   + + New Zealand Parliament, Legislative Council + + +

The first presumes the availability of an internet connection + and a processor that can resolve a URI (most can). The second + requires, in addition, a prefixDef that declares how the + nzvm prefix should be interpreted. The third does not + require an internet connection, but does require that a file named + named_entities.xml be in the same + directory as the TEI document. The fourth requires that an entire + external system for key resolution be available.

+
+ + +

The key attribute is more flexible and + general-purpose, but its use in interchange requires that + documentation about how the key is to be resolved be sent to the + recipient of the TEI document. In contrast values of the + ref attribute are resolved using the widely accepted + protocols for a URI, and thus less documentation, if any, is + likely required by the recipient in data interchange.

+

These guidelines provide no semantic basis or suggested + precedence when both key and ref are + provided. For this reason simultaneous use of both is not + recommended unless documentation explaining the use is provided, + probably in an ODD customizaiton, for interchange.

+
+ + 13.1.1. Linking Names and Their Referents + +
+ provides attributes for describing numerical ranges. + 数値範囲を記述するための属性を提供する。 + + + gives a minimum estimated value for the approximate measurement. + donne une estimation de la valeur minimum pour la + mesure. + 概算推量のための最小推定値を与える。 + + + + gives a maximum estimated value for the approximate measurement. + donne une estimation de la valeur maximum pour la + mesure. + 概算推量のための最大推定値を与える。 + + + + where the measurement summarizes more than one observation + or a range, supplies the minimum value + observed. + lorsque la mesure résume plus d'une observation, + fournit la valeur minimum observée. + 1回以上の観察あるいは範囲をまとめた推量において、観察された最小値を提供する。 + + + + where the measurement summarizes more than one observation + or a range, supplies the maximum value + observed. + lorsque la mesure résume plus d'une observation, + fournit la valeur maximum observée. + 1回以上の観察あるいは範囲をまとめた推量において、観察された最大値を提供する。 + + + + 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. + minmax、で指定された範囲内の値、あるいはその範囲内で観察された値の割合の統計的な信頼度を0から1の値で示す。 + + + + + +The MS. was lost in transmission by mail from Philadelphia to the Graphic office, New York. + + + + + Americares has been supporting the health sector in Eastern + Europe since 1986, and since 1992 has provided more than + $120m in aid to Ukrainians. + + + + provides attributes for describing the size of physical objects. + 물리적 대상의 크기를 기술하는 속성을 제공한다. + 提供符合某種度量值的屬性值。 + 物理的対象の大きさを表す属性を示す。 + fournit des attributs + pour décrire la taille des objets physiques + assegna degli attributi che descrivono la grandezza di + oggetti fisici + proporciona atributos que califican una determinata + medición. + + + + + + names the unit used for the measurement + 측정 단위의 이름을 기술한다. + 度量單位的名稱。 + 当該大きさの単位を示す。 + noms des unités utilisées pour la mesure. + especifica las unidades usadas para la medición. + specifica le unità usate per la misurazione + + + + centimetres + センチメートル + centimètres + centímetros + centimetri + + + millimetres + ミリメートル + millimètres + milímetros + millimetri + + + inches + インチ + pouces + pulgadas + pollici + + + lines of text + 텍스트의 행 + líneas de texto + テキスト行 + lignes de texte + righe di testo + + + characters + 文字 + 문자 + caracteres + caratteri + characters of text + 텍스트의 문자 + caracteres del texto + 文字列 + caractères du texte + caratteri di testo + + + + + specifies the length in the units specified + 명시된 단위의 길이를 명시한다. + especifica la longitud en las unidades especificadas + 当該単位の大きさを示す。 + spécifie la longueur dans les unités indiquées + specifica la lunghezza nelle unità indicate + + + + indicates the size of the object concerned using a project-specific vocabulary combining + quantity and units in a single string of words. + indique la dimension de l'objet en utilisant + un vocabulaire spécifique à un projet qui combine la quantité et + l'unité dans une chaîne seule de mots. + 単一の文字列の数量と単位を組み合わせたプロジェクト固有の語彙を使用して、関連するオブジェクトのサイズを示す。 + + + + + + + + + + + + + + characterizes the precision of the values specified by the other attributes. + caractérise la précision des valeurs spécifiées par les autres attributs. + 他の属性によって指定された値の精度を特徴付ける。 + + + + where the measurement summarizes more than one observation, specifies the applicability + of this measurement. + 측정의 적용가능성을 명시하며, 하나 이상의 대상이 측정된다. + 測量多個物件時,標明此度量的可應用範圍。 + 対象物が複数あった場合に、当該数値の適応範囲を示す。 + spécifie l'applicabilité de cette mesure, là où plus + d'un objet est mesuré. + especifica la aplicabilidad de esta medición, en los + casos en que se mida más de un objeto. + indica l'applicabilità della misurazione, laddove + venga misurato più di un oggetto + + + + measurement applies to all instances. + 측정은 모두 사례에 적용된다. + 度量可應用於所有實例。 + la medida se aplica a todos los casos. + 全インスタンスに当てはまる単位。 + la mesure s'applique à tous les cas. + la misurazione fa riferimento a tutti i + casi + + + measurement applies to most of the instances inspected. + 측정은 대부분의 사례에 적용된다. + 度量可應用於大部分實例。 + la medida se aplica a la mayoría de los casos + examinados. + 計測インスタンスの殆どに当てはまる単位。 + la mesure s'applique à la plupart des cas + examinés + la misurazione fa riferimento alla maggior parte + dei casi esaminati + + + measurement applies to only the specified range of instances. + 측정이 사례의 명시적 범위에 한정하여 적용된다. + 度量僅應用於特定範圍的實例。 + la medida se aplica solamente a los casos + especificados + 特定インスタンスにのみ当てはまる単位。 + la mesure s'applique seulement à l'ensemble des + exemples indiqués. + la misurazione fa riferimento solo ai casi + specificati + + + + + + provides attributes to indicate the hand in which + the content of an element was written in the source being transcribed. + + + + + points to a handNote element describing the hand considered responsible for the + content of the element concerned. + + + + + + 간섭을 만든 당사자의 필적을 나타낸다. + 当該調整を行った主体の筆致を特定する。 + + signale la main de celui qui est intervenue. + indica il responsabile dell'aggiunta o della cancellazione + indica el responsable de la adición o de la omisión. + + + + + + + + 1.3.1. Attribute Classes + + + provides attributes that may be used to supply a + canonical reference as a means of identifying the + target of a pointer. + ポインタのターゲットを識別する手段としてcanonical referenceを提供するために使用される属性を提供する。 + + + canonical reference + 표준 참조 + referencia canónica + référence canonique + riferimento canonico + 基準的形式の参照 + specifies the destination of the pointer by supplying a canonical reference expressed using the + scheme defined in a refsDecl element in the TEI header + TEI 헤더의 refsDecl 요소에서 정의된 체계의 표준 참조를 이용하여 + 포인터의 목적지를 명시한다. + 用元素refsDecl在TEI標頭內所定義的標準參照來說明指標所指位置。 + TEIヘダー内の要素refsDeclで定義されているスキームにある、基準的参照形式により、当該ポインタの参照場所を示す。 + précise la cible du pointeur en fournissant une + référence canonique issue d'un modèle défini par un élément refsDecldans l'En-tête + TEI. + especifica la destinación de un señalizador + proporcionando una referencia canónica de un esquema definido en un elemento + refsDecl en el encabezado TEI. + specifica la destinazione di un puntatore usando un + riferimento canonico a partire da uno schema definito in un elemento refsDecl + nell'intestazione TEI + + +

The value of cRef should be constructed so + that when the algorithm for the resolution of canonical + references (described in section 16.2.5. Canonical References) is + applied to it the result is a valid URI reference to the + intended target.

+

The refsDecl to use may be indicated with the decls attribute.

+

Currently these Guidelines only provide for a single canonical reference to be encoded on + any given ptr element.

+
+ +

Le résultat de l’application de l'algorithme pour la résolution des + références canoniques (décrit à la section 16.2.5. Canonical References). Ce sera une référence URI + valide pour la cible prévue.

La refsDecl à utiliser peut être indiquée à l'aide + de l'attribut decls. Actuellement ces Principes + directeurs ne permettent que l'encodage d'une unique référence + canonique pour tout élément ptr donné.

+
+ +

16.2.5. Canonical References 節での正規化参照を解決するためのアルゴリズムが適用される時にその結果が対象への正しいURI参照となるように、 cRef の値は作られるべきである

refsDecldecls 属性とともに示されてもよい。現行のガイドラインが ptr 要素に渡すのは、単一の符号化された正規化参照のみである。

+
+
+
provides attributes for normalization of elements that contain + datable events conforming to the W3C + XML Schema Part 2: Datatypes Second Edition.W3C 데이터 유형을 사용하여 날짜가 명기된 사건을 포함하는 요소의 규격화를 위한 속성을 제공한다.提供用於元素規格化的屬性,這些元素包含以W3C datatypes所定義的日期明確之事件。W3CのXML Schema Part 2: Datatypes Second Editionに準拠した年代測定可能なイベントを含む要素の正規化に関する属性を提供する。fournit des attributs + pour la normalisation d'éléments qui contiennent des mentions + d'événements datés ou susceptibles de l'êtreindica degli attributi per la normalizzazione di elementi che contengono eventi databili utilizzando i tipi di dati del W3Cproporciona atributos para la normalización de elementos que contienen eventos datables. + + + 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. + + + supplies the value of the date or time in a standard form, + e.g. yyyy-mm-dd.표준형식으로 날짜 또는 시간의 값을 제공한다.標準形式での日付や時刻を提供する。たとえば、yyyy-mm-ddspécifie une date exacte pour un événement sous + une forme normalisée, par ex. aaaa-mm-jj.indica il valore di una data o di un orario in un formato standardproporciona el valor de una fecha o una hora en un formato estandard. + + + +

Examples of W3C date, time, and date & time formats.

+ +

+ 24 Oct 45 + September 24th, 1996 at 3:25 in the morning + + + October of 1962 + June 12th + the first of the month + August + MMVI + AD 56 + 56 BC +

+
+
+ +

+ 24 Oct 45 + 24 septembre 1996 à 3h 25 du matin + + + octobre 1962 + 12 juin + premier du mois + Août + MMVI + 56 ap. J.-C. + 56 av. J.-C. +

+
+
+ Shakespeare meurt dix jours plus tard, à Stratford-on-Avon, + Warwickshire, dans l'Angleterre protestante et dans le + calendrier julien, le + mardi 23 avril ancien style, + c'est-à-dire le + 3 mai dans + le calendrier grégorien. + + This list begins in + the year 1632, more precisely on Trinity Sunday, i.e. the Sunday after + Pentecost, in that year the + 27th of May (old style). + + + Dorchester, Village,March 2d. 1828.To + Mrs. Cornell, Sunday + + +
+ specifies the earliest possible date for the event in + standard form, e.g. yyyy-mm-dd. + yyyy-mm-dd와 같은 표준 형식으로 사건의 가능한 한 이른 날짜를 명시한다. + 以標準格式說明該事件可能發生的最早日期,例如年-月-日。 + 当該事象の一番古い日付を、標準形式で示す。例えば、yyyy-mm-dd。 + spécifie la date la plus ancienne pour + l'événement sous une forme normalisée, par ex. aaaa-mm-jj + specifica la prima data possibile per un evento nel formato standard aaaa-mm-gg + especifica la fecha más temprana posible para un evento en un formato estándard, p.ej. aaaa-mm-dd. + + + specifies the latest possible date for the event in + standard form, e.g. yyyy-mm-dd. + yyyy-mm-dd와 같은 표준 형식으로 사건의 가능한 한 나중 날짜를 명시한다. + 以標準形式標明該事件可能的最晚日期,例如年-月-日。 + 当該事象の一番新しい日付を、標準形式で示す。例えば、yyyy-mm-dd。 + spécifie la date la plus récente possible pour + l'événement sous une forme normalisée, par ex. aaaa-mm-jj + specifica l'ultima data possibile per un evento nel formato standard aaaa-mm-gg + especifica la fecha más tardana posible para un evento en un formato estándard, p.ej. aaaa-mm-dd. + + + indicates the starting point of the period in standard form, e.g. yyyy-mm-dd. + 표준 형식으로 기간의 시작 지점을 표시한다. + 以標準格式表示該段時間的起始點。 + 標準形で当該時間幅の始点を示す。 + indique le point de départ d'une période sous une + forme normalisée, par ex. aaaa-mm-jj + indica l'inizio del periodo nel formato standard + indica el punto de inicio del período en el formato estándard. + + + indicates the ending point of the period in standard + form, e.g. yyyy-mm-dd. + 표준 형식으로 기간의 종료 지점을 나타낸다. + 以標準格式表示該段時間的結束點。 + 標準形で当該時間幅の終点を示す。 + indique le terme de la période sous une forme + normalisée, par ex. aaaa-mm-jj + indica la fine del periodo nel formato standard + indica el punto final de un periodo en formato estándard. + +
+ + 28 May through 1 June 1863 + + +

The value of these attributes should be a normalized + representation of the date, time, or combined date & time + intended, in any of the standard formats specified by XML Schema Part 2: Datatypes Second + Edition, using the Gregorian calendar.

+

The most commonly-encountered format for the date portion of + a temporal attribute is yyyy-mm-dd, but + yyyy, --mm, ---dd, + yyyy-mm, or --mm-dd may also be + used. For the time part, the form hh:mm:ss is + used.

+

Note that this format does not currently permit use of the + value 0000 to represent the year 1 BCE; instead the + value -0001 should be used.

+
+

La valeur de l'attribut when doit être une représentation normalisée de la date ou de l'heure, ou des deux, dans l'un des formats spécifiés par le XML Schema Part 2: Datatypes Second Edition, selon le calendrier grégorien.

+

Pour la date, le format le plus courant est yyyy-mm-dd, mais on trouve aussi yyyy, --mm, ---dd, yyyy-mm, ou --mm-dd. Pour l'heure, on utilise le format hh:mm:ss.

+

Il faut noter qu'actuellement ce format ne permet pas d'utiliser la valeur 0000 pour représenter l'année précédant le début de l'ère chrétienne ; on doit utiliser la valeur -0001.

+

El valor del atributo cuando es una serie que representa una fecha o una hora, o ambas, en cualquiera de los siguientes formatos: una fecha en los formatos estándares descritos por la XML Schema Part 2: Datatypes Second Edition, p.ej. en el formato más común aaaa-mm-dd, pero también aaaa, --mm, ---dd, aaaa-mm, o --mm-dd; una hora en el formato estándar descrito en XML Schema Part 2: Datatypes Second Edition, es decir. hh: mm: ss; o una fecha y una hora combinadas en los formatos estándares descritos en XML Schema Part 2: Datatypes Second Edition, es decir. aaaa-mm-ddThh: mm: ss. Obligatoriamente el valor de cuando aparecerá en un formato de fecha, tiempo, o ambos formatos combinados, de los reconocidos por W3C XML Schema Part 2: Datatypes Second Edition. Esto se dará si el componente de la fecha (eventualmente) es una fecha gregoriana o proléptica gregoriana. A la hora de esta escritura, W3C no permite el año 0000, que sería utilizado normalmente para representar el año 1 antes de nuestra era. Usando el sistema actual de W3C, el año 1 a.C. se indica con -0001, el año 2 a.C. con -0002, etc. Es la intención del grupo de trabajo del esquema de XML permitir 0000 como la representación léxica de 1 a.C. (que es un año bisiesto), -0001 se convertiria en la representación léxica de 2 a.C., -0002 de 3 a.C., etc. Así en algunos casos puede ser ventajoso utilizar en su lugar el atributo cuando-ISO para indicar los años anteriores a nuestra era.

+

+ この属性の値は、グレゴリオ暦を用い、XML Schema Part 2: Datatypes Second Editionで定義されるいずれかの標準形式で正規化された日付や時刻、あるいはその組み合わせである。時間の属性としてもっともよく使われる形式は、yyyy-mm-ddだが、yyyy--mm---ddyyyy-mm--mm-ddも用いてもよい。時間については、hh:mm:ssが用いられる。この形式は、紀元前1年を表現するのに0000という値を用いることは現在のところ許容していないことには注意されたい。代わりに-0001という値を用いる必要がある。 +

+

+ 属性whenの値は、日付や時間またはその組み合わを、 + XML Schema Part 2: Datatypes Second Editionに従って示される。 + 当該日付の値が、グレゴリオ暦またはそれ以前の前グレゴリオ暦シス + テムの場合に真となる。 +

+

+ 現時点では、W3Cは年号の値として0000を認めていない。 + この場合、一般的には、1BCE(紀元前1世紀)と記される。 + 現行W3Cのシステムを採用すれば、1BCEは-0001、2BCEは、 + -0002と記される。 + この背景には、XML Schema Working Groupが、値 + 0000を1BCE(閏年)の文字表記として、-0001 + を2BCEの文字表記として、-0002を3BCEの文字表記として + 利用したかったためである。 + + 従って、場合によっては、属性when-isoにより紀元前 + を示した方が便利かもしれない。 +

+
+ 3.6.4. Dates and Times + 13.4. Dates +
+ provides attributes for normalization of elements + that contain dates, times, or datable events. + 날짜, 시간 또는 날짜 명기 사건을 포함하는 요소의 규격화에 대한 속성을 제공한다. + 提供用於元素規格化的屬性, 這些元素包含日期明確的事件。 + 日付や時間または時間事象を含む要素の正規化手法を示す属性を示す。 + fournit des attributs pour la normalisation + d'éléments qui contiennent des mentions d'événements datés ou susceptibles de l'être + atributos para registrar expresiones temporales + normalizadas. + assegna attributi per la normalizzazione di elementi + che contengono eventi databili + + + + + + + + supplies pointers to one or more definitions of + named periods of time (typically categorys, dates or events) within which the datable item is understood to have occurred. + 시간을 명시할 수 있는 항목이 일어난 시간의 기간명을 정의하는 특정 위치로의 포인터를 + 제공한다. + suministra un indicador a una localización + concreta que define un periodo de tiempo conocido dentro del cual el item datable se ha + producido. + 年代測定可能な事柄が起きたとされる名前付の時間幅を定義する、 + 何らかの場所へのポインタを提供する。 + fournit un pointeur vers un emplacement donné + définissant une période de temps nommée durant laquelle l'item concerné s'inscrit. + fornisce un puntatore a una data posizione + definendo un determinato periodo di tempo entro il quale l'oggetto da datare è + collocabile + + + + + + +

This superclass provides attributes that can be used to provide + normalized values of temporal information. By default, the attributes from the att.datable.w3c class are provided. If the module for names & dates + is loaded, this class also provides attributes from the att.datable.iso and att.datable.custom classes. In + general, the possible values of attributes restricted to the W3C datatypes form a subset of + those values available via the ISO 8601 standard. However, the greater expressiveness of the + ISO datatypes may not be needed, and there exists much greater software support for the W3C + datatypes.

+
+ +

Cettesuperclasse fournit des attributs qui peuvent être employés pour + donner des valeurs normalisées à des informations relatives au temps. Par défaut, les + attributs de la classe att.datable.w3c sont fournis. Si le module + pour les noms et les dates est chargé, cette classe fournit également des attributs de la + classe att.datable.iso. En général, les valeurs possibles des + attributs, limitées aux types de données W3C, forment un sous-ensemble des valeurs que l'on + trouve dans la norme ISO 8601. Cependant, il n'est peut-être pas nécessaire de recourir aux + possibilités très étendues des types de données de l'ISO. Il existe en effet une bien plus + grande offre logicielle pour le traitement des types de données W3C.

+
+ +

Esta superclase proporciona atributos que pueden ser utilizados para + proporcionar valores normalizados de información temporal. Por defecto, los atributos de la + clase att.datable.w3c son proporcionados. Si el módulo para los + nombres y las fechas se acciona, esta clase también proporciona atributos de att.datable.iso. En general, los valores posibles de los atributos son + los restringidos por la forma de los datatypes de W3C, un subconjunto de esos valores + disponibles vía el estándar de ISO 8601. Sin embargo, la mayoría de expresiones de los + datatypes de ISO pueden no ser necesarios, y existe software de soporte para los datatypes de + W3C.

+
+ +

この親クラス(スーパークラス)は、 + 正規化された時間情報を示すために用いる属性を提供する。デフォルト値として、当該属性は、 + クラスatt.datable.w3cが付与されている。 + 名前と日付に関するモジュールが使用される場合、当該クラスは、クラス att.datable.isoから属性が与えられる。一般には、 + W3Cのデータ形式に従った属性値は、ISO8601に従った属性値の下位集合をなす。 + しかし、より強力な表現力を持つISOのデータ形式が必要にはならないかもしれない。 + W3Cのデータ形式に対するさらに強力な表現力をサポートするソフトウェアも存在する。 +

+
+ + 3.6.4. Dates and Times + 13.4. Dates + +
+ 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. + datacat属性とValueDatacat属性を提供する。これらがXML要素や属性を連携させる日付分類は、国際標準ISO + 12620:2009で定義されるものであり、にあるISOCatと呼ばれるWebリポジトリに格納されている。 + + + 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). + 指定された要素をISOcatの適切なデータカテゴリ(または複数のデータカテゴリ)と対応付けるPID(永続的識別子)を含む。 + + + + + + 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. + 指定された要素の内容または指定された属性の値を、ISOcatの適切かつ単純なデータカテゴリ(または複数のデータカテゴリ)と対応付けるPID(永続的識別子)を含む。 + + + + + + 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. + + + + + + +

The example below presents the TEI encoding of the name-value pair + <part of speech, common + noun>, where the name (key) part + of speech is abbreviated as POS, and the value, common noun is symbolized by NN. The + entire name-value pair is encoded by means of the element f. In TEI XML, that element + acts as the container, labeled with the name attribute. Its contents may be complex + or simple. In the case at hand, the content is the symbol NN.

+

The datcat attribute relates the feature name (i.e., the key) to the data + category part of speech, while the attribute valueDatcat relates the feature value to the data category common noun. Both these data categories + should be defined in an external and preferably open reference taxonomy or ontology.

+ + + + + + + + +

NN is the symbol for common noun used e.g. in the CLAWS-7 tagset defined by the + University Centre for Computer Corpus Research on Language at the University of Lancaster. The + very same data category used for tagging an early version of the British National Corpus, and + coming from the BNC Basic + (C5) tagset, uses the symbol NN0 (rather than NN). Making these values semantically + interoperable would be extremely difficult without a human expert if they + were not anchored in a single point of an established reference taxonomy of morphosyntactic + data categories. In the case at hand, the string http://hdl.handle.net/11459/CCR_C-1256_7ec6083c-23d4-224d-6f94-eecbe6861545 is both + a persistent identifier of the data category in question, as well as a pointer to a shared definition + of common noun.

+

While the symbols NN, NN0, and many others (often coming from languages other than + English) are implicitly members of the container category part of speech, it is sometimes + useful not to rely on such an implicit relationship but rather use an explicit identifier + for that data category, to distinguish it from other morphosyntactic data categories, such + as gender, tense, etc. For that purpose, the above example uses the datcat + attribute to reference a definition of + part of speech. The reference taxonomy in this example is the + CLARIN Concept + Registry.

+ +

If the feature structure markup exemplified above is to be repeated many times in a single + document, it is much more efficient to gather the persistent identifiers in a single place and to + only reference them, implicitly or directly, from feature structure markup. The following + example is much more concise than the one above and relies on the concepts of feature structure declaration and + feature value library, discussed in chapter . + + + + + +

+ +

The assumption here is that the relevant feature values are collected in a place that the + annotation document in question has access to — preferably, a single document per linguistic + resource, for example an fsdDecl that is XIncluded as a sibling of text or a + child of encodingDesc; a taxonomy available resource-wide (e.g., in a shared + header) is also an option.

+

The example below presents an fvLib element that collects the relevant feature values + (most of them omitted). At the same time, this example shows one way of encoding a + tagset, i.e., an established inventory of values of (in the case at hand) + morphosyntactic categories. + + + + + + +

+

Note that these Guidelines do not prescribe a specific choice between datcat and + valueDatcat in such cases. The former is the generic way of referencing a data + category, whereas the latter is more specific, in that it references a data category that + represents a value. The choice between them comes into play where a single element — or a + tight element complex, such as the f/symbol complex illustrated above — + make it necessary or useful to distinguish between the container data category and its + value.

+
+ +

In the context of dictionaries designed with semantic interoperability in mind, the following + example ensures that the pos element is interpreted as the same information container + as in the case of the example of f name="POS" above.

+ + + NN + + +

Efficiency of this type of interoperable markup demands that the references to the particular + data categories should best be provided in a single place within the dictionary (or a single + place within the project), rather than being repeated inside every entry. For the container + elements, this can be achieved at the level of tagUsage, although here, the valueDatcat attribute should be used, because it is not the + tagUsage element that is associated with the relevant data category, but rather the element pos (or case, etc.) that is described by + tagUsage: + + + + Contains the part of speech. + Contains information about the grammatical case that the described form is inflected for. + + + + +

+

Another possibility is to shorten the URIs by means of the prefixDef mechanism, as illustrated below: + + + + + + + + +

+ isotope +
+ + adj + + +

+

This mechanism creates implications that are not always wanted, among others, in the case at + hand, suggesting that the identifiers pos and adj belong to a namespace + associated with the CLARIN Concept Repository (CCR), whereas that is solely a shorthand + mechanism whose scope is the current resource. Documenting this clearly in the header of the + dictionary is therefore advised.

+

Yet another possibility is to associate the information about the relationship between a TEI + markup element and the data category that it is intended to model already at the level of + modeling the dictionary resource, that is, at the level of the ODD, in the equiv element + that is a child of elementSpec or attDef.

+
+ +

The taxonomy element is a handy tool for encoding taxonomies that are later + referenced by att.datcat attributes, but it can also act as an + intermediary device, for example holding a fragment of an external taxonomy (or + flattening an external ontology) that is relevant to the project or document at hand. + (It is also imaginable that, for the purpose of the project at hand, the local + taxonomy element combines vocabularies that originate from more than one external + taxonomy or ontology.) In such cases, the taxonomy creates a local layer of + indirection: the att.datcat attributes internal to the resource + may reference the category elements stored in the header (as well as the + taxonomy element itself), whereas these same category and + taxonomy elements use att.datcat attributes to + reference the original taxonomy or ontology.

+ + + + + + + + UD syntactic relations + + + + acl: Clausal modifier of noun (adjectival clause) + + + + acl:relcl: relative clause modifier + + + + advcl: Adverbial clause modifier + + + + + + +

The above fragment was excerpted from the GB subset of the ParlaMint project in April 2023, and + enriched with att.datcat attributes for the purpose of + illustrating the mechanism described here.

+

Note that, in the ideal case, the values of att.datcat attributes + should be persistent identifiers, and that the addressing scheme of Universal Dependencies is + treated here as persistent for the sake of illustration. Note also that the contrast between + datcat used on taxonomy on the one hand, and the valueDatcat + used on category on the other, is not mandatory: both kinds of relations could be + encoded by means of the generic datcat attribute, but using the former for the + container and the latter for the content is more user-friendly.

+
+ +

The targetDatcat attribute is designed to be used in, e.g., feature structure + declarations, and is analogous to the targetLang attribute of the + att.pointing class, in that it describes the object that is being referenced, + rather than the referencing object.

+ + + part of speech (morphosyntactic category) + + + + + + + + +

Above, the fDecl uses targetDatcat, because if it were to use + datcat, it would be asserting that it is an instance of the container data + category part of speech, whereas it is not — it models a container (f) + that encodes a part of speech. Note also that it is the f that is modeled above, not + its values, which are used as direct references to data categories; hence the use of + datcat in the symbol element.

+
+ +

The att.datcat attributes can be used for any sort of taxonomies. + The example below illustrates their usefulness for describing usage domain labels in + dictionaries on the example of the Diccionario da Lingua Portugueza by + António de Morais Silva, retro-digitised in the MORDigital project.

+ + + + + + + + + + Medical and Health Sciences + Ciências Médicas e da Saúde + + + Medicine + + + + Medicina + + + + + + + + + + + Med. + + +

In the Morais dictionary, the relevant domain labels are in the header, getting referenced + inside the dictionary, from usg elements. The vocabulary used for dictionary-internal + labelling is in turn anchored in the MorDigital controlled vocabulary + service of the NOVA University of Lisbon – School of Social Sciences and Humanities + (NOVA FCSH).

+
+ + +

The TEI Abstract Model can be expressed as a hierarchy of attribute-value matrices (AVMs) + of various types and of various levels of complexity, nested or grouped in various ways. At + the most abstract level, an AVM consists of an information container and the value + (contents) of that container.

+

A simple example of an XML serialization of such structures is, on the one hand, the opening + and closing tags that delimit and name the container, and, on the other, the content enclosed + by the two tags that constitues the value. An analogous example is an + attribute name and the value of that attribute.

+

In a TEI XML example of two equivalent serializations expressing the name-value pair + <part-of-speech,common-noun>, namely + <pos>commonNoun</pos> and + pos="common-noun", one would + classify the element pos and the attribute pos as containers (mapping onto + the first member of the relevant name-value pair), while the character data + content of pos or the value of pos would be seen as + mapping onto the second member of the pair.

+

The att.datcat class provides means of addressing the containers + and their values, while at the same time providing a way to interpret them in the context of + external taxonomies or ontologies. Aligning e.g. both the pos element and the + pos attribute with the same value of an external reference point (i.e., an entry + in an agreed taxonomy) affirms the identity of the concept serialised by both the element container + and the attribute container, and optionally provides a definition of that concept (in the case at hand, + the concept part of speech).

+

The value of the att.datcat attributes should be a PID + (persistent identifier) that points to a specific — and, ideally, shared — taxonomy or + ontology. Among the resources that can, to a lesser or greater extent, be used as inventories + of (more or less) standardized linguistic categories are the GOLD ontology, CLARIN CCR, OLiA, or TermWeb's DatCatInfo, and also the Universal Dependencies inventory, on the + assumption that its URIs are going to persist. It is imaginable that a project may choose to + address a local taxonomy store instead, but this risks losing the advantage of + interchangeability with other projects.

+

Historically, datcat and valueDatcat originate from the (now obsolete) ISO + 12620:2009 standard, describing the data model and procedures for a Data Category Registry + (DCR). The current version of that standard, ISO 12620-1, does not standardize the + serialization of pointers, merely mentioning the TEI att.datcat as + an example.

+

Note that no constraint prevents the occurrence of a combination of + att.datcat attributes: + the fDecl element, which is a natural bearer of the targetDatcat + attribute, is an instance of a specific modeling element, and, in principle, could be + semantically fixed by an appropriate reference taxonomy of modeling devices.

+
+ +

ISO + 12620:2009は、データ分類のレジストリ(DCR)に関するデータモデルと手続きについての国際標準である。データ分類は、一つの言語の構造における基本的な記述子として定義される。DCRのデータモデルでは、個々のデータ分類には、ユニークな永続的識別子(PID)、つまり、URIが割り当てられる。DCRからデータ分類を利用する言語資源、あるいは、できることならそのスキーマは、このPIDを用いて参照すべきである。TEI文書のようなXMLベースの資源(にて参照可能)に関しては、ISO 12620:2009 付録 + Aに、datcat属性とvalueDatcat属性を提供する小さなデータ分類参照のXML語彙がある。

+
+ + 9.5.2. Lexical View + 18.3. Other Atomic Feature Values + +
+ provides attributes for those elements in the TEI header which + may be independently selected by means of the special purpose decls attribute. + 특별한 목적의 decls 속성을 통해서 독립적으로 선택될 수 있는 TEI 헤더의 요소에 대한 속성을 제공한다. + 提供屬性,用於TEI標頭內可單獨以特殊目的的屬性decls選出的元素。 + 特別な目的のdecls属性を用いて独自に選択できるTEIヘッダー内の要素の属性を提供する。 + fournit des attributs pour ces éléments de + l'en-tête TEI qui peuvent être choisis indépendamment au moyen de l'attribut + decls. + proporciona atributos para los elementos contenidos en el encabezado que pueden ser seleccionados autónomamente mediante el atributo decls adecuado. + individua attributi per gli elementi contenuti nell'intestazione che possono essere selezionati autonomamente grazie all'apposito attributo decls + + + + indicates whether or not this element is selected by default when +its parent is selected. + 그 부모가 선택될 때 기본값으로 이 요소가 선택되었는지를 표시한다. + 當父元素被選擇時,指出此元素是否會被選擇。 + 親要素が選択された場合に、当該要素がデフォルトとして選択されるか + どうかを示す。 + + indique si oui ou non cet élément est affecté par + défaut quand son élément parent a été sélectionné. + indica si el elemento es seleccionado automáticamente o no cuando es seleccionado el padre + indica se l'elemento è selezionato automaticamente quando è selezionato il genitore + + false + + + This element is selected if its parent is selected + 그 부모가 선택된다면 이 요소가 선택된다. + 若父元素被選擇,則此元素會被選擇。 + Este elemento se selecciona si sus padres son seleccionados + 親要素が選択された場合、当該要素が選択される。 + cet élément est choisi si son parent +est choisi + l'elemento è selezionato se è selezionato il genitore + + + This element can only be selected explicitly, unless it is the +only one of its kind, in which case it is selected if its parent is selected. + 이런 유형 중 유일한 경우가 아니라면, 이 요소는 명시적으로만 선택될 수 있다. 유일한 경우에는, 그 부모가 선택된다면 이 요소가 선택된다. + 此元素僅能被明確選擇,若此元素為其類別中之唯一,則父元素被選擇時,此元素會被選擇。 + Este elemento sólo se puede seleccionar explícitamente, a menos que sea el único de su clase, en este caso se selecciona si su padre es seleccionado. + 当該要素は、明示的にのみ選択される。または、親要素が選択され、 + これが唯一の選択肢であるときのみに、これは選択される。 + cet élément ne peut être sélectionné +qu'explicitement, à moins qu'il ne soit le seul de ce type, auquel cas +il est sélectionné si son parent a été choisi + l'elemento deve essere esplicitamente selezionato, a meno che non sia l'unico del suo genere, nel qual caso è selezionato se è selezionato il genitore + + + + + +

The rules governing the association of declarable elements with + individual parts of a TEI text are fully defined in chapter 15.3. Associating Contextual +Information with a Text. Only one element of a particular type may have a + default attribute with a value of true.

+
+ +

Les règles régissant l'association d'éléments déclarables avec des parties + individuelles d'un texte TEI sont entièrement définies + au chap1itre 15.3. Associating Contextual +Information with a Text. Un seul élément + d'un type particulier peut avoir un attribut default avec une valeur + true.

+
+ +

Las reglas que gobiernan la asociación de los elementos declarables con las partes individuales de un texto de TEI se definen completamente en el capítulo 15.3. Associating Contextual +Information with a Text. Solamente un elemento de un tipo determinado puede tener algún atributo de default con un valor de verdad.

+
+ +

+ このような選択可能要素の関連性を決める規則は、 + 15.3. Associating Contextual +Information with a Textにおいて詳しく規定されている。 + 属性値trueをとるのは、ひとつの要素だけである。 +

+
+ + 15.3. Associating Contextual +Information with a Text + +
+ 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. + 헤더에서 선언 가능한 어떤 요소와 독립적으로 연관될 수 있는 속성을 제공한다. 이를 통해 그 요소의 상속된 기본값은 무효가 된다. + 提供元素屬性,這些元素可單獨與標頭中一特定可宣告元素相關連,因此超越該特定元素本身的預設值。 + TEIヘダーにある特定の宣言可能要素向けの属性を示す。これにより、当該 + 要素の継承値を上書きすることになる。 + fournit des attributs pour les éléments qui peuvent + être associés indépendamment à un élément particulier déclarable dans l'en-tête TEI, ignorant + ainsi la valeur dont cet élément devrait hériter par défaut + 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. + assegna attributi agli elementi che possono essere autonomamente associati a un determinato elemento dichiarato nell'intestazione, non tenendo conto del default ereditato per quell'elemento + + + declarations + déclarations + identifies one or more declarable elements within the +header, which are understood to apply to the element bearing this +attribute and its content. + 헤더 내의 하나 이상의 declarable elements을 식별하며, 이 속성과 내용을 포함하는 요소에 적용되는 것으로 간주된다. + 指明標頭內一個或多個可宣告元素,可應用於帶有此屬性與內容的元素上。 + TEIヘダーにある、1つ以上の宣言可能要素を示す。 + 当該属性を持つ要素や内容に適応されると解釈される。 + identifie un ou plusieurséléments + déclarables dans l'en-tête TEI, qui sont destinés à s'appliquer à l'élément + portant cet attribut et à son contenu. + identifica uno o más elementos declarables al interno del encabezado, los cuales son válidos para el elemento al cual es adscrito el atributo en cuestión y su contenido. + identifica uno o più elementi dichiarabili all'interno dell'intestazione, +i quali sono validi per l'elemento a cui è assegnato l'attributo in questione e il suo contenuto + + + + +

The rules governing the association of declarable elements +with individual parts of a TEI text are fully defined in chapter 15.3. Associating Contextual +Information with a Text.

+
+ +

Les règles régissant l'association d'éléments déclarables avec des parties + individuelles d'un texte TEI sont entièrement définies au chapitre 15.3. Associating Contextual +Information with a Text.

+
+ +

Las reglas que gobiernan la asociación de los elementos declarables con las partes individuales de un texto de TEI se definen completamente en el capítulo 15.3. Associating Contextual +Information with a Text.

+
+ +

+ 宣言可能要素の関連性を決める規則については、15.3. Associating Contextual +Information with a Text + を参照のこと。 +

+
+ + 15.3. Associating Contextual +Information with a Text + +
+ provides attributes for representing + fragmentation of a structural element, typically as + a consequence of some overlapping hierarchy. + 通常は階層関係のオーバーラップなどに起因する、構造を持つ要素の断片化を表現するための属性を与える。 + + + specifies whether or not its parent element is fragmented + in some way, typically by some other overlapping structure: for + example a speech which is divided between two or more verse + stanzas, a paragraph which is split across a page division, a + verse line which is divided between two speakers. + 通常は他の階層関係のオーバーラップなどに起因して、親要素が何らかの形で断片化されているかどうかを示す。例えば、二つ以上の韻文詩で分割された発話、頁区切りをまたぐ段落、二人の話者に分割された韻文の一行など。 + + + + N + + + yes + はい + the element is fragmented in some (unspecified) respect + 要素はいくつかの(不特定の)点で断片化されている。 + + + no + いいえ + the element is not fragmented, or no claim is made as to its completeness + 要素が断片化されていないか、または完全性についての主張はない。 + + + initial + 最初の + this is the initial part of a fragmented element + これは断片化された要素の最初の部分を示す。 + + + medial + 中間の + this is a medial part of a fragmented element + これは断片化された要素の中間の部分を示す。 + + + final + 最後の + this is the final part of a fragmented element + これは断片化された要素の最後の部分を示す。 + + + +

The values I, M, or F + should be used only where it is clear how the element may + be reconstituted.

+
+

IM、またはFという値は、要素の再構成方法が明らかな場合にのみ使用する。

+
+
+
+ provides attributes common to all elements which behave in the same way as divisions. + 구역과 동일한 방식으로 처리되는 모든 요소에 공통적인 속성을 제공한다. + 提供一組屬性,通用於所有與區段作用相 + 同的元素。 + 区分(div、division)に相当する全要素に共通の属性を示す。 + fournit un jeu d'attributs communs à tous les + éléments qui offrent les mêmes caractéristiques que des divisions + proporciona un conjunto de atributos comunes a todos los elementos que se comportan como particiones textuales. + identifica un insieme di attributi comuni a tutti gli elementi che si comportano come partizioni testuali + + + + + + + organization + 조직 + organización + organisation + organizzazione + 組織 + specifies how the content of the division is organized. + 구역 내용이 조직된 방법에 대해 명시한다. + 說明該區段內容的組合方式。 + 当該区分の内容がどのように構成されているかを示す。 + précise l'organisation du contenu de la division + especifica cómo está organizado el contenido de una división textual. + specifica come è organizzato il contenuto della partizione testuale + + uniform + + + no claim is made about the + sequence in which the immediate contents of this division + are to be processed, or their inter-relationships. + 혼합 내용: 즉, 이 구역의 직접적 내용이 처리되는 순서 또는 상호 관련성에 관해 어떠한 주장도 없다. + 複合內容:未說明此區段目前內容的處理順序或相互關係。 + contenido compuesto: es decir no se hace ninguna solicitud sobre la secuencia en la cual el contenido inmediato de esta división debe ser procesado, o en sus interrelaciones. + この部分に含まれる諸内容が処理される順番、すなわち内部関係には制約がない。 + aucune déclaration n'est faite quant à l'ordre dans lequel les +composants de cette division doivent être traités ou bien quant à leurs +corrélations + non viene specificato quale sia l'ordine in cui debbano essere elaborati i contenuti della partizione, né viene indicato il rapporto in cui questi si trovano tra loro + + + the immediate contents of this + element are regarded as forming a logical unit, to be + processed in sequence. + 통일 내용: 즉, 이 요소의 직접적 내용이 차례대로 처리되는 논리적 단위를 형성하는 것으로 간주된다. + 一致內容:此區段目前的內容形成一個邏輯單位,且會依序處理。 + es decir el contenido inmediato de este elemento se considera integrante de una unidad lógica, para ser procesado en la secuencia. + この要素直下の諸内容が論理的単位を構成しており、順番に処理すべきものと見なす。 + contenu uniforme : c'est-à-dire que +les composants de cet élément sont à considérer comme formant une unité +logique et doivent être traités dans l'ordre séquentiel + contenuto uniforme: i contenuti dell'elemento costituiscono un'unità logica che va elaborata in sequenza + + + + + indicates whether this division is a sample of the + original source and if so, from which part. + 이 구역이 원본의 표본이며 어떤 부분인지를 나타낸다. + 指出此區段是否為來源文件的樣本,若為樣本,則說明出自哪一部分。 + 当該区分が、元資料のものを含むかどうか、そうであればその場所はど + こかを示す。 + + indique si cette division est un échantillon de + la source originale et dans ce cas, de quelle partie. + indica si la división es una muestra de la fuente original y, en ese caso, de que parte de este se trata + indica se la partizione è un campione del testo originario e, in tal caso, da quale parte di questo è tratta + + complete + + + division lacks material present at end in source. + 구역이 원본의 후반부에서 제시된 자료가 부족하다. + 區段的末端無資料 + la división falta el material presente en el extremo en la fuente. + 当該区分は、元資料の終わりの部分が欠けている。 + + par rapport à la source, lacune à la fin de la division + alla partizione testuale manca del materiale nella parte finale presente nell'originale + + + division lacks material at start and end. + 구역이 초반부와 후반부 자료가 부족하다. + 區段的起始與末端無資料 + el fragmento carece de material al comienzo y al final. + 当該区分は、元資料の始めと終わりの部分が欠けている。 + + par rapport à la source, lacune au +début et à la fin de la division + alla partizione testuale manca del materiale nella parte iniziale e in quella finale + + + division lacks material at start. + 구역이 초반부 자료가 부족하다. + 區段的起始部分無資料 + el fragmento carece de material en el comienzo. + 当該区分は、元資料の始めの部分が欠けている。 + + par rapport à la source, lacune au +début de la division + alla partizione manca del materiale nella parte iniziale + + + position of sampled material within original unknown. + 표본 자료의 원본 내의 위치를 알 수 없다. + 來源文件中的樣本資料位置不明 + ubicación del material de muestra dentro del original desconocido. + 元資料のどの部分かは不明。 + + par rapport à la source, position de +l'échantillon inconnue + la posizione del materiale prelevato dall'originale all'interno di quest'ultimo è sconosciuta + + + division is not a sample. + 구역이 표본이 아니다. + 區段非樣本 + el fragmento no es una muestra. + 当該領域は、元資料の一部ではない。 + + la division n'est pas un échantillon + la partizione testuale non è stata prelevata da alcun originale + + + + + + 4. Default Text Structure + + + provides attributes for use on metadata elements + describing the status of a document. + 文書のステータスを記述するメタデータ要素用の属性を提供する。 + + + describes the status of a document either currently or, when +associated with a dated element, at the time indicated. + 現在の、もしくは日時に関連づけられた要素にあっては、指定された時点における文書のステータスを記述する。 + + draft + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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. + テキストやマークアップ、あるいはマークアップによって示されたものの何らかの側面についての責任者と、それに関する確信の度合を示す属性を提供する。 + + + + + + certainty + 확실성 + certeza + certitude + certezza + 確信性 + signifies the degree of certainty associated with the intervention or interpretation. + 간섭 또는 해석과 연관된 확실성의 정도를 나타낸다. + 表示該更動或詮釋的相關正確度。 + donne le degré de certitude associée à l'intervention + ou à l'interprétation. + significa el grado de certeza asociado con la + intervención o la interpretación. + corrisponde al grado di certezza associato + all'intervento o interpretazione + 介入や解釈に関する確信度を示す。 + + + + + + responsible party + 책임 당사자 + parte responsable + responsable + responsabile + 責任者 + indicates the agency responsible for the intervention or interpretation, for example an + editor or transcriber. + 편집자 또는 전사자와 같이 또는 해석에 대한 책임이 있는 대리인을 나타낸다. + 指出負責該更動或詮釋的代理者,例如編輯或轉錄者。 + 介入や解釈の責任者を示す。例えば、編集者、翻刻者など。 + indique l'agent responsable de l'intervention ou de + l'interprétation, par exemple un éditeur ou un transcripteur. + indica el agente responsable de la intervención o la + interpretación, p.ej. un editor o un transcriptor. + indica il responsabile dell'intervento o + interpretazione, per esempio un curatore o trascrittore + + +

To reduce the ambiguity of a resp pointing directly to a person or + organization, we + recommend that resp be used to point not to an agent + (person or org) but to a respStmt, + author, editor or similar + element which clarifies the exact role played by the agent. + Pointing to multiple respStmts allows the encoder to specify + clearly each of the roles played in part of a TEI file (creating, + transcribing, encoding, editing, proofing etc.).

+

resp が直接個人や組織を指した場合のあいまいさを減らすため、resp は行為者 (person or org) ではなく respStmtauthoreditor などその行為者の正確な役割を明示するエレメントを指して用いることを推奨する。エンコード者は respStmt にTEI文書内の役割分担を明確に記述できる(作成・翻刻・エンコード・編集・校正など。

+
+
+ + Blessed are the + cheesemakerspeacemakers: for they shall be called the children of God. + + + + + + + Punkes, Panders, baſe extortionizing + slanues, + + + + + + Transcriber + Janelle Jenstad + + + + + + 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 + +
+ provides attributes describing the nature of an encoded scholarly intervention or + interpretation of any kind. + 어떤 유형의 부호화된 학문적 간섭 또는 해석의 특성을 기술하는 속성을 제공한다. + 提供屬性,描述任何已標記的學者更正或詮釋的性質。 + 学術的調整・解釈の性質を表す属性を示す。 + fournit des attributs décrivant la nature d'une + intervention savante encodée ou de tout autre interprétation. + proporciona atributos que describen la naturaleza de una + intervención crítica codificada o una interpretación de cualquier tipo. + assegna degli attributi che descrivono il carattere di un + intervento critico codificato o interpretazione di altro tipo + + + indicates the nature of the evidence supporting the reliability or accuracy of the + intervention or interpretation. + 간섭 또는 해석의 신뢰성 또는 정확성을 지지하는 증거의 특성을 나타낸다. + 指出支持該更動或詮釋可信度或正確性的證明 + 当該解釈や調整の信頼度や正確さを判断する証拠を示す。 + indique la nature de la preuve attestant la fiabilité + ou la justesse de l'intervention ou de l'interprétation. + indica la naturaleza de las pruebas que sostienen la + fiabilidad o precisión de la intervención o interpretación. + indica il carattere delle prove a sostegno + dell'affidabilità o accuratezza dell'intervento o interpretazione + + + + there is internal evidence to support the intervention. + 간섭을 지지하는 내부 증거가 있다. + 有內部證明得以支持 + 当該調整を判断する内部証拠を示す。 + l'intervention est justifiée par une preuve + interne + existen pruebas internas que sostienen la + intervención. + esistono prove interne a sostegno + dell'intervento + + + there is external evidence to support the intervention. + 간섭을 지지하는 외부 증거가 있다. + 有外部證明得以支持 + 当該調整を判断する外部証拠を示す。 + l'intervention est justifiée par une preuve + externe + existen pruebas externas que sostienen la + intervención. + esistono prove interne a sostegno + dell'intervento + + + the intervention or interpretation has been made by the editor, cataloguer, or + scholar on the basis of their expertise. + 간섭 또는 해석이 편집자, 또는 전문성에 근거한 학자에 의해 수행되었다. + 編輯、編目者或學者根據自身的專業來執行該更動或詮釋。 + 編集者、カタログ作成者、研究者による解釈や調整。 + l'intervention ou l'interprétation a été faite + par le rédacteur, le catalogueur, ou le chercheur sur la base de leur expertise. + la intervención o interpretación ha sido hecho + por el editor, catalogador o crítico en base a su experiencia. + l'intervento o interpretazione è stata effettuata + dal curatore, catalogatore o critico in base alla loro esperienza + + + + + indicates whether this is an instant revision or not. + これがにわか仕込みの修正か否かを示す。 + + false + + + +

The members of this attribute class are typically used to represent any kind of editorial + intervention in a text, for example a correction or interpretation, or to date or localize + manuscripts etc.

+

Each pointer on the source (if present) + corresponding to a witness or witness group should reference a bibliographic citation such as a witness, msDesc, or bibl element, or another external bibliographic citation, documenting the source concerned.

+
+ +

Les membres de cette classe d'attributs sont couramment employés pour représenter tout type + d'intervention éditoriale dans un texte, par exemple une correction ou une interprétation, ou + bien une datation ou une localisation de manuscrit, etc.

+
+ +

los miembros de esta clase de atributo se usan normalmente para representar cualquier tipo de + intervención editorial en un texto, por ejemplo una corrección, una interpretación, la fecha o + incluso la signatura de los manuscritos etc.

+
+

当該クラスは、あらゆる編集上の調整、例えば、原稿に対する修正や解釈、日時や場所の特定などを示すために、一般には使用される。

+ +3.5. Simple Editorial Changes +10.3.1. Origination +13.3.2. The Person Element +11.3.1.1. Core Elements for Transcriptional Work + +
+ provides rendering attributes common to all elements in the TEI encoding scheme. + TEIの符号化スキーマにおけるすべての要素に共通するレンダリング属性を提供する。 + + + + + + + + + rendition + 번역 + interpretación + interprétation + resa + 見た目の表示 + indicates how the element in question was rendered or presented in the source text. + 문제의 요소가 원본 텍스트에 제시된 방법을 나타낸다. + 指出該元素如何呈現於來源文件中 + 当該要素が、元資料でどのように表示されていたかを示す。 + indique comment l'élément en question a été rendu ou + présenté dans le texte source + indica cómo el elemento en cuestión ha sido dado o + proporcionado en el texto fuente. + indica come l'elemento in questione è stato reso o + rappresentato nel testo originario + + + + To The Duchesse of Newcastle, + On Her New Blazing-World. + + + + + + épître dédicatoireà Monsieur de Coucy + . + + + +

These Guidelines make no binding recommendations for the values of the rend + attribute; the characteristics of visual presentation vary too much from text to text and + the decision to record or ignore individual characteristics varies too much from project + to project. Some potentially useful conventions are noted from time to time at appropriate + points in the Guidelines. The values of the rend attribute are a set of + sequence-indeterminate individual tokens separated by whitespace.

+
+ +

Ces Principes directeurs ne font aucune recommandation contraignante pour les valeurs de + l'attribut rend; les caractéristiques de la présentation visuelle changent trop + d'un texte à l'autre et la décision d'enregistrer ou d'ignorer des caractéristiques + individuelles est trop variable d'un projet à l'autre. Quelques conventions + potentiellement utiles sont notées de temps en temps à des points appropriés dans ces + Principes directeurs.

+
+ +

Estas guías de consulta no hacen ninguna recomendación obligatoria para los valores del + atributo rend; las características de la presentación visual varían demasiado + de texto a texto y la decisión para registrar o para omitir características individuales + varía demasiado de proyecto a proyecto. Observar algunas convenciones que puedan resultar + útiles en los puntos indicados en las guías de consulta.

+
+

本ガイドラインでは、当該属性rendの値として推奨するものはない。活字化の特徴は様々であり、それらのどれを採用するかはプロジェクトごとでおそろしく異なるからである。当ガイドラインでは、有用な記述法があれば、その都度示すことになっている。rend属性の値は、空白によって区切られる順序不定の個々のトークンの集合である。

+
+ + contains an expression in some formal style definition language +which defines the rendering or presentation +used for this element in the source text + なんらかの形式的スタイル定義言語においてソーステキスト内の当該要素のレンダリングや表示を定義する際の表現を含む。 + + + + To The Duchesse of Newcastle, On Her + New Blazing-World. + + + +

Unlike the attribute values of rend, which uses whitespace as a separator, the style attribute may contain whitespace. This attribute is intended for recording inline stylistic information concerning the +source, not any particular output.

+

The formal language in which values for this attribute are expressed may be specified using the styleDefDecl element in +the TEI header.

+

If style and rendition are both present on an element, then + style overrides or complements rendition. style should + not be used in conjunction with rend, because the latter does not employ a + formal style definition language.

+
+ +

空白を区切り記号とするrendの属性値とは異なり、style属性は空白を含んでもよい。この属性は資料における行に埋め込まれたスタイル情報を記録するためのものであり、何らかの出力を対象とするものではない。

+

この属性の値を表現する形式言語はTEIヘッダにおいてstyleDefDecl要素を用いて指定されてもよい。

+

もしstylerenditionの両方が一つの要素に現れる場合、stylerenditionを上書きもしくは補完する。stylerendと同時に用いられるべきではない。後者は形式的なスタイル定義言語を採用しているわけではないから。

+
+ + points to a description of the rendering or presentation used for this element in the + source text. + 원본 텍스트에서 이 요소에 대해 사용된 모양과 제시에 대한 기술을 가리킨다. + indica una descripción de la representación o de la + presentación empleada para este elemento en el texto original. + 当該要素が示す表現が現れている、元資料のテキスト部分を示す。 + pointe vers une description du rendu ou de la + présentation utilisés pour cet élément dans le texte source + indica una descrizione della resa o della + presentazione utilizzate per tale elemento nel testo di partenza + + + + To The Duchesse of Newcastle, On Her + New Blazing-World. + + font-variant: small-caps + font-variant: normal + text-align: center + + + + + épître dédicatoire à Monsieur de Coucy + + font-variant: uppercase + text-align: center + + + +

The rendition attribute is used in a very similar way to the class + attribute defined for XHTML but with the important distinction that its function is to + describe the appearance of the source text, not necessarily to determine how that text + should be presented on screen or paper.

+

If rendition is used to refer to a style definition in a formal language like + CSS, it is recommended that it not be used in conjunction with rend. + Where both rendition and rend are supplied, the latter is + understood to override or complement the former.

+

Each URI provided should indicate a rendition element defining the intended + rendition in terms of some appropriate style language, as indicated by the + scheme attribute.

+
+ +

属性renditionは、XHTMLの属性classと大変 似たように使用される。但し、重要な違いとして、当該属性は、元資 料の表現を記述するものであり、スクリーン上または紙上でどう表示 されているかを示すものではない。

+

もしrendition属性がCSSのような形式言語において定義されるスタイル定義を参照するのに用いられているなら、rend属性と同時に用いないことが推奨される。属性renditionと属性rendの両方が使用されている場合、後者の値が前者の値を上書きする、または補うと判断される。

+

当該属性値となるURIは、属性schemeで提示されているス タイル言語により、当該表現を定義する要素renditionを示すべきである。

+ +

L'attribut rendition est employé à peu près de la même manière que l'attribut + class défini pour XHTML mais avec cette sérieuse différence que sa fonction + est de décrire la présentation du texte source mais pas nécessairement de déterminer + comment ce texte doit être représenté à l'écran ou sur le papier.

+

rendition et rend sont donnés ensembles, il faut comprendre que + le dernier remplace ou complète le premier.

+

Chaque URI fourni doit indiquer un élément rendition définissant le rendu prévu + dans les termes d'un langage approprié pour définir les styles, comme indiqué par + l'attribut scheme.

+
+ +

El atributo rendition (interpretación) se utiliza en una manera muy similar al + atributo clase definido por XHTML pero con una diferencia importante: que su + función es describir el aspecto del texto original, no necesariamente para determinar la + presentación visual de ese texto en la pantalla o el papel.

+

Donde ambos interpretación y rend se dan, este último se emplea + para reemplazar o para complementar el anterior.

+

Cada URI proporcionado debe indicar al elemento interpretación que define la + interpretación prevista en términos de cualquier lenguaje apropiado del estilo, según lo + indicado por el atributo scheme (esquema).

+
+
+ + +
+ + 1.3.1.1.3. Rendition Indicators + +
+ provides attributes used by elements to point to an + external source. + 外部ソースを参照する要素によって用いられる属性を示す。 + + + specifies the source from which some aspect of + this element is drawn. + この要素の何らかの側面を示すソースを指定する。 + + + + + + + + + When used on a schema description element (like + ), the @source attribute + should have only 1 value. (This one has .) + + + + + +

The source attribute points to an external + source. When used on an element describing a schema component + (classRef, dataRef, elementRef, + macroRef, moduleRef, or + + schemaSpec), it identifies the source from which + declarations for the components should be obtained.

+

On other elements it provides a pointer to the + bibliographical source from which a quotation or citation is + drawn.

+

In either case, the location may be provided using any form + of URI, for example an absolute URI, a relative URI, a private + scheme URI of the form tei:x.y.z, where + x.y.z indicates the version number, e.g. + tei:4.3.2 for TEI P5 release 4.3.2 or (as a + special case) tei:current for whatever is the + latest release, or a private scheme URI that is expanded to an + absolute URI as documented in a prefixDef.

+

When used on elements describing schema components, + source should have only one value; when used on + other elements multiple values are permitted.

+
+ +

source 属性は外部ソースを指し示す。schemaSpec + や moduleRef といったスキーマの構成要素を記述する要素で用いられた場合は、 + その定義しようとしているオブジェクトの構成要素の宣言が得られるソースを特定する。 + その他の要素では、引用の出典となる書誌ソースへのポインタを提供する。いずれの場合も、 + 場所は何らかの URI、例えば絶対 URI や相対 URI、prefixDef + に定められた方法で絶対 URI に展開できる私用形式の URI で与えることができる。 + 複数の場所が指定された場合、デフォルトでは要求されたソースがそれらのリソースの組み合わせによって得られるものと想定される。

+
+
+
+ + +

As Willard McCarty (2012, p.2) tells us, ‘Collaboration’ is a problematic and should be a contested + term. + +

+
+
+ + +

+ + Grammatical theories are in flux, and the more we learn, the + less we seem to know. + +

+ + The Chicago Manual of Style, + 15th edition. Chicago: University of + Chicago Press (2003), p.147. + +
+
+ + + + +

Include in the schema an element named p available from the TEI P5 2.0.1 + release.

+
+ + + + + + +

Create a schema using components taken from the file mycompiledODD.xml.

+
+ + 1.3.1.1.4. Sources, certainty, and responsibility + 3.3.3. Quotation + 8.3.4. Writing + +
provides attributes common to all elements in the TEI encoding scheme.TEI 부호화 스키마의 모든 요소에 공통 속성을 제공한다.提供一組屬性,通用於TEI編碼標準中的所有元素。TEI符号化スキーム中の全要素に共通する属性を示す。 fournit un jeu d'attributs communs à tous les éléments + dans le système de codage TEI.proporciona un conjunto de atributos común a todos los + elementos del esquema de codificación TEI.stabilisce un insieme di attributi comuni a tutti gli + elementi dello schema di codifica TEI + Coordinates of the logical element in the original PDF document. The logical element + is described as a list of bounding boxes, each one being defined by a page number, X and + Y pixel coordinates in the PDF page (as a convention from the top left point of the + page), height and width of the bounding box. Each bounding box is separated by a + semi-colon (;) and each coordinate elements by a coma (,). + + identifier + 확인소 + identificador + identifiant + identificatore + 識別子 + provides a unique identifier for the element bearing the attribute. + 속성을 포함하는 요소에 대한 고유한 확인소를 제공한다. + 提供一個獨特識別符碼,識別帶有該屬性的元素。 + 当該要素にユニークな識別子を示す。 + fournit un identifiant unique pour l'élément qui + porte l'attribut + proporciona un identificador único para el elemento + al cual se asocia el atributo. + assegna un identificatore unico all'elemento a cui è + associato l'attributo + + +

The xml:id attribute may be used to specify a canonical reference for an + element; see section 3.11. Reference Systems.

+
+ +

L'attribut xml:id peut être employé pour indiquer une référence canonique pour + un élément ; voir la section3.11. Reference Systems.

+
+ +

El atributo xml:id se puede utilizar para especificar una referencia canónica + para un elemento; ver la sección 3.11. Reference Systems.

+
+ +

xml:id属性は、その要素に対する基準的形式の参照を表すために用いてもよい。詳細は3.11. Reference Systems節を参照のこと。

+
+
+ number + + número + nombre + numero + 数値 + gives a number (or other label) for an element, which is not necessarily unique within + the document. + 요소의 번호(또는 다른 표지)를 제시하며, 문서 내에서 반드시 고유값일 필요는 없다. + 將元素標上一個數字 (或其他標號),該標號在文件中未必是獨特的。 + 要素に数値やラベルを与える。これは当該文書中でユニークである必要 はない。 + donne un nombre (ou une autre étiquette) pour un + élément, qui n'est pas nécessairement unique dans le document TEI. + proporciona un número (u otra etiqueta) a un elemento + que no es necesariamente único en el documento. + assegna un numero (o altra etichetta) a un elemento + che non è necessariamente unico all'interno del documento + + +

The value of this attribute is always understood to be a single token, even if it contains space or other punctuation characters, and need not be composed of numbers only. It is typically used to specify the numbering of chapters, sections, + list items, etc.; it may also be used in the specification of a standard reference system + for the text.

+
+ +

L'attribut n peut être employé pour indiquer la numérotation de chapitres, + sections, items de liste, etc. ; il peut également être employé dans les spécifications + d'un système standard de référence pour le texte.

+
+ +

El atributo n se puede utilizar para especificar la enumeración de los + capítulos, de las secciones, de los items de una lista, etc.; puede también ser utilizado + en la especificación de un sistema de referencia estándar para el texto.

+
+

この属性の値は、もし空白やその他の区切り符号があったとしても、つねにひとまとまりのトークンとして解釈され、また数字のみで構成される必要はない。この属性は典型的には章や節、リスト等の構成要素の付番に用いられる。テキストの標準的な参照体系の仕様に含めることができる。

+
+ language + 언어 + lengua + langue + lingua + 言語 + indicates the language of the element content using a tag generated + according to BCP 47. + BCP 47에 따라 생성된 + tag를 사용하는 요소 내용의 언어를 나타낸다. + 使用RFC3066的代碼,指出該元素內容的使用語言 + BCP 47に従って生成されたタグを用いて要素の内容の言語を示す。 + indique la langue du contenu de l'élément en + utilisant les codes du RFC 3066 + + indica la lengua del contenido del elemento + utilizando los códigos extraídos de RFC + 3066 + + indica la lingua del contenuto dell'elemento + utilizzando i codici tratti da RFC + 3066 + + + + +

… The consequences of + this rapid depopulation were the loss of the last + ariki or chief + (Routledge 1920:205,210) and their connections to + ancestral territorial organization.

+
+
+ +

The xml:lang value will be inherited from the immediately + enclosing element, or from its parent, and so on up the document hierarchy. + It is generally good practice to specify xml:lang at the highest + appropriate level, noticing that a different default may be needed for the + teiHeader from that needed for the associated resource element or elements, + and that a single TEI document may contain texts in many languages.

+

Only attributes with free text values (rare in these guidelines) will be in the scope of xml:lang.

+

The authoritative list of registered language subtags is maintained by IANA and + is available at . + For a good general overview of the construction of language tags, see + , and for + a practical step-by-step guide, see + .

+

The value used must conform with BCP 47. If the value is a + private use code (i.e., starts with x- or contains + -x-), a language element with a matching + value for its ident attribute should be supplied in + the TEI header to document this value. Such documentation may + also optionally be supplied for non-private-use codes, though + these must remain consistent with their + IETFInternet Engineering Task + Force definitions.

+
+ +

Si aucune valeur n'est indiquée pour xml:lang, la valeur de + l'attributxml:lang de l'élément immédiatement supérieur est héritée ; c'est + pour cette raison qu'une valeur devrait toujours être attribuée à l'élément du plus haut + niveau hiérarchique (TEI).

+

La valeur doit être conforme au BCP 47. Si la + valeur est un code d'usage privé (c'est-à-dire commence par x- ou contient + -x-), il devrait correspondre à la valeur d'un attribut ident d'un élément language fourni dans l'en-tête TEI du document courant.

+
+ +

Si no se especifica ningún valor para xml:lang, el valor de xml:lang para el elemento inmediatamente englobado, se hereda; por esta razón, un valor + se debe especificar siempre en el elemento exterior (TEI).

+
+

xml:lang の値は、直接の親要素、そのまた親要素からというように、文書の上位階層から継承されてくる。できるだけ高い適切な階層に xml:lang を指定するのが一般には望ましいが、teiHeader には関連するリソース要素と異なるデフォルト値が必要となったり、一つのTEI文書が多くの言語のテキストを含みうることには注意されたい。登録された言語タグの正式なリストはIANAが管理しており、 から確認できる。言語タグの構造についての良い概説は を、手順を追った実用的なガイドは を参照されたい。利用する値は、BCP 47 に準拠しなければならない。もし値が私用コード(x- から始まったり -x- を含む)ならば、その ident 属性と一致する値を持つ language 要素をTEIヘッダ内に追加して内容を説明すべきである。この説明は私用コード以外にも任意で追加できるが、IETFInternet Engineering Task Force による定義と整合していなければならない。

+
+ provides a base URI reference with which applications can resolve relative URI + references into absolute URI references. + 애플리케이션이 상대 URI 참조를 절대 URI 참조로 해결할 수 있게 해 주는 기본 URI + 참조를 제공한다. + 提供一個基礎統一資源識別符 (URI) + 參照,可將相對統一資源識別符參照轉變為絕對統一資源識別符參照。 + 相対URIから絶対URIを構成する際に必要なベースURIを示す。 + donne une référence URI de base au moyen de laquelle + les applications peuvent résoudre des références d'URI relatives en références d'URI + absolues + proporciona una referencia URI de base gracias a la + aplicación eventual de la cual pueden analizarse tanto referencias URI relativas como + referencias URI absolutas. + assegna un riferimento URI di base grazie al quale + eventuali applicazioni possono analizzare riferimenti URI relativi come riferimenti URI + assoluti + + + +
+ Selections from The Collected Letters of Robert Southey. Part 1: 1791-1797 + + + + Robert Southey to Grosvenor Charles Bedford, 3 April 1792. + + + + + Robert Southey to Anna Seward, 18 September 1793. + + + + + Robert Southey to Robert Lovell, 5-6 April, 1794. + + + +
+
+
+ +
+ signals an intention about how white space should be + managed by applications. + signale que les applications doivent préserver + l'espace blanc + señala la voluntad de hacer que el espaciado sea preservado por cualquier aplicación. + segnala la volontà di far sì che la spaziatura sia mantenuta da qualsivoglia applicazione. + 空白文字類をアプリケーションがどう解釈するかを示す。 + + + + signals that the application's default white-space processing modes are acceptable + アプリケーションがデフォルトで持つ空白文字類処理モードが有効であることを知らせる。 + + + indicates the intent that applications preserve all white space + アプリケーションがすべての空白文字類を保持するという意図を示す。 + + + +

The XML + specification provides further guidance on the use of this + attribute. Note that many parsers may not handle xml:space correctly.

+
+

この属性の利用に関する案内はXML仕様を参照。xml:spaceを適切に扱うパーサーは多くない。

+
+ 1.3.1.1. Global Attributes +
+ provides attributes for specifying the type of a computer + resource using a standard taxonomy. + 표준 분류법을 사용하는 컴퓨터 자원의 유형을 명시하는 속성을 제시한다. + 標準的な用語による計算機資源の種類を表す属性を示す。 + + fournit des attributs pour spécifier le type de +ressource informatique selon une taxinomie normalisée. + indica degli attributi che specificano il tipo di risorsa informatica utilizzando una tassonomia standard + atributos para registrar un periodo temporal normalizado + + + MIME media type + MIME 매체 유형 + Tipo de media del MIME + type de média MIME + MIMEメディアタイプ + specifies the applicable multimedia internet mail extension (MIME) media type + 적용 가능한 다중매체 인터넷 메일 확장자(MIME) 매체 유형을 명시한다. + 当該データのMIMEタイプ。 + spécifie le type MIME (multipurpose internet mail extension) applicable. + specifica il tipo MIME appropriato + El tipo de MIME + MIME協定種類 + + + + +

In this example mimeType is used to indicate that the URL points to a TEI XML file encoded in UTF-8.

+ + + +
+ +

This attribute class provides an attribute for describing a + computer resource, typically available over the internet, + using a value taken from a standard taxonomy. At present only a single + taxonomy is supported, the Multipurpose Internet Mail Extensions + (MIME) Media Type system. This typology of media types is + defined by the Internet Engineering Task Force in RFC 2046. The + list of + types is maintained by the Internet Assigned Numbers + Authority (IANA). The mimeType attribute must have a value taken from this list.

+
+ +

Cette classe d'attributs fournit des attributs pour décrire une ressource + informatique, en général disponible sur internet, selon les taxinomies normalisées. + Actuellement une seule taxinomie est reconnue : le système "Multipurpose Internet + Mail Extensions Media Type". Ce système de typologie des types de média est définie + par l'Internet Engineering Task Force dansRFC 2046. La liste des types + est maintenue par l'Internet Assigned Numbers Authority.

+
+ +

Esta clase de atributo proporciona los atributos para describir un recurso del ordenador, típicamente disponibles en Internet, según las taxonomías estándar. Solamente una única taxonomía se utiliza actualmente, el sistema Multipurpose Internet Mail Extensions + Media Type. Este sistema de tipología de los tipos de media es definido por el Internet Engineering Task Force RFC 2046. + . La lista de tipos es mantenida por el Internet Assigned Numbers Authority.

+
+ +

+当該属性クラスは、コンピューターリソースを示すためのもので、通常、インターネット上にあるリソースを標準的な用語で示す。現時点では、MIME(Multipurpose Internet Mail Extensions)タイプのみが標準的な用語として使用可能である。このMIMEタイプについては、IETF(Internet Engineering Task Force)のRFC 2046で規定されている。使用できるタイプ名のリストの管理は、IANA(Internet Assigned Numbers Authority)によって行われている。mimeType属性は上記のタイプ名リストにより定義された値を含んでいなくてはならない。 +

+
+
+ provides attributes for specifying display and related properties of + external media. + 外部メディアの表示と関連プロパティを指定するための諸属性を提供する。 + + + + + + Where the media are displayed, indicates the display width + メディアが表示されている場合、表示部分の幅を示す。 + + + + Where the media are displayed, indicates the display height + メディアが表示されている場合、表示部分の高さを示す。 + + + + Where the media are displayed, indicates a scale factor to + be applied when generating the desired display size + メディアが表示されている場合、望ましい表示サイズを生成する際に適用されるスケール倍率を示す。 + + + + + provides attributes by which a resource (such as an externally + held media file) may be located. + (外部のメディアファイルのような)資料を示す属性を提供する。 + + + uniform resource locator + 표준 원본 위치 지정소 + localizador de recurso uniforme + adresse URL + URL (localizzatore universale di risorse) + 統一資源位置指定子 + specifies the URL from which the media concerned may be obtained. + 関連するメディアを入手するURLを示す。 + + + + + provides attributes to represent a regularized or normalized measurement. + 정상화 또는 규격화된 측정 방식을 표상하는 속성을 제시한다. + 提供屬性,代表一般化或規格化的度量。 + 正規化単位を表す属性を示す。 + + donne des attributs pour représenter une mesure + régularisée ou normalisée. + proporciona atributos que representen una medición regularizada o normalizada. + assegna degli attributi che rappresentano una misurazione regolarizzata o normalizzata + + + + The @unit attribute may be unnecessary when @unitRef is present. + + + + + + unit + unité + indicates the units used for the measurement, usually + using the standard symbol for the desired units. + 측정에 사용된 단위를 나타내며, 일반적으로 요구 단위에 대한 표준 기호를 사용한다. + 指出度量單位,通常以標準符號表示 + 一般には標準記号により、計測単位を示す。 + indique les unités de mesure utilisées ; il + s'agit en général du symbole normalisé pour les unités dont on a besoin. + indica las unidades usadas para la medición, normalmente utilizando el símbolo estándard para la unidad de medición en cuestión. + indica le unità impiegate per la misurazione, generalmente utilizzando il simbolo standard per l'unità di misura in questione + + + + + metre + 미터 + 公尺 + mètre + metro + metro + メートル + SI base unit of length + 길이의 SI 기본 단위 + SI基礎長度單位 + メータ。長さを示す国際単位系。 + unité SI (système international) de longueur + unidad de medida de la longitud + unità di misura della lunghezza + + + kilogram + 킬로그램 + 公斤 + kilogramme + chilogrammo + kilogramo + キログラム + SI base unit of mass + 분량의 SI 기본 단위 + SI基礎質量單位 + キログラム。重さを示す国際単位系。 + unité SI de masse + unidad de medida de la masa + unità di misura della massa + + + second + + + + seconde + secondo + segundo + SI base unit of time + 시간의 SI 기본 단위 + SI基礎時間單位 + 秒。時間を示す国際単位系。 + unité SI de temps + unidad de medida del tiempo + unità di misura del tempo + + + + + + + + + + hertz + 헤르츠 + 赫茲 + hérzio + ヘルツ + SI unit of frequency + 주파수의 SI 단위 + SI頻率單位 + ヘルツ。周波数を示す国際単位系。 + unité SI de fréquence + unidad de medida de la frecuencia + unità di misura della frequenza + + + + pascal + 파스칼 + Pascal + PASCAL + パスカル + SI unit of pressure or stress + 압력 또는 강도의 SI 단위 + SI壓力單位 + パスカル。気圧を示す国際単位系。 + unité SI de pression + unidad de medida de la presión + unità di misura della pressione + + + + + + + + ohm + + 歐姆 + ohmio + オーム + SI unit of electric resistance + 전기 저항의 SI 단위 + SI 電阻單位 + オーム。抵抗を示す国際単位系。 + unité SI de résistance électrique + unidad de medida de la resistencia eléctrica + unità di misurà della resistenza elettrica + + + + + + + + + + + + + + + + + + + + litre + 리터 + 公升 + litro + litro + リットル + 1 dm³ + 1dm³ + リッター。体積を示す。 + 1 dm³ + + + tonne + + 公噸 + tonnellata + tonelada + トン + 10³ kg + 10³ 公斤 + トン。重さを示す。 + 10³ kg + + + + + + + + + hectare + 헥타르 + 公頃 + ettaro + hectárea + ヘクタール + 1 hm² + 1² hm + ヘクタール。広さを示す。 + 1 hm² + + + + ångström + 옹스트롱 + 埃格斯特朗 (單位) + angstrom + オングストローム + 10⁻¹⁰ m + 10⁻¹⁰ 公尺 + オングストローム。長さの単位。 + 10⁻¹⁰ m + + + + + millilitre + millilitro + mililitro + ミリリットル + + + centimetre + centimètre + centimetro + centímetro + センチメートル + + + decibel + 데시벨 + décibel + decibelio + デシベル + see remarks, below + 아래 언급 참조 + 分貝 + デシベル。エネルギーの強さを示す。 + voir remarques, ci-dessous. + ver las notas a continuación + vedi note di seguito + + + + + kilobit + 킬로비트 + キロビット + 10³ or 1000 bits + 10³ 또는 1000 비트 + 10³或1000 位元 + キロビット。1000ビット(10の3乗bits)のこと。 + 10³ ou 1000 bits + >10³ or 1000 bits + 10³ or 1000 bit + + + kibibit + 킬로바이비트 + キビビット + 2¹⁰ or 1024 bits + 2¹⁰ 또는 1024 비트 + 2¹⁰或1024 位元 + 2¹⁰ o 1024 bits + キビビット。1024ビット(2の10乗bits)のこと。 + 2¹⁰ ou 1024 bits + 2¹⁰ or 1024 bit + + + + kilobyte + kilo-octet + 킬로바이트 + キロバイト + 10³ or 1000 bytes + 10³ 또는 1000 바이트 + 10³或1000位元組 + 10 ³ o 1000 bytes + キロバイト。1000バイト(10の3乗bytes)のこと。 + 10³ ou 1000 octets + 10³ or 1000 byte + + + kibibyte + + kibioctet + 킬로바이바이트 + キビバイト + 2¹⁰ or 1024 bytes + 2¹⁰ 또는 1024 바이트 + 2¹⁰或1024位元組 + 2¹⁰ o 1024 bytes + キビバイト。1024バイト(2の10乗bytes)のこと。 + 2¹⁰ ou 1024 octets + 2¹⁰ or 1024 byte + + + megabyte + mégaoctet + メガバイト + 메가바이트 + 10⁶ or 1 000 000 bytes + 10⁶ 또는 1 000 000 바이트 + 10⁶或1 000 000位元組 + 10 ⁶ o 1 000 000 bytes + メガバイト。1,000,000バイト(10の6乗bytes)のこと。 + 10⁶ ou 1 000 000 octets + 10⁶ or 1 000 000 byte + + + mebibyte + 메가바이바이트 + mébioctet + メビバイト + 2²⁰ or 1 048 576 bytes + 2²⁰ 또는 1 048 576 바이트 + 2²⁰或1 048 576位元組 + 2²⁰ o 1 048 576 bytes + メビバイト。1,048,576バイト(2の20乗bytes)のこと。 + 2²⁰ ou 1 048 576 octets + 2²⁰ o 1 048 576 byte + + + + +

If the measurement being represented is not expressed in a + particular unit, but rather is a number of discrete items, the + unit count should be used, or the unit + attribute may be left unspecified.

+

Wherever appropriate, a recognized SI unit name should be + used (see further ; ). The list above is + indicative rather than exhaustive.

+ +
+ +

Si la mesure représentée n'est pas exprimée dans une unité particulière mais + plutôt comme un certain nombre d'items distincts, l'unité count + doit être employée ou l'attribut unit peut être laissé comme non + spécifié.

+

Partout où c'est approprié, un nom d'unité reconnu par le SI (système international) doit être + employé (voir plus loin ; ). La liste ci-dessus est plus indicative qu'exhaustive.

+
+ +

Si la medida que se representa no se expresa con una unidad determinada, pero constituye un número de elementos discretos, se debe utilizar la unidad cuenta, o el atributo unidad + se puede dejar sin especificar.

+

Dondequiera que sea apropiado, un nombre de la unidad SI reconocido debe ser utilizado (véase ; ). + La lista mencionada serà más indicativa que exhaustiva.

+
+ +

+ 計測されたものが特定の単位で表現できず、むしろ離散的なものであ + る場合、単位countが使われるべきである。そうでない場 + 合は、属性unitの値は付与されないかもしれない。 +

+

+ 適切な単位がある場合には、国際単位名を使用するべきである。(詳細 + は、、 + を参照のこと。) + 上記リストはこれらの全てではない。 +

+ +
+
+ + points to a unique identifier stored in the xml:id of a unitDef element that defines a unit of measure. + + + + quantity + quantité + + specifies the number of the specified units that + comprise the measurement + 측정을 구성하는 명시적 단위의 수를 명시한다. + 標明包含該度量的特定單位數目 + 計測単位の数を示す。 + spécifie le nombre des unités indiquées que comprend la mesure. + especifica el número de las unidades que costituyen la medición + indica il numero delle unità che costituiscono la misurazione + + + + commodity + article + 物品 + indicates the substance that is being measured + 측정되고 있는 물질을 나타낸다. + 指出所度量的物品。 + 計測される対象を示す。 + indique ce qui est mesuré. + indica la substancia que está siendo medida. + identifica la sostanza misurata + + +

In general, when the commodity is made of discrete + entities, the plural form should be used, even when the + measurement is of only one of them.

+
+ +

En général, si l'article est composé d'entités distinctes, la forme plurielle doit être employée, même si la mesure ne s'applique qu'à l'une d'entre elles.

+
+ +

Generalmente cuando el material se compone de entidades discretas, se debe usar la forma plural, incluso cuando la medida se refiere solamente a una de ellas.

+
+ +

+ 一般に、当該対象が離散的なものである場合、単位の複数形が使用さ + れる。当該計測対象がひとつの場合もそうである。 +

+
+
+
+ +

This attribute class provides a triplet of attributes that may + be used either to regularize the values of the measurement being + encoded, or to normalize them with respect to a standard + measurement system. + + +So weren't you gonna buy half +a gallon, baby +So won't you go and buy half +a gallon, baby? + + + + + + +

+ +

The unit should normally be named using the standard + symbol for an SI unit (see further ; ). However, encoders + may also specify measurements using informally defined units such + as lines or characters.

+
+ +

Cette classe d'attributs fournit un ensemble de trois attributs qui peuvent être + employés soit pour régulariser les valeurs de la mesure encodée, soit pour les + normaliser en conformité avec un système de mesure normalisé.

+

L'unité doit normalement être nommée avec une abréviation normalisée issue d'une unité SI (voir plus loin ; ). + Cependant les encodeurs peuvent aussi spécifier des mesures avec des unités définies de manière informelle, telles que lines ou characters.

+
+ +

Esta clase de atributo proporciona un trío de atributos que se pueden utilizar para regularizar los valores de medida que se codifican, o normalizarlos en un sistema de medida estándar. +

+

La unidad debe ser nombrada normalmente usando la abreviatura estándar para una unidad SI (véase ; ). + Sin embargo, los codificadores pueden también especificar las medidas usando unidades definidas informalmente, por ejemplo como líneas o caracteres.

+
+ +

+ 当該属性クラスは、3つ組属性を規定している。これは、標準計測システ + ムの計測値を正規化するものである。 + +So weren't you gonna buy half a gallon, babySo won't you go and buy half a gallon, +baby? + + + + + + +

+

+ 当該単位は、一般には、国際単位系の標準的な略式表記で示されるべきで + ある。(詳細は、を参照のこと。) + けれども、符号化する人は、非公式な計測単位、例えば、 + linescharactersも使用してもよい。 +

+
+
+ provides attributes common to elements which refer to named persons, places, organizations etc. + 사람, 장소, 조직 등의 이름을 지시하는 요소에 공통적 속성을 제공한다. + 提供屬性,通用於參照到人物、地點、組織等的元素。 + 名前、人物、場所、組織を示す要素に付与される属性を示す。 + fournit des attributs communs aux éléments qui font référence à des personnes, lieux, organismes, etc., nommés. + identifica los atributos comunes a los elementos que se refieren a personas, lugares, organizaciones, etc. indicados por nombre + identifica degli attributi comuni a elementi che si riferiscono a persone, luoghi, organizzazioni, ecc. indicati per nome + + + + + + may be used to specify further information about the entity referenced by +this name in the form of a set of whitespace-separated values, for example the occupation of a person, or the status of a place. + この属性名によって参照されるエンティティに関する詳細な情報(例えば人物の職業や場所のステータスなど)を示すために用いられる。この値は空白文字で区切られる。 + + + + reference to the canonical name + 표준 이름에 대한 참조 + referencia al nombre canónico + référence au nom canonique + riferimento al nome canonico + 基準化された名前への参照 + provides a means of locating the canonical form + (nym) of the names associated with the object + named by + the element bearing it. + URI를 포함하는 요소에 의해 명명된 대상과 연관된 이름의 표준형식 (nym)의 위치를 가리키는 방법을 제공한다. + proporciona los medios para localizar la forma canónica (nym) de los nombres asociados al objeto nombrado por el elemento que lo contiene. + 当該要素で名前が付与されている対象に関連する基準形(nym)と紐付ける。 + indique comment localiser la forme canonique + (nym) des noms qui sont associés à l'objet nommé par l'élément qui le contient. + indica un modo di localizzare la forma canonica (nym) dei nomi associati all'oggetto definito dall'elemento che lo contiene + + +

The value must point directly to one or more XML elements + by means of one or more URIs, separated by whitespace. If more + than one is supplied, the implication is that the name + is associated with several distinct canonical names.

+
+ +

La valeur doit pointer directement vers un ou plusieurs + éléments XML au moyen d'un ou plusieurs URIs, séparés par un + espace blanc. Si plus d'un URI est fourni, alors le nom est + associé à plusieurs noms canoniques distincts.

+
+ +

El valor debe señalar directamente a uno o más elementos XML mediante uno o más URIs, separado por espacios en blanco. + Si se suministra más de uno, la implicación es que el nombre está asociado a varios nombres canónicos distintos.

+
+ +

+当該属性値は、ひとつ以上のXML要素を直接指示する、空白文字で区切られたひとつ以上のURIでなくてはならない。複数与えられている場合は、その名前がいくつかの異なる基準形に対応していることを示唆する。 +

+
+
+
+ + 3.6.1. Referring Strings + 13.3.7. Names and Nyms + +
+ provides attributes to indicate any specialised notation used for element content. + 要素の内容を対象とした特別な表記法を示す属性を提供する。 + + + names the notation used for the content of the element. + 요소 내용으로 사용되어 앞서 정의된 표기법 이름을 제시한다. + 提供先前已定義過、適用於該元素內容的記號名稱。 + 当該要素の内容に用いられた表記法の名前を示す。 + précise le nom d'une notation définie précédemment, + utilisée dans le contenu de l'élément. + indica el nombre de una anotación definida + previamente y usada para el contenido de un elemento. + fornisce il nome di un'annotazione definita + precedentemente utilizzata come contenuto dell'elemento. + + + + + provides attributes for describing where on the source page or + object a textual element appears. + 원본 페이지 또는 대상에서 텍스트 요소가 나타나는 위치를 기술하기 위한 속성을 제공한다. + 提供屬性,描述文件元素在來源頁面或物件上出現的位置。 + テキスト要素が出現する元資料中のページやオブジェクトを表す属性を示す。 + fournit des attributs pour décrire l'emplacement où apparaît un élément textuel dans la page ou l'objet source. + proporciona atributos para + describir en que página u objeto de la fuente aparece el elemento + textual. + identifica degli attributi + che descrivono la collocazione di un elemento testuale all'interno + della pagina o dell'oggetto di origine + + + specifies where this item is placed. + specifie où cet item se trouve. + このアイテムが置かれた場所を指定する。 + + + + at the top of the page + 위쪽 여백에 있음 + 頁首空白處 + 当該頁の上の余白。 + en el margen superior + nel margine superiore + dans la marge supérieure + + + at the foot of the page + 아래 여백 + dans la marge inférieure + margine inferiore + en el margen inferior + 頁尾空白處 + 当該頁の下の余白。 + + + in the margin (left, right, or both) + dans la marge (gauche, droite ou les deux en même temps) + 余白(左left, 右right, 左右both) + + + on the opposite, i.e. facing, page + 맞쪽, 즉 마주보는 페이지 + 對頁頁面 + 反対側,つまり,向かいのページ。 + en el opuesto,es decir en el anverso, reverso, etc. + sur la page opposée + nella pagina accanto + + + on the other side of the leaf + 장의 반대쪽에 있음 + 書頁反頁頁面 + 当該葉の裏面。 + en la otra cara de + la página + de l'autre côté de la feuille + dall'altro lato del + foglio + + + above the line + 행 위에 있음 + 行上方 + 当該行の上。 + sobre la línea + au-dessus de la ligne + al di sopra della linea + + + to the right, + e.g. to the right of a vertical line of text, or to the right of a figure + 右側、つまり、縦書きテキストや図の右側。 + + + below the line + 행 아래 + 行底 + 当該行の下。 + debajo de la línea + au-dessous de la ligne + al di sotto della linea + + + to the left, + e.g. to the left of a vertical line of text, or to the left of a figure + 左側、つまり、縦書きテキストや図の左側。 + + + at the end of e.g. chapter or volume. + 주석이 장 또는 책 뒤에 나타난다. + 註解出現於章節或書冊的結尾 + 末尾(たとえば章や巻の)。 + al final del capítulo o del volumen. + à la fin, par exemple d'un chapitre ou d'un volume + alla fine del capitolo o del volume + + + within the body of the text. + dans le corps du texte + テキスト本文の中で。 + + + in a predefined space, for example left by an earlier scribe. + dans un espace prédéfini, par exemple à gauche d'un scripteur précédent + あらかじめ用意された箇所(たとえば過去の書写者が空けておいたなど)。 + + + + + [An addition written in the margin] + [An addition written at the + foot of the current page and also on the facing page] + + + + + Ibid, p.7 + + + + + + 3.5.3. Additions, Deletions, and Omissions + 11.3.1.4. Additions and Deletions + + + provides attributes that can be used to classify or subclassify elements in any way. + 요소의 분류 또는 하위분류에서 사용될 수 있는 속성을 제공한다. + 提供可依任何方法將元素分類或次要分類的一般屬性。 + 要素を分類するための属性を示す。 + + fournit des attributs qui peuvent être + utilisés pour classer ou interclasser des éléments de n'importe quelle façon. + proporciona atributos genéricos utilizables para cualquier clasificación o subclasificación de elementos. + assegna degli attributi generici utilizzabili per qualsiasi classificazione e sottoclassificazione di elementi + + + + The element should not be categorized in detail with @subtype unless also categorized in general with @type + + + + + + + characterizes the element in some sense, using any convenient + classification scheme or typology. + 다양한 분류 스키마 또는 유형을 사용해서 요소의 특성을 기술한다. + 用合適的分類標準或類型來描述該元素。 + 当該要素の分類を示す。 + caractérise l'élément en utilisant n'importe quel système ou typologie de classification approprié. + caracteriza el elemento utilizando una clasificación o tipología funcional. + caratterizza l'elemento utilizzando una classificazione o tipologia funzionale + + + +
+ Night in Tarras + + At evening tramping on the hot white road + + + + A wind sprang up from nowhere as the sky + + +
+
+
+ +

The type attribute is present on a number of + elements, not all of which are members of att.typed, usually because these elements + restrict the possible values for the attribute in a specific way.

+
+
+ + subtype + sous-type + provides a sub-categorization of the element, if needed + 필요하다면 요소의 하위범주를 제시한다. + 若有需要,提供該元素的次要分類 + 必要であれば、当該要素の下位分類を示す。 + fournit une sous-catégorisation de l'élément, si + c'est nécessaire. + proporciona, si es necesario, una subcategorización del elemento. + stabilisce, se necessario, una sottocategorizzazione dell'elemento + + +

The subtype attribute may be used to provide any +sub-classification for the element additional to that provided by its +type attribute.

+
+ +

L'attribut subtype peut être employé pour fournir une + sous-classification pour cet élément, en plus de celle fournie par son + propre attribut type.

+
+ +

El atributo subtype (subtipo) se puede utilizar para proporcionar cualquier subclasificación para el elemento, adicional a ésa proporcionada por su +type (tipo) de atributo.

+
+ +

+ 属性subtypeは、属性typeに加えて、当該要 + 素の下位分類を示すために使われる。 +

+
+
+
+ +

When appropriate, values from an established typology should be + used. Alternatively a typology may be defined in the associated + TEI header. If values are to be taken from a project-specific + list, this should be defined using the valList element in + the project-specific schema description, as described in 23.3.1.3. Modification of Attribute and Attribute Value Lists .

+
+ + 1.3.1. Attribute Classes + 17.1.1. Words and Above + 3.6.1. Referring Strings + 3.7. Simple Links and Cross-References + 3.6.5. Abbreviations and Their Expansions + 3.13.1. Core Tags for Verse + 7.2.5. Speech Contents + 4.1.1. Un-numbered Divisions + 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 + 8.3. Elements Unique to Spoken Texts + 23.3.1.3. Modification of Attribute and Attribute Value Lists + +
+ provides a set of attributes used by all elements which point + to other elements by means of one or more URI references. + 하나 이상의 URI 참조를 통해서 다른 요소를 가리키는 모든 요소에 의해 사용된 속성 집합을 정의한다. + 定義一組與其他元素相連結的所有元素皆使用的屬性,連結是使用ㄧ個或多個統一資源識別符 (URI) 參照。 + 一つ以上のURIにより他の要素を指示するすべての要素に使用される属性のセットを作成する示す。 + fournit un ensemble d'attributs utilisés par tous les éléments qui pointent vers d'autres éléments au moyen d'une ou de plusieurs références URI. + define un conjunto de atributos usados por todos los elementos que señalan a otros elementos a través de uno o más URI. + definisce un insieme di attributi usati da tutti gli elementi che puntano ad altri elementi tramite uno o più URI + + + specifies the language of the content to be found at the destination referenced by target, using a language tag generated + according to BCP 47. + BCP 47に従って生成された言語タグを使用することで、targetの参照先にあるコンテンツの言語を特定する。 + + + + + @targetLang should only be used on if @target is specified. + + + + + + + + + + +

In the example above, the linkGrp combines + pointers at parallel fragments of the Universal + Declaration of Human Rights: one of them is in Polish, + the other in Swahili.

+
+

The value must conform to BCP 47. If the value is a + private use code (i.e., starts with x- or contains + -x-), a language element with a matching + value for its ident attribute should be supplied in + the TEI header to document this value. Such documentation may + also optionally be supplied for non-private-use codes, though + these must remain consistent with their + IETFInternet Engineering Task + Force definitions.

+ +

+ 値はBCP 47に準拠している必要がある。 (x-で始まっていたり、-x-を含むような記述のように)値がプライベートに使用されるコードの場合、自身のident属性に対応する値をもったlanguage要素は、TEIのヘッダーにおいてその値を記述しなくてはならない。そうした(非公式なコードの)記述はあるいは公式なコードにオプションとして取り入れられることもあるが、公式なコードはIETFInternet Engineering Task Force (インターネット技術特別調査委員会)の定義に準拠したものでなくてはならない。

+ +
+ + specifies the destination of the reference by supplying one or more URI References + 하나 혹은 다수의 URI 참조를 제시하여 참조의 목적지를 명시한다. + 用一個或多個統一資源識別符參照 (URI References) 來說明參照所指位置。 + 1つまたは複数のURI参照を指名することで、参照先を指定する。 + précise la cible de la référence en donnant une ou + plusieurs références URI + especifica la destinación de una referencia + proporcionando una o más referencias URI. + specifica la destinazione di un riferimento, fornendo + uno o più riferimenti URI + +

One or more syntactically valid URI references, separated by whitespace. Because + whitespace is used to separate URIs, no whitespace is permitted inside a single URI. If a + whitespace character is required in a URI, it should be escaped with the normal mechanism, + e.g. TEI%20Consortium.

+

Une ou plusieurs références URI syntaxiquement valables, séparée par + un espace. Puisqu'un espace est employé pour séparer des URIs, aucun espace + n’est autorisé à l'intérieur d'un URI. Si un espace est requis dans un URI, il + faut le représenter avec une séquence d'échappement, comme par exemple + TEI%20Consortium.

+

+ 空白で区切られた1つもしくはそれ以上の構文的に有効なURI参照。空白はURIを区切るために使用されるため、各URI中において空白を使用することはできない。URIに空白文字が必要な場合は、たとえば TEI%20Consortium と言ったような通常の方法でエスケープする必要がある。 +

+
+ + evaluate + évalué + specifies the intended meaning when the target of a + pointer is itself a pointer. + 포인터의 대상이 포인터일 때 의도된 의미를 명시한다. + 若指標的目標本身為指標,則在此說明其用意。 + 当該ポインタの参照先がポインタである場合、その意図を示す。 + détermine le sens attendu, si la cible d'un pointeur est elle-même un pointeur. + indica el significado previsto cuando la meta de un indicador es también un indicador. + indica il significato previsto quando la destinazione di un puntatore è essa stessa un puntatore + + + + if the element pointed to is itself a pointer, then + the target of that pointer will be taken, and so on, until + an element is found which is not a pointer. + 만약 지시되는 요소가 포인터라면, 포인터의 대상은 포인터가 아닌 요소가 발견될 때까지 계속 연결된다. + 若指向的元素本身為指標,則該指標的目標會被移除,依此類推,直到找到一個非指標的元素為止。 + si el elemento que señala a sí mismo es un indicador, entonces el target de ese indicador será tomado, y así sucesivamente, hasta que se encuentre un elemento que no sea un indicador. + 参照先の要素がポインターである場合、そのポインターの参照先へ + と展開する。これを、参照先がポインターでなくなるまで続ける。 + + si l'élément pointé est lui-même un pointeur, alors on prendra la cible de ce pointeur, et ainsi de suite jusqu'à trouver un élément qui n'est pas un pointeur. + se l'elemento puntato è esso stesso un puntatore, allora sarà presa la destinazione di quel puntatore e così via fino a trovare un elemento che non è un puntatore + + + if the element pointed to is itself a pointer, then + its target (whether a pointer or not) is taken as the target + of this pointer. + 지시된 요소가 포인터라면, 그 대상(포인터이든지 아니든지)은 이 포인터의 대상으로 취급된다. + 若指向的元素本身為指標,則該指標的目標(無論是否為指標)會作為這項指標的目標。 + si el elemento que señala a sí mismo es un puntero, entonces el target (puntero o no) se toma como el target de este puntero. + 参照先の要素がポインターである場合、(そのポインターの参照先 + がどうであれ)そのポインターが参照先になる。 + + si l'élément pointé est lui-même un pointeur, alors sa cible (qui est ou non un pointeur) devient la cible retenue. + se l'elemento puntato è esso stesso un puntatore, allora la sua destinazione (che sia un puntatore o meno) è presa come destinazione del puntatore + + + no further evaluation of targets is carried out + beyond that needed to find the element specified in the + pointer's target. + 포인터의 대상에서 명시된 요소를 발견할 필요가 없을 때 더 이상의 대상에 대한 평가는 수행되지 않는다. + 尋找指標的目標元素時,未對目標進行不必要的延伸評估。 + no se realiza ninguna otra evaluación de los targets más allá de la necesaria para encontrar el elemento especificado en el target del puntero. + 当該ポインターの参照先から先にあるリンクへの展開は行わない。 + + aucune évaluation ultérieure des cibles n'est menée au-delà de la recherche de l'élément désigné dans la cible du pointeur. + non viene condotta altra valutazione delle destinazioni se non quella necessaria a rintracciare l'elemento specificato nella destinazione del puntatore + + + +

If no value is given, the application program is + responsible for deciding (possibly on the basis of user + input) how far to trace a chain of pointers.

+
+ +

Si aucune valeur n'est fournie, c'est au programme d'application de décider + (éventuellement à partir d'une donnée entrée par l'utilisateur) jusqu'où + retracer une chaîne de pointeurs.

+
+ +

+ 値がない場合、ソフトウェア側がポインター連鎖の扱いを決める(恐 + らく利用者が指示を元に行われる)。 +

+
+
+
+ + 1.3.1.1.2. Language Indicators + 3.7. Simple Links and Cross-References + +
+ provides attributes for elements used for arbitrary segmentation. + 임의적 분할을 위해 사용된 요소의 값을 제공한다. + 提供屬性,用於有隨機分割功用的元素。 + 任意の部分に使用される要素向けの属性を示す。 + fournit des attributs pour des éléments utilisés pour une segmentation arbitraire. + proporciona atributos a los elementos usados para una segmentación arbitraria. + assegna degli attributi agli elementi usati per una segmentazione arbitraria + + + + + + + + function + fonction + characterizes the function of the segment. + 분절 기능의 특성을 기술한다. + 描述該分割的功能。 + 当該部分の役割を示す。 + caractérise la fonction du segment. + caracteriza la función de un segmento. + caratterizza la funzione del segmento + +

Attribute values will often vary depending on the type of element to which they are attached. For example, a cl, may take values such as +coordinate, subject, adverbial etc. For a phr, such values as +subject, predicate etc. may be more appropriate. Such constraints will typically be implemented by a project-defined customization.

+

+ 属性値は付与された要素のタイプに応じてしばしば変化する。 + たとえば、clは座標や主語、副詞のような値をとることができる。 + phrの場合、主語や述語のような値はより適切かもしれない。 + そういった制約は、典型的には、プロジェクトで定義されたカスタマイズとして実装されるだろう。

+ +
+
+ + 16.3. Blocks, Segments, and Anchors + 17.1. Linguistic Segment Categories + +
+ provides attributes for elements in lists or groups that are sortable, but whose sorting key cannot be derived mechanically from the element content. + ソート可能だが、ソートのキーは要素の内容から機械的に取り出すことはできないリストやグループにおける要素に関する属性。 + + + supplies the sort key for this element in an index, list or group which contains it. + インデックスやリスト、グループに含まれる要素のソートキーを提供する。 + + + David's other principal backer, Josiah + ha-Kohen Josiah ha-Kohen b. Azarya b. Azarya, son of one of the last gaons of Sura was David's own first + cousin. + + + Je me suis + procuré une clef anglaise pour dévisser les écrous qui attachent le canot à + la coque du Nautilus. Ainsi tout est prêt. + + +

The sort key is used to determine the sequence and grouping of entries in an index. It provides a sequence of characters which, when sorted with the other values, will produced + the desired order; specifics of sort key construction are application-dependent

+

Dictionary order often differs from the collation sequence of machine-readable character + sets; in English-language dictionaries, an entry for 4-H will often + appear alphabetized under fourh, and McCoy may be + alphabetized under maccoy, while A1, + A4, and A5 may all appear in numeric order + alphabetized between a- and AA. The sort key is + required if the orthography of the dictionary entry does not suffice to determine its + location.

+
+ +

La clé de tri est utilisée pour déterminer la séquence et le groupement d'entrées dans un + index. Elle fournit une séquence de caractères qui, lorsqu'ils sont triés avec les autres valeurs, produisent l'ordre souhaité ; les détails de construction d'une clé de tri + dépendent des applications. +.

+

La structure d'un dictionnaire diffère souvent de l'ordre de collation des jeux de + caractères lisibles par la machine ; dans des dictionnaires de langue anglaise, une entrée + pour 4-H apparaîtra souvent alphabétiquement sous fourh, et + McCoypeut être classé alphabétiquement sous maccoy, tandis que A1, A4 et A5 + apparaîtront tous dans un ordre alphanumérique entre a- et AA. La clef de + tri est exigée si l'orthographe de l'entrée du dictionnaire n'est pas suffisante pour + déterminer son emplacement.

+
+ +

La clave de ordenación se utiliza para determinar la secuencia y agrupar las entradas en + un índice.

+
+ +

当該属性は、索引中の項目の並びやグループを決めるために使用される。 + これはほかの値によって並べ替えを行いたいときの一続きの文字を与え、それによって望まれる順序を実現する。 + ソートキー構文の詳細はアプリケーション依存である。

+

辞書順はしばしば機械可読文字集合の照合順と異なる。 + 英語圏の辞書では、4-Hという項目はしばしばfourhとしてアルファベット化され、McCoyは、maccoyとしてアルファベット化されうる。 + それに対して、A1A4A5a-AAのあいだに数字順に置かれてしまうこともある。 + ソートキーは、辞書項目の表記が辞書における順序を決定するのに不十分な際に必要となる。

+
+ +
+
+ + 9.1. Dictionary Body and Overall Structure + +
+ provides attributes common to those elements which + have a duration in time, expressed either absolutely or by reference + to an alignment map. + 절대적 또는 배열 지도에 대한 참조에 의해 표현된 시간의 지속을 나타내는 요소들 사이에 공통적 속성을 제공한다. + 提供一組屬性,通用於帶有時間長度的元素,這些元素以絕對方式表明,或是參照到組序表。 + 時間幅を持つ要素に共通する属性を示す。絶対的または関連図への参照で示 + される。 + fournit des attributs communs aux éléments qui + expriment une durée dans le temps, soit de manière absolue, soit en se référant à une carte d'alignement. + proporciona un conjunto de atributos comunes a los elementos que tienen una duración en el tiempo expresada en términs absolutos o por referencia a un esquema de alineamiento + assegna un insieme di attributi comuni agli elementi che hanno una durata nel tempo espressa in termini assoluti o rispetto a uno schema di allineamento + + + + + + indicates the location within a temporal alignment at + which this element begins. + 이 요소가 시작된 시간 배열 내의 위치를 제시한다. + 指出時間組序中此元素的起始位置。 + 時間関連図上で、当該要素が始まることを示す時間点を示す。 + indique dans un alignement temporel (un ordre chronologique) l'endroit où commence cet élément. + indica el punto en el ámbito de un alineamiento temporal en el cual comienza el elemento + indica il punto nell'ambito di un allineamento temporale in cui comincia l'elemento + + +

If no value is supplied, the element is assumed to follow + the immediately preceding element at the same hierarchic + level.

+
+ +

Si aucune valeur n'est donnée, il est entendu que l'élément suit l'élément immédiatement précédent au même niveau hiérarchique.

+
+ +

Si no se suministra ningún valor, el elemento es asumido para seguir el elemento inmediatament anterior en el mismo nivel jerárquico.

+
+ +

+ 値がない場合は、当該要素は同じ構造レベル上の直前の要素の後に続 + くものとされる。 +

+
+
+ + indicates the location within a temporal alignment at + which this element ends. + 이 요소가 종료된 시간 배열 내의 위치를 제시한다. + 指出時間組序 (順序點) 中此元素的結尾位置。 + 時間関連図上で、当該要素が終わることを示す時間点を示す。 + indique l'endroit où se termine cet élément dans un alignement temporel. + indica el punto en el ámbito de un alineamiento temporal en el cual comienza el elemento + indica il punto nell'ambito di un allineamento temporale in cui termina l'elemento + + +

If no value is supplied, the element is assumed to precede + the immediately following element at the same hierarchic + level.

+
+ +

Si aucune valeur n'est donnée, il est entendu que l'élément précède l'élément immédiatement suivant au même niveau hiérarchique.

+
+ +

Si no se suministra ningún valor, el elemento es asumido para preceder el elemento inmediatamente posterior en el mismo nivel jerárquico.

+
+ +

+ 値がない場合は、当該要素は同じ構造レベル上の直前の要素の後に続 + くものとされる。 +

+
+
+
+ + 8.3.5. Temporal Information + +
+ provides attributes specific to elements encoding authorial or + scribal intervention in a text when + transcribing manuscript or similar sources. + 원고 또는 유사 원본을 전사할 때 텍스트의 저작 또는 필사 간섭을 부호화하는 요소에 특징적으로 사용되는 속성을 제시한다. + 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. + 手書き資料や同様の資料を転記する場合、著者や筆写者に関する調整を記録 + する要素に付与される属性を示す。 + + fournit des attributs spécifiques au codage d'éléments +relatifs à l'intervention de l'auteur ou du copiste dans un texte lors de la +transcription de sources manuscrites ou assimilées. + assegna degli attributi propri degli elementi che descrivono il carattere di un intervento dell'autore o del trascrittore di un testo nella redazione di un manoscritto o di altra fonte simile + + + + + + + + + indicates the effect of the intervention, for example in + the case of a deletion, strikeouts + which include too much or too little text, or in the case of an + addition, an insertion which duplicates some of the text + already present. + 간섭의 효과를 나타낸다. 예를 들어, 삭제의 경우 너무 많은 또는 너무 적은 텍스트를 포함한 지우기, 또는 추가의 경우, 이미 존재하는 텍스트 일부의 중복 삽입 등. + indica el resultado de una intervención, por ejemplo en el caso de una cancelación, una tachadura que incluyen demasiado o demasiado poco texto, o en el caso de una adición o una inserción que duplica información ya presente en el texto. + 当該調整の影響を示す。例えば、削除の際、取消線の範囲が多すぎた + り少なすぎたりする場合や、追加の際、既にあるテキストの部分をコピー + して挿入したりする場合。 + + indique la conséquence de l'intervention, par +exemple dans le cas d'un effacement, une biffure, qui inclut trop ou pas assez de +texte, ou dans le cas d'un ajout, une insertion, qui reproduit une portion du +texte déjà présent. + indica l'effetto dell'intervento, per esempio in caso di cancellazione, quando questa comprenda troppo testo o troppo poco, o in caso di aggiunta, quando questa riproduce parte del testo già presente + + unremarkable + + + + all of the text indicated as an addition duplicates + some text that is in the original, whether the duplication + is word-for-word or less exact. + 중복이 단어 대 단어로 된 것이지, 아니면 중복이 비교적 덜 정확하게 된 것인지 간에, 삽입으로 표시된 모든 텍스트는 원본의 일부 텍스트를 중복한 것임. + todo el texto indicado como adición duplica un fragmento de texto presente en el original, siendo la duplicación palabra por palabra o algo menos exacta. + 当該テキストは全て、元資料にあるテキストのコピーを追加するも + のである。その程度は、語単位であったりそれより小さいこともある。 + + tout le texte indiqué comme étant une addition reprend le texte de l'original, que la duplication soit identique mot pour mot ou moins exacte. + l'intero testo identificato come aggiunta riproduce parte del testo già presente nell'originale, indipendentemente dal fatto che la riproduzione sia esatta (parola per parola) o meno + + + part of the text indicated as an addition duplicates + some text that is in the original + 일부 텍스트가 원본의 일부 텍스트를 중복 + la parte del texto marcado como adición duplica un fragmento de texto presente en el original + 当該テキストの部分は、元資料にあるテキストのコピーを追加する + ものである。 + + la partie du texte indiquée comme +étant un ajout est redondante avec un texte présent dans l'original. + una parte del testo identificato come aggiunta riproduce parte del testo già presente nell'originale + + + some text at the beginning of the deletion is marked + as deleted even though it clearly should not be + deleted. + 분명히 그렇게 되어 있지 않았어야 하는데도, 삭제부의 시작에 있는 어떤 텍스트가 삭제된 것으로 표지되어 있다. + un fragmento de texto del principio de una cancelación se marca como suprimido aunque este no lo haya sido claramente. + 当該削除部分の始点は、例えそれが明白な削除ではなくとも、マー + クされている。 + + un passage du texte situé au début de la supression est indiqué comme supprimé bien qu'à l'évidence il ne devrait pas l'être. + una parte del testo all'inizio della cancellazione è identificata come cancellata anche se chiaramente non dovrebbe esserlo + + + some text at the end of the deletion is marked as + deleted even though it clearly should not be + deleted. + 분명히 그렇게 되어 있지 않았어야 하는데도, 삭제부의 끝에 있는 어떤 텍스트가 삭제된 것으로 표지되어 있다. + un fragmento de texto del final de una cancelación se marca como suprimido aunque este no lo haya sido claramente. + 当該削除部分の終点は、例えそれが明白な削除ではなくとも、マー + クされている。 + + un passage du texte situé à la fin de la supression est indiqué comme supprimé bien qu'à l'évidence il ne devrait pas l'être. + una parte del testo alla fine della cancellazione è identificata come cancellata anche se chiaramente non dovrebbe esserlo + + + some text at the beginning of the deletion is not + marked as deleted even though it clearly should be. + 분명히 그렇게 되어 있어야 하는데도, 삭제부의 시작에 있는 어떤 텍스트가 삭제된 것으로 표지되어 있지 않다. + un fragmento de texto del inicio de la cancelación no se marca como suprimido aunque claramente haya sido suprimido. + 当該削除部分の始点は、例えそれが明白な削除ではなくとも、マー + クされていない。 + + un passage du texte situé au début de la supression n'est pas indiqué comme supprimé bien qu'à l'évidence il devrait l'être. + una parte del testo all'inizio della cancellazione non è identificata come cancellata anche se chiaramente dovrebbe esserlo + + + some text at the end of the deletion is not marked as + deleted even though it clearly should be. + 분명히 그렇게 되어 있어야 하는데도, 삭제부의 끝에 있는 어떤 텍스트가 삭제된 것으로 표지되어 있지 않다. + un fragmento de texto del final de la cancelación no se marca como suprimido aunque claramente haya sido suprimido. + 当該削除部分の終点は、例えそれが明白な削除ではなくとも、マー + クされていない。 + + un passage du texte situé à la fin de la supression n'est pas indiqué comme supprimé bien qu'à l'évidence il devrait l'être. + una parte del testo alla fine della cancellazione non è identificata come cancellata anche se chiaramente dovrebbe esserlo + + + some text in the deletion is not marked as deleted + even though it clearly should be. + 분명히 그렇게 되어 있어야 하는데도, 삭제부에 있는 어떤 텍스트가 삭제된 것으로 표지되어 있지 않다. + un fragmento de texto de la cancelación no se marca como suprimido aunque claramente haya sido suprimido. + 当該削除部分は、例えそれが明白な削除ではなくとも、マークされ + ていない。 + + un passage du texte dans la supression n'est pas indiqué comme disparu bien qu'à l'évidence il devrait l'être. + una parte del testo all'interno della cancellazione non è identificata come cancellata anche se chiaramente dovrebbe esserlo + + + the deletion is not faulty. + 삭제가 잘못된 것이 아니다. + la cancelación no es defectuosa. + 当該削除部分は、間違いではない。 + + l'indication de suppression n'est pas +erronée. + la cancellazione non è erronea + + + +

Status information on each deletion is needed rather rarely + except in critical editions from authorial manuscripts; status + information on additions is even less common.

+

Marking a deletion or addition as faulty is inescapably an + interpretive act; the usual test applied in practice is the + linguistic acceptability of the text with and without the + letters or words in question.

+
+ +

Il est rarement nécessaire de donner de l'information sur le statut de chaque + suppression sauf dans le cas des éditions critiques de manuscrits d'auteur, + l'information sur le statut des additions étant encore plus rare.

+

L'indication d'une suppression ou d'une addition comme erronée est indéniablement un acte + d'interprétation ; le test habituel appliqué dans la pratique est + l'acceptabilité linguistique du texte avec et sans les lettres ou mots en + question.

+
+ +

La información del estado de cada cancelación se necesita raramente, excepto en las ediciones críticas de los manuscritos de autor; la información del estado sobre las adiciones es incluso menos común.

+

El marcaje de una cancelación o una adición como defectuoso es ineludible en un acto interpretativo; el test generalmente aplicado en la práctica es la aceptabilidad lingüística del texto con y sin las letras o las palabras en cuestión.

+
+ +

+ 各削除部分に関する状態情報は、著者の自筆原稿からの校勘版を除い + て、滅多に必要にはならない。追加に関する状態情報も、一般的ではな + い。 +

+

+ 削除部分や追加を間違いとして記録することは、必然的に解釈が含ま + れてしまう。実際には、問題となる文字や単語の有無によって、当該テ + キストが言語学的に問題ないかどうかで判断される。 +

+
+
+ + documents the presumed cause for the intervention. + + + + + + sequence + 연쇄 + secuencia + séquence + sequenza + assigns a sequence number related to the order in which + the encoded features carrying this attribute are believed to have occurred. + 이 속성을 포함하는 부호화된 자질이 발생했다고 가정되는 순서와 관련된 번호를 할당한다. + asigna un número de serie relacionado con el orden en el cual se cree que se han sucedido las características codificadas que llevan este atributo. + 当該属性が示す素性が出現すると想定されている順番の、番号を示す。 + + assigne un numéro séquentiel relatif à l'ordre +dans lequel les traits encodés portant cet attribut sont supposés être apparus. + stabilisce un numero sequenziale relativo all'ordine in cui si ritiene che ricorrano i tratti codificati ai quali è assegnato tale attributo + + +
+ + + 11.3.1.4. Additions and Deletions + + +
+ provides attributes for specifying the specific part of a bibliographic item being cited. + 引用された書誌の特定箇所を指示するための属性を提供する。 + + + + identifies the unit of information conveyed by the element, e.g. columns, pages, volume, entry. + identifie le type d'information + que transmet l'élément, par exemple colonnes, pages, volume, inscription, etc. + 当該要素が伝える情報の単位を特定する。たとえば、カラム (columns)、頁 (pages)、巻 (volume)、エントリ (entry) 等。 + + + + volume + + volumen + the element contains a volume number. + 권수를 포함한다. + 該元素標記的內容為冊號。 + el elemento contiene el número de volumen. + 巻番号を含む。 + l'élément contient un numéro de volume. + l'elemento contiene il numero del volume. + + + the element contains an issue number, or volume and + issue numbers. + 호, 또는 권과 호를 포함한다. + 該元素標記的內容為一期刊號或冊號與期刊號。 + el elemento contiene el número de la edición, o los números del volumen y de la edición. + 号番号かまたは巻と号の番号を含む。 + l'élément contient un numéro de + livraison ou bien un numéro de volume et de livraison. + l'elemento contiene l'indicazione del numero della pubblicazione + + + page + 페이지 + pagine + página + the element contains a page number or page range. + 페이지 번호 또는 페이지 범위를 포함한다. + 該元素標記的內容為一頁數或頁數範圍。 + el elemento contiene un número de página o un intervalo de páginas. + ページ番号またはページ範囲を含む。 + l'élément contient un nombre de pages + ou l'étendue de sélection des pages. + l'elemento contiene l'indicazione di pagina o pagine + + + the element contains a line number or line range. + 行番号か行範囲を含む。 + + + chapter + + capítulo + chapitre + capitolo + the element contains a chapter indication (number + and/or title) + 장 표시(숫자와/또는 제목)를 포함한다. + el elemento contiene la indicación del capítulo (número y/o el título) + 章の識別子(番号やタイトル)を含む。 + l'élément contient une indication de + chapitre (le numéro et/ou le titre) + l'elemento contiene un'indicazione di capitolo (numero e/o titolo + + + the element identifies a part of a book or collection. + 책 또는 모음집의 부분을 식별한다. + 該元素標明的內容為單書或集合作品的一部份。 + el elemento identifica una parte de un libro o de una colección. + 書籍や叢書の部分を特定する。 + l'élément identifie une partie d'un + livre ou une anthologie. + l'elemento identifica una parte di un libro o di una raccolta + + + the element identifies a column. + 一つのカラムを特定する。 + + + the element identifies an entry number or label in a list of entries. + エントリのリスト中の番号やラベルを特定する。 + + + + + specifies the starting point of the range of units indicated by the unit attribute. + unit属性で指定された時間単位の幅における開始点を表す。 + + + + specifies the end-point of the range of units indicated by the unit attribute. + unit属性で指定された時間単位の幅における終点を表す。 + + + + + 1.3.1. Attribute Classes + + + groups elements which contain names of individuals +or corporate bodies. + 개인 또는 기업체의 이름을 포함하는 요소를 모아 놓는다. + 匯集包含個人或團體名稱的元素。 + 個人や団体の名前を含む要素をまとめる。 + regroupe des éléments qui contiennent des noms + d'individus ou de personnes morales. + agrupa elementos que contienen nombres de individuos o de agrupaciones o sociedades. + raggruppa elementi che contengono nomi di individui o enti societari + + + + +

This class is used in the content model of elements which + reference names of people or organizations.

+
+ +

Cette classe est utilisée dans le modèle de contenu des éléments qui référencent des + noms de personnes ou d'organisations.

+
+ +

Esta clase se utiliza en el modelo de elementos cuyos nombres se refieren a gente o a organizaciones.

+
+ +

+ 当該クラスは、人物や団体の名前を参照する要素の内容モデル中で使用さ + れる。 +

+
+ + 3.6. Names, Numbers, Dates, Abbreviations, and Addresses + +
+ groups elements used for arbitrary segmentation. + 임의적 분할에 사용되는 요소를 모아 놓는다. + 匯集用於隨機分割的元素。 + 任意の区分で使用される要素をまとめる。 + regroupe des éléments utilisés pour une segmentation + arbitraire. + agrupa elementos usados por una segmentación arbitraria. + raggruppa elementi utilizzati per una segmentazione + arbitraria + + + + + +

The principles on which segmentation is carried out, and any special codes or attribute + values used, should be defined explicitly in the segmentation element of the + encodingDesc within the associated TEI header.

+
+ +

Les principes sur lesquels repose la segmentation, ainsi que tout code particulier ou valeur + d'attribut utilisée, doivent être définis explicitement dans l'élément segmentation de + l'élément encodingDesc situé dans l'En-tête TEI associé.

+
+ +

Los principios en los cuales se realiza la segmentación, y cualesquiera sean los códigos o + valores de atributo especiales usados, se deben definir explícitamente en el elemento + segmentación del encodingDesc dentro del encabezado TEI asociado.

+
+ +

どの区分、どのコード、どの属性値を使うかを決める原則は、関連する TEIヘダー内の要素encodingDescにある要素 + segmentation中で明示的に宣言されるべきである。

+
+ + 16.3. Blocks, Segments, and Anchors + 17.1. Linguistic Segment Categories + +
+ groups phrase-level elements which are typographically distinct but to which no specific + function can be attributed. + 인쇄상 구분되나 특정 기능이 없는 구 층위 요소를 모아 놓는다. + 匯集的詞組層次元素與顯目標示相關,且無特定語義 + 印刷上他とは異なるが、特別な機能は付与されていない、句レベルの要素を まとめる。 + regroupe des éléments du niveau de l’expression qui sont + typographiquement distincts mais auxquels aucune fonction spécifique ne peut être attribuée. + agrupa elementos de nivel sintagmático para subrayar que + no tienen una semántica específica. + raggruppa elementi a livello sintagmatico relativi a + evidenziatura + + + + + + + 3.3. Highlighting and Quotation + + + groups phrase-level elements which are typographically + distinct and to which a specific function can be attributed. + 인쇄상 구분되며 특정 기능을 수행하는 구-층위 요소를 모아 놓는다. + 匯集語義上的詞組層次元素 + 印刷上他とは異なり、特定の機能が付与されている、句レベルの要素をまと + める。 + regroupe des éléments qui sont distingués visuellement, et auxquels on peut attribuer une signification sémantique. + raggruppa elementi a livello di sintagma tipograficamente distinti e ai quali è attribuibile una funzione specifica + agrupa elementos sintagmáticos semánticos. + + + + + + 3.3. Highlighting and Quotation + + + groups phrase-level elements which are typographically distinct. + 인쇄상 구분되는 구-층위 요소를 모아 놓는다. + 匯集與顯目標示相關的詞組層次元素。 + 印刷上他とは異なる、句レベルの要素をまとめる。 + regroupe des éléments du niveau de l'expression qui sont + typographiquement distincts. + raggruppa elementi a livello di sintagma tipograficamente + distinti + agrupa elementos de nivel sintagmático relativos al + énfasis. + + + + + 3.3. Highlighting and Quotation + + + groups elements containing temporal expressions. + 시간 표현을 포함하는 요소를 모아 놓는다. + 匯集包含時間格式的元素。 + 時間表現用の要素をまとめる。 + regroupe des éléments contenant des expressions relatives + au temps. + agrupa elementos que contienen expresiones temporales. + raggruppa elementi che contengono indicazioni relative a + date + + + + + + + 3.6.4. Dates and Times + 13.4. Dates + + + groups elements which denote a number, a quantity, a measurement, or similar piece of text + that conveys some numerical meaning. + 숫자, 양, 측정값 등 수치적 의미를 드러내는 텍스트 부분을 가리키는 요소를 모아 놓는다. + 匯集的元素代表一個數字、數量、度量,或類似的文字,傳達某些數值上的意義 + 数値、量、計測値など、数値的意味を示すテキストを示す要素をまとめる。 + regroupe des éléments qui indiquent un nombre, une + quantité, une mesure ou un extrait d'un texte qui porte une signification numérique. + agrupa elementos que contienen un número, una cantidad, + una medida, o un fragmento de texto similar que refleja algún significado numérico. + raggruppa elementi riferiti a numeri, quantità, + misurazioni o altra porzione di testo che veicola un significato di tipo numerico + + + + + 3.6.3. Numbers and +Measures + + + groups elements containing examples or illustrations. + 예 또는 실례를 포함하는 요소를 모아 놓는다. + 匯集包含範例的元素 + 例または挿絵を示す要素をまとめる。 + regroupe des éléments contenant des exemples ou des + illustrations. + raggruppa elementi che contengono esempi o illustrazioni + agrupa elementos que contienen ejemplos. + + + + + + 22.1.1. Phrase Level Terms + + + groups elements containing images, formulae, and + similar objects. + 이미지, 수식, 그리고 유사 대상을 포함하는 요소를 모아 놓는다. + 匯集的元素包含影像、方程式和類似物件 + 画像や式などを含む要素をまとめる。 + regroupe des éléments contenant des images, des + formules et d'autres objets semblables. + agrupa elementos que contienen imágenes, fórmulas u objetos similares. + raggruppa elementi che contengono immagini, formule, esempi, e oggetti simili + + + + + 3.10. Graphics and Other Non-textual Components + + + groups elements which can appear only as part of a place name. + 장소명의 부분으로서만 나타날 수 있는 요소를 모아 놓는다. + agrupa los elementos que pueden aparecer solamente como + parte de un topónimo. + 場所名の部分として出現可能な要素をまとめる。 + regroupe des éléments qui ne peuvent apparaître que sous la forme d'une partie d'un toponyme. + raggruppa elementi che risultano solo come parte di un + nome di luogo + + + + + 13.2.3. Place Names + + + groups phrase-level elements used in manuscript description. + 원고 기술에서 사용되는 구-층위 요소를 모아 놓는다. + 匯集描述寫本的元素 + 手書き資料における、句レベルの要素をまとめる。 + regroupe des éléments de niveau expression utilisés pour décrire + des manuscrits + agrupa les elementos empleados en la descripción de + manuscritos. + raggruppa gli elementi utilizzati per descrivere + manoscritti + + + + + + 10. Manuscript Description + + + groups phrase-level elements for simple editorial interventions that may be useful both +in transcribing and in authoring. + 전사와 저작 모두에서 유용할 수 있는 간단한 편집 간섭에 대한 구-층위 요소를 모아 놓는다. + 匯集的詞組層次元素用於簡單的編輯更正,且有助於轉錄和編寫 + + 転記や編集の両方で使用される、単純な編集上の調整を示す、句レベルの要 + 素をまとめる。 + regroupe des éléments de niveau expression, utilisés pour de + simples interventions éditoriales utiles dans la transcription comme dans la rédaction. + raggruppa elementi a livello di sintagma per semplici interventi editoriali, utili sia per il trascrittore che per l'autore + agrupa elementos a nivel sintagmático utilizados para simples intervenciones editoriales que pueden ser útiles tanto en la transcripción como para autoría. + + + + + + 3.5. Simple Editorial Changes + + + groups phrase-level elements used for editorial transcription of pre-existing source + materials. + 앞서 존재하는 원본 자료의 편집상 전사에 사용되는 구-층위 요소를 모아 놓는다. + 僅匯集用於簡單的編輯更正和轉錄、而未能助於編寫的詞組層次元素 + 現存している資料に、編集を加えて転記する際に使う、句レベルの要素をま とめる。 + regroupe des éléments de niveau expression, utilisés pour + des transcriptions éditoriales de sources pré-existantes + raggruppa elementi a livello di sintagma utilizzati per + la trascrizione di fonti preesistenti + agrupa solo elementos sintagmáticos utilizados para + simples correcciones y transcripciones editoriales que no parecen ser útiles para la autoría. + + + + + 3.5. Simple Editorial Changes + + + groups phrase-level elements for simple editorial correction and transcription. + 간단한 편집상 수정과 전사에 대한 구-층위 요소를 모아 놓는다. + 匯集的詞組層次元素用於簡單的編輯更正或轉錄 + 単純な編集上の修正や転記を示す、句レベルの要素をまとめる。 + regroupe des éléments de niveau expression, utilisés pour de simples interventions éditoriales de + corrections et de transcriptions. + agrupa elementos de nivel sintagmático utilizados para + simples correcciones o transcripciones editoriales. + raggruppa elementi a livello sintagmatico utilizzati per + semplici interventi editoriali di correzione e trascrizione + + + + + 3.5. Simple Editorial Changes + + + groups elements used for purposes of location and reference. + 위치 및 참조에 대한 요소를 모아 놓는다. + 匯集的元素用於位置和參照 + 場所や参照を示すための要素をまとめる。 + regroupe des éléments utilisés pour localiser et faire référence à quelque chose. + agrupa elementos usados para establecer localizaciones y + referencias. + raggruppa elementi utilizzati per stabilire collocazioni + e riferimenti + + + + + + + + 3.7. Simple Links and Cross-References + + + groups phrase-level elements which may appear within verse only. + 운문 내에서만 나타날 수 있는 구-층위 요소를 모아 놓는다. + 匯集僅可能出現於韻文內的詞組層次元素。 + 韻文内にのみある、句レベルの要素をまとめる。 + regroupe des éléments du niveau de l'expression qui ne + peuvent apparaître que dans des vers. + agrupa elementos de nivel sintagmático utilizados sólo + para los versos. + raggruppa elementi a livello sintagmatico utilizzati solo + per i versi + + + + + 6.2. Components of the Verse Line + + + groups globally available elements which describe the status of other elements. + 다른 요소의 상태를 기술하며, 전체적으로 이용가능한 요소를 모아 놓는다. + 匯集描述其他元素狀態的空白元素,例如連結或抽象詮釋,或者提供正確度等,且空白元素可能出現於文件任一處。 + 他の要素の状態を示す、どこでも使える要素をまとめる。 + regroupe des éléments disponibles globalement qui + décrivent le statut d'autres éléments. + agrupa elementos vacíos que describen el estatus de otros + elementos, p.ej. estableciendo grupos de relaciones o interpretaciones abstractas, o bien + proporcionando indicaciones de certeza, etc., y que pueden aparecer en cualquier punto de un + documento. + raggruppa elementi vuoti che descrivono lo status di + altri elementi, per esempio stabilendo gruppi di collegamenti o interpretazioni astratte, oppure + fornendo indicazioni di certezza, ecc., e che possono apparire in qualsiasi punto all'interno di + un documento + + + + + +

Elements in this class are typically used to hold groups of links or of abstract + interpretations, or by provide indications of certainty etc. It may find be convenient to + localize all metadata elements, for example to contain them within the same divison as the + elements that they relate to; or to locate them all to a division of their own. They may + however appear at any point in a TEI text.

+
+ +

Les éléments de cette classe sont utilisés pour contenir des groupes de liens ou + d'interprétations abstraites, ou pour fournir des indications quant à la certitude, etc. Il + peut être commode de situer tous les éléments contenant des métadonnées, par exemple de les + rassembler dans la même divison que les éléments auxquels ils sont reliés ; ou de les + retrouver tous dans la division qui leur est propre. Ils peuvent cependant apparaître à un + point quelconque d'un texte TEI.

+
+ +

Los elementos en esta clase se utilizan típicamente para llevar a cabo los grupos de + conexiones o de interpretaciones abstractas, o bien para proporcionar indicaciones de la + certeza etc. Puede ser conveniente localizar todos los elementos de los metadatos, por ejemplo + para contenerlos dentro de la misma división que los elementos con los cuales se relacionan; o + para localizarlos todos en la división que les es propia. Sin embargo pueden aparecer en + cualquier momento en un texto de TEI.

+
+ +

当該クラスの要素は、リンクや確信度といった抽象的解釈をまとめるため に使われる。これは、ユーザがメタデータを記述する際に便利であろう。 + 例えば、関連する要素と同じ部分レベル内にあるものまとめたり、関連す る要素を、自身の部分レベル内にまめめたりする場合である。 + しかし、これらは、TEIデータ中では、どこにでも出現可能である。

+
+ + 1.3. The TEI Class System + +
+ groups milestone-style +elements used to represent reference systems. + 참조 체계를 표상하는 이정표 유형의 요소를 모아 놓는다. + 匯集用於呈現參照系統的類似分界點元素 + 参照システムを示すための、標石要素相当の要素をまとめる。 + regroupe des éléments de type borne utilisés pour + représenter des systèmes de référence + agrupa elementos del tipo frontera (milestone) utilizados para representar sistemas de referencia. + raggruppa elementi del tipo milestone utilizzati per rappresentare sistemi di riferimento + + + + + + 1.3. The TEI Class System + 3.11.3. Milestone +Elements + + + groups elements used to represent individual non-Unicode characters or glyphs. + 개별 비유니코드 문자 또는 그림문자를 표상하는 요소를 모아 놓는다. + 匯集的元素穿插於正規文本中,代表非統一碼項目。 + ユニコードになる文字やグリフを示す要素をまとめる。 + regroupe des éléments utilisés pour représenter + différents caractères non-Unicode ou différents glyphes. + agrupa elementos que son + raggruppa elementi di cui è inframmezzato il testo che rapresentano oggetti non Unicode + + + + + groups elements which generate declarations in some markup language in ODD documents. + ODD 문서에서 마크업 언어로 선언을 생성하는 요소를 모아 놓는다. + 匯集的元素使ODD文件內某些標記語言中產生宣告。 + ODD文書で使用される要素の宣言を生成する要素をまとめる。 + regroupe les éléments qui, dans des documents ODD, + génèrent des déclarations dans un langage d'encodage. + agrupa elementos que generan declaraciones en un lenguaje + de codificación dado en documentos aislados + raggruppa elementi che generano dichiarazioni in un dato + linguaggio di codifica in documenti isolati + + + + + + groups phrase-level elements used to encode XML constructs such as element names, attribute + names, and attribute values + 요소명, 속성명, 그리고 속성값과 같이 XML 구성물을 부호화하는 구-층위 요소를 모아 놓는다. + XML要素を符号化する、句レベルの要素をまとめる。例えば、要素名、属性 名、属性値など。 + regroupe des éléments de niveau expression utilisés pour + encoder des constructions XML telles que des noms d'éléments, des noms d'attributs ou des + valeurs d'attributs + raggruppa elementi a livello di sintagma utilizzati per + codificare costrutti XML quali nomi di elementi e nomi e valori di attributi + 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 + + + groups elements for referring to specification elements. + 명시 요소를 참조하는 요소를 모아 놓는다. + 匯集的元素參照到細節元素 + 特定の要素を参照する要素をまとめる。 + regroupe les éléments pour se référer aux éléments de + spécification + raggruppa elementi indicanti i componenti di una data specifica + agrupa elementos para referir elementos de especificación + + + + + 22. Documentation Elements + + + groups elements containing a bibliographic description. + 서지 기술을 포함하는 요소를 모아 놓는다. + 匯集包含書目描述的元素。 + 書誌情報を含む要素をまとめる。 + regroupe des éléments contenant une description + bibliographique. + agrupa elementos que contienen una descripción bibliográfica. + raggruppa elementi che contengono una descrizione bibliografica + + + + + + + + + 3.12. Bibliographic Citations and References + + + groups elements used to provide a title or heading at the start of a text + division. + 텍스트 구역의 시작부에서 제목 또는 표제를 제시하는 요소를 모아 놓는다. + agrupa los elementos usados para proporcionar un título o un encabezadoa al principio de una división textual. + テキスト部分の始まりにあるタイトルや見出しを示す要素をまとめる。 + regroupe des éléments employés pour donner un titre ou +un intitulé au début d'une division de texte + raggruppa elementi utilizzati per fornire un titolo all'inizio di una partizione testuale + + + + + groups elements used to gloss or explain other parts of a document. + 문서의 다른 부분을 해설 또는 설명하는 요소를 모아 놓는다. + agrupa los elementos usados para glosar o para explicar otras partes de un documento. + 文書中の他の部分をまとめたり説明するために使われる要素をまとめる。 + regroupe des éléments employés pour gloser ou +expliquer d'autres parties d'un document. + raggruppa elementi utilizzati per spiegare o illustrare altre parti di un documento + + + + + groups list-like elements. + 목록 같은 요소를 모아 놓는다. + 匯集所有類似列表的元素 + リスト相当の要素をまとめる。 + regroupe les éléments de type liste. + agrupa todos los elementos del tipo de lista. + raggruppa tutti gli elementi del tipo lista + + + + + + + 3.8. Lists + + + groups globally-available note-like elements. + 전체적으로 이용 가능한 주석 같은 요소를 모아 놓는다. + 匯集所有類似註解的元素。 + どこでも出現可能な、注釈相当の要素をまとめる。 + regroupe tous les éléments globaux de type + note + agrupa todos los elementos del tipo de nota. + raggruppa tutti gli elementi del tipo nota + + + + + + 3.9. Notes, Annotation, and Indexing + + + groups elements representing metrical components such as verse lines. + 운문 행 같이 운율적 성분을 표상하는 요소를 모아 놓는다. + 匯集代表韻律組件的元素,例如詩行。 + 韻文の行のような、韻律的構成要素となる要素をまとめる。 + regroupe des éléments représentant des composants + de la métrique comme des vers. + agrupa elementos que representan componentes métricos como los versos. + raggruppa elementi che rappresentano componenti metriche come i versi + + + + + + groups paragraph-like elements. + 문단 같은 요소를 모아 놓는다. + 該元素集是以交換資料為目的段落。 + 段落相当の要素をまとめる。 + regroupe des éléments de type paragraphe. + la clase de elementos de tipo párrafa con la finalidad de + intercambio. + classe di elementi di tipo paragrafo a scopo di + interscambio. + + + + + + groups elements containing stage directions or similar things defined by the module for + performance texts. + 공연 텍스트의 모듈에 의해 정의된 무대 지시 또는 유사 내용을 포함하는 요소를 모아 놓는다. + 匯集的元素包含特殊的舞台指示,定義於劇本的附加標籤組中。 + 舞台芸術モジュールで定義されている、ト書きなどを示す要素をまとめる。 + regroupe des éléments contenant des indications scéniques + ou des indications de même nature, définies par le module relatif aux textes de théâtre + aggrupa elementos que contienen indicaciones específicas + de escena definidas en el conjunto adicional de marcadores de textos teatrales. + raggruppa elementi che contengono specifiche indicazioni + di scena definite nell'insieme aggiuntivo di marcatori per testi teatrali + + + + + +

Stage directions are members of class inter: that is, they can appear between or + within component-level elements.

+
+ +

Les indications scéniques appartiennent à la classe inter : cela signifie + qu'elles peuvent apparaître à l'intérieur d'éléments de niveau composant ou bien entre ces éléments.

+
+ +

Las direcciones de etapa son miembros de la clase inter: es decir, pueden + aparecer entre o dentro de los elementos del componente-nivel.

+
+ +

ト書きは、クラスinterのメンバーである。すなわち、構成 要素レベル要素内または間で出現可能である。

+
+ + 7.3. Other Types of Performance Text + +
+ groups elements which describe events. + + + + + + groups globally available elements which perform a specifically editorial function. + 명확한 편집 기능을 수행하며, 전체적으로 이용 가능한 요소를 모아 놓는다. + 匯集的空白元素有特殊的編輯功能,例如指出來源文件中一個文字段的附加、刪除、或缺漏的起始點。 + 特に編集機能を担い、どこでも使用できる要素をまとめる。 + regroupe des éléments globalement disponibles qui + exécutent une fonction spécifiquement éditoriale. + agrupa elementos vacíos con funciones editoriales + específicas, p.ej. la indicación del comienzo de un fragmento de texto añadido, omitido o + perdido en el original. + raggruppa elementi vuoti con funzioni editoriali + specifiche, per esempio l'indicazione dell'inizio di una porzione di testo aggiunto, rimosso o + mancante nell'originale + + + + + 1.3. The TEI Class System + + + groups paragraph-level elements appearing directly within divisions. + 구역 내에서 직접적으로 나타나는 문단-층위 요소를 모아 놓는다. + 匯集可出現於段落與其他區塊之間,而非出現於兩者之內的元素。 + テキスト部分中にある段落レベルの要素をまとめる。 + regroupe des éléments de niveau paragraphe apparaissant + directement dans des divisions + agrupa elementos que pueden aparecer entre párrafos u + otras divisiones, pero no dentro de estos. + raggruppa elementi che compaiono tra paragrafi e altre + porzioni di testo ma non al loro interno + + + + +

Note that this element class does not include members of the model.inter class, which can appear either within or between paragraph-level items. +

+
+ +

Noter que cette classe d'éléments ne comprend pas les membres de la classe model.inter, qui peuvent apparaître soit à l'intérieur, soit entre des + items de niveau paragraphe.

+
+ +

Observa que esta clase de elemento no incluye a los miembros de la clase model.inter, que puede aparecer dentro o entre los items del nivel-párrafo.

+
+ +

当該要素クラスは、クラスmodel.interの メンバーを含まないことに注意すること。 クラスmodel.interは、段落レベル項目内 または間にのみ出現可能である。

+
+ + 1.3. The TEI Class System + +
+ groups elements describing changeable characteristics of a person which have a definite + duration, for example occupation, residence, or name. + 직업, 거주지, 이름과 같이 일정 기간 유지되는 변화가능한 사람의 특성을 기술하는 요소를 모아 놓는다. + 該元素集描述人物的可改變特性,有明確的時間長度,例如職業、居所、姓名等。這些特性通常是個人或他人行為的結果。 + 一定期間で変容する、個人の特性を示す要素をまとめる。例えば、仕事、住 所、名前など。 + regroupe des éléments décrivant les caractéristiques + d'une personne, variables mais définies dans le temps, par exemple sa profession, son lieu de + résidence ou son nom. + clase de elementos que describen las características + mutables o con una duración determinada en una persona, p.ej. ocupación, residencia, nombre, + etc.; tales características de un individuo representan generalmente una consecuencia de sus + acciones o de las de otros. + classe di elementi che descrivono le caratteristiche + mutevoli e con una determinata durata di una persona, per esempio occupazione, residenza, nome, + ecc.; tali caratteristiche di un individuo rappresentano in genere una conseguenza delle sue + azioni o di quelle degli altri + + + + +

These characteristics of an individual are typically a consequence of their own action or + that of others.

+
+ +

Il s'agit en général des caractéristiques d'un individu résultant de sa propre action ou de + celle d'autrui.

+
+ +

Estas características de un individuo son típicamente una consecuencia de su propia acción o + de la de otros.

+
+ +

当該個人の特性は、自らの行動などによる結果である。

+
+
+ groups elements which provide information about people and their relationships. + 사람과 그들의 친족관계에 관한 정보를 제공하는 요소를 모아 놓는다. + 該元素集提供人物及人物關係的資訊。 + 人々やその関係を表す情報を示す要素をまとめる。 + regroupe des éléments qui donnent des informations + sur des personnes et leurs relations. + clase de elementos utilizados para proporcionar + informaciones relativas a personas y a las relaciones entre estas. + classe di elementi utilizzati per fornire informazioni + relative a persone e relazioni tra le stesse + + + + groups elements which form part of the description of a person. + 개인에 대한 기술의 부분을 형성하는 요소를 모아 놓는다. + 匯集的元素描述由文本所參照、或參與語言互動的人物特性。 + 個人の説明する部分となる要素をまとめる。 + regroupe des éléments qui font partie de la description + d'une personne + 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. + raggruppa elementi che descrivono determinate + caratteristiche delle persone a cui si fa riferimento nel testo o che partecipano a + un'interazione verbale + + 15.2.2. The Participant Description + + + groups elements which form part of a place name. + 장소명의 부분을 형성하는 요소를 모아 놓는다. + 匯集構成地點名稱部分的元素。 + 場所名の部分となる要素をまとめる。 + regroupe des éléments qui font partie d'un nom de lieu. + agrupa los elementos que forman parte del nombre de un + lugar + raggruppa gli elementi che fanno parte del nome di un + luogo + + + + + + 13.2.3. Place Names + + + groups elements which describe changing states of a place. + 장소의 변화하는 상태를 기술하는 요소를 모아 놓는다. + agrupa los elementos que describen aspectos variables de + un lugar. + 場所の変容を示す要素をまとめる。 + regroupe des éléments qui décrivent les transformations d'un lieu + raggruppa elementi che descrivono stati mutevoli di un + luogo + + + + + groups elements which form part of the description of an + organization. + + groups the child + elements of a publicationStmt element of the TEI header + that indicate an authorising agent. + TEI 헤더의 publicationStmt 요소 내에 나타날 수 있는 요소를 모아 + 놓는다. + 匯集元素publicationStmt的子元素 + TEIヘダーの要素publicationStmt内に出現する要素をまとめる。 + regroupe des éléments qui peuvent apparaître à + l'intérieur de l'élément publicationStmt de l'En-tête TEI + agrupa los hijos de publicationStmt. + raggruppa i figli di publicationStmt + +

The agency child elements, while not + required, are required if one of the detail + child elements is to be used. It is not valid to have a + detail child element without a + preceding agency child element.

+

See also model.publicationStmtPart.detail.

+
+ + 2.2.4. Publication, Distribution, Licensing, etc. + +
+ groups the agency-specific child elements of the publicationStmt element of the TEI header. + TEI 헤더의 publicationStmt 요소 내에 나타날 수 있는 요소를 모아 + 놓는다. + 匯集元素publicationStmt的子元素 + TEIヘダーの要素publicationStmt内に出現する要素をまとめる。 + regroupe des éléments qui peuvent apparaître à + l'intérieur de l'élément publicationStmt de l'En-tête TEI + agrupa los hijos de publicationStmt. + raggruppa i figli di publicationStmt + +

A detail child element may not occur + unless an agency child element precedes + it.

+

See also model.publicationStmtPart.agency.

+
+ + 2.2.4. Publication, Distribution, Licensing, etc. + +
+ groups elements such as licences and paragraphs of text which may appear as part of an + availability statement + regroupe des éléments tels que les licences ou les paragraphes indiquant la disponibilité d'un ouvrage. + + 2.2.4. Publication, Distribution, Licensing, etc. + + + groups elements which contain a description of their function. + regroupe des éléments qui contiennent une description de la fonction d'un élément. + + groups elements used to directly contain quotations. + 인용을 직접 포함하는 요소를 모아 놓는다. + 匯集直接包含引言的元素。 + 引用を示すために使われる要素をまとめる。 + regroupe des éléments employés pour contenir directement + des citations + agrupa los elementos que contienen directamente las citas + raggruppa elementi che contengono direttamente le + citazioni + + + + + + groups elements that contain a word or phrase that can be attributed to a source. + gruppiert Elemente, die ein Wort oder eine Phrase enthalten, welche einer Quelle zugeschrieben werden können. + + + + + + 3.3.3. Quotation + 4.3.2. Floating Texts + + + groups elements which are used to indicate intellectual or other significant responsibility, + for example within a bibliographic element. + 예를 들어 서지 요소 내에서 지적 책임을 나타내는 요소를 모아 놓는다. + 匯集指出智慧責任的元素,例如在書目元素內。 + 知的責任を示す要素をまとめる。例えば、書誌情報要素内にあるもの。 + regroupe des éléments qui sont utilisés pour indiquer une + responsabilité intellectuelle ou une autre responsabilité significative, par exemple dans un + élément bibliographique. + aggrupa elementos utilizados para indicar responsabilidad + intelectual, p.ej. dentro de un elemento bibliográfico. + raggruppa elementi utilizzati per indicare responsabilità + intellettuale, per esempio all'interno di un elemento bibliografico + + + + + + groups elements which can appear at either top or bottom of a + textual division. + 텍스트 구역 상단 또는 하단에 나타날 수 있는 요소를 모아 놓는다. + 匯集可出現於任何區段集元素起始或結尾的元素。 + テキスト部分の上部また下部に現れる要素をまとめる。 + regroupe des éléments qui peuvent être placés au + début ou à la fin de n'importe quelle division de texte. + agrupa elementos que pueden aparecer al principio o al final de cualquier elemento de clase de división. + raggruppa gli elementi che appaiono all'inizio di una partizione testuale + + + + + + 4.2. Elements Common to All Divisions + + + groups elements which can occur only at the beginning of a text division. + 텍스트 구역의 시작부에만 나타날 수 있는 요소를 모아 놓는다. + agrupa los elementos que pueden aparecer solamente al + principio de una división textual. + テキスト部分の始まりにのみ現れる要素をまとめる。 + regroupe des éléments qu'on ne trouve qu'au début d'une + division de texte. + raggruppa elementi che possono presentarsi solo + all'inizio di una partizione testuale + + + + + 4.6. Title Pages + + + groups elements appearing at the beginning of a + text division. + 텍스트 구역 시작에 나타나는 요소를 모아 놓는다. + agrupa los elementos que aparecen al principio de una división textual. + テキスト部分の始まりに現れる要素をまとめる。 + + + regroupe des éléments apparaissant au début d'une +division de texte. + raggruppa elementi che si presentano all'inizio di una partizione testuale + + 4.2. Elements Common to All Divisions + + + groups elements which appear at the level of divisions within front or back matter of + performance texts only. + 단지 공연 텍스트 앞쪽 자료 또는 뒤쪽 자료 내의 구역 층위에서 나타나는 요소를 모아 놓는다. + 匯集的元素僅出現於劇本正文前或後資訊內的區段層次。 + 演技テキストにおける前付、後付の部分レベルに現れる要素をまとめる。 + regroupe des éléments qui n'apparaissent comme des + divisions que dans les parties liminaires ou finales des textes de théâtre. + agrupa elementos que aparecen a nivel de partición + textual al interno del paratexto inicial o final. + raggruppa elementi che appaiono a livello di partizioni + testuali all'interno del peritesto iniziale o del peritesto finale solo in testi di tipo + teatrale + + + + + 7.1. Front and Back Matter + + + + groups paragraph-like elements which can occur as direct constituents of front matter. + 앞쪽 자료의 직접 구성성분으로 나타날 수 있는 문단 같은 요소를 모아 놓는다. + 未提供完整標題頁時,匯集的元素可顯示為正文前資訊的直接組成要素。 + 前付の構成要素として出現可能な、段落相当の要素をまとめる。 + regroupe des éléments de type paragraphe qui peuvent + apparaître comme des constituants directs des parties liminaires. + agrupa los elementos que aparecen como componentes + directos del paratexto inicial cuando no se da un encabezamiento electrónico. + raggruppa gli elementi che appaiono come componenti + diretti del peritesto iniziale quando non è dato un frontespizio elettronico. + + 4.6. Title Pages + + + groups elements which can occur only at the end of a text + division. + 텍스트 구역의 종료부에만 나타날 수 있는 요소를 모아 놓는다. + agrupa los elementos que pueden aparecer solamente al final de una división textual. + テキスト部分の終わりにのみ出現できる要素をまとめる。 + regroupe des éléments qu'on ne peut trouver qu'à la +fin d'une division de texte. + raggruppa elementi che possono presentarsi solo alla fine di una partizione testuale + + + + + 4.6. Title Pages + + + groups elements appearing at the end of a text + division. + 텍스트 구역의 종료부에 나타타는 요소를 모아 놓는다. + 匯集僅可出現於文本區段結尾的元素,例如結尾題名。 + テキストの終わりに現れる要素をまとめる。 + + regroupe des éléments placés à la fin d'une division de + texte. + agrupa elementos que pueden aparecer sólo al final de una + división textual, p.ej. un tráiler. + raggruppa gli elementi che appaiono alla fine di una + partizione testuale, per esempio trailer, byline, ecc. + + 4.2. Elements Common to All Divisions + + + groups the bibliographic elements which occur inside imprints. + 간기 내에 나타날 수 있는 서지 요소를 모아 놓는다. + 匯集出現於版本說明內的書目元素。 + 刊記にある書誌情報要素をまとめる。 + regoupe les éléments bibliographiques qui apparaissent à + l'intérieur de documents imprimés. + agrupa los elementos bibliográficos que aparecen al + interno de las siglas editoriales. + raggruppa gli elementi bibliografici che appaiono + all'interno delle sigle editoriali + + + + + 3.12. Bibliographic Citations and References + + + groups elements used to represent a postal or email address. + 우편 또는 전자메일 주소를 나타내는 요소를 모아 놓는다. + 匯集的詞組層次元素代表郵寄或電子郵件地址。 + 郵便におけるまたはeメールにおけるアドレスを表す要素をまとめる。 + regroupe des éléments employés pour représenter des + adresses postales ou électroniques. + raggruppa elementi utilizzati per rappresentare un + indirizzo postale o di posta elettronica + agrupa elementos sintagmáticos usados para representar + una dirección postal o electrónica. + + + + + + 1. The TEI Infrastructure + + + groups elements which name or refer to a person, place, or organization. + 인물, 장소, 또는 조직의 이름 또는 지시를 나타내는 요소를 모아 놓는다. + 匯集的空白元素可出現於TEI文件內的任何位置。 + 人物、場所、団体に名前を付与する、または参照する要素をまとめる。 + regroupe des éléments qui nomment une + personne, un lieu ou une organisation, ou qui y font référence à. + agrupa los elementos que nombran o indican a una persona, + un lugar (construido por el hombre o geográfico), o una organización. + raggruppa gli elementi che nominano o indicano una + persona, un luogo (costruito dall'uomo o geografico), o un'organizzazione + + + + + + +

A superset of the naming elements that may appear in datelines, addresses, statements of + responsibility, etc.

+
+ +

Un ensemble de niveau supérieur regroupant les éléments d'appellation qui peuvent apparaître + dans les dates, les adresses, les mentions de responsabilité, etc.

+
+ +

Un superconjunto de elementos de nombramiento que pueden aparecer en las líneas de fecha, de + dirección, de declaración de esponsabilidad,l etc.

+
+ +

日付欄、住所情報、責任表示等に現れる、名前を示す要素の親集合。

+
+
+ groups elements which may appear at any point within a TEI text. + TEI 텍스트 내의 어떤 지점에서 나타날 수 있는 요소를 모아 놓는다. + TEIデータ内のどこでも出現可能な要素をまとめる。 + regroupe des éléments qui peuvent apparaître à un point + quelconque dans un texte TEI. + agrupa elementos vacíos que pueden aparecer en cualquier + punto de un texto TEI + raggruppa elementi vuoti che possono apparire in + qualsiasi punto di un testo TEI + + + + + 1.3. The TEI Class System + + + groups elements which represent components of a bibliographic description. + 서지 기술의 성분을 표상하는 요소를 모아 놓는다. + 匯集可出現於書目引用元素內的元素。 + 書誌情報の項目を表す要素をまとめる。 + regroupe des éléments qui sont des composantes d’une + description bibliographique. + agrupa los elementos que pueden aparecer al interno citas + bibliográficas. + raggruppa gli elementi che possono apparire all'interno + di elementi di citazioni bibliografiche + + 3.12. Bibliographic Citations and References + + + groups elements which appear at the level of divisions within front or back matter. + 전면부 또는 후면부 자료 내에서 구역 층위에 나타나는 요소를 모아 놓는다. + 匯集的元素出現於正文前或後資訊內的區段層次中。 + 前付、後付の部分レベルに現れる要素をまとめる。 + regroupe les éléments + du niveau des divisions qui peuvent apparaître + dans un front ou un back. + agrupa elementos que aparecen a nivel de particiones + textuales al interno del paratexto inicial o final. + raggruppa gli elementi che appaiono a livello di + partizioni testuali all'interno del peritesto iniziale o finale + + 7.1. Front and Back Matter + + + + groups elements such as names or postal codes which may appear as part of a + postal address. + 우편 주소의 부분으로 나타날 수 있는 이름 또는 우편 번호와 같은 요소를 모아 놓는다. + 可能出現於郵寄地址部份的元素,如名稱或郵遞區號。 + 郵便情報としてある名前や郵便番号等の要素をまとめる。 + regroupe des éléments comme des noms ou des codes postaux + qui peuvent apparaître dans une adresse postale + agrupa los elementos que constituyen una dirección postal + o de cualquier otro tipo. + raggruppa elementi che costituiscono un indirizzo postale + o altro tipo di indirizzo + + 3.6.2. Addresses + + + groups phrase-level elements containing names, dates, numbers, measures, and similar data. + 이름, 날짜, 수, 측정, 그리고 유사 데이터를 포함하는 구-층위 요소를 모아 놓는다. + 匯集包含名稱、日期、數字、度量和類似數據的詞組層次元素。 + 名前、日付、数値、大きさなどを示す、句レベルの要素をまとめる。 + regroupe des éléments de niveau expression contenant + des noms, des dates, des nombres, des mesures et d'autres données semblables + agrupa los elementos a nivel sintagmàtico que contienen + nombres, fechas, medidas o datos similares. + raggruppa elementi a livello sintagmatico che contengono + nomi, date, numeri, misurazioni, e dati simili + + + + + + 3.6. Names, Numbers, Dates, Abbreviations, and Addresses + + + groups elements which can appear either within or between paragraph-like elements. + 문단 같은 요소 내에서 또는 그 사이에서 나타날 수 있는 요소를 모아 놓는다. + 匯集中間層次的元素:可出現於段落內與段落之間,或方塊性層次內與層次間。 + 句相当レベルの要素内または間に出現可能な要素をまとめる。 + regroupe des éléments qui peuvent apparaître à l’intérieur ou entre des composants semblables au paragraphe. + agrupa elementos de la clase intermedia (internivel): + tales elementos pueden aparecer bien al interno bien entre párrafos u entre otros elementos de + tipo división de texto. + raggruppa elementi della classe intermedia + (interlivello): tali elementi possono apparire sia all'interno che tra paragrafi e altri + elementi del tipo porzione di testo + + + + + + + + 1.3. The TEI Class System + + + groups common chunk- and inter-level elements. + 공통적인 덩어리 및 상호 층위 요소를 모아 놓는다. + 匯集通用的方塊性與中間層次元素。 + 塊レベルと挿入レベルの要素をまとめる。 + regroupe des éléments de niveau fragment - et des + éléments de niveau intermédiaire. + agrupa elementos comunes a nivel de fragmentos de texto o + internivel. + raggruppa elementi comuni a livello di porzioni di testo + o interlivello + +

This class defines the set of chunk- and inter-level elements; it is used in many content + models, including those for textual divisions.

+
+ +

Cette classe définit l'ensemble des éléments de niveau fragment et de niveau intermédiaire ; + de nombreux modèles de contenu y font appel, y compris ceux qui sont relatifs aux divisions + textuelles.

+
+ +

Esta clase define el conjunto de los elementos de fragmento e inter-nivel; se utiliza en + muchos modelos de contención, incluyendo aquellos para las divisiones textuales.

+
+ +

当該クラスは、塊レベルと挿入レベルの要素集合を定義する。当該クラス は、テキスト部分の要素を含む、多くの内容モデルで使われる。

+
+ + 1.3. The TEI Class System + +
+ groups elements which can occur at the level of individual words or phrases. + 개별 단어 또는 구 층위에서 나타날 수 있는 요소를 모아 놓는다. + 匯集的元素可出現於個人字詞層次上。 + 独立した語句レベルに出現する要素をまとめる。 + regroupe des éléments qui apparaissent au niveau des + mots isolés ou des groupes de mots. + agrupa los elementos que pueden aparecer en el nivel de + palabras o sintagmas. + raggruppa gli elementi che appaiono a livello di singole + parole o sintagmi + + + + +

This class of elements can occur within paragraphs, list items, lines of verse, etc.

+
+ +

Cette classe d'éléments peut se trouver dans des paragraphes, des entrées de + listes, des vers, etc.

+
+ +

Esta clase de elementos puede aparecer dentro de párrafos, en los elementos de una lista, en las líneas de verso, etc.

+
+ +

当該要素クラスは、クラスinterにある大きめの要素、すな わちの中で出現可能である。散文においては、当該要素 + は、段落、リスト項目、韻文行などの中で出現可能である。

+
+ + 1.3. The TEI Class System + +
+ groups elements that may appear in paragraphs and similar elements + + 3.1. Paragraphs + + + groups phrase-level elements excluding those elements primarily intended for transcription + of existing sources. + 존재하는 원본의 전사의 주요 목적에 해당하는 요소를 배제한 구 층위 요소를 모아 놓는다. + 匯集的元素可出現於個人字詞層次,不包含預定用於轉錄的元素。 + 現存する元資料から転記するために使用される要素を除く、句レベルの要素 をまとめる。 + regroupe des éléments du niveau de l'expression excluant ceux + qui sont principalement destinés à la transcription des sources existantes. + raggruppa elementi a livello di sintagma ad eccezione + degli elementi intesi principalmente per la trascrizione di fonti esistenti + agrupa los elementos que pueden aparecer a nivel de + palabras o sintagmas, excluyendo los elementos destinados a la transcripción. + + 1.3. The TEI Class System + + + groups elements used to represent un-numbered generic structural divisions. + 숫자화되지 않은 일반 구조 구역을 표상하는 요소를 모아 놓는다. + 匯集的元素代表未編號的一般結構性區段。 + 番号づけられていない、共通構造部分を示す要素をまとめる。 + regroupe des éléments utilisés pour représenter des + divisions structurelles génériques non numérotées. + raggruppa elementi utilizzati per rappresentare + partizioni testuali generiche non numerate + agrupa los elementos usados para representar divisiones + estructurales recursivamente. + + groups elements used to represent a structural division which is generated rather than + explicitly present in the source. + 원본에 분명하게 나타났다기보다 생성된 구조적 구역을 표상하는 요소를 모아 놓는다. + 匯集的元素代表一個結構性區段,產生於來源文本中,而非明確存在。 + 元資料に明示的にはなく、生成された構造部分を示すための要素をまとめる。 + regroupe des éléments utilisés pour représenter une + division structurelle qui est générée plutôt que présente de manière explicite dans la source + raggruppa elementi utilizzati per rappresentare una + partizione testuale generata piuttosto che esplicitamente presente nella fonte + agrupa elementos usados para representar divisiones + estructurales que se generan explícitamente porque estan presentes en la fuente. + + groups top-level structural divisions. + 최상위 층위 구조 구역을 모아 놓는다. + 匯集頂端層次的結構性區段。 + 最上位レベルの構造部分をまとめる。 + regroupe des divisions structurelles du niveau le plus + haut. + raggruppa partizioni testuali di primo livello + agrupa divisiones estructurales de nivel superior. + + groups elements used to represent annotations. + + + + + 16.10. The standOff Container + + + groups elements which may be used as an annotation body. + + groups elements used to record application-specific information about a document in its + header. + 문서에 관한 애플리케이션 명시 정보를 헤더에 기록하는 요소를 모아 놓는다. + agrupa en el encabezado los elementos usados para + registrar la información específica de la aplicación de un documento. + ヘダー中で、ソフトウェア固有の情報を記録する要素をまとめる。 + regroupe des éléments utilisés pour enregistrer dans + l'en-tête TEI d'un document des informations d'applications spécifiques. + raggruppa elementi utilizzati per registrare informazioni + specifiche di un'applicazione e relative a un documento nell'intestazione corrispondente + + groups high level elements which may appear more than once in a TEI header. + TEI 헤더에 한번 이상 출현하는 상위 층위 요소들을 모아 놓는다. + 匯集可在teiHeader中使用並且可多次出現的元素 + TEIヘダー内で高々1回出現する、上位レベルの要素をまとめる。 + regroupe des éléments de macrostructure qui peuvent + apparaître plus d'une fois dans l’en-tête TEI. + umfasst Elemente, die innerhalb des TEI-Headers benutzt + werden dürfen und mehrmals auftreten können. + agrupa elementos que pueden usarse al interno del + teiHeader y aparecen en diversas ocasiones. + raggruppa gli elementi utilizzati all'interno di + teiHeader e che appaiono più volte. + + groups elements which may be used inside sourceDesc and appear multiple times. + regroupe des éléments que l'on peut utiliser plusieurs fois dans l'élément sourceDesc. + sourceDesc 내부에 사용되어 여러 번 출현할 수 있는 요소들을 모아 놓는다. + 匯集可在sourceDesc中使用並且可多次出現的元素 + 要素sourceDesc内で、複数回出現可能な要素をまとめる。 + umfasst Elemente, die innerhalb des sourceDesc-Elements + verwendet werden und mehrfach auftreten können. + agrupa los elementos que pueden usarse al interno de + sourceDesc (descripción de la fuente) y que aparecen en diversas ocasiones. + raggruppa gli elementi utilizzati all'interno di + sourceDesc e che appaiono più volte. + + groups elements which may be used inside encodingDesc and appear multiple times. + regroupe des éléments + qui peuvent apparaître plusieurs fois dans + l'élément encodingDesc. + + encodingDesc 내부에 사용되어 여러 번 출현될 수 있는 요소들을 모아 놓는다. + 匯集可在encodingDesc中使用並且可多次出現的元素 + 要素encodingDesc内で使われ、複数回出現可能な要素をまとめる。 + umfasst Elemente, die innerhalb des encodingDesc-Elements verwendet + werden und mehrfach auftreten können. + agrupa elementos que pueden aparecer al interno de + encodingDesc (Descripción de la codificación) y que aparecen en diversas ocasiones. + raggruppa gli elementi utilizzati all'interno di + encodingDesc e che appaiono più volte. + + groups elements which may be used inside profileDesc +and appear multiple times. + regroupe des éléments que l'on peut utiliser plusieurs fois dans l'élément profileDesc. + profileDesc 내부에 사용되어 여러 번 출현할 수 있는 요소를 모아 놓는다. + 匯集可用於元素profileDesc內,且多次出現的元素 + 要素profileDesc内で使われ、複数回出現可能な要素をまとめる。 + umfasst Elemente, die innerhalb des profileDesc-Elements genutzt werden und mehrfach auftreten + können. + agrupa los elementos que pueden ser usados al interno de profileDesc y que aparecen en diversas ocasiones. + raggruppa gli elementi utilizzati all'interno di profileDesc e che appaiono più volte. + + groups elements which may be used as children of standOff. + + paragraph content + 문단 내용 + 段落內容 + contenu de paragraphe. + contenido del párrafo + contenuto di paragrafo + defines the content of paragraphs and similar elements. + 문단과 유사 요소 내용을 정의한다. + 定義段落與類似元素的內容。 + 段落やそれ相当の要素の内容を定義する。 + définit le contenu de paragraphes et d' éléments + semblables. + define el contenido de párrafos y elementos similares. + definisce il contenuto di paragrafi ed elementi simili + + + + + + + + 1.3. The TEI Class System + + + paragraph content + 문단 내용 + 段落內容 + contenu du paragraphe + contenido del párrafo + defines the content of prose elements that are not used for transcription of extant materials. + 현존 자료의 전사에 사용되지 않은 산문적 요소 내용을 정의한다. + 定義散文元素的內容,該元素未用於轉錄現存資料 + 現存する資料の転記で使われるものではない散文要素の内容を定義する。 + définit le contenu des éléments textuels qui ne sont + pas utilisés pour la transcription des contenus existants. + define el contenido de elementos de prosa que no se usan para la transcripción de materiales existentes. + + + + + + + + + + + 1.3. The TEI Class System + + + phrase sequence + 구 연쇄 + 詞組序列 + suite de syntagmes. + secuencia sintagmática + sequenza sintagmatica + defines a sequence of character data and phrase-level elements. + 문자 데이터 및 구층위 요소의 연쇄를 정의한다. + 定義一連串文字資料與詞組層次元素。 + 一連の文字列と句レベル要素を定義する。 + définit un ordre de données et d'éléments syntagmatiques. + >defince una secuencia de caracteres y elementos + de tipo sintagmático. + definisce una sequenza di caratteri ed elementi di tipo + sintagmatico + + + + + + + + + + + + + 1.4.1. Standard Content Models + + + limited phrase sequence + 한정된 구 연쇄 + 限定詞組序列 + séquence d'expression délimitée + secuencia de sintagma limitada + defines a sequence of character data and those phrase-level elements that are not typically +used for transcribing extant documents. + 현존 문서의 전사에 전형적으로 사용되지 않은 문자 테이터 및 구 층위 요소의 연쇄를 정의한다. + 定義一連串文字資料與詞組層次元素,通常不用於轉錄現存文件。 + 一般には、現存資料の転記に使われることはない、一連の文字列と句レベル + の要素を定義する。 + définit un ordre de données de caractère et ces + éléments de niveau d'expression qui ne sont pas typiquement utilisées pour transcrire des + documents existants. + define una secuencia de caracteres y elementos de tipo sintagmático que no se usan normalmente para transcribir. + + + + + + + + + + + 1.4.1. Standard Content Models + + + 'special' paragraph content + 특별 문단 내용 + 「特殊」段落內容 + contenu "spécial" de paragraphe + contenido de párrafo 'especial' + contenuto di paragrafo "speciale" + defines the content model of elements such as notes or list items, which either contain a + series of component-level elements or else have the same structure as a paragraph, containing a + series of phrase-level and inter-level elements. + 일련의 성분층위 요소를 포함하거나 아니면 문단과 동일 구조를 갖는 주석 또는 목록 항목과 같은 요소의 + 내용 모델을 정의하며, 이것은 일련의 구 층위 및 상호층위 요소를 포함한다. + 定義元素的內容模型,如註解或列表項目,這些內容模型包含一系列組合性層次元素,或與一個段落有相同的結構,包含一系列的詞組層次或inter-層次元素。 + 一連の句レベルまたは挿入レベルの要素と共に、一連の構成要素レベルの要 + 素、または段落相当の構造を持つ、注釈やリスト項目となる要素の内容モデ ルを定義する。 + définit le modèle de contenu des éléments tels que des + notes ou des items de liste, contenant soit une suite d'éléments de niveau composant soit qui + ont la même structure qu'un paragraphe, contenant une suite d’éléments du niveau de l’expression + et de niveau intermédiaire. + define el modelo de contenido de elementos tipo notas o + entradas de lista que contienen una serie de elementos a nivel de componentes que tienen la + misma estructura de un párrafo con una serie de elementos a nivel sintagmático y inter-nivel. + definisce il modello di contenuto di elementi quali note + o voci di lista che contiene una serie di elementi a livello di componenti aventi la stessa + struttura di un paragrafo con una serie di elementi a livello sintagmatico e interlivello + + + + + + + + + + + + + + 1.3. The TEI Class System + + + defines the range of attribute values expressing a degree of certainty. + 확실성 정도를 표현하는 속성 값의 범위를 정의한다. + 定義表示正確度的屬性值範圍 + 確信度を示す属性値の程度を示す。 + définit la gamme des valeurs d'attribut exprimant un degré de certitude + define la gama de valores de atributos que exprimen un grado de certeza. + definisce la gamma di valori di attributi che esprimono un grado di certezza + + + + + + + + + +

Certainty may be expressed by one of the predefined symbolic values high, + medium, or low. The value + unknown should be used in cases where the encoder + does not wish to assert an opinion about the matter. +

+
+ +

確信度は、highmediumlowのうち の1つが選択される。より詳細に示したい場合には、 teidata.probabilityを単独または追加と して使用することができる。

+
+ +

Le degré de certitude peut être exprimé par l'une des valeurs symboliques prédéfinies + high, medium, ou low.

+
+
+ defines the range of attribute values expressing a probability. + 확률을 표현하는 속성 값의 범위를 정의한다. + 定義表示可能性的屬性值範圍 + 出現度を示す属性値の範囲を定義する。 + définit la gamme des valeurs d'attributs exprimant une + probabilité. + define la gama de valores de atributos que exprimen un + grado de probabilida.d + definisce la gamma di valori di attributi che esprimono + una probabilità + + + + +

Probability is expressed + as a real number between 0 and 1; 0 representing certainly false and 1 representing certainly + true.

+
+ +

出現度は、0から1までの実数で表現される。0は 確実に偽、1は、 確実に真を示す。

+
+ +

Le degré de probabilité est exprimé + par un nombre réel entre 0 et 1 ; + 0 représentant certainement faux et 1 certainement + vrai.

+
+
+ defines the range of attribute values used for numeric values. + 수치에 사용되는 속성 값의 범위를 정의한다. + 定義用於數值的屬性值範圍 + 数値をとる属性値の範囲を定義する。 + définit la gamme des valeurs d'attributs utilisées pour + des valeurs numériques + define la gama de valores de atributos para valores + numéricos. + definisce la gamma di valori di attributi usati per + valori numerici + + + + + + + + +

Any numeric value, represented as a decimal number, in floating point format, or as a ratio.

+

To represent a floating point number, expressed in scientific notation, E + notation, a variant of exponential notation, may be used. In + this format, the value is expressed as two numbers separated by the letter E. The first + number, the significand (sometimes called the mantissa) is given in decimal format, while the + second is an integer. The value is obtained by multiplying the mantissa by 10 the number of + times indicated by the integer. Thus the value represented in decimal notation as 1000.0 might + be represented in scientific notation as 10E3.

+

A value expressed as a ratio is represented by two integer values separated by a solidus (/) + character. Thus, the value represented in decimal notation as 0.5 might be represented as a + ratio by the string 1/2.

+
+ +

10進数を作る数値。

+

また、IEEE倍精度浮動小数点(64bit長)をとることもできる。例えば、 ±10⁻³²³ から ±10³⁰⁸など。

+

科学的数値を評点する際、指数表現は、属性値と して記述される。 + 10進数による仮数部、続いて記号E、続いて指数 部がくる。 + + 乗算記号と底(10)は省略される。仮数部と指数 部には負になるかもしれない。記号Eと指数部を + 分けるために空白文字を入れる必要はない。例えば、3×10⁸ は 3E8と書かれる。

+

他の例として、以下のようなものがある。 + + 3E10 (光の速度(cm/秒)) + + 9.12E-31 (電子の質量(kg)) + + 4E11 (銀河系にある恒星の数(推定値)) + + -1.76E11 (電子の電荷(クローン)) + +

+

仮数部と指数部を分ける記号はeまたは Eのどちらでもよいが、当ガイドラインでは + Eを使うことを推奨する。これは、他の規格との 整合性を保ち、数学における定数との混同を避けるためである。

+
+ +

Toute valeur numérique, représentée en nombre décimal, notée en virgule flottante ou + en fraction.

+

Pour représenter un nombre en virgule flottante, exprimé en notation scientifique, + E notation, une variante de la notation + exponentielle peut être utilisée. Dans ce format, la valeur est exprimée par deux + nombres séparés par la lettre E. Le premier facteur, le significande (parfois appelé mantisse) + est donné sous forme décimale, tandis que le second est un entier. La valeur est obtenue en + multipliant la mantisse par 10 fois le nombre indiqué par l'entier. Ainsi la valeur + représentée en notation décimale 1000.0 pourrait être représentée en notation + scientifique 10E3.

+

Une valeur exprimée en fraction est représentée par deux nombres entiers séparés par une + barre oblique (/). Ainsi, la valeur représentée en notation décimale 0.5 pourrait être + représentée en fraction par la chaîne de caractères 1/2.

+
+
+ defines attribute values used to express an interval value. + + + + + + + + + + + +

Any value greater than zero or any one of the values + regular, irregular, unknown.

+
+
+ defines the range of attribute values used for a non-negative +integer value used as a count. + 계산으로 사용된 음이 아닌 정수 값의 속성 값 범위를 정의한다. + 定義的屬性值範圍,用於作為總數的非負整數值 + + 非負整数値を採る属性値の範囲を定義する。 + définit la gamme des + valeurs des attributs exprimant une valeur entière et non négative utilisé pour des calculs. + define la gama de valores de atributos para números enteros no negativos usados como un cálculo. + definisce la gamma di valori di attributi usati per un numero intero non negativo impiegato come computo + + + + +

Any positive integer value or zero is permitted

+
+ +

非負整数値のみが許される。

+
+ +

Seules des valeurs positives entières sont autorisées.

+
+
+ defines the range of attribute values expressing a temporal + expression such as a date, a time, or a combination of them, that + conform to the W3C XML Schema Part 2: Datatypes Second Edition + specification. + 날짜, 시간 또는 이들의 조합과 같은 시간 표현을 나타내는 속성 값 범위를 정의하며, 이는 W3C XML Schema Part 2: Datatypes Second Edition 명시를 따른다. + 定義表示時間的屬性值範圍,如日期、時間或兩者的結合,依照W3CXML Schema Part 2: Datatypes Second Editionspecification標準所定義。 + 日付や時間などの時間表現をとる属性値の範囲を定義する。これは、W3Cの + XML Schema Part 2: Datatypes Second Editionに従ったものになる。 + définit la gamme des valeurs d'attributs propre à + exprimer une valeur temporelle comme une date, une période, ou une combinaison des deux + conformément aux spécifications XML Schema Part 2: + Datatypes Second Edition du W3C. + define la gama de valores de atributos que expresan un valor temporal del tipo fecha, hora, o combinación de ambas, de acuerdo con la especificación de W3C XML Schema Part 2: Datatypes Second Edition. + + + + + + + + + + + + + +

If it is likely that the value used is to be compared with + another, then a time zone indicator should always be included, and + only the dateTime representation should be used.

+
+ +

+ 当該属性値が他の値と比較される場合、時間帯は必ず示されるべきである。 + またはdateTimeを使うべきである(訳注:この文は修正されるかもしれな + い)。 +

+
+ +

S'il est probable que la valeur utilisée doive être comparée à + d’autres, alors une indication de fuseau horaire sera toujours incluse, et + seule la représentation de dateTime sera employée. +

+
+
+ defines the range of attribute values available for representation of a duration in time using W3C datatypes. + W3C 데이터 유형을 사용해서 시간 지속을 나타내는 속성 값 범위를 정의한다. + 以W3C datatypes標準格式來定義表示一段持續性時間的屬性值範圍 + W3Cのデータ型を使い、時間幅を表現する当該属性値の範囲を定義する。 + définit la gamme des + valeurs d'attributs exprimant une durée temporaraire utilisant les types de données W3C + define la gama de valores de atributos disponibles para la representación de un periodo de tiempo usando tipos de datos W3C + + + + + + + + + + + a day and a half + + + + + a week + + + + + + + + + + une journée et demie + + + + + une semaine + + + + + + + + +

A duration is expressed as a sequence of number-letter pairs, + preceded by the letter P; the letter gives the unit and may be Y + (year), M (month), D (day), H (hour), M (minute), or S (second), + in that order. The numbers are all unsigned integers, except for + the S number, which may have a decimal component + (using . as the decimal point). If any number is + 0, then that number-letter pair may be + omitted. If any of the H (hour), M (minute), or S (second) + number-letter pairs are present, then the separator T + must precede the first time number-letter + pair.

+

For complete details, see the W3C + specification.

+
+ +

+ 時間幅は、先頭文字Pに続いて、数値-文字のペア列で示される。 + 文字は単位を示している。Y(年)、M(月)、D(日)、H(時間)、M(分)、S(秒) + の順番になる。数値は符号のない整数である。但し、Sの場 + 合、最後に10進数の表記記号(小数点を示す.)をとることが + ある。数値が0の場合、数値-文字のペアは省略 + されることがある。H(時間)、M(分)、S(秒)が数値-文字のペアを作る場合、 + 区切子Tを先頭にして時間を示す + 数値-文字のペアを示す必要がある。 +

+

+ 詳細については、 + + W3C specificationを参照のこと。 +

+
+ +

Une durée est exprimée par une suite de paires alphanumériques, précédée par la lettre P ; la lettre donne l'unité et peut être Y + (année), M (mois), D (jour), H (heure), M (minute), ou S (seconde), + dans cet ordre. Les nombres sont des entiers non signés à l'exception du dernier, qui peut comporter une décimale (en utilisant soit + . soit , pour la virgule ; la dernière possibilité est préférable). Si un nombre est 0, alors + la paire alphanumérique peut être omise. Si les paires alphanumériques H (heure), M + (minute), ou S (seconde) sont présentes, alors le séparateur + T doit précéder la première paire alphanumérique + time.

+

Pour des détails complets, voir W3C + specification.

+
+
+ defines the range of attribute values used to express a truth +value. + 진리값을 표현하는 속성 값 범위를 정의한다. + 定義的屬性值範圍表示一個可能未知的真實值 + 真偽値を示す属性値の範囲を定義する。 + définit la gamme des + valeurs d'attributs exprimant la vérité d'une proposition. + define la gama de valores de atributos usados para expresar un valor cierto. + definisce la gamma di valori di attributi usati per esprimere un valore di verità + + + + +

The possible values of this datatype are 1 or + true, or 0 or false.

+

This datatype applies only for cases where uncertainty is + inappropriate; if the attribute concerned may have a value other + than true or false, e.g. unknown, or + inapplicable, it should have the extended version of + this datatype: teidata.xTruthValue.

+
+ +

+ 曖昧な値が許されない場合に使われるデータ型になる。属性値が真偽値で + ない場合、例えば"unknown"や"inapplicable"の場合には、当該データ型 + の拡張版であるteidata.xTruthValueを使うべきである。 +

+
+ +

Ce type de données ne s'applique que dans les cas où l'incertitude est + inappropriée ; c’est-à-dire si l'attribut concerné peut avoir une valeur autre + que vrai ou faux, par ex. inconnu, ou inapplicable, il devrait alors y + avoir la version étendue de ce type de données : teidata.xTruthValue. +

+
+
+ extended truth value + 확장 진리값 + + defines the range of attribute values used to express a truth value which may be unknown. + 알려지지 않을 수 있는 진리값을 표현하는 속성 값 범위를 정의한다. + 定義的屬性值範圍表示一個可能未知的真實值 + 不明の場合もある真偽値をとる属性値の範囲を定義する。 + définit la gamme des + valeurs d'attributs exprimant une vérité potentiellement inconnue. + define la gama de valores de atributos usados para + expresar un valor cierto potencialmente desconocido. + definisce la gamma di valori di attributi usati per + esprimere un valore di verità potenzialmente sconosciuto + + + + + + + + + + +

In cases where where uncertainty is inappropriate, use the + datatype teidata.TruthValue.

+
+ +

不明な場合がなければ、データ型teidata.TruthValueを使用する。

+
+ +

Dans le cas où l'incertitude n’est pas adaptée, employer plutot + le type de données teidata.TruthValue.

+
+
+ defines the range of attribute values used to identify a particular combination of human + language and writing system. + 인간의 언어와 문자 체계의 특별한 조합을 식별하는 속성 값 범위를 정의한다. + 定義的屬性值範圍標明人類語言與寫作系統的特殊結合 + 自然言語を示す属性値の範囲を定義する。 + définit la gamme des + valeurs d'attributs exprimant + une combinaison particulière du langage humain avec un système d'écriture. + define la gama de valores de atributos usados para + identificar una combinación determinada de lenguaje y escritura humanos. + definisce la gamma di valori di attributi usati per + identificare una determinata combinazione di linguaggio e sistema di scrittura umani + + + + + + + + + +

The values for this attribute are language tags as defined in BCP 47. Currently BCP 47 comprises RFC 5646 + and RFC 4647; over time, other IETF documents may succeed these as the best current practice.

+

A language tag, per BCP 47, is assembled from a sequence of components + or subtags separated by the hyphen character (-, U+002D). + The tag is made of the following subtags, in the following order. Every subtag except the + first is optional. If present, each occurs only once, except the fourth and fifth components + (variant and extension), which are repeatable. + + The IANA-registered code for the language. This is almost always the same as the ISO + 639 2-letter language code if there is one. The list of available registered language + subtags can be found at . It is recommended + that this code be written in lower case. + + The ISO 15924 code for the script. These codes consist of 4 letters, and it is + recommended they be written with an initial capital, the other three letters in lower + case. The canonical list of codes is maintained by the Unicode Consortium, and is + available at . The IETF + recommends this code be omitted unless it is necessary to make a distinction you need. + + Either an ISO 3166 country code or a UN M.49 region code that is registered with IANA + (not all such codes are registered, e.g. UN codes for economic groupings or codes for + countries for which there is already an ISO 3166 2-letter code are not registered). The + former consist of 2 letters, and it is recommended they be written in upper case; the list + of codes can be searched or browsed at . The latter consist of 3 digits; the list of codes can be found at . + + An IANA-registered variation. These codes are used to indicate + additional, well-recognized variations that define a language or its dialects that are + not covered by other available subtags. + + An extension has the format of a single letter followed by a hyphen followed by + additional subtags. These exist to allow for future extension to BCP 47, but as of this + writing no such extensions are in use. + + An extension that uses the initial subtag of the single letter + x (i.e., starts with x-) has no meaning except as + negotiated among the parties involved. These should be used with great care, since they + interfere with the interoperability that use of RFC 4646 is intended to promote. In order + for a document that makes use of these subtags to be TEI-conformant, a corresponding + language element must be present in the TEI header. + +

+

There are two exceptions to the above format. First, there are language tags in the IANA registry that + do not match the above syntax, but are present because they have been + grandfathered from previous specifications.

+

Second, an entire language tag can consist of only a private use subtag. These tags start + with x-, and do not need to follow any further rules established by the IETF and + endorsed by these Guidelines. Like all language tags that make use of private use subtags, the + language in question must be documented in a corresponding language element in the + TEI header.

+

Examples include + + Shona + + Taiwanese + + Chinese written in traditional script as used in Hong Kong + + English as spoken in Sierra Leone + + Polish + + Spanish as spoken in Mexico + + Spanish as spoken in Latin America + +

+

The W3C Internationalization Activity has published a useful introduction to BCP 47, Language + tags in HTML and XML.

+
+ +

当該属性値は、 BCP 47 + で定義されている言語タグになる。 現行のBCPには、RFC4646とRFC4647の内容が含まれている。 + 今後は、他のIETF文書も採用されるかもしれない。

+

BCP 47にある言語タグは、ハイフン (-、U+002D)で区切られた一連の + 下位タグから構成されている。下位タグは、以下の順番 らなる。下位タグは、初めの1つは必須で、あとは選択的である。 + variantとextensionは複数回、他は1回のみ出現出現する。この下位タグ のグループは繰り返し可能である。 + + IANAの言語コード。この殆どは、該当言語が既にあれば、ISO 639の2文字 (以下、この場合の文字はラテン文字)言語コードと同じである。利用可能 + な言語下位タグのリストは + にある。言語コードは、小文字で書かれることが推奨されている。 + + ISO 15924による文字を示すコード。4文字から構成され、冒頭文字は大文 字で、残り3文字は小文字で書かれることが推奨されている。このコード + は、ユニコードコンソーシアムで管理され、 か + ら入手することができる。IETFでは、不要であれば当該コードを省略する ことを推奨している。 + + ISO 3166またはUN M.49による国または地域コード。このコードはIANAに 登録されている(但し全てではない。例えば、UNコードには経済圏や、 ISO + 3166の2文字コードで既に登録されているところは含まれていない)。 ISOコードは、2文字から構成され、大文字で書かれることが推奨されてい る。このコードは、 にある。 またUNコードは、3文字から構成されている。このコードは、 にあ る。 + + IANAにある登録値。このコードは、 他の下位タグでは対応できない、追加的であるがよく知られている、ある言語 + や方言の種類を示すために使用される。 + + + いち文字、ハイフン、追加下位タグの順番で、拡張情報が示される。 これは、BCP 47が将来拡張された時のためある。現時点ではそのような 拡張はない。 + + + xXで始まる(すなわち、x-)下位タ + グで示される拡張情報は、関連する団体間で決められた範囲の意味を持つ。 このコードは大文字で書かれるべきである。これは、RFC4646aで使われて + いるタグとの相互運用性を保つためである。 このタグを使用してTEI準拠の文書を作成するには、要素 languageをTEIヘダー中に記述しなければならない。 + + +

+

上記記述形式には、2つの例外がある。ひとつは、ここにある言語タグは、 + IANAにある統語規則に違反しているものがある。 これはIANAでは昔の規定を継承しているからであ る。

+

ふたつめは、言語タグを、下位タグprivateだけで構成することができる ことである。x-で始まるタグの内容は、IETFにある規定に + も当該TEIガイドラインにある規定にも従う必要はない。他の言語タグと 同様に、このタグを使用した場合には、TEIヘダーにある要素 + languageにこのタグを記述しなければならない。

+

言語コードには、以下のようなものがある。 + + ショナ語 + + 中国語、台湾 + + 中国語、繁体字、香港 + + 英語、シエラレオネ共和国 + + ポーランド語 + + スペイン語、メキシコ + + スペイン語、ラテンアメリカ + +

+

W3Cの国際化活動では、BCP 47の解説を以下に用意している。 + HTMLとXMLで使用される言語タグ

+
+ +

Les valeurs pour cet attribut sont les étiquettes de langue définies + dans la norme BCP 47. Actuellement, la norme BCP 47 + intègre les normes RFC 4646 et RFC 4647 ; à l'avenir, d'autres documents de l'IETF pourront leur succéder en + tant que meilleure pratique.

+

Une étiquette de langue, pour la norme BCP 47, est formée par l'assemblage d'une + suite de composants ou de sous-étiquettes reliés par un trait d'union + (-, U+002D). L'étiquette est composée des sous-étiquettes suivantes, + dans l'ordre indiqué. Chaque sous-étiquette est facultative, à l'exception de la première. + Chacune ne peut avoir qu'une occurrence, sauf les quatrième et cinquième (variante + et extension), qui sont répétables. + + Code de langue enregistré par l'IANA. Il est presque toujours identique au code + de langue alphabétique ISO 639-2, s'il y en a un. La liste des sous-étiquettes de langue + enregistrées est disponible à : . Il est recommandé + d'écrire ce code en minuscules. + + Code ISO 15924 pour l'écriture. Ces codes sont constitués de 4 lettres, et il est + recommandé d'écrire la première lettre en majuscule, les trois autres en minuscules. La + liste canonique des codes est maintenue par le Consortium Unicode, et elle est disponible + à : . L'IETF recommande + d'omettre ce code, sauf s'il est nécessaire pour établir une distinction. + + Soit un code de pays ISO 3166, soit un code de région UN M.49 enregistré par + l'IANA (tous les codes de ce type ne sont pas enregistrés : par exemple, ne sont pas + enregistrés les codes UN pour des regroupements économiques ou les codes de pays pour + lesquels il existe déjà un code de pays alphabétique ISO 3166-2). Le premier est constitué de + 2 lettres, et il est recommandé de l'écrire en majuscules. La liste des codes est + disponible à : . Le second est constitué de 3 chiffres ; la liste des codes est disponible à : . + + Variante enregistrée par l'IANA. Ces codes sont utilisés + pour indiquer des variantes additionnelles et bien établies, qui définissent une langue + ou ses dialectes et qui ne sont pas couverts par d'autres sous-étiquettes + existantes. + + Une extension a la forme d'une lettre unique, suivie d'un trait d'union, lui-même suivi de sous-étiquettes additionnelles. Ces dernières existent pour tenir compte d'une future extension + de la norme BCP 47, mais à l'heure actuelle de telles extensions ne sont pas utilisées. + + Une extension utilisant la sous-étiquette initiale de la lettre + x (i.e., commençant par x-) n'a pas d'autre signification + que celle négociée entre les parties impliquées. Ces sous-étiquettes doivent être utilisées avec + beaucoup de prudence, car elles interfèrent avec l'interopérabilité que l'utilisation de + la norme RFC 4646 vise à promouvoir. Pour qu'un document qui utilise ces sous-étiquettes soit + conforme à la TEI, un élément language correspondant doit être présent dans + l'en-tête TEI. + +

+

Il y a deux exceptions au format ci-dessus. Premièrement, il y a des codes de langue dans + le registre de l'IANA + qui ne correspondent pas à la syntaxe ci-dessus, mais qui sont présents car ils ont été + hérités de spécifications antérieures.

+

En second lieu, une étiquette complète de langue peut consister seulement en une sous-étiquette d'usage privé. Ces étiquettes commencent par x- ; il n'est pas + nécessaire qu'elles suivent les autres règles établies par l'IETF et acceptées par les présents + Principes directeurs. Comme toutes les étiquettes de langue qui utilisent des sous-étiquettes d'usage + privé, la langue en question doit être documentée dans un élément correspondant language dans l'en-tête TEI.

+

Les exemples incluent : + + Shona + + Taïwanais + + Chinois de Hong Kong écrit dans l'écriture traditionnelle + + Anglais parlé au Sierra Leone + + Polonais + + Espagnol parlé au Mexique + + Espagnol parlé en Amérique latine + +

+

La W3C Internationalization Activity a publié une introduction à la norme BCP 47 dont la lecture peut être utile : Language + tags in HTML and XML.

+ +
+ + 6.1. Language Identification + +
+ defines a range of values for use in specifying the size of an object that is intended for + display. + 웹에서 디스플레이 목적의 대상 크기를 명시하는 값의 범위를 정의한다. + 定義的屬性值範圍說明預定呈現在網路上之物件大小 + webページ上で表示する際の大きさを定義する値の範囲を定義する。 + définit la gamme de valeurs exprimant + les dimensions d'un objet destiné à être affiché + define una gama de valores para emplearlos en la + especificación de las dimensiones de un objeto que se ha de incluir in la red. + definisce una gamma di valori da impiegare nello + specificare le dimensioni di un oggetto da inserire in rete + + + + + +
+ The TEI Logo + Stylized yellow angle brackets with the letters TEI in + between and text encoding initiative underneath, all on a white + background. + +
+
+
+ + +
+ Le logo TEI + +
+
+
+ +

These values map directly onto the values used by XSL-FO and CSS. For definitions of the + units see those specifications; at the time of this writing the most complete list is in the + CSS3 working draft.

+
+ +

当該値は、XSLFOやCSSで使用される値になる。詳細は各規格を参照のこと。 現時点で一番詳細なリストは、 CSS3 working + draftになる。

+
+ +

Ces valeurs peuvent être reportées directement sur des valeurs utilisées par XSL-FO et CSS. Pour les + définitions des unités, voir ces spécifications ; à ce jour la + liste la plus complète est dans un + CSS3 working draft.

+
+ +
+ + defines attribute values which + are expressed as a regular expression. + 정규표현으로 표시된 속성 값을 정의한다. + 定義的屬性值範圍以固定方法表示 + 正規表現を属性値として定義する。 + définit la gamme des valeurs + d'attributs exprimant une expression régulière + define una gama de valores de + atributos expresados como una expresión regular. + definisce una gamma di valori di + attributi rappresentati come espressione regolare + + + + +

+ + A regular expression, often called a pattern, is an + expression that describes a set of strings. They are usually used to + give a concise description of a set, without having to list all + elements. For example, the set containing the three strings + Handel, Händel, and + Haendel can be described by the pattern + H(ä|ae?)ndel (or alternatively, it is said that the + pattern H(ä|ae?)ndel + matches each of the three strings) + Wikipedia + +

+

This TEI datatype is mapped to the XSD token datatype, and may therefore + contain any string of characters. However, it is recommended that the + value used conform to the particular flavour of regular expression syntax + supported by XSD Schema.

+ +
+ +

+ + 正規表現は、よくパタン/パターンともいわれるもので、 + 一連の文字列を示すための表現方法である。一般には、簡潔な表現で、 多くのものを表現するために使用される。例えば、3つの文字列 + HandelHändelHaendelを、1つのパタン + H(ä|ae?)ndelで示すことができる(または、 + H(ä|ae?)ndelは、3つの文字列のいずれにも マッチする、といえる)。 + wikipedia + +

+
+ +

+ + Une expression régulière, souvent appelée modèle, + est une expression qui décrit un jeu de chaînes de caractères. Elles + sont généralement utilisées pour donner une brève description d'un + jeu, sans avoir à en lister tous les éléments. Par exemple, le jeu + contenant les trois chaînes de caractères + Handel, Händel, et + Haendel peut être décrit comme le modèle + H(ä|ae?)ndel (ou on peut dire que + H(ä|ae?)ndel + équivaut à chacune des trois chaînes) + wikipedia + wikipedia + +

+
+
+ defines the data type used to express a point in cartesian space. + + + + + + + + + + + + + + + +

A point is defined by two numeric values, which should be + expressed as decimal numbers. Neither number can end in a decimal + point. E.g., both 0.0,84.2 and 0,84 are + allowed, but 0.,84. is not. + +

+
+
+ defines the range of attribute values used to provide a single + URI, absolute or relative, pointing to some other +resource, either within the current document or elsewhere. + 현 문서 또는 다른 곳 어디서든 다른 자원에 대한 단일 포인터를 제공하는 속성 값 범위를 정의한다. + 定義的屬性值範圍提供單一指標,連結到其他位於目前文件或他處的資源 + 他の資源へのポインタをとる属性値の範囲を定義する。 + définit la gamme des valeurs d'attributs utilisées + pour fournir un pointeur URI unique sur une autre ressource, soit dans le document courant, soit + dans un autre document + define una gama de valores de atributos usados para proporcionar un indicador de cualquier recurso, bien en el documento corriente o en otro. + definisce la gamma di valori di attributi usati per indicare un unico puntatore rispetto a qualsiasi altra risorsa all'interno del documento corrente o altrove + + + + +

The range of syntactically valid values is defined by + RFC 3986 + Uniform Resource Identifier (URI): Generic + Syntax. Note that the values themselves are encoded using + RFC + 3987 + Internationalized Resource Identifiers (IRIs) mapping + to URIs. For example, + https://secure.wikimedia.org/wikipedia/en/wiki/% is encoded + as https://secure.wikimedia.org/wikipedia/en/wiki/%25 + while http://موقع.وزارة-الاتصالات.مصر/ is encoded as + http://xn--4gbrim.xn----rmckbbajlc6dj7bxne2c.xn--wgbh1c/ +

+
+ +

+ 当該属性値は、 + RFC 3986 + Uniform Resource Identifier (URI) Reference + + に定義されている。 +

+
+ +

La gamme des valeurs valides syntaxiquement est définie parRFC 3986 + Uniform Resource Identifier (URI): Generic + Syntax + +

+
+
+ defines the range of attribute values which may be used to + specify a TEI or Unicode version number. + définit la gamme des valeurs d'attribut + exprimant un numéro de version TEI. + + + + +

The value of this attribute follows the pattern specified by + the Unicode consortium for its version number (). A version number + contains digits and fullstop characters only. The first number + supplied identifies the major version number. A second and third + number, for minor and sub-minor version numbers, may also be + supplied. +

+
+ +

La valeur de cet attribut devrait suivre le format proposé par + le Consortium Unicode pour identifier les versions (). Un numéro de version + ne contient que des chiffres et des points. Le numéro + initiale identifie le numéro majeur de la version. Un deuxième et + un troisième numéro sont aussi disponibles pour la numérotation + facultative des versions mineures ou sous-mineurs. +

+
+
+ defines the range of attribute values used for version numbers. + + + + +

+ + + defines attribute values which contain a replacement template. + + + + +

+ + +defines attribute values +which contain an XPath expression. + + + + +

Any XPath expression using the syntax + defined in 6.2. .

+

When writing programs that evaluate XPath expressions, + programmers should be mindful of the possibility of malicious code + injection attacks. For further information about XPath injection + attacks, see the article at + OWASP.

+
+
+ defines the range of attribute values expressed as a single + word or token. + 단일 단어 또는 토큰으로 표현된 속성 값 범위를 정의한다. + 定義的屬性值範圍表示一個單字或代號 + いち単語またはトークンをとる属性値の範囲を定義する。 + définit la gamme des + valeurs d'attributs exprimant un seul mot ou signe + define una gama de valores de atributos expresados como una única palabra o señal. + definisce la gamma di valori di attributi espressi come singola parola o singolo token + + + + +

Attributes using this datatype must contain a single + word which contains only letters, digits, + punctuation characters, or symbols: thus it cannot include + whitespace.

+
+ +

+ 当該データ型を使用する属性値は、ひとつの単語 + になる。単語とは、文字、数字、句読点などの記号から構成されている。 + 空白文字は含むことができない。 +

+
+ +

Les attributs employant ce type de données doivent contenir un + mot simple ne contenant que des lettres, des chiffres, + des signes de ponctuation, ou des symboles : ils ne peuvent donc pas inclure + d’espace. +

+
+
+ defines the range of attribute values used to express some + kind of identifying string as a single sequence + of Unicode characters possibly including whitespace. + définit la gamme des valeurs d'attributs + exprimant une chaine de caracteres Unicode, y compris des + espaces blancs. + + + + +

Attributes using this datatype must contain a single + token in which whitespace and other + punctuation characters are permitted.

+
+
+ defines the range of attribute values expressed as an XML Name. + XML 이름으로 표현되는 속성 값 범위를 정의한다. + 定義的屬性值範圍以XML名稱或識別符碼表示 + XML名前としてある属性値の範囲を定義する。 + définit la gamme des valeurs d'attribut exprimant + un nom XML + define la gama de valores de atributos expresados como + identificador o un nombre en XML. + definisce la gamma di valori di attributi espressi come + identificatore o nome XML + + + + +

Attributes using this datatype must contain a single word which follows the rules defining a + legal XML name (see ): for example they + cannot include whitespace or begin with digits.

+
+ +

当該属性は、妥当なXML名前(詳細は を参照)である + ひとつの単語をとる。例えば、空白文字を含まず、数字が先頭文字にこな いもの。

+
+ +

Les attributs utilisant ce type de données doivent contenir un seul mot, qui suit les règles + de définition d'un nom XML valide (voir ) : + par exemple ils ne peuvent contenir de blancs ou commencer par des chiffres.

+
+
+ defines attribute values which contain an XML name. + + + + +

The rules defining an XML name form a part of the XML Specification.

+
+
+ defines the range of attribute values expressed as a single XML name taken from a list of + documented possibilities. + 기록된 확률의 목록으로부터 얻어진 단일 XML 이름으로 표현된 속성 값 범위를 정의한다. + 定義的屬性值範圍以單字或代號呈現,該單字或代號出自於一份紀錄所有可能性的列表 + 符号化されている記述にある、ひつとのXML名前を示す属性値の範囲を定義する。 + définit la gamme de + valeurs des attributs exprimant un nom XML + extrait d'une liste de possibilités documentées + define la gama de valores de atributos expresados como + una única palabra o señal tomada de una lista de posibilidades documentadas. + definisce la gamma di valori di attributi espressi come + singola parola o token tratto da una lista di possibilità attestate + + + + +

Attributes using this datatype must contain a single + word which contains only letters, digits, + punctuation characters, or symbols: thus it cannot include + whitespace.

+

Typically, the list of documented possibilities will be provided (or exemplified) by a value + list in the associated attribute specification, expressed with a valList element.

+
+ +

当該データ型は、妥当なXML名前 (詳細は + を参照のこと)である単語でなくてはならない。例えば、 属性値として空白文字、または数値で始まる名前をとることはできない。

+

典型例は、可能な記述またはその例のリストが、要素valList 中に属性定義として示されている。

+
+ +

Les attributs utilisant ce type de données doivent contenir un mot qui suit les règles de + définition d'un nom XML valide (voir ): + par exemple ils ne peuvent pas contenir des blancs ni commencer par des chiffres.

+

Normalement, la liste des possibilités documentées est fournie (ou exemplifiée) par une liste + de valeurs dans la spécification de l'attribut associé, exprimée par un élément + valList.

+
+
+ defines the range of attribute values used to + represent the gender of a person, persona, or character. + + + + +

Values for attributes using this datatype may be defined locally by a project, or they may refer to an external standard.

+

Values for this datatype should not be used to encode morphological gender (cf. gen, + msd as defined in att.linguistic, and 9.3.1. Information on Written and Spoken Forms).

+
+
+ defines the range of attribute values used to identify + the sex of an organism. + 인간 또는 동물의 성을 식별하는 속성 값 범위를 정의한다. + 定義的屬性值範圍用以識別人類或動物的性別 + 人間または動物の性を示す属性値の範囲を定義する。 + définit la gamme des valeurs d'attributs employés + pour identifier le sexe d’un organisme. + define la gama de valores de atributos usados para + identificar el sexo de un organismo. + definisce una gamma di valori di attributi usati per + identificare il sesso di un organismo. + + + + +

Values for attributes using this datatype may be defined locally by a project, or they may refer to an external standard.

+
+ +

Les valeurs de cet attribut peuvent être définies localement par un projet ou peuvent faire + référence à un standard externe.

+
+
+ defines a range of attribute values which can be expressed either as a numeric probability or as a coded certainty value. + + + + + + + + provides attributes for defining a mathematical formula. + + + A formula is provided to describe a mathematical calculation such as a conversion between measurement systems. + + + + + + + + + + + + The stadium was a Roman unit of linear measurement equivalent to 625 pedes, or Roman feet. + + + + + + + + + + + + + In the Potrzebie system of measures as introduced by Donald Knuth, the whatmeworry unit of power is equivalent to one hah per kovac. + + + + + The kilowhatmeworry is equivalent to 1000 whatmeworries. + + + + + One unit of aeolipower (A.P.) is equivalent to 100 kilowhatmeworries. + + + + + + + + + + + + + + + + +

This attribute class provides formula for use in defining a value used in mathematical calculation. It can be used to store a mathematical operation needed to convert from one system of measurement to another. We use the teidata.xpath datatype to express this value in order to communicate mathematical operations on an XML node or nodes. The $fromUnit variable notation simplifies referencing of the fromUnit attribute on the parent conversion element. Note that div is required to express the division operator in XPath.

+
+ + 2.3.9. The Unit Declaration + +
+ provides attributes for referencing locations by pointing to entries in a canonical list of places. + + + indicates one or more locations by pointing to a place element or other canonical description. + indique une ou plusieurs localisations en pointant vers un élément place ou autre description canonique. + indica una o más localizaciónes señalando un elemento place u otra descripción canónica. + indica una o più posizioni facendo riferimento a un elemento place o altra descrizione canonica. + + + + + 2.3.9. The Unit Declaration + 13.3.4.3. States, Traits, and Events + + + groups elements which define the + parts (usually names, dates and places) of one action related to the correspondence. + + groups elements which may + appear as part of the correspContext element + + groups together metadata + elements for describing correspondence + + groups separate elements + which constitute the content of a digital resource, as opposed to its + metadata. + TEI 문서를 구성하는 헤더 및 텍스트와 함께 나타날 수 있는 비테스트적 요소를 모아 놓는다. + agrupa los elementos no-textuales que pueden aparecer junto al encabezado y un texto para constituir un documento de TEI. + ヘダーやTEI文書を構成するテキストと共に出現する、非テキスト要素をま + とめる。 + regroupe des éléments non-textuels qui, avec un +en-tête et un texte, constitue un document TEI. + raggruppa elementi non testuali che possono costituire un documento TEI insieme a un'intestazione e a un testo + + 1.3. The TEI Class System + + + groups elements which describe objects. + + attributes for components of names usually, but not necessarily, personal names + 사람 이름의 성분에 대한 속성 + 用於個人名稱元件的屬性 + attributs des composantes des noms de personnes + atributos para los componentes de nombres propios de persona + attributi per componenti di nomi propri di persona + 名前を構成するもののための属性。通常は人物名だが、必ずしもそうとは限らない。 + common attributes for those elements which form part of a name usually, but not necessarily, a personal name. + 사람 이름의 부분을 형성하는 요소에 대한 공통 속성 + 構成部分個人名稱的元素所用之通用屬性 + 名前の構成要素となる要素に付与される一般的な属性。通常は人物名だが、必ずしもそうとは限らない。 + attributs communs des éléments qui composent un nom de personne + atributos comunes para los elementos que forman parte de un nombre propio de persona. + attributi comuni agli + elementi che compongono un nome proprio di persona + + + + + + indicates whether the name component is given in full, as an +abbreviation or simply as an initial. + 축약 또는 이니셜로 간단하게 이름 성분이 완전히 제시된 것인지의 여부를 나타낸다. + 指出所提供的名稱元件是否完整,為一縮寫或僅為一字首字母。 + 当該名前要素は省略がないか、省略形か、イニシャルのような簡単なも + のか示す。 + indique si la composante du nom est donnée en intégralité, sous forme d'abréviation ou simplement d'initiale. + indica si el componente del nombre aparece por completo, como una abreviatura o como una inicial. + indica se la componente del nome compare per esteso, come abbreviazione o come iniziale + + yes + + + yes + complet + the name component is spelled out in full. + 이름 성분이 완전히 제시된다. + 該名稱元件的拼字完整。 + el componente nombre se deletrea por completo. + 当該名前要素は、省略無く示されている。 + la composante du nom est orthographiée en intégralité. + la componente del nome compare per esteso + + + abbreviated + 축약된 + abrégé + abbreviato + el componente del nombre aparece como forma abreviada. + 省略された + the name component is given in an abbreviated form. + 이름 성분이 축약형으로 제시된다. + 該名稱元件為縮寫形式。 + el componente conocido se da en una forma abreviada. + 当該名前要素には、省略がある。 + la composante du nom est donnée sous forme abrégée. + la componente del nome compare in forma abbreviata + + + initial letter + 이니셜 문자 + initiale + lettera iniziale + el componente del nombre aparece mediante la inicial. + イニシャルの + the name component is indicated only by +one initial. + 이름 성분이 하나의 이니셜(첫글자)로 제시되었다. + 該名稱元件僅以一字首字母表示。 + el componente conocido es indicado solamente por una inicial. + 当該名前要素は、イニシャルだけで示されている。 + la composante du nom n'est indiquée que par sa lettre initiale. + la componente del nome è indicata da una sola iniziale + + + + + sort + ordre + 並び替え + specifies the sort order of the name component in relation to others within the name. + 사람 이름 내에 다른 것과 관련된 이름 성분의 정렬 순서를 명시한다. + 指明個人名稱中該名稱元件與其他元件之間的排列順序。 + 名前の並び替えにおいて、その名前要素が他の構成要素との関係で何番目に優先されるかを指定する。 + précise dans quel ordre est placé la composante par rapport aux autres dans le nom d'une personne. + especifica la posición del componente al interno del nombre propio de persona en relación con los otros componentes. + specifica la posizione della componente all'interno del nome proprio di persona in relazione alle altre componenti + + + + + 13.2.1. Personal Names + + + groups elements used to provide information about places and their relationships. + 장소와 그 관계에 관한 정보를 제공하는 요소를 모아 놓는다. + elementos de los grupos usados para proporcionar a la + información sobre los lugares y sus lazos. + 場所やそれらの関連性に関する情報を示す要素をまとめる。 + regroupe des éléments qui donne des informations sur des lieux et leurs relations. + raggruppa elementi utilizzati per fornire informazioni + relative a luoghi e relazioni corrispondenti + + provides attributes for indicating calendar systems to which a date belongs. + assegna attributi per indicare i sistemi o calendari ai quali appartiene una data. + + + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + He was born on Feb. 22, 1732 (Feb. 11, 1731/32, + O.S.). + + + + + He was born on Feb. 22, 1732 + (Feb. 11, 1731/32, O.S.). + + + + + Dienstag 7/19 + Mai. + + + + L'année + 1960 fut, en vertu du calendrier grégorien, bissextile ; le 22 juin tomba ainsi le jour de + l'été, le 22 juin. + + +

Note that the calendar attribute declares the calendar + system used to interpret the textual content of an element, + as it appears on an original source. It does + not modify the interpretation of the normalization + attributes provided by att.datable.w3c, + att.datable.iso, or att.datable.custom. Attributes from those first two + classes are always interpreted as Gregorian or proleptic Gregorian + dates, as per the respective standards on which they are based. The + calender system used to interpret the last (att.datable.custom) may be specified with + datingMethod.

+
+

+ calendar属性は(att.datable.customクラスで定義されるdatingMethod属性と異なり、 + 親要素によって定義される原資料の日付の暦日システムを定義するものであり、 + どの暦日に日付を正規化するかではない。

+
+
+ + 3.6.4. Dates and Times + 13.4. Dates + +
+ defines the range of attribute values expressing a temporal expression such as a date, a + time, or a combination of them, that conform to the international standard Data elements + and interchange formats – Information interchange – Representation of dates and times. + 날짜, 시간, 또는 이들의 조합과 같은 시간 표현의 속성 값 범위를 정의하며, 이는 국제 표준 + Data elements and interchange formats – Information interchange – Representation of + dates and times을 따른다. + 定義該系列表示時間的屬性值,例如日期、時間或兩者的組合,需符合國際標準 Data elements and + interchange formats – Information interchange – Representation of dates and times + 日付や時間などの時間表現をとる属性値の範囲を定義する。これは、国際標 準であるData + elements and interchange formats - Information interchange - Representation of dates and + timesに準拠したも のになる。 + définit la gamme des valeurs d'attribut qui sont capables + d''exprimer une valeur temporelle comme une date, une période, ou une combinaison des deux qui + se conforment au standard international Data elements and interchange formats – + Information interchange – Representation of dates and times + + define la gama de valores de atributos que expresan una + expresión temporal como una fecha, una hora, o una combinación de estas, de acuerdo a un + estándard internacional Elementos de datos y formatos de intercambio - Intercambio de + información – Representación de fechas y horas. + + + + + + + + + + + + + + +

If it is likely that the value used is to be compared with another, then a time zone + indicator should always be included, and only the dateTime representation should be used.

+

For all representations for which ISO 8601:2004 describes both a basic and an + extended format, these Guidelines recommend use of the extended format.

+
+ +

当該属性値が他の値と比較される場合、時間帯は必ず示されるべきである。 またはdateTimeを使うべきである(訳注:この文は修正されるかもしれな い)。

+

ISO 8601:2004には基本形式拡張形式がある。 本ガイドラインでは拡張形式を使うことを推奨する。

+ +
+ +

S'il est vraisemblable que la valeur utilisée soit destinée à être comparer à d’autres + valeurs, alors une indication du fuseau horaire devrait toujours être incluse, et seule la + représentation dateTime devrait être employée.

+

Pour toutes les représentations pour lesquelles l’ISO 8601:2004 décrit à la fois un format + basique et un format étendu , ce guide d’encodage recommandande + l’emploi du format étendu .

+ +
+
+ defines the range of attribute values available for representation of a duration in time + using ISO 8601 standard formats + ISO 8601 표준 형식을 사용하여 시간의 지속을 나타내는 속성 값 범위를 정의한다. + 以ISO 8601標準格式定義表示一段持續性時間的屬性值範圍 + ISO 8601にある標準形式を使い、時間幅を表現する当該属性値の範囲を定義 する。 + définit la gamme de valeurs d'attributs exprimant une durée temporaraire utilisant le norme ISO 8601. + define la gama de valores de atributos posibles para + representar la duración en el tiempo usando formatos estàndards ISO 8601. + + + + + + + + + + + a day and a half + + + + + a fortnight + + + + + + + + + + une journee et demie + + + + + une quinzaine + + + + + + + + +

A duration is expressed as a sequence of number-letter pairs, preceded by the letter P; the + letter gives the unit and may be Y (year), M (month), D (day), H (hour), M (minute), or S + (second), in that order. The numbers are all unsigned integers, except for the last, which may + have a decimal component (using either . or , as the decimal point; + the latter is preferred). If any number is 0, then that number-letter + pair may be omitted. If any of the H (hour), M (minute), or S (second) number-letter pairs are + present, then the separator T must precede the first time + number-letter pair.

+

For complete details, see ISO 8601 Data elements and interchange formats — Information + interchange — Representation of dates and times.

+
+ +

時間幅は、先頭文字Pに続いて、数値-文字のペア列で示される。 文字は単位を示している。Y(年)、M(月)、D(日)、H(時間)、M(分)、S(秒) + の順番になる。数値は符号のない整数である。但し、最後に10進数の 表記記号(小数点を示す.または,。後者が望 + ましい)をとることはある。数値が0の場合、 数値-文字のペアは省略されることがある。 H(時間)、M(分)、 + S(秒)が数値-文字のペアを作る場合、区切子 Tを先頭にして時間を示す数値-文字 のペアを示す必要がある。

+

詳細については、ISO 8601Data elements and interchange formats - Information interchange - + Representation of dates and timesを参照のこと。

+
+ +

Une durée est exprimée par une suite de paires alphanumériques, précédée par la lettre P ; + la lettre donne l'unité et peut être Y (année), M (mois), D (jour), H (heure), M (minute), ou + S (seconde), dans cet ordre. Les nombres sont des entiers sans + signe, à l'exception du dernier, + qui peut comporter une décimale (en utilisant soit . soit , pour la + virgule ; la dernière possibilité est préférable). Si un nombre est 0, + alors la paire alphanumérique peut être omise. Si les paires alphanumériques H (heure), M + (minute), ou S (seconde) sont présentes, alors le séparateur T doit précéder la + première paire alphanumérique time.

+

Pour des détails complets, voir ISO 8601 Data elements and interchange formats — + Information interchange — Representation of dates and times.

+
+
+ paragraph + 문단 + 段落 + paragraphe + párrafo + paragrafo + Absatz + marks paragraphs in prose. + 산문에서 문단을 표시한다. + 標記散文的段落。 + 散文の段落を示す。 + marque les paragraphes dans un texte en prose. + marca párrafos en prosa. + indica i paragrafi in prosa + markiert einen Absatz in einem Prosatext. + + + + + + + + + + + + + + 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. + + + + + +

Hallgerd was outside. There is blood on your axe, she said. What have you + done? +

+

I have now arranged that you can be married a second time, replied Thjostolf.

+

Then you must mean that Thorvald is dead, she said.

+

Yes, said Thjostolf. And now you must think up some plan for me. +

+
+
+ + +
+

C'était à Mégara, faubourg de Carthage, dans les jardins d'Hamilcar.

+

Les soldats qu'il avait commandés en Sicile se donnaient un grand festin pour célébrer + le jour anniversaire de la bataille d'Eryx, et comme le maître était absent et qu'ils se + trouvaient nombreux, ils mangeaient et ils buvaient en pleine liberté.

+
+
+
+ +

我抬起頭,他打開了一扇窗戶,探出頭來。先生? +

你要去哪。葛里葉?

去藥劑師那裡,先生。太太要我去,替男孩拿點東西。

你能不能也替我拿點東西?

ㄒㄒ +

當然能,先生。 忽然間風好像沒那麼刺骨了。 等一下,我把它寫下來。 +

+
+
+ + 3.1. Paragraphs + 7.2.5. Speech Contents + +
+ highlighted + 강조체 + 顯目標示 + mis en évidence + subrayado + evidenziato + hervorgehoben + marks a word or phrase as graphically distinct from the + surrounding text, for reasons concerning which no claim is + made. + 어떤 이유인지는 명세하지 않고, 주변 텍스트와 시각적으로 구별된 단어나 구를 표시한다. + 標誌其字型外觀上和週遭文字有所區別的字詞,但不指出顯目原因。 + 周囲のテキストとは見た目が異なっている語句を示す。 + distingue un mot ou une expression comme + graphiquement distincte du texte environnant, sans en donner la raison. + marca una palabra o frase gráficamente diferente del resto del texto que la circunda, por causas sobre las que no se hace ninguna declaracion. + codifica una parola o sintagma in quanto graficamente distinta dal testo circostante, senza che vengano specificate le ragioni dell'evidenziazione. + markiert ein Wort oder eine Textpassage, das/die sich grafisch vom umgebenden Text abhebt, ohne dass ein inhaltlicher Grund dafür angegeben wird. + + + + + + + + + + + And this Indenture further witnesseth + that the said Walter Shandy, merchant, + in consideration of the said intended marriage ... + + + +

Au fronton, on lit cette inscription : attends. Tu verras. Le + notaire encore prétend qu' elle ne saurait être antérieure au XVIII siècle, car, sinon, l' + on eût écrit --tu voiras--.

+
+
+ + 我的先生很可惜是一個外國人。這樣來稱呼自己的先生不免有排外的味道,但是因為語文和風俗在各國之間确有大不相同之處,我們的婚姻生活也實在有許多無法共通的地方。... + + + 3.3.2.2. Emphatic Words and Phrases + 3.3.2. Emphasis, Foreign Words, and Unusual Language + +
+ description + 기술 + 描述 + + descripción + descrizione + description + Beschreibung + 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. + + + 요소, 속성, 또는 속성 값의 목적과 적용에 대한 간단한 기술을 포함한다. + 包含一段簡短描述,說明一元素、屬性、或屬性值的應用與目的。 + 当該要素、属性、属性値を採用した目的の簡単な解説を示す。 + contient une courte description de l'objet documenté par + son élément parent, qui comprend son utilisation prévue, son but, ou son application là où c'est + approprié. + contiene una breve descripción del objetivo y la + aplicación de un elemento, atributo o valor de un atributo. + contiene una breve descrizione dello scopo o + dell'applicazione di un elemento, attributo, o valore di attributo. + enthält eine kurze + Beschreibung des Objekts, das von seinem übergeordneten Element + annotiert wird, üblicherweise einem Dokumentationselement oder einer + Einheit. + + + + + + + + + + + + A desc with + a type of deprecationInfo should only occur + when its parent element is being deprecated. Furthermore, it + should always occur in an element that is being deprecated when + desc is a valid child of that element. + + + Information about a + deprecation should only be present in a specification element + that is being deprecated: that is, only an element that has a + @validUntil attribute should have a child <desc + type="deprecationInfo">. + + + + + + + + deprecation + information + This element + describes why or how its parent element is being deprecated, + typically including recommendations for alternate + encoding. + + + + + + Several standards bodies, including NIST in the USA, + strongly recommend against ending the representation of a number + with a decimal point. So instead of 3. use either 3 + or 3.0. + + + + + + + +

Example of a desc element inside a documentation element.

+ + + defines the data type used to express a point in cartesian space. + + + + + + +
+ +

Example of a desc element in a non-documentation element.

+ + + Kerguelen Islands + + + antarctic tundra + + + + +
+ + + contient une description brève de la raison d'être et du champ d'application d'un + élément, d'un attribut ou de la valeur d'un attribut, d'une classe ou une entité. + + + + + 包含某個元素或屬性之定義與用法的簡短描述。 + + + +

When used in a specification element such as elementSpec, TEI convention requires that this be expressed as a finite clause, begining + with an active verb.

+
+ +

La convention TEI exige que cela soit exprimé sous la forme d'une proposition finie, + introduite par un verbe actif.

+
+ +

La convención de TEI requiere que esto esté expresado como cláusula finita, + comenzando con un verbo activo.

+
+ +

TEIの慣習では、動詞を先頭にした文で表現される(訳注:英語で表現する 場合のこと)。

+
+ +

Wenn die Beschreibung innerhalb eines Spezifikationselements wie zum Beispiel + elementSpec verwendet wird, empfiehlt die TEI, dass diese durch einen vollständigen + Satz ausgedrückt wird, der mit einem Verb im Aktiv beginnt.

+
+ + 22.4.1. Description of Components + +
+ term + terme + Fachbegriff + contains a single-word, multi-word, or symbolic + designation which is regarded as a technical term. + 전문용어로 간주되는 단일어, 복합어, 기호적 명칭을 포함한다. + 包含作為專有名詞的一個單字、詞彙、或是表示符號。 + 技術用語とされる単一語、複数語、記号表示を示す。 + contient un mot simple, un mot composé ou un symbole, + qui est considéré comme un terme technique. + contiene una palabra simple, multipalabra o + designación simbólica que se considera como un término técnico. + contiene una parola singola, un'unità formata da più + parole, o una designazione simbolica che è considerata come un termine tecnico + enthält ein einzelnes Wort, Mehrworttermini + oder symbolische Bezeichnungen, die als Fachbegriffe verstanden werden + + + + + + + + + + + + + + + A computational device that infers structure + from grammatical strings of words is known as a parser, and much of the history + of NLP over the last 20 years has been occupied with the design of parsers. + + + +

SGANARELLE.

+

Qui est causée par l'âcreté des humeurs engendrées dans la concavité du + diaphragme, il arrive que ces vapeurs... Ossabandus, nequeys, + nequer, potarinum, quipsa milus. Voilà justement ce qui fait que votre fille est muette.

+
+
+ + D'après la + théorie d'Austin, les verbes performatifs seraient ceux qui non seulement + décrivent l'action de celui qui les utilise, mais aussi, et en même temps, qui impliqueraient + cette action elle-même. + + + 蜀漢後主劉禪 ,初名斗,字升之,後改名禪,字公嗣,蜀漢昭烈帝劉備之子,蜀漢末代皇帝,也是漢朝末代皇帝。 + + + 在可攜式的裝置如數位相機、手持式電腦,及MP3播放機上,快閃記憶體(Flash + Memory)可以說是最普遍的儲存類型。 + + + 賣空的對稱,買空亦稱多頭交易,是指交易者利用借入資金,在市場上買入期貨,以期將來價格上漲時,再高價拋出,從中獲利的投票活動。 + + + + We may define discoursal point of view as the relationship, expressed + through discourse structure, between the implied author or some other addresser, and the + fiction. + + + + We may define discoursal point of view as the relationship, expressed + through discourse structure, between the implied author or some other addresser, and the + fiction. + + + + We discuss Leech's concept of discoursal point of view below. + + +

When this element appears within an index element, it is understood to supply the + form under which an index entry is to be made for that location. Elsewhere, it is understood + simply to indicate that its content is to be regarded as a technical or specialised term. It + may be associated with a gloss element by means of its ref attribute; + alternatively a gloss element may point to a term element by means of its + target attribute.

+

In formal terminological work, there is frequently discussion over whether terms must be + atomic or may include multi-word lexical items, symbolic designations, or phraseological + units. The term element may be used to mark any of these. No position is taken on the + philosophical issue of what a term can be; the looser definition simply allows the + term element to be used by practitioners of any persuasion.

+

As with other members of the att.canonical class, instances of + this element occuring in a text may be associated with a canonical definition, either by means + of a URI (using the ref attribute), or by means of some system-specific code value + (using the key attribute). Because the mutually exclusive target and + cRef attributes overlap with the function of the ref attribute, they + are deprecated and may be removed at a subsequent release.

+
+ +

Wenn dieses Element innerhalb eines index-Elements auftritt, so wird es als Lemma dieses + Index-Eintrags angesehen. An anderer Stelle wird es einfach als Auszeichnung eines Fachbegriffs gewertet. + Das term-Element kann mit einem entsprechenden gloss-Element über sein ref-Attribut + verknüpft werden; alternativ kann die Verknüpfung auch über das target-Attribut am gloss-Element + hergestellt werden. +

+

+ Es wird keine Position im Theoriediskurs bezogen, ob Fachbegriffe atomare oder größere lexikalische Einheiten umfassen können; + das term-Element kann für jedwede dieser Einheiten eingesetzt werden. Weiterhin wird keine Definition von "Fachbegriff" + gegeben, sondern jeder praktische Einsatz sanktioniert. +

+

+ So wie auch andere Mitglieder der Attributklasse att.canonical können term-Elemente im + laufenden Text mit entsprechenden kanonischen Definitionen verknüpft werden; entweder mittels einer URI (über das + ref-Attribut) oder mittels eines speziellen Codes (über das key-Attribut). + Da sich die Attribute target und cRef gegenseitig ausschließen und mit dem ref-Attribut überlappen, + sind diese als "veraltet" gekennzeichnet und können mit einer der folgenden Guideline-Auflagen entfernt werden. +

+
+ + + + + 3.4.1. Terms and Glosses + +
+ ruby container +ルビのためのコンテナ要素。 +contains a + passage of base text along with its associated ruby gloss(es). +ルビ及びその対象となるテキストを含む。 + + + + + + + + + + + + +

The word 入学試験 nyūgakushiken + (university entrance exam) is glossed with a hiragana phonation guide.

+ +

+ + + 入学試験 + にゅうがくしけん + + +

+ +
+
+ + +

This fictional example shows the initialism TEI + glossed letter-by-letter with an IPA transcription.

+ + + T + ti: + + + E + i: + + + I + + + +
+ + 3.4.2. Ruby Annotations + +
+ ruby base + ルビの対象となるテキスト。 + contains the + base text annotated by a ruby gloss. + 一つ以上のルビの対象となるテキストを含む。 + + + + + + + + + +

The word 你 好 nǐ hǎo + (hello) is glossed in pinyin to provide a pronunciation guide.

+ +

+ + + hǎo + +

+ +
+ + + 3.4.2. Ruby Annotations + +
+ ruby text + ルビのテキスト。 + contains a ruby + text, an annotation closely associated with a passage of the + main text. + 本文の一部と密接な関連を持つ注釈(主に読み方)としてのルビテキストを含む。 + + + + + + + + + + + + supplies a pointer to the + base being glossed by this ruby text. + ルビテキストの対象へのポインタを示す。 + + + + Enforce that either + target or both from and + to (or none) are used, but not + target in combination with either + from or to. + + When target= is + present, neither from= nor to= should be. + + + +

Should point to a single rb or an element + that is inside an rb. To refer to multiple + elements or text nodes at once use from and + to.

+
+
+ + points to the starting point of the span of text + being glossed by this ruby text. + ルビテキストの対象範囲の始点を示す。 + + + + + + Enforce the presence of to iff there + is a from. + + When from= is present, the to= + attribute of is required. + + + + + points to the ending point of the span of text + being glossed. + ルビテキストの対象範囲の終点を示す。 + + + + + + Enforce the presence of from iff there + is a to. + + When to= is present, the from= + attribute of is required. + + + +
+ + +

The word 大統領 daitōryō + (president) is glossed character by character in hiragana to provide a pronunciation guide.

+ +

+ + だい + とう + りょう + +

+
+
+ +

Where the place attribute is not provided on the rt + element, the default assumption is that the + ruby gloss is above where the text is horizontal, and to the + right of the text where it is vertical.

+
+ + 3.4.2. Ruby Annotations + +
+ deliberately marked omission + indicates a purposeful + marking in the source document signalling that content has been + omitted, and may also supply or describe the omitted content. + + + + + + + + + + + + + + + + + What projects men make—what queer turns they take, + Since steam has improved our condition; + They never are still, but must cure or must kill + With steam physic or steam ammunition. + But a short time ago, to a quack you would go, + To steam a fat man to a thinner; + Now changed from all that, if you wish to get fat, + Come to Barton’s and eat a steam dinner! + Oh dear! think of a scheme, odd though it seem— + I’m sure ’twill succeed if you make it by steam. + + + You may sleep, you may dream, you may travel by steam, + For the outcry is still to go faster; + And what does it reck, should you e’en break your neck, + If ’tis steam that brings on the disaster? + + * * * * + The printer omits four lines here, + skipping the second half of the second octave, before the refrain. + + Oh dear! think of a scheme, odd though it seem— + I’m sure ’twill succeed if you make it by steam. + + + + + + + You think you’ve lost your love + Well, I saw her yesterday + It’s you she's thinking of + And she told me what to say + + + + She says she loves you + And you know that can’t be bad + Yes, she loves you + And you know you should be glad + + + She said you hurt her so + She almost lost her mind + But now she said she knows + You’re not the hurting kind + + + ****** + + + + + +

Unlike gap, which indicates content that the encoder + cannot or chooses not to represent, ellipsis indicates a + passage explicitly signalled in the source document as absent. The + ellipsis element is not appropriate for every use of + ellipsis points, such as when they indicate that a speaker is + pausing.

+
+ + 3.5.3. Additions, Deletions, and Omissions + +
+ name, proper noun + 이름, 고유명사 + 名稱,特定名稱 + nom, nom propre + nombre, nombre propio + nome, nome proprio + Name, Eigenname + contains a proper noun or noun phrase. + 고유명사 또는 명사구를 포함한다. + 包含一個特定名稱 或名詞詞組。 + 固有名詞。 + contient un nom propre ou un syntagme nominal. + contiene un nombre propio o un sintagma nominal + contiene un nome proprio o un sintagma nominale. + enthält einen Eigennamen in Form eines Nomens oder einer Nominalphrase. + + + + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + Thomas Hoccleve + Villingaholt + Vetus Latina Institut + Occleve + + + +

Proper nouns referring to people, places, and organizations may be tagged instead with + persName, placeName, or orgName, when the TEI module for + names and dates is included.

+
+ +

Les noms propres relatifs aux personnes, aux lieux et aux organismes peuvent également + être balisés à l'aide de persName, placeName, ou orgName, + lorsque le module TEI concernant les noms et dates est inclus.

+
+ +

TEI名前モジュールが使われる場合には、人々、場所、組織を示す固有名 詞は、それぞれ要素persNameplaceNameorgNameを使い示されるかもしれない。

+
+ +

+ Eigennamen, die auf Personen, Orte und Organisationen verweisen, können stattdessen auch mit den Elementen + persName, placeName oder orgName ausgezeichnet werden, vorausgesetzt, das TEI-Modul + namesdates ist inkludiert. +

+
+ + 3.6.1. Referring Strings + +
+ electronic mail address + 전자우편 주소 + + dirección de correo electrónico + adresse de courrier électronique + indirizzo di posta elettronica + contains an email address identifying a location to which + email messages can be delivered. + 전자우편 메시지가 전달되는 위치를 식별하는 전자우편 주소를 포함한다. + 包含一個電子郵件位址,標明電子郵件訊息可傳送的位置。 + eメールを届けるeメールアドレスを示す。 + contient l'adresse de courriel identifiant un + emplacement où un courriel peut être envoyé. + localizza un indirizzo di posta elettronica al quale possono essere inviati dei messaggi di posta elettronica + contiene una dirección de correo electrónico indentificando el lugar dónde los mensajes electrónicos pueden ser enviados. + + + + + + + + + + membership@tei-c.org + + + + + membership@tei-c.org + + + +

The format of a modern Internet email address is defined in + RFC 2822 +

+
+ +

Le format d'une adresse de courrier électronique internet moderne est défini dans la + RFC 2822 +

+
+ +

+ インターネット上で使用されるメールアドレスの書式については、 + RFC 2822 + を参照のこと。 +

+
+ + 3.6.2. Addresses + +
+ address + Adresse + contains a postal address, for example of a publisher, an organization, or an + individual. + 예를 들어, 출판사, 기관, 개인의 우편 주소를 포함한다. + 包含出版者、機構、或是個人的郵寄地址或其他地址。 + 郵便配達情報を示す。例えば、出版者、組織、個人の住所など。 + contient une adresse postale ou d'un autre type, par exemple l'adresse d'un + éditeur, d'un organisme ou d'une personne. + contiene una dirección postal, por ejemplo de un editor, una institución, + etc. + contiene un indirizzo (postale), ad esempio di un editore, di un'organizzazione, di + un individuo. + enthält eine Postadresse, z. B. eines Verlegers, einer Organisation oder einer Einzelperson. + + + + + + + + + + + + + + + + + + + + + +

Using just the elements defined by the core module, an address could be represented as follows:

+ +
+ via Marsala 24 + 40126 + Bologna + Italy +
+
+
+ +

When a schema includes the names and dates module more specific elements such as country or settlement would be preferable over generic name:

+ +
+ via Marsala 24 + 40126 + Bologna + Italy +
+
+
+ + +
+ Centre d'Études Supérieures de la Renaissance + 59, rue Néricault-Destouches + 37013 +TOURS + France +
+
+
+ + +
+ 邯郸路220号 + 200433 + 上海市 + 中華人民共和國 +
+
+
+ + +
+ 沙田 + 新界 + 香港特別行政區 + 中華人民共和國 +
+
+
+ + +
+ Computing Center, MC 135 + P.O. Box 6998 + Chicago, IL 60680 + USA +
+
+
+ + +
+ + Lyon + 69002 + IIème + Perrache + 30, Cours de Verdun +
+
+
+ +

This element should be used for postal addresses only. Within it, the generic element addrLine may + be used as an alternative to any of the more specialized elements available from the model.addrPart class, such as street, postCode etc.

+
+ +

Cet élément ne doit être utilisé que pour donner une adresse postale. A l'intérieur de cet élément, + l'élément générique addrLine peut être utilisé comme élément alternatif aux éléments plus spécialisés de la classe + model.addrPart class, tels que street, postCode etc.

+
+ +

当該要素は、郵便配達情報にのみ使用されるべきである。 子要素として要素addrLineは、クラスmodel.addrPartにある要 + 素の代わりとして、例えば、要素streetや要素 postcodeとして使用することができる。

+
+ +

Dieses Element sollte ausschließlich für postalische Addressen verwendet werden. Innerhalb des Elements + kann das generische addrLine-Element als Alternative zu den spezielleren Elementen aus der + model.addrPart-Klasse, wie street (Straße), postCode (Postleitzahl), etc. verwendet werden.

+
+ + 3.6.2. Addresses + 2.2.4. Publication, Distribution, Licensing, etc. + 3.12.2.4. Imprint, Size of a Document, and Reprint Information + +
+ address line + 주소 행 + + dirección + ligne d'adresse + riga dell'indirizzo + Adresszeile + contains one line of a postal address. + 우편 주소의 한 행을 포함한다. + 包含郵寄地址或其他地址其的一行。 + 住所情報を記述する行を示す。 + contient une ligne d'adresse postale. + contiene una línea de la dirección postal. + contiene una riga di un indirizzo (postale). + enthält eine Zeile einer Postadresse. + + + + + + + + + +
+ Computing Center, MC 135 + P.O. Box 6998 + Chicago, IL + 60680 USA +
+
+
+ + + + (201) 555 0123 + + + + + +
+ 44, avenue de la Libération + B.P. 30687 + F 54063 NANCY CEDEX + FRANCE +
+
+
+ + +
+ 276號4樓 + 光明路 + 北投區,台北市11246 + 台灣,中華民國 +
+
+
+ +

Addresses may be encoded either as a sequence of lines, or + using any sequence of component elements from the model.addrPart class. Other non-postal forms + of address, such as telephone numbers or email, should not be + included within an address element directly but may be + wrapped within an addrLine if they form part of the + printed address in some source text.

+
+ +

Les adresses peuvent être encodées soit comme une suite de + lignes, soit en utilisant un jeu d'éléments de la classe model.addrPart. Les types d'adresses autres + que l'adresse postale, tels que les numéros de téléphone, les + courriels, ne doivent pas être inclus directement à l'intérieur + d'un élément address mais peuvent être contenus dans un + élément addrLine s'ils font partie de l'adresse imprimée + dans un texte source.

+
+ +

+ 住所情報は、複数の行から構成されるか、クラスmodel.addrPartにある要 + 素から構成されているかもしれない。 + 住所情報で、郵便配達には関連しない、例えば電話番号や電子メールアド + レスについては、ここに直接は記述すべきではない。しかし、印刷物にこ + れらが住所情報として含まれている場合には、要素addrLineを + 使い記述することはできる。 +

+
+ +

+ Adressen können entweder als eine Abfolge von Zeilen kodiert werden oder als eine beliebige Folge + von Elementen der model.addrPart-Klasse. Andere, nicht-postalische Formen von Adressen, + wie z. B. Telefonnummern oder E-Mail-Adressen, dürfen nicht direkt in ein address-Element eingeschlossen werden, + sondern müssen innerhalb eines addrLine-Elements kodiert werden, wenn sie Teil einer gedruckten Adresse in einer + Textvorlage sind. +

+
+ + 3.6.2. Addresses + 2.2.4. Publication, Distribution, Licensing, etc. + 3.12.2.4. Imprint, Size of a Document, and Reprint Information + +
+ contains a full street address including any name or number identifying a + building as well as the name of the street or route on which it is + located. + 거리 또는 도로 이름을 비롯하여 건물을 식별할 수 있는 이름 및 번지를 포함하는 전체 주소. + 完整的街道地址,包含任何名稱或數字,用以識別一棟建築物以及所在街道名稱。 + 住所情報としての、通りを表す完全情報を示す。建物の名前や番号、通りの + 名前など。 + adresse complète d'une rue comprenant un nom + ou un numéro identifiant un bâtiment ainsi que le nom de la rue ou du chemin sur laquelle + il est situé. + una dirección postal completa, incluyendo cualquier nombre o número identificativo para identificar el edifio, como el nombre de la calle o carretera. + indirizzo postale completo, incluso il nome o il numero che identifica l'edificio, così come il nome della strada dove è situato. + + + + + + + + + + via della Faggiola, 36 + + + + + 110, rue de Grenelle + + + + + 36, quai des Orfèvres + + + + + 天津街25號 + + + + + 皇后大道東123號灣仔大廈 + + + + + + Duntaggin, 110 Southmoor Road + + + +

The order and presentation of house names and numbers and + street names, etc., may vary considerably in different countries. The + encoding should reflect the order which is appropriate in the country + concerned.

+
+ +

L'ordre et la présentation des noms et numéros de maisons et des noms de rues, etc. + L'encodage peut varier considérablement selon les pays ; il devrait reprendre la disposition + propre au pays concerné.

+
+ +

+ 家屋の名や番号、通りの名前などの表記順番は、国により異なる。符号化 + する際には、その国の習慣に合った順番にすべきである。 +

+
+ + 3.6.2. Addresses + +
+ postal code + 우편 번호 + 郵遞區號 + code postal + Código postal + Codice di Avviamento Postale + contains a numerical or alphanumeric code used as part of a postal address to simplify + sorting or delivery of mail. + 우편의 분류 및 배달을 용이하도록 우편 주소의 일부로 사용되는 숫자 또는 문자와 숫자가 혼용된 + 기호. + 包含一個數字或字母加數字的區域代碼,屬於郵寄地址的一部分,用以簡化郵件的分類及寄送工作。 + 郵便の配達や区分けを簡単にするための、郵便の宛名情報の部分となる数値 または文字を含む。 + contient un code numérique ou alphanumérique qui fait + partie de l'adresse postale et sert à simplifier le tri ou la distribution du courrier. + Contiene un código numérico o alfabético usado como + parte de la dirección postal para simplificar la clasificación o entrega de correo. + contiene il codice alfanumerico utilizzato + nell'indirizzo postale per semplificare l'ordine e la distribuzione della posta. + + + + + + + + + + HR1 3LR + + + + + 84000 + + + + + 60142-7 + + + + + 310 + + + + + 310-51 + + + + + 60142-7 + + + +

The position and nature of postal codes is highly country-specific; the conventions + appropriate to the country concerned should be used.

+
+ +

La disposition et la nature des codes postaux est spécifique à chaque pays ; on utilise les + conventions qui leur sont propres .

+
+ +

郵便番号の位置づけや性質は、国家に強く依存する。国の事情にあった方 式が採用されるべきである。

+
+ + 3.6.2. Addresses + +
+ postal box or post office box + 우편함 또는 사서함 + 郵政信箱 + boîte postale + buzón + Casella postale + contains a number or other identifier for some postal delivery point other than a street + address. + 주소 이외의 우편 배달 지점을 위한 숫자 또는 다른 확인소를 포함한다. + 包含一個數字或其他識別名稱,標示街道地址之外的郵件寄送點。 + 郵便配達で識別子となる、通り名以外の、数値などを示す。 + contient un numéro ou un autre identifiant d'un lieu de + distribution du courrier autre qu'un nom de rue. + contiene un número u otro identificador para algún punto + de entrega postal distinto a una dirección postal. + contiene il numero o altro identificatore per un luogo di + consegna della posta diverso da un indirizzo postale. + + + + + + + + + + P.O. Box 280 + + + + + B.P. 4232 + + + + + BP 3317 + + + + + 廣州郵局第280號信箱 + + + + + Postbus 532 + + + +

The position and nature of postal codes is highly country-specific; the conventions + appropriate to the country concerned should be used.

+
+ +

La disposition et la nature des codes postaux est spécifique à chaque pays ; on utilise les + conventions qui leur sont propres .

+
+ +

郵便番号の位置づけや性質は、国家に強く依存する。国の事情にあった方 式が採用されるべきである。

+
+ + 3.6.2. Addresses + +
+ contains a symbol, a word or a phrase referring to a unit of measurement in any kind of formal or informal system. + enthält ein Symbol, ein Wort oder eine Phrase, die sich auf eine Maßeinheit in einem formellen oder informellen System bezieht. + + 公式・非公式に関わらず、単位を表す記号や単語、語句を含む。 + + + + + + + + + + + +

Here is an example of a unit element holding a unitRef attribute that points to a definition of the unit in the TEI header.

+ + 3 ells + + + + + + + + + A unit of measure for cloth, roughly equivalent to 18 inches, or from an adult male’s elbow to the tip of the middle finger. + + + + +
+ + + + 2 + kg + + + + + 3minute + + + + + 1, 2, 5, 7 + millimètres + + + + + 1.2 to 5.6 + km/h + + + + +

Light travels at 3×10^10 + + cm per second + .

+
+
+ + 3.6.3. Numbers and +Measures + +
+ date + date + Datum + contains a date in any format. + 다양한 형식의 날짜를 포함한다. + 包含任何格式的日期表示。 + 日付を示す。 + contient une date exprimée dans n'importe quel format. + contiene una fecha en cualquier formato. + contiene una data in qualsiasi foemato + enthält ein Datum in beliebigem Format. + + + + + + + + + + + + + + + + + + + + + + + early February 1980 + + + + + au début de février 1980 + + + + + L'an de grâce 1654, Lundi, 23 novembre, jour de saint Clément, + pape et martyr et autres au martyrologe, Veille de saint Chrysogone, martyr, et + autres, Depuis environ dix heures et demie du soir jusques environ minuit et + demi. + + + + + septembre mcmxc + septembre + 11 septembre, neuf heures moins douze GMT + + + + 他出生於西元2007年12月24日 ( 丁亥年11月15日). + + + + 西元1980年2月初 + + + + 貞觀十一年十一月,唐太宗聽說年輕的武則天長得妖媚嬌艷,楚楚動人,便將她納入宮中,封為四品才人,賜號「武媚」。 + + + + 西元1990年9月 + + + + Given on the Twelfth Day + of June in the Year of Our Lord One Thousand Nine Hundred and Seventy-seven of the Republic + the Two Hundredth and first and of the University the Eighty-Sixth. + + + + + September 1990 + + + + 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 + + + pointer + 포인터 + + puntero + pointeur + puntatore + defines a pointer to another location. + 다른 위치로의 포인터를 정의한다. + 標明一個與其他位置相連結的指標。 + 他の場所を示すポインターを定義する。 + définit un pointeur vers un autre emplacement. + define un señalizador a otra localización. + definisce un puntatore ad un'altra posizione. + + + + + + + + + + + + + + Only one of the +attributes @target and @cRef may be supplied on . + + + + + + + + + + + 3.7. Simple Links and Cross-References + 16.1. Links + + + reference + 참조 + + referencia + référence + riferimento + Referenz + defines a reference to another location, possibly modified by additional text or comment. + 부가적인 텍스트 또는 해설로 수정될 수 있는, 다른 위치로 참조를 정의한다. + 標明與其他位置互相參照的符號,或許包含附加的文字或註解。 + 他の場所への参照を定義する。多くは、追加テキストまたはコメントを含む。 + définit une référence vers un autre emplacement, la référence étant éventuellement modifiée ou complétée par un texte ou un commentaire. + define una referencia a otra localización, posiblemente + modificada por un texto o comentario adicional. + definisce un riferimento ad un'altra posizione, può + essere modificata da un commento o testo ulteriore + definiert einen externen oder internen Verweis, der auch durch einen zusätzlichen Text oder Kommentar ergänzt werden kann. + + + + + + + + + + + + + + + + Only one of the + attributes @target' and @cRef' may be supplied on + + + + + See especially the second + sentence + + + + See also s.v. locution + . + + + Cf. tout particulièrement la section 12, page 34. + + + Cf. tout particulièrement + le vers 234 du Livre I + + + + 關於第二行, 請參考 下列 + 慣用語 + . + + +

The target and cRef attributes are mutually exclusive.

+
+ +

Les attributs target et cRef sont exclusifs l'un de l'autre.

+
+ +

属性targetcRefは、排他的に使用される。

+
+ +

Die target und cRef-Attribute schließen sich gegenseitig aus.

+
+ + 3.7. Simple Links and Cross-References + 16.1. Links + +
+ list + liste + Liste + contains any sequence of items organized as a list. + 목록의 형태로 정리된 항목을 포함한다. + 包含以列表方式呈現的任何連續項目。 + リストのような、項目列を示す。 + contient une suite d'items ordonnés dans une liste. + contiene cualquier secuencia de ítems o elementos + organizados en una lista. + contiene una qualsiasi sequenza di voci organizzate in + una lista. + enthält eine Reihe von Listenpunkten, die als Liste organisiert sind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + Typ + describes the nature of the items in the list. + beschreibt die Art der Listenpunkte. + + + + gloss + Gloss + each list item glosses some term or concept, which is given by a label element + preceding the list item. + 목록의 각 항목은 선행하는 요소에서 제시된 용어 또는 개념에 대한 설명이다. + 各列表項目為一些字詞或概念下註解,每個項目之前並帶有標籤元素。 + cada item de la lista glosa algun término o + concepto de los que han sido dados por un elemento de la lista de la etiqueta que + precede. + リスト項目は、当該リスト項目に先行してあるラベル要素で示され + たある用語や意義をまとめたものである。 + chaque item de la liste commente un terme ou un + concept qui est donné par un élément label précédant l'item de la liste. + ogni voce dell'elenco è la glossa di un termine o + concetto dato da un elemento legenda che precede la voce stessa + jeder Listenpunkt erläutert einen Begriff oder ein Konzept, das von einem voranstehenden label-Element genannt wird. + + + index + Index + each list item is an entry in an index such as the alphabetical topical index + at the back of a print volume. + jeder Listenpunkt ist ein Registereintrag z. B. in einem alphabetisch geordneten + Sachregister am Ende einer Druckausgabe. + + + instructions + Arbeitsschritt + each list item is a step in a sequence of instructions, as in a + recipe. + jeder Listenpunkt ist ein Arbeitsschritt in einer Folge von Anweisungen, + wie z. B. in einem Rezept. + + + litany + Litanei + each list item is one of a sequence of petitions, supplications + or invocations, typically in a religious ritual. + jeder Listenpunkt ist Teil einer Reihenfolge von Gebeten, Bitten oder Anrufungen die + üblicherweise in einem religiösen Ritual verwendet werden. + + + syllogism + logischer Schluss + each list item is part of an argument consisting of two or more propositions + and a final conclusion derived from them. + jeder Listenpunkt ist Teil eines Arguments, das aus zwei oder mehr Prämissen + und einem daraus gezogenen Schluss besteht. + + + +

Previous versions of these Guidelines recommended the use + of type on list to encode the rendering or + appearance of a list (whether it was bulleted, numbered, + etc.). The current recommendation is to use the + rend or style attributes for these + aspects of a list, while using type for the more + appropriate task of characterizing the nature of the content + of a list.

+

The formal syntax of the element declarations allows + label tags to be omitted from lists tagged list + type="gloss"; this is however a semantic error.

+
+ +

La syntaxe formelle des déclarations d'élément permet d'omettre les étiquettes de balises + des listes balisées par list type="gloss" mais c'est une erreur sémantique.

+
+ +

当該要素の宣言では、要素labelは、タグlist type="gloss"中で省略することができることになっているが、 + これは意味上のエラーになる。

+
+ +

In älteren Versionen dieser Richtlinien wurde empfohlen, mit dem Attribut type am list-Element + die Darstellung oder das Erscheinungsbild einer Liste zu kodieren (also ob sie z. B. nummeriert oder mit Symbolen + versehen ist). Die aktuelle Empfehlung ist, dafür die Attribute rend oder style zu verwenden, + während mit type der Inhalt der Liste charakterisiert werden sollte.

+

Die formale Syntax der Elementdeklaration + erlaubt es, Listen vom list type="gloss" ohne das Element label zu verwenden; das ist jedoch ein + semantischer Fehler.

+
+
+
+ + + + a butcher + a baker + a candlestick maker, with + rings on his fingersbells on his toes + + + + + + + + All Cretans are liars. + Epimenides is a Cretan. + ERGO Epimenides is a liar. + + + + + + + God save us from drought. + God save us from pestilence. + God save us from wickedness in high places. + Praise be to God. + + + + + + + Thé sans sucre et sans lait + Un jus d'ananas + Un yaourt + Trois biscuits de seigle + Carottes râpées + Côtelettes d'agneau (deux) + Courgettes + Chèvre frais + Coings + + + + + +
+

Selon des critères qui n'appartiennent qu'à lui, Rémi Plassaert a classé ses buvards + en huit tas respectivement surmontés par :

+ + un toréador chantant (dentifrice émail Diamant) + un tapis d'Orient du XVIIe siècle, provenant d'une basilique de Transylvanie + (Kalium-Sedaph, soluté de propionate de potassium) + Le Renard et la Cicogne (sic), gravure de Jean-Baptiste Oudry (Papeteries + Marquaize, Stencyl, Reprographie) + +
+
+
+ + +
+

[...] et tout autour, la longue cohorte de ses personnages, avec leur histoire, leur + passé, leurs légendes :

+ + Pélage vainqueur d'Alkhamah se faisant couronner à Covadonga + La cantatrice exilée de Russie suivant Schönberg à Amsterdam + Le petit chat sourd aux yeux vairons vivant au dernier étage + Le crétin chef d'îlot faisant préparer des tonneaux de sable + +
+
+
+ + + + 一個屠夫 + 一個糕點師父 + 一個燭台工人手上戴了戒指腳趾上有鈴鐺 + + + + + + + + 青年守則 + + 守則一至五條包括八德:一、忠勇為愛國之本 。二、服從為負責之本。三、孝順為齊家之本。四、勤儉為服務之本。五、仁愛為接物之本。 + + 六至九條意指四維:六、整潔為強身之本。七、信義為立業之本。八、助人為快樂之本。九、和平為處世之本 + + 十至十二條就是三達德:十、學問為濟世之本。十一、禮節為治事之本。十二、有恆為成功之本。 + + + + + + + +

我們二人謹定于2008年7月3日正午十二時,在台北舉行結婚典禮,寫下海誓山盟,終身遵守,在婚姻路上,共同經營,災難病情,互相扶持,永不分離。并就下列事項,立下承諾,即令滄海化為桑田,桑田再變為滄海,也要攜手共進,相親相愛,直到白頭。我們宣誓:從結婚這一天開始,不但成為夫妻,互相敬愛,分擔對方的快樂和憂愁,也同時成為朋友,而且是諍友,互相勉勵,互相規勸,互相批評。我們領悟:愉快的共同生活,全靠心靈溝通,所以,我們一定善用言語,不僅表達愛心、關心,也使彼此藉語言加深了解,一起成長。絕不粗聲叱責,絕不用肢體代替言語,絕不允許發生婚姻暴力。 我們認知:家庭與事業是夫妻共同經營的果實,夫妻對家庭的貢獻等值,在家庭內或社會上,價值完全相同,社會工作薪俸無論多少,家務工作的薪俸都與其相同。我們同意:將來我們有子女,管教上如果有不同的意見,甚至尖銳對立的意見,一定要克制自己,去請教專家,絕不把孩子當成實現自己希望的工具,也絕不用孩子來炫耀自己。 我們認為:一夫一妻制,是社會安定的磐石,是孩子們成長最安全的溫床,我們喜愛并尊重這種制度,并用事實和行動,維護它的尊嚴。我們警惕:婚姻生活并不多彩多姿,它不但平凡,而且瑣碎,如果不滋養珍惜,容易使生命憔悴,心靈粗俗,所以生活之中,我們一定保持適度的假期,與孩子一起長大。我們謹記:我們孝敬自己的父母,也孝敬對方的父母,不僅是回報養育之恩,也是培養自己人格的完整,為我們的下一代立下榜樣。 我們了解:我們將來會老,所以,我們從結婚這一天,就培養專業之外的其它藝朮興趣,如書、畫、音樂,使我們生命永遠充實燦爛。 +

+
+
+ +

The following example treats the short numbered clauses of Anglo-Saxon legal codes as lists + of items. The text is from an ordinance of King Athelstan (924–939):

+ + + Athelstan's Ordinance + + Concerning thieves. First, that no thief is to be spared who is caught with + the stolen goods, [if he is] over twelve years and [if the value of the goods is] over + eightpence. + And if anyone does spare one, he is to pay for the thief with his + wergild — and the thief is to be no nearer a settlement on that account — or to + clear himself by an oath of that amount.If, however, he [the thief] wishes to defend himself or to escape, he is + not to be spared [whether younger or older than twelve].If a thief is put into prison, he is to be in prison 40 days, and he may + then be redeemed with 120 shillings; and the kindred are to stand surety for him + that he will desist for ever.And if he steals after that, they are to pay for him with his wergild, + or to bring him back there.And if he steals after that, they are to pay for him with his wergild, + whether to the king or to him to whom it rightly belongs; and everyone of those who + supported him is to pay 120 shillings to the king as a fine. + + Concerning lordless men. And we pronounced about these lordless men, from whom + no justice can be obtained, that one should order their kindred to fetch back such a + person to justice and to find him a lord in public meeting. + And if they then will not, or cannot, produce him on that appointed day, + he is then to be a fugitive afterwards, and he who encounters him is to strike him + down as a thief.And he who harbours him after that, is to pay for him with his wergild + or to clear himself by an oath of that amount. + + Concerning the refusal of justice. The lord who refuses justice and upholds + his guilty man, so that the king is appealed to, is to repay the value of the goods and + 120 shillings to the king; and he who appeals to the king before he demands justice as + often as he ought, is to pay the same fine as the other would have done, if he had + refused him justice. + And the lord who is an accessory to a theft by his slave, and it becomes + known about him, is to forfeit the slave and be liable to his wergild on the first + occasionp if he does it more often, he is to be liable to pay all that he owns.And likewise any of the king's treasurers or of our reeves, who has been + an accessory of thieves who have committed theft, is to liable to the same. + + Concerning treachery to a lord. And we have pronounced concerning treachery to + a lord, that he [who is accused] is to forfeit his life if he cannot deny it or is + afterwards convicted at the three-fold ordeal. + + + +

Note that nested lists have been used so the tagging mirrors the structure indicated by the + two-level numbering of the clauses. The clauses could have been treated as a one-level list + with irregular numbering, if desired.

+
+ +

Das folgende Beispiel behandelt die kurzen nummerierten Klauseln von angelsächsischen + Rechtstexten als Listen von item-Elementen. Der Text stammt aus einer Verordnung von + König Athelstan (924-939):

+ + + Athelstan's Ordinance + + Concerning thieves. First, that no thief is to be spared who is caught with + the stolen goods, [if he is] over twelve years and [if the value of the goods is] over + eightpence. + And if anyone does spare one, he is to pay for the thief with his + wergild — and the thief is to be no nearer a settlement on that account — or to + clear himself by an oath of that amount.If, however, he [the thief] wishes to defend himself or to escape, he is + not to be spared [whether younger or older than twelve].If a thief is put into prison, he is to be in prison 40 days, and he may + then be redeemed with 120 shillings; and the kindred are to stand surety for him + that he will desist for ever.And if he steals after that, they are to pay for him with his wergild, + or to bring him back there.And if he steals after that, they are to pay for him with his wergild, + whether to the king or to him to whom it rightly belongs; and everyone of those who + supported him is to pay 120 shillings to the king as a fine. + + Concerning lordless men. And we pronounced about these lordless men, from whom + no justice can be obtained, that one should order their kindred to fetch back such a + person to justice and to find him a lord in public meeting. + And if they then will not, or cannot, produce him on that appointed day, + he is then to be a fugitive afterwards, and he who encounters him is to strike him + down as a thief.And he who harbours him after that, is to pay for him with his wergild + or to clear himself by an oath of that amount. + + Concerning the refusal of justice. The lord who refuses justice and upholds + his guilty man, so that the king is appealed to, is to repay the value of the goods and + 120 shillings to the king; and he who appeals to the king before he demands justice as + often as he ought, is to pay the same fine as the other would have done, if he had + refused him justice. + And the lord who is an accessory to a theft by his slave, and it becomes + known about him, is to forfeit the slave and be liable to his wergild on the first + occasionp if he does it more often, he is to be liable to pay all that he owns.And likewise any of the king's treasurers or of our reeves, who has been + an accessory of thieves who have committed theft, is to liable to the same. + + Concerning treachery to a lord. And we have pronounced concerning treachery to + a lord, that he [who is accused] is to forfeit his life if he cannot deny it or is + afterwards convicted at the three-fold ordeal. + + + +

In diesem Beispiel wurden verschachtelte Listen verwendet. Die Auszeichnung spiegelt somit die + Struktur der zweistufigen Nummerierung der Klauseln wider. Die Klauseln könnten auch als eine + einstufige Liste mit unregelmäßiger Nummerierung behandelt werden.

+
+ + + +

These decrees, most blessed Pope Hadrian, we propounded in the public council ... and they + confirmed them in our hand in your stead with the sign of the Holy Cross, and afterwards + inscribed with a careful pen on the paper of this page, affixing thus the sign of the Holy + Cross. + I, Eanbald, by the grace of God archbishop of the holy church of York, have + subscribed to the pious and catholic validity of this document with the sign of the Holy + Cross.I, Ælfwold, king of the people across the Humber, consenting have subscribed with + the sign of the Holy Cross.I, Tilberht, prelate of the church of Hexham, rejoicing have subscribed with the + sign of the Holy Cross.I, Higbald, bishop of the church of Lindisfarne, obeying have subscribed with the + sign of the Holy Cross.I, Ethelbert, bishop of Candida Casa, suppliant, have subscribed with thef sign of + the Holy Cross.I, Ealdwulf, bishop of the church of Mayo, have subscribed with devout will.I, Æthelwine, bishop, have subscribed through delegates.I, Sicga, patrician, have subscribed with serene mind with the sign of the Holy + Cross. +

+
+
+ +

May contain an optional heading followed by a series of items, or a series of + label and item pairs, the latter being optionally preceded by one or two specialized + headings.

+
+ +

Peut contenir un titre facultatif suivi d'une succession d'items ou d'une + succession de couples constitués d'une étiquette et d'un item, ce dernier type pouvant être + précédé par un ou deux titres spécifiques.

+
+ +

一連の項目またはラベルと項目の組の前に、選択的にヘダーをとることが ある。一連のラベルと項目の組の場合、選択的に、ひとつ以上のヘダーが + 先行することがある。

+
+ +

Die Liste kann mit einer Überschrift head beginnen. Sie kann auch aus Paaren von Labels und Beschreibungen bestehen, + sodass dann für jeden Teil spezielle Überschriften (headLabel, headItem) verwendet werden können.

+
+ + 3.8. Lists + +
+ item + Listenpunkt + contains one component of a list. + 목록에서 하나의 성분을 포함한다. + 包含列表中的一個項目。 + リストのいち項目を示す。 + contient un composant d'une liste. + contiene un componente de una lista. + contiene un componente di una lista + enthält einen Listenpunkt. + + + + + + + + + + + Here begin the chapter headings of Book IV + The death of Queen Clotild. + How King Lothar wanted to appropriate one third of the Church revenues. + The wives and children of Lothar. + The Counts of the Bretons. + Saint Gall the Bishop. + The priest Cato. + ... + + + + + + + Tentative d'inventaire de quelques-unes des choses qui ont été trouvées dans + les escaliers au fil des ans. + Plusieurs photos, dont celle d'une jeune fille de quinze ans vêtue d'un slip + de bain noir et d'un chandail blanc, agenouillée sur une plage, + un réveil radio de toute évidence destiné à un réparateur, dans un sac plastique + des établissements Nicolas, + un soulier noir orné de brillants, + une mule en chevreau doré, + une boîte de pastilles Géraudel contre la toux. + + + + + + + 以下為第三部份的各個章節標題 + 人物的鑑賞 + 情節的鑑賞 + 環境的鑑賞 + 主題的鑑賞 + 語言的鑑賞 + ... + + + + +

May contain simple prose or a sequence of chunks.

+

Whatever string of characters is used to label a list item in the copy text may be used as + the value of the global n attribute, but it is not required that numbering be + recorded explicitly. In ordered lists, the n attribute on the item element + is by definition synonymous with the use of the label element to record the + enumerator of the list item. In glossary lists, however, the term being defined should be + given with the label element, not n.

+
+ +

Peut contenir un texte ou une succession d'extraits.

+

Toute chaîne de caractères utilisée pour étiqueter un item de liste dans le texte peut être + utilisée comme valeur de l'attribut global n, mais il n'est pas obligatoire de + noter explicitement cette numérotation. Dans les listes ordonnées, l'attribut n de + l'élément item est par définition synonyme de l'utilisation de l'élément + label pour noter le numéro de l'item de la liste. Pour les glossaires toutefois, le + terme défini doit être donné avec l'élément label, et non pas n.

+
+ +

散文または文塊を示す。

+

文字列が元資料中にあるリスト項目のラベルを表すために使用される使わ れる場合、グローバル属性nの値として使用されるかもしれな + い。しかし、この数は明記される必要はない。 順序付きリストの場合、要素itemの属性nは、 + リスト項目の数を示す要素labelと同じ意味で使用されている。 用語集の場合、当該要素は、属性nではなく、要素 + labelと共に使用されるべきである。

+
+ +

Kann einen einfachen Fließtext enthalten oder eine Sequenz von Chunks.

+

Welche Zeichenfolge auch immer für die Kennzeichnung eines Listenpunkts in der Vorlage + benutzt wird, kann als Wert des globalen n-Attributs verwendet werden, dabei muss die + Nummerierung nicht notwendigerweise erfasst werden. In geordneten Listen ist das + n-Attribut des item-Elements per Definition synonym mit dem Gebrauch des + label-Elements, um den Zähler des Listenpunkts zu erfassen. In Glossarlisten sollte + der zu definierende Term im label-Element und nicht im n-Attribut angegeben + werden.

+
+ + + 3.8. Lists + 2.6. The Revision Description + +
+ label + étiquette + Label + contains any label or heading used to identify part of a text, + typically but not exclusively in a list or glossary. + 목록의 항목과 관련된 표지를 포함한다; 용어집에서는 정의되고 있는 용어를 표지한다. + 包含和列表中某項目相關聯的標號;在詞彙表中則用來標記被定義的字詞。 + リスト中の項目に関連するラベルを示す。用語集においては、定義される用 語を示す。 + contient l'étiquette attachée à un item dans une liste ; + dans les glossaires, il marque le terme qui est défini. + contiene un concepto o enunciado asociado con un ítem en + una lista; en un glosario marca el término que se define. + contiene l'etichetta associata ad una voce in una lista; + nei glossari indica il dermine che viene definito + enthält ein Label oder eine Überschrift zur + Identifikation eines Textteils, insbesondere in einer Liste oder einem Glossar. + + + + + + + + + + + +

Labels are commonly used for the headwords in glossary + lists; note the use of the global xml:lang attribute to + set the default language of the glossary list to Middle English, + and identify the glosses and headings as modern English or + Latin:

+ + + Vocabulary + Middle English + New English + + now + + loudly + + blooms + + meadow + + wood + + ewe + + lows + + bounds, frisks (cf. Chaucer, K.T.644a courser, stertingas the fyr + + + pedit + + merrily + + cease + + never + + +
+ +

Labels werden häufig für Schlagwörter in Glossaren verwendet; Beachten Sie die Verwendung des + globalen xml:lang-Attributs, um die Standardsprache des Glossars auf Mittelenglisch + zu setzen sowie die Glossen und Überschriften als modernes Englisch oder Latein zu + identifizieren:

+ + + Vocabulary + Middle English + New English + + now + + loudly + + blooms + + meadow + + wood + + ewe + + lows + + bounds, frisks (cf. Chaucer, K.T.644a courser, stertingas the fyr + + + pedit + + merrily + + cease + + never + + +
+ +

label est souvent employé pour identifier les mots dans des listes de glossaire ; + on note l'utilisation de l’attribut global xml:lang : l'ancien français est la + langue par défaut du glossaire

+ + + Vocabulaire + Ancien français + Français moderne + + amertume + + conduire une barque + + goulot d'un vase. + + jeune boeuf + + celui-ci + + captivité + + conduire + + puissance, pouvoir + + singularis + + tombée du jour (cf. Lexique de Godefroyde hautes vespres : tard dans la soirée.) + + +
+ +

On emploie aussi label pour enregistrer le classement alphanumérique d'items dans + des listes ordonnées.

+ L’unité mixte de + recherche ATILF (Analyse et Traitement Informatique de la Langue Française) propose 3 types + de ressources : Des ressources linguistiques publiées.Des ressources linguistiques informatisées.Des ressources linguistiques logicielles. + +
+ +

On emploie aussi label dans d'autres listes structurées, comme dans cet extrait du + journal de Jules Renard.

+ + + + L'esprit inquiet mais clairvoyant, c'est-à-dire actif et sain, de l'homme qui ne + travaille pas. + + On parle de Syveton. Elle aussi se rappelle avoir été, petite fille, poursuivie par + un homme tout décolleté du bas et qu'on appelait l'homme au nez rouge. + + Jaurès dit que Syveton n'avait aucun intérêt à se tuer mais, à y regarder de près, + oui, en cherchant bien, on trouve que nous avons tous un intérêt quelconque à nous tuer. + + Dans mon coeur froid, quelques rares jolis sentiments, comme des oiseaux aux petites + pattes sur de la neige. + + +
+ + + + 字彙 + 簡體中文 + 繁體中文 + + + + + + + + + + + + 軍隊 + + 疏遠 + + 後漢出師表亲近小人,疏远贤臣,这是后汉所以倾覆衰败的原因 + + + 嘆息 + + 認為 + + 誠實 + + 獲得 + + + + + 有關本書的版權問題,我做出以下兩點聲明。未經授權許可,請勿擅自複印。歡迎學術引用本文,然請詳細標明出處。 + + + + + + + 今天晚上,很好的月光。 我不見他,已是三十多年;今天見了,精神分外爽快。... + + 今天全沒月光,我知道不妙。早上小心出門,趙貴翁的眼色便怪:似乎怕我,似乎想害我。還有七八個人,交頭接耳的議論我,... + + ...我翻開歷史一查,這歷史沒有年代,歪歪斜斜的每葉上都寫著“仁義道德”几個字。我橫豎睡不著,仔細看了半夜,才從字縫里看出字來,滿本都寫著兩個字是喫人!書上寫著這許多字,佃戶說了這許多話,卻都笑吟吟的睜著怪眼看我。我也是人,他們想要吃我了! + + 黑漆漆的,不知是日是夜。趙家的狗又叫起來了。 獅子似的凶心,兔子的怯弱,狐狸的狡猾,…… + + + + +

Labels may also be used to record explicitly the numbers or letters which mark list items in + ordered lists, as in this extract from Gibbon's Autobiography. In this usage + the label element is synonymous with the n attribute on the item + element:

+ I will add two facts, which have seldom occurred + in the composition of six, or at least of five quartos. My first rough manuscript, without any intermediate copy, has been sent to the press.Not a sheet has been seen by any human eyes, excepting those of the author and the + printer: the faults and the merits are exclusively my own. + +
+ +

Labels können auch verwendet werden, um die Zahlen oder Buchstaben explizit zu erfassen, die + Listenelemente in geordneten Listen markieren – wie in diesem Auszug aus Gibbons + Autobiographie. In diesem Fall ist das label-Element gleichbedeutend + mit dem n-Attribut des item-Elements:

+ I will add two facts, which have seldom occurred + in the composition of six, or at least of five quartos. My first rough manuscript, without any intermediate copy, has been sent to the press.Not a sheet has been seen by any human eyes, excepting those of the author and the + printer: the faults and the merits are exclusively my own. + +
+ +

Labels may also be used for other structured list items, as in this extract from the journal + of Edward Gibbon:

+ + + + I wrote some critical observations upon Plautus. + + I wrote a long dissertation upon some lines of Virgil. + + I saw Mademoiselle Curchod — Omnia vincit amor, et nos cedamus + amori. + + + I went to Crassy, and staid two days. + + +

Note that the label might also appear within the +item rather than as its sibling. Though syntactically valid, +this usage is not recommended TEI practice.

+
+ +

Labels können auch für andere strukturierte Listenelemente verwendet werden, wie in diesem Auszug + aus der Zeitschrift von Edward Gibbon:

+ + + + I wrote some critical observations upon Plautus. + + I wrote a long dissertation upon some lines of Virgil. + + I saw Mademoiselle Curchod — Omnia vincit amor, et nos cedamus + amori. + + + I went to Crassy, and staid two days. + + +

Das label-Element kann auch innerhalb des item-Elements, anstatt als sein + Geschwisterelement, vorkommen. Obwohl syntaktisch gültig, wird diese Verwendung von der TEI + nicht empfohlen.

+
+ +

Labels may also be used to represent a label or heading attached to +a paragraph or sequence of paragraphs not treated as a structural +division, or to a group of verse lines. Note that, in this case, the +label element appears within the p or +lg element, rather than as a preceding sibling of it.

+ +

[...] +& n’entrer en mauuais & mal-heu- +ré meſnage. Or des que le conſente- +ment des parties y eſt le mariage eſt + arreſté, quoy que de faict il ne ſoit + + conſommé. Depuis la conſomma- +tion du mariage la femme eſt ſoubs + la puiſſance du mary, s’il n’eſt eſcla- +ue ou enfant de famille : car en ce + cas, la femme, qui a eſpouſé vn en- +fant de famille, eſt ſous la puiſſance +[...]

+
+

In this example the text of the label appears in the right hand + margin of the original source, next to the paragraph it describes, but + approximately in the middle of it. +

+

If so desired the type attribute may be used to + distinguish different categories of label.

+
+ +

Das label-Element kann auch verwendet werden, um ein Label oder eine Überschrift zu + kennzeichnen, die an einen Absatz oder eine Abfolge von Absätzen gebunden sind, die nicht als + struktureller Abschnitt oder Gruppe von Verszeilen behandelt werden. Beachten Sie, dass in + diesem Fall das label-Element innerhalb des p oder + lg-Elements erscheint und nicht als deren Geschwisterelement.

+ +

[...] + & n’entrer en mauuais & mal-heu- + ré meſnage. Or des que le conſente- + ment des parties y eſt le mariage eſt + arreſté, quoy que de faict il ne ſoit + + conſommé. Depuis la conſomma- + tion du mariage la femme eſt ſoubs + la puiſſance du mary, s’il n’eſt eſcla- + ue ou enfant de famille : car en ce + cas, la femme, qui a eſpouſé vn en- + fant de famille, eſt ſous la puiſſance + [...]

+
+

In diesem Beispiel erscheint der Text des Labels im rechten Randbereich der Vorlage, neben dem + Absatz, den er beschreibt, ungefähr auf mittlerer Höhe. +

+

Zusätzlich kann das type-Attribut verwendet werden, um verschiedene Kategorien von + Labels zu unterscheiden.

+
+ + 3.8. Lists + +
+ heading + 표제부 + 標題 + en-tête + encabezamiento + titolo + Überschrift + contains any type of heading, for example the title of a section, or the heading of a list, + glossary, manuscript description, etc. + 예를 들어 절의 제목 또는 용어집, 원고 기술의 제목 등과 같이 표제부 유형을 포함한다. + 包含任何種類的標題,如章節、列表、詞彙表、寫本描述等的標題。 + 各種の見出しを示す。例えば、節のタイトル、リストや用語集、手書き資料 の解説などにある見出し。 + contient tout type d'en-tête, par exemple le titre d'une + section, ou l'intitulé d'une liste, d'un glossaire, d'une description de manuscrit, etc. + contiene cualquier tipo de encabezamiento, por ejemplo el + título de una sección o el encabezado de una lista, glosario, descripción de un manuscrito, etc. + contiene qualsiasi tipo di titolo, per esempio il titolo + di una sezione, di una lista, di un glossario, di una descrizione di manoscritto, ecc. + enthält eine beliebige Art von Überschrift, + z. B. eines Kapitels, einer Liste, eines Glossars oder einer Handschriftenbeschreibung. + + + + + + + + + + + + + + + + + + + + + + +

The most common use for the head element is to mark the headings of sections. In + older writings, the headings or incipits may be rather longer than usual in + modern works. If a section has an explicit ending as well as a heading, it should be marked as + a trailer, as in this example:

+ + + In the name of Christ here begins the first book of the ecclesiastical history of + Georgius Florentinus, known as Gregory, Bishop of Tours. + + In the name of Christ here begins Book I of the history. +

Proposing as I do ...

+

From the Passion of our Lord until the death of Saint Martin four hundred and twelve + years passed.

+ Here ends the first Book, which covers five thousand, five hundred and ninety-six + years from the beginning of the world down to the death of Saint Martin. +
+
+
+
+ +

Die häufigste Verwendung von head-Elementen ist es, Überschriften von Abschnitten zu + kennzeichnen. In älteren Schriften können die Überschriften oder Incipits länger + sein, als es in modernen Werken üblich ist. Wenn ein Abschnitt eine explizite Endung und eine + Überschrift hat, sollte die Endung mit dem trailer-Element markiert werden, wie in + diesem Beispiel:

+ + + In the name of Christ here begins the first book of the ecclesiastical history of + Georgius Florentinus, known as Gregory, Bishop of Tours. + + In the name of Christ here begins Book I of the history. +

Proposing as I do ...

+

From the Passion of our Lord until the death of Saint Martin four hundred and twelve + years passed.

+ Here ends the first Book, which covers five thousand, five hundred and ninety-six + years from the beginning of the world down to the death of Saint Martin. +
+
+
+
+ +

When headings are not inline with the running text (see e.g. + the heading "Secunda conclusio") + they might however be encoded as if. + The actual placement in the source document can be captured with the place attribute.

+ +
+ Secunda conclusio +

+ Potencia: habitus: et actus: recipiunt speciem ab obiectis. + Probatur sic. Omne importans necessariam habitudinem ad proprium + [...] +

+
+
+
+ +

L'élémentheadest employé habituellement pour marquer les titres de sections. Dans + d'anciens textes , les titres des textes conclusifs seront précédés de l'élément + trailer, comme dans cet exemple :

+ +
+ Les Mille et une Nuits +

LES chroniques des Sassaniens, anciens rois de Perse, qui avaient étendu leur empire + dans les Indes, [...]

+
+ Histoire du Vizir puni +

IL était autrefois un roi, poursuivit-il, qui avait un fils qui aimait + passionnément la chasse. Il lui permettait de prendre souvent ce divertissement ; + [...]

+
+
+ + fin du tome premier. + +
+
+ +

L'élément head est aussi employé pour donner un titre à d'autres éléments, dans + une liste par exemple :

+ Les déictiques + sont des termes qui ne prennent leur sens que dans le cadre de la situation d'énonciation. + déictiquesicihierjetunousvous + +
+ + + + 三國演義 + + 第一回 宴桃園豪杰三結義 斬黃巾英雄首立功 +

滾滾長江東逝水,浪花淘盡英雄。是非成敗轉頭空。 青山依舊在,几度夕陽紅。 白發漁樵江渚上,慣看秋月春風。一壺濁酒喜相逢。古今多少事,都付笑談中。

+

話說天下大勢,分久必合,合久必分。周末七國分爭,并入于秦。...

+ 三人救了董卓回寨。卓問三人現居何職。玄德曰:白身。...畢竟董卓性命如何,且听下文分解。 +
+
+
+
+ + 除了少數特例,連接詞均用於所有論述,例如描述、記敘、闡述、論說。連接詞上述的因此在…的對面比鄰於再次 + + + +

The head element is also used to mark headings of other units, such as lists:

+ With a few exceptions, connectives are equally + useful in all kinds of discourse: description, narration, exposition, argument. Connectivesaboveaccordinglyacross fromadjacent toagain + +
+ +

Das head-Element wird auch verwendet, um Überschriften anderer Einheiten zu markieren, wie z. B. Listen:

+ With a few exceptions, connectives are equally + useful in all kinds of discourse: description, narration, exposition, argument. Connectivesaboveaccordinglyacross fromadjacent toagain + +
+ +

The head element is used for headings at all levels; software which treats (e.g.) + chapter headings, section headings, and list titles differently must determine the proper + processing of a head element based on its structural position. A head + occurring as the first element of a list is the title of that list; one occurring as the first + element of a div1 is the title of that chapter or section.

+
+ +

L'élément head est utilisé pour les titres de tous niveaux ; un logiciel qui + traitera différemment, par exemple, les titres de chapitres, les titres de sections et les + titres de listes, devra déterminer le traitement approprié de l'élément head + rencontré en fonction de sa position dans la structure XML. Un élément head qui est + le premier élément d'une liste est le titre de cette liste ; si l'élément head + apparaît comme le premier élément d'un élément div1, il sera considéré comme le titre + de ce chapitre ou de cette section.

+
+ +

要素headは、各種レベル上にある見出しに使用される。例えば、 章や節、リストの見出しを扱うソフトウェアは、構造中の場所により要素 + headの扱いを適切に行う必要がある。要素headが、リス トの第一項目に出現した場合、それは当該リストのタイトルになる。例えば、 + 要素div1の第一項目として当該要素が出現した場合、それは章ま たは節の見出しとされる。

+
+ +

Das head-Element wird für Überschriften jeder Hierarchiestufe verwendet; + Software, die zwischen Kapitelüberschriften, Abschnittsüberschriften und Listenbezeichnern unterscheidet, + muss die entsprechende Zuordnung aus der Position des head-Elements in der Textstruktur ableiten. + Ein head-Element, das als erstes Element einer Liste erscheint, ist der Listenbezeichner; + ein head-Element, das am Beginn einer mit div1 bezeichneten Struktur steht, + ist die Überschrift dieses Kapitels oder Abschnitts.

+
+ + + 4.2.1. Headings and Trailers + +
+ note + Anmerkung + contains a note or annotation. + contient une note ou une annotation + contiene una nota o aclaración + 包含附註或註釋。 + contiene una nota o un'annotazione + 注釈・コメント。 + enthält eine Anmerkung oder Annotation. + + + + + + + + + + + + + + + + + + +

In the following example, the translator has supplied a footnote + containing an explanation of the term translated as "painterly":

+And yet it is not only +in the great line of Italian renaissance art, but even in the +painterly Malerisch. This word has, in the German, two +distinct meanings, one objective, a quality residing in the object, +the other subjective, a mode of apprehension and creation. To avoid +confusion, they have been distinguished in English as +picturesque and +painterly respectively. style of the +Dutch genre painters of the seventeenth century that drapery has this +psychological significance. + + + + translation from German to English + Hottinger, Marie Donald Mackie + + +

For this example to be valid, the + code MDMH must be defined elsewhere, for example by + means of a responsibility statement in the associated TEI header.

+
+ + +

Im folgenden Beispiel hat der Übersetzer eine Fußnote mit einer Erklärung des als "painterly" + übersetzten Begriffs "Malerisch" bereitgestellt:

+ And yet it is not only + in the great line of Italian renaissance art, but even in the + painterly Malerisch. This word has, in the German, two + distinct meanings, one objective, a quality residing in the object, + the other subjective, a mode of apprehension and creation. To avoid + confusion, they have been distinguished in English as + picturesque and + painterly respectively. style of the + Dutch genre painters of the seventeenth century that drapery has this + psychological significance. + + + + + translation from German to English + Hottinger, Marie Donald Mackie + + +

Damit dieses Beispiel valide ist, muss der Code MDMH-1 + an anderer Stelle definiert werden, beispielsweise durch die Angabe der Verantwortlichkeit im + respStmt-Element des zugehörigen TEI-Headers.

+ +
+ + +

J'écris dans la marge... Je vais à la ligne. Je renvoie à une + note J'aime beaucoup les renvois en bas de page, même si + je n'ai rien de particulier à y préciser.en bas de page.

+
+
+ + 爾時王園精舍有比丘尼,名曰毘梨毘梨,秦言雄也。時彼國人一切共為俱蜜頭星會 + + + 此片的膠片已不存在,但《明星月報》刊登的艾霞電影腳本大綱,仍可供我們咀嚼艾霞的創作旨趣。 + 此時電影很少有完整的腳本,多是類似早期新劇的「幕表」 + ,也就是大綱,因為是默片,台詞也很簡單,主要依靠導演指示,演員臨場作戲。從她的文字風格語主題特色裡,... + + +

The global n attribute may be used to supply the symbol or number used to mark the + note's point of attachment in the source text, as in the + following example:

+ Mevorakh b. Saadya's mother, the matriarch of the + family during the second half of the eleventh century, The + alleged mention of Judah Nagid's mother in a letter from 1071 is, in fact, a reference to + Judah's children; cf. above, nn. 111 and 54. is well known from Geniza documents + published by Jacob Mann. +

However, if notes are numbered in sequence and their + numbering can be reconstructed automatically by processing software, it may well be considered + unnecessary to record the note numbers.

+
+ +

Das globale n-Attribut kann verwendet werden, um das Symbol oder die Nummer anzugeben, + die verwendet wird, um den Bezugspunkt der Anmerkung im Quelltext zu markieren, wie im folgenden + Beispiel:

+ Mevorakh b. Saadya's mother, the matriarch of the + family during the second half of the eleventh century, The + alleged mention of Judah Nagid's mother in a letter from 1071 is, in fact, a reference to + Judah's children; cf. above, nn. 111 and 54. is well known from Geniza documents + published by Jacob Mann. +

Wenn jedoch Anmerkungen sequenziell nummeriert sind und deren Nummerierung durch die + elektronische Verarbeitung automatisch rekonstruiert werden kann, kann es als unnötig angesehen + werden, die Nummerierung anzugeben.

+
+ +

L'attribut global n indique le + symbole ou le nombre utilisé pour marquer le point d'insertion + dans le texte source, comme dans l'exemple suivant :

+ Mevorakh b. Saadya's + mother, the matriarch of the family during the second half of the + eleventh century, The alleged + mention of Judah Nagid's mother in a letter from 1071 is, in fact, + a reference to Judah's children; cf. above, nn. 111 and + 54. is well known from Geniza documents published by Jacob + Mann. +

Cependant, si les notes sont ordonnées et numérotées + et qu’on veuille reconstruire automatiquement leur numérotation + par un traitement informatique, il est inutile d’enregistrer le + numéro des notes.

+
+ + 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 group + contains a group of notes + + + + + + + + + + + + + + + + + + + + + + +

In the following example, there are two notes in different + languages, each specifying the content of the annotation relating + to the same fragment of text:

+ +

(...) tamen reuerendos dominos archiepiscopum et canonicos Leopolienses + necnon episcopum in duplicibus Quatuortemporibus + + Quatuor Tempora, so called dry fast days (Wednesday, Friday, and Saturday) + falling on each of the quarters of the year. In the first quarter they were called Cinerum + (following Ash Wednesday), second Spiritus (following Pentecost), third Crucis + (after the Exaltation of the Holy Cross, September 14th), and Luciae + in the fourth (after the feast of St. Lucia, December 13th). + + Quatuor Tempora, tzw. Suche dni postne (środa, piątek i sobota) + przypadające cztery razy w roku. W pierwszym kwartale zwały się Cinerum + (po Popielcu), w drugim Spiritus (po Zielonych Świętach), w trzecim Crucis + (po święcie Podwyższenia Krzyża 14 września), w czwartym Luciae + (po dniu św. Łucji 13 grudnia). + + + totaliter expediui. +

+
+
+ + 3.9.1.1. Encoding Grouped Notes + +
+ graphic + Abbildung + indicates the location of a graphic or illustration, either forming + part of a text, or providing an image of it. + 인라인 그래픽, 삽화, 또는 도형의 위치를 표시한다. + 指出文字文件中內含的圖形、插圖、或圖表的位置。 + テキスト列中にある図、絵、図表の場所を示す。 + indique l'emplacement d'une image, d'une illustration ou + d'un schéma intégrés. + indica la localización de un gráfico, ilustración o + figura. + indica la posizione di un grafico, di una illustrazione o + immagine. + gibt den Ort einer Bildressource an, + die entweder Teil eines Texts oder ein Abbild dessen ist. + + + + + + + + + + + + + + +
+ + Figure One: The View from the Bridge + A Whistleresque view showing four or five sailing boats in the foreground, and a + series of buoys strung out between them. +
+
+
+ + +
+ + Figure Une : Jan van Eyck, La Vierge du chancelier Rolin +

Si, attiré par la curiosité, on a l'imprudence de l'approcher d'un peu trop prés, c'est fini, on est pris pour tout le temps que peut durer l'effort d'une attention soutenue ; on s'extasie devant la finesse du détail ... il va toujours plus loin, franchit une à une les croupes des collines verdoyantes ; se repose un moment sur une ligne lointaine de montagnes neigeuses; pour se perdre ensuite dans l'infini d'un ciel à peine bleu, où s'estompent de flottantes nuées.

+
+
+
+ + +
+ + 維納斯 + 波提且利 1484-1486年 畫布、蛋彩 佛羅倫斯,烏菲滋美術館 +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

The mimeType attribute should be used to supply the MIME media type of the image + specified by the url attribute.

Within the body of a text, a graphic element indicates the + presence of a graphic component in the source itself. Within the context of a facsimile or sourceDoc element, however, + a graphic element provides an additional digital representation of some part of the source being encoded. +

+
+ +

L'attribut mimeType doit être utilisé pour spécifier le type MIME de l'image + référencée par l'attribut url.

+
+ +

属性mimeTypeは、属性urlが指定する画像のMIME タイプを示すために使われるべきである。

+
+ +

Das mimeType-Attribut sollte genutzt werden, um den MIME Medientyp des + über das url-Attributs spezifizierten Bildes anzugeben. + Innerhalb des Textkörpers gibt das graphic-Element das Vorkommen eines Bildes + oder einer Illustration in der Textvorlage an. Innerhalb eines sourceDoc- + oder facsimile-Elements dagegen gibt das graphic-Element eine + zusätzliche Repräsentation (eines Teils) der Vorlage wieder.

+
+ + 3.10. Graphics and Other Non-textual Components + 11.1. Digital Facsimiles + + +
+ analytic level + 분석적 층위 + 分析層書目 + niveau analytique + nivel analítico. + livello analitico + 分析レベル + contains bibliographic elements describing an item (e.g. an article or poem) published + within a monograph or journal and not as an independent publication. + 독립 출판이 아닌, 단행본 또는 학술지 내에 포함되어 출판된 항목(예를 들어, 논문 또는 시)을 + 기술하는 참고문헌 요소를 포함한다. + 包含某一項目 (例如詩或文章) 的書目元素,該項目並非獨立出版品,而是刊登在專題著作或是期刊當中。 + 独立した出版物ではなく、書籍や雑誌に収録されている作品の書誌情報(例えば論文や詩)を記述する。 + contient des éléments descriptifs qui décrivent la + bibliographie d'une ressource (par exemple un poème ou un article de revue) publiée à + l'intérieur d'une monographie ou d'une ressource et non publiée de façon indépendante. + contiene los elementos bibliográficos que describen un + ítem (p.ej. un artículo o un poema) publicado dentro de una monografía o revista y no como una + publicación independiente. + contiene elementi bilbiografici che descrivono un'opera + (ad esempio un articolo a una poesia) pubblicata in una monografia o una rivista e non come + pubblicazione indipendente. + + + + + + + + + + + + + + + + + + + + + + + Chesnutt, David + Historical Editions in the States + + + Computers and the Humanities + + (December, 1991): + + 25.6 + 377–380 + + + + + +

May contain titles and statements of responsibility (author, editor, or + other), in any order.

+

The analytic element may only occur within a biblStruct, where its use + is mandatory for the description of an analytic level bibliographic item.

+
+ +

Cet élément peut contenir des titres et des mentions de responsabilité + (auteur, éditeur scientifique, ou autre), et cela dans n'importe quel ordre.

+

L'élément analytic n'est disponible qu'à l'intérieur de l'élément + biblStruct, où il faut l'utiliser pour encoder la description bibliographique d'une + partie composante.

+
+ +

タイトルや権利者(著者、編者など)を、任意の順番で示してよい。

+

要素analyticは、要素biblStruct内でのみ使用することができる。分析レベルの書誌情報項目においては必須である。

+
+ + 3.12.2.1. Analytic, Monographic, and Series Levels + +
monographic level단행본 층위專題層書目niveau monographiquenivel monográfico.monografiacontains bibliographic elements describing an item (e.g. a book or journal) published as an + independent item (i.e. as a separate physical object).독립 항목(즉, 독립된 물리적 개체)으로 출판된 항목(예를 들어 단행본 또는 학술지)을 기술하는 + 참고문헌 요소를 포함한다.包含某一項目 (例如書或期刊) 的書目元素, 該項目為一獨立出版品 (即未附屬於其他出版品) 。独立したもの(例えば、物理的に独立したもの)として出版された対象(例え ば、書籍や雑誌)の書誌情報項目を示す。contient des données bibliographiques décrivant un objet + (par exemple une monographie ou une revue) publié comme un élément indépendant (i.e. + matériellement séparé.contiene los elementos bibliográficos que describen un + ítem (p.ej. un libro o revista) publicado independientemente (es decir, como un objeto físico + separado).contiene elementi bilbiografici che descrivono un'opera + (ad esempio un libro o una rivista) pubblicanti indipendentemente (cioè come un singolo + oggetto). + + + + Chesnutt, David + Historical Editions in the States + + + Computers and the Humanities + + (December, 1991): + + 25.6 + 377–380 + + + + + + + + + + Leo Joachim + Frachtenberg + + + Lower Umpqua Texts + + New York + Columbia University Press + 1914 + + + + Columbia University Contributions to + Anthropology + 4 + + + + +

May contain specialized bibliographic elements, in a prescribed order.

+

The monogr element may only occur only within a biblStruct, where its use + is mandatory for the description of a monographic-level bibliographic item.

+
+

Cet élément contient des éléments de description bibliographique spécialisés, + dans un ordre prescrit.

+

L'élément monogr n'est disponible que dans l'élément biblStruct, où il faut + l'utiliser pour encoder la description bibliographique d'une monographie.

+
+

特別な書誌情報要素を、特定の順番でとるかもしれない。

+

当該要素monogrは小論レベルの書誌項目を記述する際に必須で あるが、その際、要素biblStructの中で高々1回出現する。

+
+ 3.12.2.1. Analytic, Monographic, and Series Levels +
+ series information + 연간물 정보 + 叢書資訊 + informations sur la série + series de información + informazioni sulla collana + contains information about the series in which a book or other bibliographic item has + appeared. + 책 또는 다른 참고문헌 항목이 나타나는 연간물 정보를 포함한다. + 包含某書目項目所屬的叢書資訊。 + 書籍または他の書誌項目のシリーズに関する情報を示す。 + contient une information sur la série dans laquelle une + monographie ou un autre élément bibliographique ont paru. + contiene información sobre las series en que un libro u + otro elemento bibliográfico ha aparecido. + contiene indicazioni sulla collana in cui un libro o + un'altra unità bibliografica sono stati pubblicati. + + + + + + + + + + + + + + + + + + + + + + + + + Halbgraue Reihe zur Historischen Fachinformatik + + Herausgegeben von + Manfred Thaller + Max-Planck-Institut für Geschichte + + Serie A: Historische Quellenkunden + Band 11 + + + + + 3.12.2.1. Analytic, Monographic, and Series Levels + + + author + autor/a + auteur + Autor + in a bibliographic reference, contains the name(s) of an + author, personal or corporate, of a work; for example in the same + form as that provided by a recognized bibliographic name authority. + 참고문헌에 작가, 단독 저자, 공동 저자의 이름을 포함한다; 서지 항목의 책임에 관한 1차적 진술. + 在書目參照中,包含一件作品的作者 (群) 姓名,無論是個人或是團體性質;這也是書目項目責任歸屬的主要陳述。 + 書誌参照において、作品の著者となる人や法人の名前を、たとえば、よく知られた書誌典拠情報機関の形式で提供されるものに合わせるなどして記述する。 + dans une référence bibliographique contient le nom de la + (des) personne(s) physique(s) ou du collectif, auteur(s) d'une oeuvre ; par exemple dans la même forme que celle utilisée par une référence bibliographique reconnue. + en una referencia bibliográfica, contiene el nombre del +autor/a/es, ya sea una persona o una institución, de una obra; por ejemplo, en la misma forma que la proporcionada por una autoridad bibliográfica reconocida. + in un riferimento bibliografico contiene il nome + dell'autore (o degli autori), personale o collettivo, di un'opera; è la dichiarazione di + responsabilità primaria di ciascuna unità bibliografica. + enthält in einer bibliografischen Referenz den oder die Namen eines Autors eines Werks + (oder einer für das Werk verantwortlichen Körperschaft); zum Beispiel in der Form, wie sie eine + anerkannte bibliografische Instanz anbietet. + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + British Broadcasting Corporation + La Fayette, Marie Madeleine Pioche de la Vergne, comtesse de (1634–1693) + Anonymous + Bill and Melinda Gates Foundation + Beaumont, Francis and + John Fletcher + + British Broadcasting + Corporation: Radio 3 Network + + + + + La Fayette, Marie Madeleine Pioche de la Vergne, comtesse de (1634–1693) + Anonyme + Erckmann-Chatrian + + Association relative à la télévision européenne + + + + + + 中央日報 + 中央通訊社董事長馬星野 + + + +

Particularly where cataloguing is likely to be based on the + content of the header, it is advisable to use a generally recognized + name authority file to supply the content for this element. The + attributes key or ref may also be used to + reference canonical information about the author(s) intended from any + appropriate authority, such as a library catalogue or online + resource.

+

In the case of a broadcast, use this element for the name of + the company or network responsible for making the broadcast.

+

Where an author is unknown or unspecified, this element may contain +text such as Unknown or +Anonymous. When the appropriate TEI modules are +in use, it may also contain detailed tagging of the names used for people, organizations or +places, in particular where multiple names are given.

+
+ +

En particular, cuando es probable que la catalogación se base en el contenido del encabezado, + se recomienda utilizar una autoridad bibliográfica de nombres generalmente reconocida para + proporcionar el contenido de este elemento. Los atributos key o ref + también se pueden usar para hacer referencia a información canónica sobre el/la autor/a o + autores procedente de cualquier autoridad apropiada, como un catálogo de biblioteca o un + recurso en línea. En el caso de una retransmisión, este elemento debe usarse para el nombre + de la empresa o cadena responsable de realizar dicha retransmisión. Cuando se desconoce o no + se especifica un/a autor/a, este elemento puede contener texto como Desconocido/a + o Anónimo. Cuando se utilizan los módulos TEI apropiados, también puede contener + etiquetas detalladas de los nombres utilizados para personas, organizaciones o lugares, en particular + cuando se proporcionan varios nombres.

+
+ +

Il est conseillé d'utiliser des listes d'autorité reconnues + pour trouver la forme exacte des noms de personnes, en particulier + lorsque le catalogage repose sur le contenu de l'en-tête TEI. Les + attributs key ou ref seront aussi employés + pour donner une référence canonique documentant l'auteur concerné + grâce à une autorité appropriée, comme le catalogue d'une + bibliothèque ou une ressource en ligne.

+

Dans le cas d'une émission, cet élément sert à encoder le nom de la société ou du + réseau qui diffuse le programme.

+
+ +

特にヘッダの内容をもとに目録作成が行われると考えられる場合、この要素の内容を広く知られた名前典拠ファイルに準拠することを推奨する。 + keyref属性によって何らかの適切な典拠(たとえば図書館目録やオンライン情報のような)における著者(達)についての標準的な参照情報を示すこともできる。

+

放送番組の場合には、その番組の制作に責任を持つ放送局や放送ネットワークの名前を用いる。

+

著者が不明であったり不明確である場合、この要素は不詳匿名のようなテキストであってもよい。 + 特に、複数の名前が用いられている場合には、適切なTEIモジュールを用いて、人や組織、場所に関する名前をより詳細にタグ付けしてもよい。

+
+ +

Insbesondere wenn eine Katalogisierung auf Basis des TEI-Headers erfolgen soll, ist es ratsam + einen Namen aus einer annerkannten Normdatei zu verwenden. Die Attribute key und + ref können außerdem benutzt werden, um auf kanonische Informationen über + einen Autor zu verweisen, etwa in einem Bibliothekskatalog oder einer Online-Ressource.

+

Im Fall von Rundfunksendungen sollte dies Element benutzt werden, um den Namen der Firma oder + der Sendergruppe zu notieren, welche diese Rundfunksendung verantwortet.

+

Wo ein Autor unbekannt oder nicht angegeben ist, kann dieses Element Text wie z. B. + Unbekannt oder Nicht angegeben beinhalten. + Wenn die entsprechenden TEI-Module benutzt werden, kann das Element auch detaillierte + Auszeichnungen für Namen von Personen, Organisationen oder Orten beinhalten - insbesondere + wenn mehrere Namen vorhanden sind.

+
+ + 3.12.2.2. Titles, Authors, and Editors + 2.2.1. The Title Statement + +
+ + contains a secondary statement of responsibility for a bibliographic item, for example the name of an + individual, institution or organization, (or of several such) acting as editor, compiler, + translator, etc. + 서지 항목의 책임에 관한 2차적 진술, 예를 들어, 편집, 번역 등의 작업을 한 편집, 개인, 기관, + 또는 기구의 이름 + 書目項目的次要責任歸屬,例如扮演編輯、編譯、翻譯等角色的個人、機構或組織 (或其他類似者) 的名稱。 + 書誌情報における、第二位の責任者を示す。個人、団体、組織、編集者、編 纂者、翻訳者の名前など。 + mention de responsabilité secondaire pour un item + bibliographique, par exemple le nom d'une personne, d'une institution ou d'un organisme (ou de + plusieurs d'entre eux) comme éditeur scientifique, compilateur, traducteur, etc. + declaración secundaria de responsabilidad para un ítem + bibliográfico, por ejemplo un nombre particular, o institucional (o cualquier otro) que ha + actuado como editor, compilador, traductor, etc. + è la dichiarazione di responsabilità secondaria di + ciascuna unità bibliografica, ad esempio il nome di un individuo, di un'istituzione o + organizzazione che agisce come curatore, compilatore, traduttore, ecc. + beinhaltet zusätzliche Angaben zur Verantwortlichkeit für ein bibliografisches Objekt, z. + B. den Namen einer Person, Institution oder Organisation (oder mehreren davon), welche als + Herausgeber, Kompilator, Übersetzer etc. fungiert. + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + + Ron Van den Branden + John Walsh + Anne Baillot + + + + + Pierre-Jules Hetzel + George Roux + + + + + 王大明 + 陳紅 + + + +

A consistent format should be adopted.

+

Particularly where cataloguing is likely to be based on the content of the header, it is + advisable to use generally recognized authority lists for the exact form of personal names. +

+
+ +

Il est conseillé d'adopter un format cohérent.

+

Particulièrement lorsque le catalogage repose sur le contenu de l'en-tête TEI, il est + conseillé d'utiliser des listes d'autorité reconnues pour trouver la forme exacte des noms de + personnes.

+
+ +

一貫した形式で記述されるべきである。

+

特に、書誌情報をヘダー内容に依存する際には、個人名の正確な形のリス トを使用した方がよい。

+
+ +

Es sollte auf ein einheitliches Format geachtet werden.

+

Vor allem wenn die Katalogisierung auf dem Inhalt des TEI-Headers aufbauen soll, wird die + Verwendung allgemein gebräuchlicher Normdateien für die Namensansetzung empfohlen.

+
+ + 3.12.2.2. Titles, Authors, and Editors + +
+ title + titre + Titel + contains a title for any kind of work. + 다양한 종류의 작업에 대한 전체 제목을 제공한다. + 包含任何種類作品的完整題名 + 。 + 作品の完全なタイトルを示す。 + contient le titre complet d'une oeuvre quelconque + contiene el título completo de una obra de + cualquier tipo. + contiene il titolo completo di una qualsiaisi opera. + beinhaltet einen Titel eines beliebigen Werks. + + + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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 the bibliographic level for a title, that is, whether + it identifies an article, book, journal, series, or + unpublished material. + 제목에 대한 서지적 층위를 나타내어, 논문, 책, + 학술지, 총서, 미간행의 여부를 식별한다. + 指出題名的書目層次,即該題名之所指可以是文章、書籍、期刊、叢書或未出版的項目。 + タイトルの書誌情報のレベルを示す。例えば、論文、書籍、雑誌、叢書、 非刊行物など。 + indique le niveau + bibliographique d'un titre, c'est-à-dire si ce titre + identifie un article, un livre, une revue, une collection, + ou un document non publié + indica el tipo bibliográfico + para un título, si este se identifica como un artículo, + libro, revista, colección o material inédito. + indica il livello + bibliografico di un titolo, ovvero se indentifica un + articolo, un libro, una rivista, una collana, o materiale + non pubblicato. + gibt den bibliografischen Typ eines Titels an, d.h. ob er einen Artikel, ein Buch, eine + Zeitschrift, eine Reihe oder unpubliziertes Material bezeichnet. + + + + analytic + 분석적 + analytique + analitico + analítico + unselbständig + the title applies to an analytic item, such as an + article, poem, or other work published as part of a larger item. + 분석적 제목(보다 + 큰 항목의 일부로 출판된 논문, 시, 또는 기타 항목) + 分析層題名 + (文章、詩、或其他隸屬於一個較大作品的項目) + título + analítico (de artículo, de poema, o de + otro elemento publicado como parte de un + elemento más grande) + 分析的タイトル(例えば、論文や詩など、大きめの刊行物の部分と なるもの)。 + titre + analytique (article, poème ou autre, + publié comme partie d'un ensemble plus + grand) + titolo + analitico (articolo, poesia o altra + unità bibliografica pubblicata come + parte di un'unità più grande) + der Titel gehört zu einer unselbständigen Publikation, wie einem Artikel, Gedicht oder + einem anderen Werk, das als Teil einer umfangreicheren Einheit publiziert wurde. + + + monographic + 단행본 + monographique + monografico + monográfico + Monografie + the title applies to a monograph such as a book or + other item considered to be a distinct publication, including single + volumes of multi-volume works + 단행본 제목(여러 + 권 중 한 권으로 출판된 경우를 포함하여, 독립된 항목으로 출판된 책, + 모음집, 또는 기타 항목) + 專題層題名 + (書、選集、或其他獨立出版的項目,包含多冊作品的其中一冊) + título + monográfico (libro, colección, u otro + elemento publicado como elemento + distinto, incluído los volúmenes + individuales de trabajos multivolúmenes) + 単行物のタイトル(例えば、書籍や叢書など、複数の巻に別れる作 + 品のうちのひとつや、独立してある出版物)。 + titre de + monographie (livre, ensemble ou autre, + publié comme un document distinct, y + compris les volumes isolés d'ouvrages en + plusieurs volumes) + titolo + della monografia (libro, raccolta o + altra unità bibliografica pubblicata + indipendentemente, inculso il singolo + volume di opere a più volumi) + der Titel bezieht sich auf Monografien wie z.B. ein Bücher oder andere selbständige + Publikationen, also auch auf einzelne Bände in einem mehrbändigen Werk. + + + journal + 학술지 + rivista + título + de revista. + Zeitschrift + the title applies to any serial or periodical + publication such as a journal, magazine, or newspaper + 학술지 제목 + 期刊層題名 + título de + diario, periódico o revista + 雑誌のタイトル。 + titre de + revue + titolo di + rivista + der Titel bezieht sich auf jede Art fortlaufender oder periodischer Veröffentlichungen wie + z. B. Zeitschriften, Magazine oder Zeitungen. + + + series + 연간물 + série + serie + series + Reihe + the title applies to a series of otherwise distinct + publications such as a collection + 연간물 제목 + 叢書層題名 + título de + serie + 叢書のタイトル。 + titre de + publication en série + titolo di + collana + der Titel bezeichnet eine Reihe von ansonsten selbständig publizierten Veröffentlichungen, + wie z. B. eine Buchreihe. + + + unpublished + unveröffentlicht + 미간행 + the title applies to any unpublished material (including + theses and dissertations unless + published by a commercial press) + 미간행물(출판사에서 출판되지 않은 석박사 논문을 포함하여)의 제목 + 未出版的項目題名 (包括未經商業刊物發表的專題論文) + título de + un material inédito (incluidas tesis y + disertaciones que no sean publicadas por + una editorial comercial) + 非刊行物のタイトル(未刊の学位論文など)。 + titre de + matéria non publié (thèses et + dissertations comprises, à l'exception + de leurs éditions commerciales) + titolo di + materiale non pubblicato (incluse tesi + non pubblicate da case editrici) + der Titel bezieht sich auf unveröffentliches Material (incl. universitäre + Qualifikationsarbeiten, soweit sie nicht von einem Verlag veröffentlicht worden sind). + + + +

The level of a title is sometimes implied by its context: + for example, a title appearing directly within an + analytic element is ipso facto of + level a, and one appearing within a series + element of level s. For this reason, the + level attribute is not required in contexts where + its value can be unambiguously inferred. Where it is supplied + in such contexts, + its value should not contradict the value implied by its + parent element. + +

+
+ +

Si le titre apparaît comme fils de l'élément +analytic, l'attribut level, +s'il est renseigné, doit avoir la valeur a +; si le titre apparaît comme fils de l'élément +monogr, l'attribut +level doit avoir la valeur m, +j ou u ; si le titre +apparaît comme fils de l'élément series, +l'attribut level doit avoir la valeur +s. Si le titre apparaît dans +l'élément msItem, l'attribut level ne +doit pas être utilisé.

+
+ +

タイトルが要素analytic中にある場合、属性 +levelがあれば、値は必ずaとなる。 +タイトルが要素monogr中にある場合、属性 + levelの値は、必ずmjuのいず +れかになる。要素titleが要素series中にある場 +合、属性levelの値は必ずsとなる。タイトルが要 +素msItem中にある場合、当該属性値は付与されない。 +

+
+ +

Der Typ eines Titels wird manchmal durch seinen Kontext bestimmt: wenn ein Titel z. B. + innerhalb des Elements analytic verwendet wird, ist es ipso facto + demnach Level a; ein Titel innerhalb eines series-Elements als Level s. + Daher ist das level-Attribut nicht zwingend notwendig, wenn die Position eindeutig + erschlossen werden kann. Wenn es in derartigen Kontexten dennoch gesetzt wird, sollte der + Attributwert dem impliziten Wert des Eltern-Elements nicht widersprechen. +

+
+
+ + classifies the title according to some convenient typology. + 어떤 편의적 유형에 따른 제목 분류 + 用合適的分類方法將題名分類。 + 当該タイトルを分類する。 + caractérise le titre selon + une typologie adaptée. + clasifica el título de + acuerdo con alguna tipología funcional. + classifica il titolo seguendo + una tipologia conveniente. + klassifiziert den Titel entsprechend einer geeigneten Typologie. + + + + main title + (주)제목 + 主要題名 + título +principal + 主タイトル。 + titre +principal + titolo + Haupttitel + + + + subordinate + + titre de +niveau inférieur, titre de partie + subordinato + subtítulo, título de una parte + untergeordnet + subtitle, title of part + 부분의 제목인 +부제목 + 副題名、部分題名 + subtítulo, título de una parte + 副タイトル、部分タイトル。 + sous-titre, titre de partie. + sottotitolo, titolo di una parte + Untertitel oder Titel eines Teilbereichs + + + alternate + 이명 + titre +alternatif, souvent dans une autre +langue, par lequel l'oeuvre est +également connu + alternativo + título +alternativo, a menudo en otra lengua por +la cual la obra es también conocida. + alternativ + alternate title, often in another language, +by which the work is also known + 다른 언어에서 +알려진 작품의 다른 이름 + 替代題名,通常以該作品著名的另一種語言呈現 + título +alternativo, a menudo en otro idioma, +por el cual el trabajo también es +conocido + 別タイトル。多くは他言語によるタイトル。当該作品は、このタイ +トルで知られている。 + autre +titre, souvent exprimé dans une autre +langue, par lequel l'ouvrage est aussi +connu + titolo +alternativo, spesso in altra lingua, con +il quale è anche conosciuta +l'opera + alternativer Titel, oft in einer anderen Sprache, unter dem das Werk auch bekannt ist. + + + abbreviated form of title + 제목의 축약형 + 題名的縮寫形式 + forma +abreviada del título + タイトルの省略形。 + forme +abrégée du titre + abbreviazione del titolo + Kurztitel + + + descriptive + 기술적 + paraphrase descriptive de l'oeuvre +ayant les fonctions d'un titre + descrittivo + paráfrasis descriptiva que funciona +como el título de una obra. + beschreibend + descriptive paraphrase of the work +functioning as a title + 제목으로 기능하는 +작품의 기술적 바꿔쓰기 + 該作品的描述性改述,可作為題名 + paráfrasis descriptiva del trabajo que +funciona como título + タイトルのように当該作品を解説する言い換え。 + paraphrase descriptive de l'oeuvre +fonctionnant comme un titre + parafrasi +descrittiva dell'opera che funge da +titolo + Umschreibung des Werks, die als Titel fungiert. + + + +

This attribute is provided for convenience in analysing + titles and processing them according to their type; where such + specialized processing is not necessary, there is no need for + such analysis, and the entire title, including subtitles and + any parallel titles, may be enclosed within a single + title element.

+
+ +

Cet attribut est utile pour analyser les titres et les +traiter en fonction de leur type ; lorsqu'un tel +traitement spécifique n'est pas nécessaire, il +n'est pas utile de donner une telle analyse, et le +titre entier, sous-titres et titres parallèles +inclus, peuvent être encodés dans un élément +title.

+
+ +

当該属性は、タイトルを分析し、処理する際に使用されるものである。 +このような処理を必要としない場合、タイトルを分析する必要はなく、 +副タイトルなどは全て要素titleの中に入れてしまうことが +できる。

+
+ +

Dieses Attribut wird bereitgestellt, um die Analyse und die Verarbeitung von Titeln auf + Basis ihres Typs zu vereinfachen; in Fällen, bei denen ein derart spezielles Vorgehen nicht + notwendig ist, ist auch eine entsprechende Analyse nicht notwendig, und der gesamte Titel, inkl. + Untertitel und allfälligen parallelen Titeln, kann mit einem einzigen title-Element + ausgezeichnet werden.

+
+
+
+ + + Information Technology and the Research Process: Proceedings of + a conference held at Cranfield Institute of Technology, UK, + 18–21 July 1989 + + + + + La vie mode d'emploi. Romans. + + + + + Analyser les textes de communication + + + + + Mélanges de linguistique française et de philologie et littérature médiévales + offerts à Monsieur Paul Imbs. + + + + + Les fleurs du Mal de Charles Baudelaire : une édition électronique + + + + +

quand il rentre de ses chantiers de maçonnerie il dit rien, il pose son cul sur une + chaise, toujours au même endroit, et il lit l'Humanité. +

+
+
+ + + 毛語錄 + + + + + 嚐書:視界與舌尖之外 + + + + + 蒼天有淚—無語問蒼天,台北,1997年12月1日。 + + + + + 大般若波羅蜜多經:OCR辨識版本 + + + + + Hardy's Tess of the D'Urbervilles: a machine readable + edition + + + + + + <title type="main">Synthèse + an international journal for +epistemology, methodology and history of + science + + + + +

The attributes key and ref, inherited from the class + att.canonical may be used to + indicate the canonical form for the title; the former, by supplying + (for example) the identifier of a record in some external library + system; the latter by pointing to an XML element somewhere containing + the canonical form of the title.

+
+ +

Les attributs key et ref, hérités de la classe att.canonical sont utilisés pour + indiquer la forme canonique du titre ; le premier donne (par exemple) + l’identifiant d’un enregistrement dans un système externe de + bibliothèque ; le second pointe vers un élément XML contenant la forme + canonique du titre.

+
+ +

Die Attribute key und ref, die durch die Zugehörigkeit zur Klasse + att.canonical verfügbar sind, können dafür verwendet werden, den + kanonischen Titel anzugeben: Ersteres indem (z. B.) die Kennung eines Datensatzes einer externen + Bibliothek herangezogen wird; Letzteres durch den Verweis auf ein XML-Element, das den + kanonischen Titel enthält.

+
+ + + 3.12.2.2. Titles, Authors, and Editors + 2.2.1. The Title Statement + 2.2.5. The Series Statement + +
+ contains the formalized descriptive title for a meeting or conference, for use in a + bibliographic description for an item derived from such a meeting, or as a heading or preamble + to publications emanating from it. + 회의에서 배포된 항목 또는 회의에서 산출된 출판물의 표제 및 서문에 대한 서지적 설명으로 사용된 경우 + 회의 또는 학술회의의 공식적 설명을 포함한다. + 在書目參照當中,標記該書目項目來源的會議相關描述。 + 会議中の項目を書誌情報で記述する際や、発行物の見出しや序文に現れる、 + 会合や会議を表す、形式化された記述的タイトルを示す。 + contient le titre descriptif formalisé d’une réunion ou + d’une conférence, employé dans une description bibliographique pour un article provenant d'une + telle réunion, ou comme le titre ou le préambule aux publications qui en émanent. + en referencias bibliográficas, contiene una descripción + del encuentro o conferencia del que deriva el elemento bibliográfico. + nei riferimenti biliografici, contiene una descrizione di + un incontro o convegno dal quale deriva l'unità bibliografica. + + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + +
+ Ninth International Conference on Middle High German Textual Criticism, Aachen, + June 1998. + + List of Participants + + ... + + + ... + + + +

...

+
+
+
+ + +
+ Colloque international : Duras, marges et transgressions, Nancy, 1er et 2 avril + 2005 + + liste des participants + + ... + + + ... + + +

...

+
+
+
+ + +
+ 2007第三屆亞太藝術教育國際研討會 + + 與會者名單 + + 馬桂順 + + + 仲瀨律久 + + + +

...

+
+
+
+ + 3.12.2.2. Titles, Authors, and Editors + +
版本說明groups information relating to the publication or distribution + of a bibliographic item.regroupe des informations relatives à la + publication ou à la distribution d'un élément bibliographique.información de grupos acerca de la publicación o distribución de un elemento bibliográfico.匯集書目項目的出版或發行相關資訊。raggruppa le informazioni riguardo la pubblicazione o distribuzione di un'unità bibliograica.書誌情報の対象となるものの、出版に関する情報。 + + + Oxford + Clarendon Press + 1987 + + + + + + Paris + Les Éd. de Minuit + 2001 + + + + + + 香港 + 皇冠 + 2005 + + + + 3.12.2.4. Imprint, Size of a Document, and Reprint Information + + publisher + editorial + éditeur + Verlag + provides the name of the organization responsible for the publication or distribution of a + bibliographic item. + 서지 항목의 출판이나 배포에 책임이 있는 기구명을 제시한다. + 提供負責出版或發行書目項目的機構名稱。 + 書誌項目の出版や頒布に責任のある団体の名前を示す。 + donne le nom de l'organisme responsable de la + publication ou de la distribution d'un élément de la bibliographie. + proporciona el nombre de la organización responsable de + la publicación o la distribución de un elemento bibliográfico. + fornisce il nome + gibt den Namen der Organisation an, die für die Veröffentlichung und Verbreitung eines + bibliografischen Objekts verantwortlich ist. + + + + + + + + + + + + + Oxford + Clarendon Press + 1987 + + + + + + + Paris + Les Éditions de Minuit + 2001 + + + + + + + 上海 + 上海古籍出版社 + 2008 + + + + +

Use the full form of the name by which a company is usually referred to, + rather than any abbreviation of it which may appear on a title page

+
+ +

Utiliser la forme développée du nom au moyen duquel l'organisme est + habituellement cité, plutôt qu'une abréviation, cette dernière pouvant apparaître sur + une page de titre.

+
+ +

会社を示す、タイトルページにある省略名ではなく、正式な名前を使う。

+
+ +

Außer bei der Transkription von bibliografischen Angaben, ist der vollständige Name des + Unternehmens gegenüber einer abgekürzten Version, wie sie etwa auf der gedruckten Titelseite zu + finden ist, zu bevorzugen.

+
+ + 3.12.2.4. Imprint, Size of a Document, and Reprint Information + 2.2.4. Publication, Distribution, Licensing, etc. + +
+ scope of bibliographic reference + 인용 범위 + 書目引用範圍 + extension d'une référence bibliographique + extensión de una cita + estensione del riferimento bibliografico + Geltungsbereich einer bibliografischen Referenz + 典拠参照の範囲 + defines the scope of a bibliographic reference, for + example as a list of page numbers, or a named subdivision of a larger work. + 예를 들어 페이지수의 목록 또는 작품의 이름 붙은 하위 성분으로, 문헌 참조의 범위를 + 정의한다. + 標明書目參照資訊的範圍,例如標示頁碼列表、或是某著作的分支作品名稱。 + 典拠参照の範囲を示す。例えば、ページ番号や、全体の中で名前を与えられた下位要素など。 + définit l'extension d'une référence bibliographique, + comme par exemple une liste de numéros de page, ou le nom d'une subdivision d'une oeuvre plus + grande. + define la extensión de una referencia bibliográfica, + como por ejemplo los números de página u otra subdivisión numerada en la obra mayor. + definisce l'estensione di un riferimento + bibliografico, per esempio mediante una lista di numeri di pagina, o il titolo di una parte di + un'opera più ampia. + grenzt den Geltungsbereich einer bibliografischen Referenz ein, zum Beispiel in Form von + Seitenangaben oder benannten Unterabschnitten eines umfangreicheren Werks. + + + + + + + + + + + + pp 12–34 + + II + 12 + + + + + pp 12–34 + + II + 12 + + + + + 頁數 12–34 + + II + 12 + + + +

When a single page is being cited, use the from and to attributes with + an identical value. When no clear endpoint is provided, the from attribute may be + used without to; for example a citation such as p. 3ff might be encoded + <biblScope from="3">p. 3ff</biblScope>.

+

It is now considered good practice to supply this element as a sibling (rather than a child) + of imprint, since it supplies information which does not constitute part of the + imprint.

+
+ +

Wird nur eine einzelne Seite zitiert, erhalten die Attribute from und to + identische Werte. Gibt es keinen klaren Endpunkt, sollte nur das from-Attribut ohne + korrespondierendes to-Attribut verwendet werden, zum Beispiel könnte ein Zitat wie + S. 3ff. als <biblScope from="3">p. 3ff</biblScope> kodiert werden.

+

Es wird nun als gute Praxis angesehen, dieses Element als Geschwisterelement (anstatt eines + Kindelements) von imprint anzugeben, da es Informationen enthält, die nicht Teil des + Impressums sind.

+
+ +

一つのページが引用される場合、from属性とto属性を同じ値で使用すべきである。 + 明確な終点が提供されていない場合、from属性はtoを使わずに使うことができる。 + 例えば、p. 3ffのような引用は、<biblScope from="3">p. 3ff</biblScope>となる。

+

出版事項の一部を構成しない情報を提供するため、この要素をimprintの子ではなく、兄弟として提供するほうが望ましい。

+
+ + 3.12.2.5. Scopes and Ranges in Bibliographic Citations + +
+ publication place + 출판지 + + lugar de la publicación + lieu de publication + luogo di pubblicazione + Verlagsort + contains the name of the place where a bibliographic item was published. + 서지 대상이 출판된 장소명을 포함한다. + 包含書目項目的出版地名稱。 + 書誌項目が出版された場所の名前を示す。 + contient le nom du lieu d'une publication. + contiene el nombre del lugar de publicación de un + elemento bibliográfico. + contiene il nome del luogo in cui un'unità + bibliografica è stata pubblicata + enthält den Namen des Orts, an dem ein bibliografisches Objekt veröffentlicht wurde. + + + + + + + + + + + + + Oxford University Press + Oxford + 1989 + + + + + + + Editions Denoëll + Paris + 1975 + + + + + 3.12.2.4. Imprint, Size of a Document, and Reprint Information + + + bibliographic citation + 서지 인용 + 書目資料 + référence bibliographique. + cita bibliográfica. + citazione bibliografica + bibliografische Angabe + 典拠情報の明示 + contains a loosely-structured bibliographic citation of which the sub-components may or may + not be explicitly tagged. + 하위 성분이 명시적으로 구분된 또는 그렇지 않은 덜 구조화된 서지 인용을 포함한다. + 包含結構零散的書目資料,其中次要元件不一定會明確標記。 + 完全な構造を持たない典拠情報の引用を表す。各構成要素はタグ付けされていてもいなくてもよい。 + contient une référence bibliographique faiblement + structurée dans laquelle les sous-composants peuvent ou non être explicitement balisés. + contiene una cita bibliográfica estructurada libremente, + los componentes de la cual pueden nohaber sido etiquetados explícitamente. + contiene una citazione bibliografica strutturata + liberamente i cui componeneti potrebbero o meno essere codificati esplicitamente. + enthält eine lose strukturierte bibliografische Angabe, in der einzelne Komponenten explizit + ausgezeichnet sein können. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Blain, Clements and Grundy: Feminist Companion to Literature in English (Yale, + 1990) + + + + + Mazelier, Roger : Gérard de Nerval et l’Humour divin, Le Mesnil Saint-Denis, + 1995. + + + + + L'EnracinementSimone Weil, Prélude à une déclaration des devoirs envers l'être + humain . Gallimard1968. + + + + + 蕭兵,《神話學引論》。台北:文津,2001。 + + + + + 我的從影經過。收錄於 王漢倫中國無聲電影. + 北京:中國電影 + 1996 + + + + + The Interesting story of the Children in the Wood. In + Victor E Neuberg, The Penny Histories. + OUP1968. + + + + + Carlin + (Claire), + The Staging of Impotence : France’s last + congrès dans + Theatrum mundi : studies in honor of Ronald W. + Tobin, éd. + ClaireCarlin et + KathleenWine, + Charlottesville, Va., + Rookwood Press, + 2003. + + + + + +

Contains phrase-level elements, together with any combination of elements from the + model.biblPart class

+
+ +

Cet élément contient des éléments de type expression, ainsi qu'un jeu + d'éléments de la classe model.biblPart.

+
+ +

フレーズレベル要素と、model.biblPartクラスの要素の任意の組み合わせを含む。

+
+ +

Enthält Phrasen-Level-Elemente, zusammen mit einer beliebigen Kombination von + Elementen der model.biblPart-Klasse

+
+ + 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구조화된 서지 인용結構次要書目référence bibliographique structuréecita bibliográfica estructurada.citazione bibliografica strutturata構造的な典拠情報contains a structured bibliographic citation, in which only bibliographic sub-elements + appear and in a specified order.서지의 하위 요소만이 나타나는, 명시적 순서로 구성되는 구조화된 서지 인용을 포함한다.包含僅出現子節點的結構書目資料,並以特定順序呈現。構造を持った典拠情報を示す。下位要素として、典拠情報を示す要素のみが、決められた順番で出現する。contient une référence bibliographique dans laquelle + seuls des sous-éléments bibliographiques apparaissent et cela, selon un ordre déterminé.contiene una cita bibliográfica estructurada, en la cual + sólo aparecen los subelementos bibliográficos y en un orden especificado.contiene una citazione bibliografica strutturata che può + contenere solo altri elemento nell'ordine specificato. + + + + Blain, Virginia + Clements, Patricia + Grundy, Isobel + The Feminist Companion to Literature in English: women writers from the middle ages + to the present + first edition + + Yale University Press + New Haven and London + 1990 + + + + + + + + + + David + Barstow + + + Susanne + Craig + + + Russ + Buettner + + Trump Took Part in Suspect Schemes to Evade Tax Bills + Behind the Myth of a Self-Made Billionaire, a Vast Inheritance From His Father + + + The New York Times + + New York + A. G. Sulzberger + Wednesday, October 3, 2018 + + CLXVIII + 58,104 + 1 + + + + + + + + Anouilh, Jean + Antigone + première édition + + in Nouvelles pièces noires, La Table ronde + Paris + 1955 + + + + + + + + + 王大明 + 文天行 + 廖全京 + 抗戰文藝報刊編目彙編 + 初版 + + 四川省社會科學院 + 成都 + 1984 + + + + + + 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인용 목록書目列表liste de références bibliographiqueslista de citalista di citazioniListe bibliografischer Angabencontains a list of bibliographic citations of any kind.여러 종류의 서지 인용 목록을 포함한다.包含任何種類的書目資料列表。書誌項目引用のリストを示す。contient une liste de références bibliographiques de toute nature.contiene una lista de citas bibliográficas de cualquier tipo.contiene una lista di citazioni bibliografiche di qualsiasi natura.enthält eine Liste von bibliografischen Angaben jeglicher Art. + + + Works consulted + Blain, Clements and Grundy: Feminist Companion to + Literature in English (Yale, 1990) + + + + The Interesting story of the Children in the Wood + + + The Penny Histories + Victor E Neuberg + + OUP + 1968 + + + + + + + + + Liste des ouvrages cités + Les Petits Romantiques + + + La poésie en prose + + + Aloysius Bertrand, "inventeur" du poème en prose + Bert Guégand + + PUN + 2000 + + + + + + + + + 參考書籍 + 潘定衡、楊朝文: 蚩尤的傳說 (貴陽:貴州民族出版社,1989 ) + + + 中國古史的傳說時代 + + + 苗族蚩尤神话,與逐鹿之戰。 + 吳曉東 + + 北京:民族文學研究 + 1998 + + + + + + + 3.12.1. Methods of Encoding Bibliographic References and Lists of References + 2.2.7. The Source Description + 15.3.2. Declarable Elements + + provides attributes for selecting particular elements + within a document. + + + 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. + + + + + + + TEI header + en-tête TEI + TEI 헤더 + TEI標頭 + TEI-Header (elektronische Titelseite) + Encabezado TEI + intestazione + supplies descriptive and + declarative metadata associated with a digital resource or set of + resources. + fournit des informations descriptives et déclaratives qui + constituent une page de titre électronique au début de tout texte conforme à la TEI. + 모든 TEI 구조의 텍스트 서두에 위치하는 전자 제목 페이지를 구성하는 기술적이고 선언적인 정보를 + 제공한다. + 在所有符合TEI標準的文本起始的電子題名頁當中提供敘述性以及宣告性的資訊。 + 全てのTEI準拠テキストが伴う、電子版のタイトルページを構成する、記述 的・宣言的情報を示す。 + beinhaltet beschreibende und erklärende Metadaten, die einer digitalen Ressource oder einer Sammlung von Ressourcen vorangestellt sind. + proporciona información descriptiva y declarativa de una + página de título electrónico prefijada como un texto conforme a TEI. + fornisce informazioni descrittive e dichiarative che + costituiscono un frontespizio elettronico che precede qualsiasi testo TEI-conforme. + + + + + + + + + + + + + + + + Shakespeare: the first folio (1623) in electronic form + Shakespeare, William (1564–1616) + + Originally prepared by + Trevor Howard-Hill + + + Revised and edited by + Christine Avern-Carr + + + + Oxford Text Archive +
+ 13 Banbury Road, Oxford OX2 6NN, UK +
+ 119 + +

Freely available on a non-commercial basis.

+
+ 1968 +
+ + The first folio of Shakespeare, prepared by Charlton Hinman (The Norton Facsimile, + 1968) + +
+ + +

Originally prepared for use in the production of a series of old-spelling + concordances in 1968, this text was extensively checked and revised for use during the + editing of the new Oxford Shakespeare (Wells and Taylor, 1989).

+
+ + +

Turned letters are silently corrected.

+
+ +

Original spelling and typography is retained, except that long s and ligatured + forms are not encoded.

+
+
+ + +

A reference is created by assembling the following, in the reverse order as that + listed here: the n value of the preceding lb + a periodthe n value of the ancestor div2 + a spacethe n value of the parent div1 + +

+
+
+
+ + + 12 Apr 89 Last checked by CAC + 1 Mar 89 LB made new file + + +
+
+
+ + + + + + La Parisienne + Henry BECQUE + + + ATILF (Analyse et Traitement Informatique de la Langue Française) + L434 +
+ 44, avenue de la Libération + BP 30687 + 54063 Nancy Cedex + FRANCE +
+ +

Dans un cadre de recherche ou d'enseignement

+
+
+ + + + + Paris : Fasquelle, 1922. + + + + +
+ + + 1885 + + +
+
+
+ + + + + + Taisho Tripitaka, Electronic version, No. 251 般若波羅蜜多心經 + + 底本來源 + 大藏出版株式會社 + + + 電子版本製作 + 中華電子佛典協會 + + + + 中華電子佛典協會 +
+ 11246 台北市北投區光明路276號4樓 +
+ +

本資料使用限定於非營利性用途,並需附上本標頭資訊。

+
+ 1998年12月 +
+ + Taisho Tripitaka Vol. 08, Nr. 251 般若波羅蜜多心經 + +
+ + +

預備格式轉換

+
+
+ + + 19990721/18:35:54CW以CBXML.BAT (99/6/30)轉換成XML + + +
+
+
+ +

One of the few elements unconditionally required in any TEI + document.

+
+ +

Un des seuls éléments obligatoires dans tout document TEI. +

+
+ +

Uno de los pocos elementos incondicionalmente requeridos en cualquier documento de TEI.

+
+ +

当該要素は、TEI文書中で無条件に必要となる要素の1つである。 +

+
+ +

Eines der wenigen Elemente, die verpflichtend für ein valides TEI-Dokument sind.

+
+ + 2.1.1. The TEI Header and Its Components + 15.1. Varieties of Composite Text + +
+ file description + description bibliographique du fichier + 파일 기술 + 檔案描述 + Dateibeschreibung + Descripción del archivo + descrizione del file + contains a full bibliographic description of an electronic file. + contient une description bibliographique complète du + fichier électronique. + 전자 파일에 관한 완전한 서지 정보의 기술을 포함한다. + 包含對電子檔案的完整書目敘述。 + 電子ファイルに関する完全な書誌情報を示す。 + enthält die vollständige bibliografische Beschreibung einer elektronischen Datei. + contiene una descripción bibliográfica completa del archivo electrónico. + contiene una descrizione bibliografica completa di un + file elettronico. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The shortest possible TEI document + + +

Distributed as part of TEI P5

+
+ +

No print source exists: this is an original digital text

+
+
+
+
+ + + + + + Le document TEI minimal + + +

Distribué comme partie de TEI P5

+
+ +

Aucune source : ce document est né numérique

+
+
+
+
+
+ +

The major source of information for those seeking to create a catalogue entry or + bibliographic citation for an electronic file. As such, it provides a title and statements of + responsibility together with details of the publication or distribution of the file, of any + series to which it belongs, and detailed bibliographic notes for matters not addressed + elsewhere in the header. It also contains a full bibliographic description for the source or + sources from which the electronic text was derived.

+
+ +

Cet élément est la source d'information principale pour créer une notice de catalogage ou + une référence bibliographique destinée à un fichier électronique. Il fournit le titre et les + mentions de responsabilité, ainsi que des informations sur la publication ou la distribution + du fichier, sur la collection à laquelle il appartient le cas échéant, ainsi que des notes + détaillées sur des informations qui n'apparaissent pas ailleurs dans l'en-tête. Il contient + également une description bibliographique complète de la ou des sources du texte produit.

+
+ +

La fuente de información principal para intentar crear una entrada de catálogo o una citación + bibliográfica para un fichero electrónico. Como tal, proporciona un título y las declaraciones + de responsabilidad junto con los detalles de la publicación o de la distribución del fichero, + de cualquier serie a la que pertenezca, y las notas bibliográficas detalladas de las materias + no abordadas en el encabezado. También contiene una descripción bibliográfica completa para la + fuente o las fuentes de las cuales el texto electrónico se deriva.

+
+ +

電子ファイルの書誌項目または書誌引用を示す中心となるもの。 タイトル、当該ファイルの出版や頒布に関連する責任表示、他には記述さ + れいない書誌情報に関する詳細な事項を含む。また、当該電子ファイルの 元になった、元資料に関する完全な書誌情報も示す。

+
+ +

Die wesentliche Informationsquelle für die Erstellung eines Katalogeintrags oder eines bibliografischen + Zitats einer elektronischen Datei. Das Element liefert einen Titel und Angaben zu Verantwortlichkeiten + zusammen mit Details zu Publikation und Distribution der Datei, sowie eine mögliche Zugehörigkeit zu einer Reihe. + Außerdem kann es detaillierte bibliografische Anmerkungen für Sachverhalte, die an keiner anderen Stelle im TEI-Header + behandelt werden können, enthalten. Es beinhaltet außerdem eine vollständige bibliografische Beschreibung der + Quelle selbst bzw. der Quellen von welchen sich der elektronische Text ableitet.

+
+ + 2.2. The File Description + 2.1.1. The TEI Header and Its Components + +
+ title statement + mention de titre + 제목 진술 + 題名陳述 + Angaben zum Titel + declaración del título + dichiarazione sul titolo + groups information about the title of a work and those responsible for its content. + regroupe les informations sur le titre d’une œuvre et + les personnes ou institutions responsables de son contenu intellectuel. + 저작의 제목 그리고 지적 내용에 대한 책임에 관한 정보를 모아 놓는다. + 匯集關於作品標題與作品智慧內容責任歸屬的資訊。 + 作品や知的内容に責任のあるもののタイトルに関する情報をまとめる。 + umfasst Angaben zum Titel eines Werks und zu den für + seinen Inhalt Verantwortlichen. + agrupa la información referente al título de una obra y a + los responsables de su contenido intelectual. + raggruppa le informazioni sul titolo di un'opera e sulle + responsabilità del suo contenuto intellettuale. + + + + + + + + + + + + + Capgrave's Life of St. John Norbert: a machine-readable transcription + + compiled by + P.J. Lucas + + + + + + + + Le sanctoral du lectionnaire de l'office dominicain (1254-1256) + 2008—..., École nationale des chartes + Anne-Élisabeth Urfels-Capot + + responsable des publications + Olivier Canteaut (École nationale des chartes) + + + 2009—..., Éditeur électronique : du TEI à l'écran + Vincent Jolivet (École nationale + des chartes) + + + 2009, Éditeur scientifique + Pascale Bourgain (École + nationale des chartes) + + + 2008, Conversion du document bureautique vers TEI + Frédéric Glorieux (École + nationale des chartes) + + + + + + + + Taisho Tripitaka, Electronic version, No. 251 般若波羅蜜多心經 + + 電子化 + 中華電子佛典協會 + + + + + + 2.2.1. The Title Statement + 2.2. The File Description + + + edition statement + mention d'édition + 편집 진술 + 版本陳述 + Angaben zur Ausgabe + declaración de la edición + dichiarazione sull'edizione + groups information relating to one edition of a text. + regroupe les informations relatives à l’édition d’un texte. + 텍스트의 한 판에 관련된 정보를 모아 놓는다. + 匯集文件某一版本的相關資訊。 + 版に関する情報をまとめる。 + umfasst Angaben, die sich auf eine spezifische Ausgabe eines Textes beziehen. + agrupa la información relativa a la edición de un texto. + raggruppa le informazioni riguardo una edizione di un testo. + + + + + + + + + + + + + + + + + + + + Students' edition + + Adapted by + Elizabeth Kirk + + + + + + + + Deuxième édition + + réalisée par + L. F. + + + + + + + +

Première édition électronique, Nancy, 2002, réalisée dans le cadre de la + base FRANTEXT .

+
+
+
+ + + + 學生版 + + 改編自 + 伊莉莎白.科克 + + + + + + + +

初版1991年,上學期 +

+
+
+
+ + + +

First edition, Michaelmas Term, 1991. +

+
+
+
+ + 2.2.2. The Edition Statement + 2.2. The File Description + +
+ edition + édition + 편집, 판 + 版本 + Ausgabe + edición + Edizione + describes the particularities of one edition of a text. + décrit les particularités de l’édition d’un texte. + 텍스트의 한 판의 특성을 기술한다. + 描述文件某一版本的特質。 + テキストの版の詳細を示す。 + beschreibt die Details einer Ausgabe eines Textes. + describe las particularidades de la edición de un texto. + descrive le peculiarità di una edizione del testo. + + + + + + + + + + First edition Oct 1990 + + Students' edition + + + + + Première édition électronique, Nancy 2002 + + + + + + 初版1990年10月 + + 學生版 + + + + 2.2.2. The Edition Statement + + + publication statement + mention de publication + 출판 진술 + 出版陳述 + Angaben zur Veröffentlichung + declaración de la publicación + dichiarazione sulla pubblicazione + groups information concerning the publication or distribution of an electronic or other text. + regroupe des informations concernant la publication ou + la diffusion d’un texte électronique ou d’un autre type de texte. + 전자 또는 기타 텍스트의 출판 또는 배포에 관한 정보를 모아 놓는다. + 匯集電子文件或其他類型文件的出版或發行相關資訊。 + 電子テキストなどの出版や頒布に関する情報をまとめる。 + umfasst Angaben zu Veröffentlichung oder Vertrieb eines elektronischen oder sonstigen Textes. + agrupa la información concerniente a la publicación o + distribución de un texto electrónico u otro texto. + raggruppa le informazioni riguardo la pubblicazione o la + distribuzione di un documento elettronico o di altra natua. + + + + + + + + + + + + + + + + + + + + + + + + C. Muquardt + Bruxelles & Leipzig + + + + + + + + ATILF (Analyse et Traitement Informatique de la Langue Française) + L434 +
+ 44, avenue de la Libération + BP 30687 + 54063 Nancy Cedex + FRANCE +
+ +

Dans un cadre de recherche ou d'enseignement

+
+
+
+
+ + + + 重慶大學出版社 + 中國:重慶 + + + + + + + + 大塊文化 + 台灣:台北 + +

版權所有 翻印必究

+
+ 1992 +
+
+
+ + + + Chadwyck Healey + Cambridge + +

Available under licence only

+
+ 1992 +
+
+
+ + + + Zea Books + Lincoln, NE + 2017 + +

This is an open access work licensed under a Creative Commons Attribution 4.0 International license.

+
+ +
+
+
+ +

Where a publication statement contains several members of the + model.publicationStmtPart.agency or + model.publicationStmtPart.detail + classes rather than one or + more paragraphs or anonymous blocks, care should be taken to + ensure that the repeated elements are presented in a meaningful + order. It is a conformance requirement that elements supplying + information about publication place, address, identifier, + availability, and date be given following the name of the + publisher, distributor, or authority concerned, and preferably in + that order.

+
+ +

Bien que non imposé par les schémas, un document conforme à la TEI doit donner des + informations sur le lieu de publication, l'adresse, l'identifiant, les droits de diffusion et la date + dans cet ordre, après le nom de l'éditeur, du distributeur, ou de l'autorité concernée.

+
+ +

Aunque no sea hecho obligatorio por los esquemas, es un requisito para la conformidad de TEI + que la información sobre el lugar de publicación, la dirección, el identificador, la + disponibilidad, y la fecha de publicación. se dé en ese orden, después del nombre del editor, + del distribuidor, o de la autoridad referida

+
+ +

TEI準拠としてスキーマが求めるものではないが、出版に関する情報は、 出版者名、頒布者名、関連著作者に続いて、出版の場所、住所、識別子、 + 可用性、日付が、この順番で出現することが望ましい。

+
+ +

+ Wenn die Angaben zur Veröffentlichung mehrere Mitglieder der Klassen model.publicationStmtPart.agency oder model.publicationStmtPart.detail + enthalten und nicht einen oder mehrere Absätze (p) bzw. unbestimmte Einheiten (ab), dann hat + die Reihenfolge der Elemente eine Bedeutung, auf die zu achten ist. So müssen Elemente, die Angaben über den Veröffentlichungsort, + die Adresse, den Identifikator, die Verfügbarkeit und das Veröffentlichungsdatum enthalten, auf den Namen des Verlags, des + Distributors oder der Freigabeinstanz folgen, und zwar möglichst in dieser Reihenfolge. +

+
+ + 2.2.4. Publication, Distribution, Licensing, etc. + 2.2. The File Description + +
+ identifier + identifiant + 식별 숫자 + 識別代碼 + Identifikator + número identificativo + numero identificatore + 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. + donne un identifiant standardisé qui peut être + utilisé pour identifier une référence bibliographique, une personne, un titre d'ouvrage ou une + organisation. + 서지 정보 항목을 식별하기 위해 사용되는 표준 또는 비표준 숫자를 제시한다. + 提供任何用來識別書目項目的標準或非標準編碼。 + 書誌項目、人物、タイトル、組織など、何らかのオブジェクトを標準化された方法で識別するために使用される任意の形式の識別子を提供する。 + enthält einen frei wählbaren Identifikator, der ein + beliebiges Objekt, z. B. eine bibliografische Einheit, eine Person, einen Titel, eine + Organisation, in standardisierter Weise identifiziert. + 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. + fornisce un identificatore, standard o meno, usato + per identificare un oggetto, come per esempio un'unità bibliografica, una persona, un titolo, + un'organizzazione, ecc. + + + + + + + + + + + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + categorizes the identifier, for example as an + ISBN, Social Security number, etc. + classe un numéro dans une catégorie, par exemple + comme étant un numéro ISBN ou comme appartenant une autre série normalisée. + 예를 들어 ISBN 또는 기타 표준 일련번호로, 숫자를 범주화한다. + 表明編碼的種類,例如國際標準書號 (ISBN) 或其他標準系列編碼。 + 当該数値の分類を示す。例えば、ISBNなど。 + bestimmt die Art des Identifikators (z. B. ISBN, + Sozialversicherungsnummer, URI) + clasifica el número, por ejemplo como un ISBN o + cualquier otro número estándard. + classifica l'identificatore, ad esempio come + codice ISBN o altri generi di identificatori standard. + + + + + + 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. + + + + International Standard Serial Number: an + eight-digit number to uniquely identify a serial publication. + + + Digital Object Identifier: a unique string of + letters and numbers assigned to an electronic document. + + + Uniform Resource Identifier: a string of + characters to uniquely identify a resource, following the syntax of RFC 3986. + + + A data number in the Virtual Internet + Authority File assigned to link different names in catalogs around the world for the + same entity. + + + 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 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. + + + + + + + 978-1-906964-22-1 + 0143-3385 + 10.1000/123 + http://www.worldcat.org/oclc/185922478 + http://authority.nzetc.org/463/ + Thomason Tract E.537(17) + C695 + 345 + +

In the last case, the identifier includes a non-Unicode character which is defined elsewhere + by means of a glyph or char element referenced here as #sym. +

+
+ + + 978-1-906964-22-1 + 0143-3385 + 10.1000/123 + http://www.worldcat.org/oclc/185922478 + http://authority.nzetc.org/463/ + Thomason Tract E.537(17) + C695 + 345 + +

In letztgenanntem Fall enthält der Identifikator ein Nicht-Unicode-Zeichen, das an anderer + Stelle mit Hilfe eines glyph oder char-Elements definiert ist und hier als + #sym referenziert wird.

+
+ + + 0143-3385 + 116 + 1-896016-00-6 + + + +

idno should be used for labels which identify an object or concept in a formal + cataloguing system such as a database or an RDF store, or in a distributed system such as the + World Wide Web. Some suggested values for type on idno are + ISBN, ISSN, DOI, and URI.

+
+ +

+ idno sollte für Identifikatoren genutzt werden, die ein Objekt oder Konzept in einem + formalen Katalogsystem wie z. B. einer Datenbank oder einem RDF store oder in einem verteilten + System wie dem World Wide Web eindeutig identifizieren. Als Werte für type von + idno bieten sich z. B. die ISBN, die ISSN, ein DOI + oder ein URI an.

+
+ + 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 + +
availabilitydisponibilitédisponibilitàVerfügbarkeitsupplies information about the availability of a text, for example any restrictions on its + use or distribution, its copyright status, any licence applying to it, etc.renseigne sur la disponibilité du texte, par exemple sur + toutes restrictions quant à son usage ou sa diffusion, son copyright, etc.텍스트 이용에 관한 정보를 제시한다. 예를 들어 사용 또는 배포의 제한, 저작권 상태 등.提供關於文件可利用性的資訊,例如使用或發行上的任何限制、版權狀態等。テキストの利用許可に関する情報を示す。例えば、その使用や頒布の制限、著作権の状態、適用されるライセンス等。liefert Informationen zur Verfügbarkeit eines Textes, zum Beispiel Einschränkungen bezüglich des Gebrauchs oder der Weitergabe, Lizensierungen usw.proporciona información sobre la disponibilidad de un + texto, por ejemplo cualquier restricción en cuanto a su uso o distribución, su copyright, etc.fornisce informazioni sulla disponibilità di un testo, + per esempio su qualsiasi restrizione che si applica alla sua utilizzazione o distribuzione, il + suo statuto in merito al copyright, etc.Copyrights owner of the document are the authorsCopyrights owner of the document is the publisher + status + Statuscode + supplies a code identifying the current availability of the text. + donne un code caractérisant la disponibilité + actuelle d’un texte. + 텍스트의 현재 이용 가능성을 식별하는 부호를 제공한다. + 提供一個代號,用來確認文件目前的可利用性。 + 当該テキストの、現在の利用可能性を表すコードを示す。 + gibt einen Code an, der die derzeitige Nutzbarkeit eines Textes festlegt. + proporciona un código identificativo de la + disponibilidad actual del texto. + fornisce un codice che identifica l'attuale + disponibilità del testo. + + + + free + frei + the text is freely available. + le texte est libre de droits. + 텍스트를 자유롭게 이용할 수 있음. + 文件的可利用性不受限。 + el texto está libremente disponible. + 当該テキストは、自由に使用できる。 + il testo è disponibile gratuitamente. + der Text ist frei verfügbar. + + + unknown + unbekannt + the status of the text is unknown. + le statut du texte est inconnu. + 텍스트의 상태를 알 수 없다. + 文件狀態不明。 + el estatus del texto es desconocido. + 当該テキストの利用可能性は不明。 + la disponibilità del testo non è nota + der Status des Textes ist unbekannt. + + + restricted + eingeschränkt + the text is not freely available. + le texte est sous droits. + 텍스트를 자유롭게 사용할 수 없음. + 文件的可利用性受限制。 + el texto no está libremente disponible. + 当該テキストは、自由に使用できない。 + il testo non è disponibile gratuitamente. + der Text ist nicht frei verfügbar. + + + + + +

Available for academic research purposes only.

+
+ +

In the public domain

+
+ +

Available under licence from the publishers.

+
+
+
+ + +

L' ABES a adopté le système Créative Commons pour permettre à tous ceux qui le + souhaitent, de reproduire tout ou partie des rubriques du site de l'ABES sur support + papier ou support électronique.

+
+
+
+ + +

僅供學術研究使用

+
+ +

用於公共領域

+
+ +

需徵求出版商授權

+
+
+
+ + + +

The MIT License + applies to this document.

+

Copyright (C) 2011 by The University of Victoria

+

Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions:

+

The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software.

+

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE.

+
+
+
+
+

A consistent format should be adopted

+
+

On devrait adopter un format de codage reconnu.

+
+

Se debe adoptar un formato constante

+
+

一貫した形式を採用すべきである。

+
+

Es sollte ein einheitliches Format verwendet werden.

+
+ 2.2.4. Publication, Distribution, Licensing, etc. +
+ contains information about a licence or other legal agreement + applicable to the text. + contient des informations +légales applicables au texte, notamment le contrat de licence +définissant les droits d'utilisation. + beinhaltet für den Text gültige Lizenzinformationen oder andere rechtswirksame Vereinbarungen. + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + + Licence: Creative Commons Attribution-Share Alike 3.0 New Zealand Licence + + + + + + + Creative Commons Attribution 3.0 non transposé (CC BY 3.0) + + + + + + Ce document + est publié librement sur le web à destination de la communauté scientifique + dans le cadre de la licence Creative Commons « Paternité-Pas d’Utilisation + Commerciale-Partage des Conditions Initiales à l’Identique 2.0 France ». + + + + + + + +

The Creative Commons Attribution 3.0 Unported (CC BY 3.0) Licence + applies to this document.

+

The licence was added on January 1, 2013.

+
+
+
+
+ +

A licence element should be supplied for each licence + agreement applicable to the text in question. The + target attribute may be used to reference a full + version of the licence. The when, notBefore, + notAfter, from or to attributes + may be used in combination to indicate the date or dates of + applicability of the licence.

+
+ +

+ Das licence-Element soll für jede Lizenzvereinbarung, + die sich auf den Text bezieht, angegeben werden. Das target-Attribut + kann verwendet werden, um auf eine vollständige Version der Lizenz zu referenzieren. Die Attribute when, notBefore, notAfter, from oder to können in Kombination verwendet werden, um den Gültigkeitszeitraum der Lizenz anzugeben. +

+
+ + 2.2.4. Publication, Distribution, Licensing, etc. + +
+ series statement + mention de collection + 연속간행물 진술 + 集叢陳述 + Angaben zu einer Publikationsreihe + declaración de serie + dichiarazione sulla serie + groups information about the series, if any, to which a publication belongs. + regroupe toute information relative à la collection (si + elle existe) à laquelle appartient une publication. + 연속 간행물에 대한 정보를 모아 놓는다. + 若出版品隸屬於某叢書,則在此匯集該叢書的相關資訊。 + 出版されたシリーズの情報をまとめる。 + umfasst Angaben zu einer Publikationsreihe, zu der eine Veröffentlichung gehört. + agrupa información sobre la serie, si la hay, a la que + pertenece una publicación. + raggruppa le informazioni circa la serie alla quale + eventualmente la pubblicazione appartiene. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Machine-Readable Texts for the Study of Indian Literature + + ed. by + Jan Gonda + + 1.2 + 0 345 6789 + + + + + + + Babel + + directeur de collection + Jacques Dubois + + + directeur de collection + Hubert Nyssen + + 1140-3853 + + + + + + + 《印度文學研究》的電腦可讀文件 + + 編者 + 珍.崗妲 + + 0 345 6789 + 1.2 + + + + + 2.2.5. The Series Statement + 2.2. The File Description + + + notes statement + mention de notes + 주석 진술 + 附註陳述 + Zusätzliche Anmerkungen + declaración de notas + dichiarazione sulle note + collects together any notes providing information about a text additional to that recorded + in other parts of the bibliographic description. + rassemble toutes les notes fournissant des informations + sur un texte, en plus des informations mentionnées dans d'autres parties de la description + bibliographique. + 서지 정보 기술의 다른 부분에 기록된 것들 이외에, 텍스트에 관한 정보를 제공하는 주석들을 모아 + 놓는다. + 收集其他部分的書目描述中所未記載的任何文件相關附註。 + 当該書誌情報の他の場所に記録されているテキストに関する注釈をまとめる。 + fasst Anmerkungen zu einem Text zusammen, zusätzlich zu jenen Informationen, die in anderen Teilen der bibliografischen Beschreibung bereits festgehalten sind. + agrupa algunas notas que proporcionan información sobre + un texto adicional referido en otras partes de la descripción bibliográfica. + raggruppa tutte le note sul testo in aggiunta a quelle + registrate nelle altre parti della descrizione bibliografica. + + + + + + + + + + + + + + + Historical commentary provided by Mark Cohen + OCR scanning done at University of Toronto + + + + + + + Les photographies, héliogravures et cartes postales colorisées signées Lehnert + & Landrock, de techniques novatrices, sont réellement des œuvres d'art ; elles + apportent en outre une documentation considérable sur la Tunisie du début du XXe + siècle. + + + + + + + 歷史評論由馬克.可漢提共 + OCR光學辨識掃描於多倫多大學 + + + + +

Information of different kinds should not be grouped together into the same note.

+
+ +

des informations hétérogènes ne doivent pas être regroupées dans une même note.

+
+ +

La información de diversos tipos no se debe agrupar junta en la misma nota.

+
+ +

種類が異なる情報は、同じ注釈としてまとめるべきではない。

+
+ +

Informationen unterschiedlicher Art sollten nicht in einer gemeinsamen Anmerkung gruppiert werden.

+
+ + 2.2.6. The Notes Statement + 2.2. The File Description + +
+ source description + description de la source + 원전 기술 + + descripción de la fuente + descrizione della fonte + Beschreibung der Quellen + 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. + décrit la source à partir de laquelle un texte électronique a été + dérivé ou produit, habituellement une description bibliographique pour un texte numérisé, ou une + expression comme "document numérique natif " pour un texte qui n'a aucune existence précédente. + 전자 파일을 생성하거나 도출한 원전 텍스트에 대한 기술을 제시한다. + 提供所製電子文件的一個或數個來源文件的書目描述。 + 電子テキストが作られた元テキストの情報を示す。 + beschreibt die Quelle, von der sich der elektronische Text ableitet. + Üblicherweise eine bibliografische Beschreibung im Falle eines digitalisierten Textes oder eine Bezeichnung wie + "born digital" für einen nur in elektronischer Form vorliegenden Text. + proporciona una descripción del texto (o textos) fuente + del que un texto electrónico deriva o ha sido generado. + fornisce una descrizione relativa alla o alle fonti da + cui è derivato o generato un documento elettronico. + + + + + + + + + + + + + + + + + + The Interesting story of the Children in the Wood. In + Victor E Neuberg, The Penny Histories. + OUP1968. + + + + + + +

Texte original : le texte a été créé sous sa forme électronique.

+
+
+
+ + + +

無來源:以電腦可讀格式建立

+
+
+
+ + + +

Born digital: no previous source exists.

+
+
+
+ + 2.2.7. The Source Description + +
+ encoding description + description de l'encodage + 부호화 기술 + 編碼描述 + Beschreibung der Kodierung + Descripción de la codificación + descrizione della codifica + documents the relationship between an electronic text and the +source or sources from which it was derived. + documente la relation d'un texte électronique avec sa ou ses sources. + 전자 텍스트와 그것의 원전 텍스트 혹은 텍스트들 사이의 관련성을 기록한다. + 記錄電子文件和其ㄧ個或多個文件來源之間的關係。 + 電子テキストとその元資料との関係を示す。 + dokumentiert das Verhältnis zwischen dem elektronischen Text und seiner Quelle oder den Quellen, von denen er sich ableitet. + documenta la relación entre un texto electrónico y la fuente o fuentes de las que este deriva. + documenta la relazione fra un documento elettronico e la o le fonti da cui è derivato. + + + + + + + + + + + + + + + + + +

Basic encoding, capturing lexical information only. All +hyphenation, punctuation, and variant spellings normalized. No +formatting or layout information preserved.

+
+
+
+ + + + +

Corpus de + textes sélectionnés pour la formation MISAT, Frejus, + juillet 2010. +

+
+ +

Corpus + d'échantillons de 2000 mots pris au début de chaque texte.

+
+
+
+
+ + 2.3. The Encoding Description + 2.1.1. The TEI Header and Its Components + +
+ schema reference + describes or points to a related customization or schema file + + + + + + + + + + + + + the identifier used for the customization or schema + + + + + + + + + + + + + + + 2.3.10. The Schema Specification + + + citation structure + declares a structure and method for citing the current document. + + + + + + + + + + + + + + delimiter + supplies a delimiting string preceding the structural component. + + + + +

delim must contain at least one character.

+
+
+ + 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 must not start with '/' except on the outer . + + + + + + unit + describes the structural unit indicated by the citeStructure. + + + + + + + + + + + + + + + +
+ + + + + + + + + + + 3.11.4. Declaring Reference Systems + 16.2.5.4. Citation Structures + +
+ citation data + specifies how information may be extracted from citation structures. + + + + + + + + + + property + A URI indicating a property definition. + + + + + + + + + + + + + + 3.11.4. Declaring Reference Systems + 16.2.5.4. Citation Structures + + + unit declarations + provides information about units of measurement that are not members of the International System of Units. + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2.3.9. The Unit Declaration + + + unit definition + contains descriptive information related to a specific unit of measurement. + + + + + + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + + + + + + Equivalent to a cubit or 24 daktyloi. + + + + + A basic unit of length equivalent to one finger (or the size of a thumb) in ancient Greece. + + + + + + 2.3.9. The Unit Declaration + + + defines how to calculate one unit of measure in terms of another. + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + the target unit of measurement for a conversion from a source unit referenced in fromUnit. + + + + + + + + + + + + + + + + +

The conversion element is designed to store information about converting from one unit of measurement to another. The formula attribute holds an XPath expression that indicates how the measurement system in fromUnit is converted to the system in toUnit. Do not confuse the usage of the dating attributes (from and to) in the examples with the attributes (fromUnit and toUnit) designed to reference units of measure.

+
+ + 2.3.9. The Unit Declaration + +
+ application information + 애플리케이션 정보 + información de la aplicación + informations d'application + informazioni su applicazione + アプリケーション情報 + records information about an application which has + edited the TEI file. + TEI 파일을 편집한 애플리케이션에 관한 정보를 기록한다. + recoge información sobre la aplicación que ha editado el fichero de TEI. + TEIファイルを編集したソフトウェアに関する情報を示す。 + enregistre des informations sur l'application qui a +été utilisée pour traiter le fichier TEI. + registra informazioni relative a un'applicazione che ha modificato il contenuto del file TEI + + + + + + + + + + + + + + + + + + + + + 2.3.11. The Application Information Element + +provides information about an application which has acted upon the document.문서에 사용한 애플리케이션에 관한 정보를 제시한다.proporciona información sobre la aplicación que ha + actuado sobre el documento.当該文書に作用するソフトウェアに関する情報を示す。fournit des informations sur une application qui a été + utilisée pour le traitement du document.registra informazioni relative a un'applicazione che ha + agito sul documento + + + @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. + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + supplies an identifier for the application, independent of its version number or display + name. + 버전 또는 표시명과 상관없이 애플리케이션의 확인소를 제공한다. + proporciona un identificador para la aplicación, + independientemente de su número de versión o el nombre de la visualización. + 当該ソフトウェアの識別子を示す。これは、版番号や表示名とは異なる。 + fournit un identifiant pour l'application, + indépendamment de son numéro de version ou du nom affiché. + indica un identificatore per l'applicazione, + indipendentemente dal numero di versione o dal nome visualizzato + + supplies a version number for the application, independent of its identifier or display + name.확인소 또는 표시명과 상관없이 애플리케이션의 버전을 제공한다.Suministra un número de versión para la aplicación, + independientemente de su identificador o el nombre de la visualización.当該ソフトウェアの版番号を示す。識別子や表示名とは異なる。fournit un numéro de version pour l'application, + indépendamment de son identifiant ou du nom affiché.indica un numero di versione per l'applicazione, + indipendentemente dall'identificatore o dal nome visualizzato + + + + + + + + + + + +

This example shows an appInfo element documenting the fact that version 1.5 of the Image + Markup Tool1 application has an interest in two parts of a document which was last saved on + June 6 2006. The parts concerned are accessible at the URLs given as target for the two + ptr elements.

+
+ + + + + + + + + + + + + + + + + + + + 2.3.11. The Application Information Element +
+ text-profile description + description du profil + 텍스트-개요 기술 + 文件背景描述 + Beschreibung des Textprofils + descripción del perfil del texto. + descrizione del profilo del testo + provides a detailed description of non-bibliographic aspects of a text, specifically the + languages and sublanguages used, the situation in which it was produced, the participants and + their setting. + fournit une description détaillée des aspects + non bibliographiques du texte, notamment les langues utilisées et leurs variantes, les + circonstances de sa production, les collaborateurs et leur statut. + 분명하게 언어와 특수 언어가 사용된 텍스트, 텍스트가 생산된 상황, 참여자, 배경에 관한 비서지적 + 측면을 상세히 기술한다. + 提供文件非書目性方面的細節描述,特別是所使用的語言及次要語言、在何種情況下製作、參與人員及其環境背景。 + 書誌情報的ではない詳細な解説を示す。例えば、言語や特殊言語、生成され たときの状況、参加者など。 + enthält eine detaillierte Beschreibung der nicht-bibliografischen Merkmale des Textes, besonders der verwendeten Sprachen und Subsprachen, + der Entstehungsbedingungen eines Textes sowie der Beteiligten und deren Umfeld. + proporciona una descripción detallada de los aspectos no + bibliográficos de un texto, especialmente las lenguas y jergas usadas, la situación en que se + aparecen, los participantes que intervienen, etc. + fornisce una descrizione dettagliata degli aspetti non + bibliografici di un testo, in modo particolare le lingue e i linguaggi secondari utilizzati, la + situazione in cui è stato prodotto il testo, i partecipanti e la relativa ambientazione + + + + + + + + + + + + + + + + French + + + print; part issues + + + + + + + + + + + + Paris, France + + + + + + + + + + + français + + + copie; extraits + + + + + + + + + + + + Paris, France + + + + + + + + + + + 法文 + + + 出版品;專題輯 + + + + + + + + + + + + 法國巴黎 + + + + + + + +

Although the content model permits it, it is rarely +meaningful to supply multiple occurrences for any of the child +elements of profileDesc unless these are documenting multiple texts.

+
+ +

Obwohl durch das Inhaltsmodell erlaubt, erscheint es in den seltensten Fällen sinnvoll, mehrere Vorkommen der erlaubten Kindelemente der profileDesc zu notieren – außer diese beziehen sich auf unterschiedliche Texte. +

+
+ + 2.4. The Profile Description + 2.1.1. The TEI Header and Its Components + +
contains a summary or formal + abstract prefixed to an existing source document by the encoder.Contiene un resumen o abstract formal prefijado a una fuente documental por el codificador.contiene un riepilogo o abstract formale aggiunto, in testa a un dato documento di origine, da chi codifica. enthält eine (formale) Zusammenfassung, die einem bestehenden Quelldokument vorangestellt wird.符号化する人によって既存の元文書の前に付加された要約または正式な要約を含む。 + + + +

Good database design involves the acquisition and deployment of + skills which have a wider relevance to the educational process. From + a set of more or less instinctive rules of thumb a formal discipline + or "methodology" of database design has evolved. Applying that + methodology can be of great benefit to a very wide range of academic + subjects: it requires fundamental skills of abstraction and + generalisation and it provides a simple mechanism whereby complex + ideas and information structures can be represented and manipulated, + even without the use of a computer.

+
+
+
+
+

This element is intended only for cases where no abstract is available in the + original source. Any abstract already present in the source document + should be encoded as a div within the front, as it + should for a born-digital document.

+

Este elemento debe utilizarse solo en casos en los que el abstract no se encuentra disponible en la fuente original. Cualquier abstract presente en el documento fuente debe ser codificado como un div dentro del front, como corresponde en los casos de documentos de origen digital.

この要素は、元資料で要約が利用できない場合にのみ使用されます。 元文書に既に存在する任意の要約は、ボーンデジタル文書の場合と同じように、front内のdivとして符号化する必要があります。

+ 2.4.4. Abstracts +
+ text classification + classification du texte + 텍스트 분류 + 文件分類 + Textklassifikation + clasificación de texto + classificazione del testo + groups information which describes the nature or topic of a text in terms of a standard + classification scheme, thesaurus, etc. + regroupe des informations décrivant la nature ou le sujet + d’un texte selon des termes issus d’un système de classification standardisé, d’un thésaurus, + etc. + 표준 분류 스키마, 시소러스 등을 통해서 텍스트의 특성 또는 주제를 기술하는 정보를 모아 놓는다. + 匯集以標準分類架構、索引典等來描述文件性質或主題的資訊。 + 標準的な分類スキーム、分類語彙などにより、テキストの性格や話題を示す 情報をまとめる。 + gruppiert Informationen über Art oder Thematik eines Textes unter + Bezug auf ein Standard-Klassifikationsschema, einen Thesaurus o. ä. + + agrupa información que describe la naturaleza o la + temática de un texto en términos de un esquema de clasificación estándard. + raggruppa le informazioni che descrivono la natura o + l'argomento di un testo secondo uno schema di classificazione standard, un dizionario i + sinonimi, ecc. + + + + + + + + + + + + + + + + + + + Academic prose + + + + + + + 001.9 + + + End of the world + History - philosophy + + + + + + + + + + + Littérature française -- 20ème siècle -- Histoire et critique + Littérature française -- Histoire et critique -- Théorie, etc. + Français (langue) -- Style -- Bases de données. + + + + + + + + + + + + + + + + + 中國文學 + + + + + + + 820 + + + 傷痕文學 + 語文類 + + + + + + + 2.4.3. The Text Classification + +keywordsmot cléSchlagwörtercontains a list of keywords or phrases identifying the topic or nature of a text.contient une liste de mots clés ou d’expressions + décrivant la nature ou le sujet d’un texte.텍스트의 주제 또는 특성을 식별하는 주제어 또는 구의 목록을 포함한다.包含標明文件主題或性質的關鍵詞或字詞列表。テキストの話題や性格を特定するキーワードや句のリストを示す。enthält eine Zusammenstellung von Schlagwörtern oder Phrasen zur Art oder Thematik des Textes.contiene una lista de palabras clave o sintagmas que + identifican la temática o la naturaleza del texto.contiene una lista delle parole chiave o frasi che + identificano l'argomento o la natura di un testo. + identifies the controlled vocabulary within which the set of keywords concerned is + defined, for example by a taxonomy element, or by + some other resource. + désigne la liste close de mots dans lequel l'ensemble + des mots-clés concernés est défini. + 관련 키워드 집합이 정의된 통제 어휘를 식별하며, 이 정의는 통제 어휘 내에서 수행된다. + 標明相關關鍵詞所使用到的詞彙範圍。 + 当該キーワードリストが定義されている統制語彙を示す。 + gibt das kontrollierte Vokabular an, in dem die benutzten Schlagwörter + definiert sind. Dabei kann das scheme-Attribut auf ein taxonomy-Element oder eine andere Ressource verweisen. + identifican el vocabulario con el que se define el + conjunto de palabras clave referidas. + identifica il vocabolario controllato all'interno del + quale sono definite le parole chiave. + + + + + Babbage, Charles + Mathematicians - Great Britain - Biography + + + + + + Fermented beverages + Central Andes + Schinus molle + Molle beer + Indigenous peoples + Ethnography + Archaeology + + + + + + Littérature française -- 20ème siècle -- Histoire et critique + Littérature française -- Histoire et critique -- Théorie, etc. + Français (langue) -- Style -- Bases de données. + + + + + + 李白 + 詩人 - 唐代 - 傳記 + + + +

Each individual keyword (including compound subject headings) should +be supplied as a term element directly within the +keywords element. An alternative usage, in which each +term appears within an item inside a list is +permitted for backwards compatibility, but is deprecated.

+

If no control list exists for the keywords used, then no value +should be supplied for the scheme attribute.

+
+

Jedes einzelne Schlagwort (zusammengesetzte Themen-Schlagwörter eingeschlossen) + sollte als term-Element direkt im keywords-Element notiert werden. + Aus Gründen der Rückwärtskompatibilität ist es zwar auch erlaubt, ein term-Element + in einem item-Element zu notieren, das wiederum Kindelement eines list-Elementes ist. + Allerdings ist dieses Vorgehen veraltet und wird daher nicht empfohlen.

+

Wenn keine kontrollierte Liste für die verwendeten Schlagwörter existiert, sollte das scheme-Attribute nicht gesetzt werden.

+
+ 2.4.3. The Text Classification +
+ classification code + code de classification + 분류 부호 + código de clasificación + Klassifikationscode + codice di clasificazione + contains the classification code used for this text in some standard classification system. + contient le code de classification attribué à ce texte en + référence à un système standard de classification. + 표준 분류 체계에서 이 텍스트에 대하여 사용된 분류 부호를 포함한다. + 包含文件在某標準分類系統中所屬的分類代碼。 + 当該テキストで使用されている、ある規格に従った分類コードを示す。 + enthält den für den Text verwendeten Klassifikationscode auf Basis eines normierten Klassifikationssystems. + indica el código de clasificación empleado para este + texto en algún sistema de clasificación estándard. + contiene il codice di classificazione utilizzato per + questo testo in un sistema di calssificazione standard. + + + + + + + + + identifies the + classification system in use, as defined by, e.g. a taxonomy element, or + some other resource. + identifie le système de classification ou la + taxinomie utilisée. + 사용하고 있는 분류 체계 또는 분류법을 표시한다. + 說明使用中的分類系統或分類法。 + 当該分類法を定義する。 + benennt das verwendete Klassifikationssystem, definiert z. B. durch Verweis auf ein + taxonomy-Element oder eine andere Ressource + identifica el sistema de clasificación o taxonomía en + uso. + idantifica il sistema di classificazione o la + tassonomia utilizzati. + + + + + + 410 + + + + + 801 + classification Dewey + + + + 2.4.3. The Text Classification + + + correspondence description + descrizione di corrispondenza epistolare + 書簡に関する記述 + contains a description + of the actions related to one act of correspondence. + 書簡の一連の動きに関連する所作の記述を含む。 + contiene una descrizione delle azioni intorno a un atto di corrispondenza epistolare. + + + + + + + + + + + + + + + + + + + + + + + Carl Maria von Weber + Dresden + 23 June 1817 + + + Caroline Brandt + Prag + + + Previous letter of + Carl Maria von Weber + to Caroline Brandt: + June 19/20, 1817 + + Next letter of + Carl Maria von Weber to + Caroline Brandt: + June 27, 1817 + + + + + + + 2.4.6. Correspondence Description + + + correspondence action + 書簡に関する所作 + contains a structured + description of the place, the name of a person/organization and the + date related to the sending/receiving of a message or any other + action related to the correspondence. + メッセージの送信・受信をはじめとする書簡に関する所作についての場所、人名/組織名、日付の構造的記述を含む。 + + + + + + + + + + + + + + + + describes the nature of the action. + (書簡に関する)所作の性質を記述する。 + + + + + + + information concerning the sending or dispatch of a message. + メッセージの送信や発送に関する情報。 + + + + information concerning the receipt of a message. + メッセージの受信に関する情報。 + + + + information concerning the transmission of a message, i.e. between the dispatch and the next receipt, redirect or forwarding. + メッセージの転送に関する情報。発送者と次の受信者、転送等。 + + + + information concerning the + redirection of an unread message. + 未読なままに転送されるメッセージに関する情報。 + + + + information concerning the + forwarding of a message. + メッセージの転送に関する情報。 + + + + + + + + + Adelbert von Chamisso + Vertus + + + + + + 2.4.6. Correspondence Description + + + correspondence context + Korrespondenzstelle + 書簡の文脈 + + provides references to + preceding or following correspondence related to this piece of + correspondence. + 当該書簡に関連する前後の書簡への参照。 + + + + + + + + + + + + + + + + + + + + Previous letter of + Carl Maria von Weber to + Caroline Brandt: + December 30, 1816 + + + Next letter of + Carl Maria von Weber to + Caroline Brandt: + January 5, 1817 + + + + + + 2.4.6. Correspondence Description + + + non-TEI metadata + provides a container + element into which metadata in non-TEI formats may be + placed. + + + + + + + + + + + + + +

This example presumes that the prefix dc has been bound to the namespace + http://purl.org/dc/elements/1.1/ and the prefix rdf is bound to + the namespace http://www.w3.org/1999/02/22-rdf-syntax-ns#. Note: The + about attribute on the rdf:Description in this example gives a URI + indicating the resource to which the metadata contained therein refer. The + rdf:Description in the second xenoData block has a blank + about, meaning it is pointing at the current document, so + the RDF is about the document within which it is contained, i.e. the TEI document containing + the xenoData block. Similarly, any kind of relative URI may be used, including + fragment identifiers (see ). Do note, however, that if the contents of + the xenoData block are to be extracted and used elsewhere, any relative URIs will + have to be resolved accordingly.

+ + + The description of a new world, called the blazing-world + The Duchess of Newcastle + 1667 + British Library, 8407.h.10 + utopian fiction + + + The Description of a New World, Called the Blazing-World, 1668 + Cavendish, Margaret (Lucas), Duchess of Newcastle + Women Writers Project + 2002-02-12 + utopian fiction + + +
+ + + + + + + +

In this example, the prefix + rdf is bound to the namespace http://www.w3.org/1999/02/22-rdf-syntax-ns#, the prefix + dc is bound to the namespace http://purl.org/dc/elements/1.1/, and the prefix + cc is bound to the namespace http://web.resource.org/cc/.

+ + + + Applied Software Project Management - review + + + + + + + + + + + + + +
+ +

In this example, the prefix + dc is again bound to the namespace + http://www.openarchives.org/OAI/2.0/oai_dc/, and the prefix + oai_dc is bound to the namespace http://www.openarchives.org/OAI/2.0/oai_dc/.

+ + + The colonial despatches of Vancouver Island and British + Columbia 1846-1871: 11566, CO 60/2, p. 291; received 13 November. + Trevelyan to Merivale (Permanent Under-Secretary) + 1858-11-12 + Trevelyan + University of Victoria Humanities Computing and Media + Centre, and UVic Libraries + InteractiveResource + application/xhtml+xml + text + http://bcgenesis.uvic.ca/getDoc.htm?id=B585TE13.scx + This document is licensed under a Creative Commons … + (SCHEME=ISO639) en + Transcribed from microfilm and/or original documents, and + marked up in TEI P5 XML. The interactive XHTML resource is generated + from the XHTML using XQuery and XSLT. + repository: CO + coNumber: 60 + coVol: 2 + page: 291 + coRegistration: 11566 + received: received 13 November + Trevelyan, Sir Charles Edward + Merivale, Herman + Elliot, T. Frederick + Moody, Colonel Richard Clement + Lytton, Sir Edward George Earle Bulwer + Jadis, Vane + Carnarvon, Earl + British Columbia + British Columbia correspondence: Public Offices + document (normally correspondence between government + departments) + + + +
+ +

In this example, the prefix mods is bound to the + namespace http://www.loc.gov/mods/v3.

+ + + + + Academic adaptation and cross-cultural + learning experiences of Chinese students at American + universities + a narrative inquiry + + + + + Author + + Northeastern University + Hong + Zhang + + + + + Advisor + + Liliana + Meneses + + + text + doctoral theses + + + Boston (Mass.) + + Northeastern University + 2013 + + + eng + + + electronic + born digital + + + + + +
+ +

This example shows GeoJSON embedded + in xenoData. Note that JSON does not permit newlines inside string values. These + must be escaped as \n. To avoid the accidental insertion of newlines by software, + the use of xml:space is recommended. Blocks of JSON should be wrapped in CDATA + sections, as they may contain characters illegal in XML.

+ +<![CDATA[ +{ + "features": [ + { + "geometry": { + "type": "Point", + "coordinates": [ + 68.388483, + 33.498616 + ] + }, + "type": "Feature", + "id": "darmc-location-19727", + "properties": { + "snippet": "Unknown; 330 BC - AD 300", + "link": "https://pleiades.stoa.org/places/59694/darmc-location-19727", + "description": "5M scale point location", + "location_precision": "precise", + "title": "DARMC location 19727" + } + } + ], + "id": "59694", + "subject": [ + "dare:ancient=1", + "dare:feature=settlement", + "dare:major=0" + ], + "title": "Arachosiorum Oppidum/Alexandria", + "provenance": "Barrington Atlas: BAtlas 6 B3 Arachosiorum Oppidum/Alexandria", + "placeTypeURIs": [ + "https://pleiades.stoa.org/vocabularies/place-types/settlement" + ], + "details": "<p>The Barrington Atlas Directory notes: Kalat-e-Ghilzai? AFG</p>", + "@context": { + "snippet": "dcterms:abstract", + "rights": "dcterms:rights", + "description": "dcterms:description", + "title": "dcterms:title", + "dcterms": "http://purl.org/dc/terms/", + "subject": "dcterms:subject", + "uri": "@id", + "created": "dcterms:created" + }, + "review_state": "published", + "type": "FeatureCollection", + "description": "An ancient place, cited: BAtlas 6 B3 Arachosiorum Oppidum/Alexandria", + "reprPoint": [ + 68.388483, + 33.498616 + ], + "placeTypes": [ + "settlement" + ], + "bbox": [ + 68.388483, + 33.498616, + 68.388483, + 33.498616 + ], + "rights": "Copyright © The Contributors. Sharing and remixing permitted under CC-BY.", + "created": "2010-09-23T04:31:55Z", + "uri": "https://pleiades.stoa.org/places/59694", + "creators": [ + { + "username": null, + "name": "M.U. Erdosy" + } + ], + "@type": "Place" +} +]]> + +

Note: the example above has been trimmed for legibility. The original may be found linked + from Arachosiorum + Oppidum/Alexandria. The contributors, listed per the license terms, are R. Talbert, + Jeffrey Becker, W. Röllig, Tom Elliott, H. Kopp, DARMC, Sean Gillies, B. Siewert-Mayer, + Francis Deblauwe, and Eric Kansa.

+
+ + 2.5. Non-TEI Metadata + +
+ revision description + descriptif des révisions + 수정 기술 + 修訂描述 + Beschreibung der Dateihistorie + descripción de la revisión + descirzione della revisione + summarizes the revision history for a file. + fournit un résumé de l’historique des révisions d’un fichier. + 하나의 파일에 대한 수정 이력을 요약한다. + 概述檔案的修訂歷史。 + ファイルの改訂履歴を示す。 + dokumentiert die Änderungen, die an der Datei vorgenommen wurden. + resume el historial de la revisión de un archivo. + sintetizza la storia delle revisioni di un file + + + + + + + + + + + + + + + deleted chapter 10 + + + + + + + + 12 avril 03Dernière révision par F. B. + 1 mars 03 F.B a fait le nouveau fichier. + + + + + + + + 王大明刪除第十章 + + + + +

If present on this element, the status attribute + should indicate the current status of the document. The same + attribute may appear on any change to record the status + at the time of that change. Conventionally change elements should + be given in reverse date order, with the most recent change at the + start of the list.

+
+ +

Les changements les plus récents apparaissent en début de liste

+
+ +

Registran los cambios más recientes en el top de la lista.

+
+ +

直近の変更をリストの先頭に記録する。

+
+ +

Wenn an diesem Element gesetzt, sollte das status-Attribut den aktuellen + Status des Dokuments widerspiegeln. An jedem change-Kindelement gibt das selbe + Attribut den jeweiligen Status zum Zeitpunkt der Änderung an. Die change-Elemente + werden der Konvention nach so angeordnet, dass die letzte Änderung am Anfang steht und die erste zum Schluss.

+
+ + 2.6. The Revision Description + 2.1.1. The TEI Header and Its Components + +
+ change + Änderung + 変更 + documents a change or set of changes made during the production + of a source document, or during the revision of an electronic file. + résume une modification ou une correction apportée à une + version particulière d’un texte électronique partagé entre plusieurs chercheurs. + 몇몇 연구자들 사이에 공유된 전자 텍스트의 특정 버전에 대한 특정 변경 또는 수정 사항을 요약한다. + 概述多位研究者共享的某版本電子文本當中,某特定的內容變更或修正。 + 元文書の作成や電子ファイルの改訂においてなされた一つあるいは一連の変更を記述する。 + verzeichnet Änderungen oder Korrekturen während der Erstellung eines + Basisdokuments oder während der Überarbeitung einer elektronischen Datei. + 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. + sintetizza un particolare cambiamento o correzione + effettuato ad una particolare versione di un documento elettronico, condivisa da più + ricercatori. + + + + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + target + Ziel + 対象 + points to one or more elements that belong to this change. + verweist auf ein oder mehrere Elemente, die zu dieser Änderung gehören. + この変更の対象となる一つ以上の要素を指す。 + + + + + + + ... + Lou Burnard + + copy editing + Brett Zamir + + + + + Finished chapter 23 + Finished chapter 2 + Added examples to section 3 + Deleted chapter 10 + + + + + + + + + First draft in pencil + First revision, mostly +using green ink + Final corrections as +supplied to printer. + + + + + + + + + ... + G.K. + + copie + R.T. + + + + Fin du chapitre 23 + FIn du chapitre 2 + Ajout d'exemples dans la section 3 + Suppression du chapitre 10 + + + + + + 張三新增範例於第三節 + 李四刪除第十章 + + + +

The who attribute may be used to point to any other element, but will typically + specify a respStmt or person element elsewhere in the header, identifying + the person responsible for the change and their role in making it.

+

It is recommended that changes be recorded with the most recent + first. The status attribute may be used to indicate the + status of a document following the change documented.

+
+ +

Les modifications doivent être enregistrées dans l'ordre, par exemple la plus récente en + premier.

+
+ +

El atributo quién (who) se puede utilizar para señalar a cualquier otro elemento, + pero especificará típicamente a respStmt o al elemento persona de cualquier + parte del encabezado, identificando a la persona responsable del cambio y de su papel en la + producciónl.

+

Se recomienda que los cambios se registren con el primero más reciente.

+
+ +

who属性は、他の任意の要素を指すことができるが、典型的には、ヘッダ内の他の場所にある、変更に関わった人物とその役割を示すrespStmtまたはperson要素を指定する。最新のものを最初に書くことを推奨する。status属性を、変更が適用された後の文書の状態を示すために使用してもよい。

+
+ +

Das who-Attribut kann dafür verwendet werden, um zu einem beliebigen anderen + Element zu verweisen, sollte aber typischerweise auf ein respStmt- oder + person-Element innerhalb des TEI-Headers zeigen, um die für die Änderungen + Verantwortlichen und deren Rolle zu identifizieren.

+

Es wird empfohlen, Änderungen so aufzuzeichnen, dass die neuesten am Anfang eingetragen werden. + Das status-Attribut kann dafür verwendet werden, + um den Zustand des Dokuments nach erfolgter Änderung zu beschreiben.

+
+ + 2.6. The Revision Description + 2.4.1. Creation + 11.7. Identifying Changes and Revisions + +
TEI documentTEI 문서TEI文件document TEITEI-Dokumentdocumento TEIdocumento TEITEI文書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.TEI 헤더와 텍스트로 구성된 단일 TEI 구조 문서를 포함한다. 독립 요소 또는 teiCorpus 요소의 부분.包含符合TEI標準的單一文件,由一個TEI標頭及一份文本組成,可單獨出現或是作為元素teiCorpus的一部分。一つ以上のmodel.resourceクラスを持つ一つのTEIヘッダを持つ、単一のTEI準拠文書を含む。teiCorpusエレメントには複数のTEI要素が含まれてもよい。contient un seul document conforme à la TEI, qui + comprend un en-tête TEI et un texte, soit de façon isolée, soit comme partie d’un + élément teiCorpus.enthält ein einzelnes TEI-konformes Dokument, das aus einem einzigen TEI-Header und einem oder + mehreren Mitgliedern der model.resource-Klasse besteht. Mehrere + TEI-Elemente können in einem teiCorpus-Element zusammengefasst werden.contiene un solo documento conforme a la norma TEI, combinando un solo encabezado TEI (teiHeader) con uno o más miembros de la clase model.resource. Múltiples elementos TEI se pueden combinar al interno de un elemento TEI o teiCorpus. +contiene un documento TEI-conforme, comprendente un'intestazione e un testo, sia esso isolato o parte di un elemento teiCorpus + + + + + + + + + + + + + + + + + specifies the version number of the TEI Guidelines against + which this document is valid. + TEI 스키마의 버전 + TEI架構的版本 + 当該文書が妥当(に符号化される)TEIスキームの版を示す。 + la version majeure du schéma TEI + gibt die Versionsnummer der TEI-Richtlinien an, gegen die dieses Dokument validiert wird. + especifica el número de versión de las Directrices TEI frente a las cuales este documento es válido. + versione dello schema TEI + + +

Major editions of the Guidelines have long been informally referred to by a name made up + of the letter P (for Proposal) followed by a digit. The current release is one of the many + releases of the fifth major edition of the Guidelines, known as P5. This attribute may be + used to associate a TEI document with a specific release of the P5 Guidelines, in the absence + of a more precise association provided by the source attribute on the associated + schemaSpec.

+
+

Durante mucho tiempo, se ha hecho referencia informalmente a las principales ediciones de las Directrices con un nombre compuesto por la letra P (de Propuesta) seguida de un dígito. El lanzamiento actual es uno de los muchos lanzamientos de la quinta edición principal de las Directrices, conocida como P5. Este atributo puede utilizarse para asociar un documento TEI con una publicación específica de las Directrices P5, en ausencia de una asociación más precisa proporcionada por el atributo fuente en el schemaSpec asociado.

+ +

Hauptausgaben der TEI-Richtlinien werden seit langem informell mit einem Namen bezeichnet, der sich aus dem Buchstaben P (für proposal) + und einer Ziffer zusammensetzt. Die aktuelle Ausgabe ist eine der vielen Ausgaben + der fünften Hauptausgabe der Richtlinien, bekannt als P5. Dieses Attribut kann dazu verwendet werden, + um ein TEI-Dokument einer bestimmten Version der P5-Richtlinien zuzuordnen, sofern keine genauere Zuordnung durch + das Attribut source im assoziierten schemaSpec-Element angegeben ist.

+
+ +

ガイドラインのメジャーな版は、長い間、P(ProposalのP)と数字からなる名前で呼ばれてきました。このリリースは、P5と呼ばれる5番目のメジャーな版のなかの多くのリリースのひとつです。この属性は、schemaSpecsource属性によってより適切に関連づけられていない場合、任意のTEI文書を特定のP5ガイドラインのリリースと関連づけることができる。

+
+
+ + + + + + The shortest TEI Document Imaginable + + +

First published as part of TEI P2, this is the P5 + version using a namespace.

+
+ +

No source: this is an original work.

+
+
+
+ + +

This is about the shortest TEI document imaginable.

+ +
+
+
+
+ + + + + + A TEI Document containing four page images + + +

Unpublished demonstration file.

+
+ +

No source: this is an original work.

+
+
+
+ + + + + + +
+
+
+ + + + + + Le document TEI le plus court possible. + + +

D'abord publié comme faisant partie de la TEI P2.

+
+ +

Aucune source : il s'agit d'un document original.

+
+
+
+ + +

A peu pres, le document TEI le plus court envisageable.

+ +
+
+
+
+ + + + + + TEI中文指引 + + +

將與TEI 中文在地化計劃等文件一同出版

+
+ +

譯自TEI P5 英文指引

+
+
+
+ + +

這是TEI P5的中文指引...

+ +
+
+
+
+

This element is required. It is customary to specify the TEI + namespace http://www.tei-c.org/ns/1.0 on + it, for example: TEI version="4.4.0" + xml:lang="it" xmlns="http://www.tei-c.org/ns/1.0".

+

El elemento es obligatorio. Normalmente se especifica el espacio de nombres (namespace) de TEI en su interior http://www.tei-c.org/ns/1.0, utilizando el atributo xmlns

+

Cet élément est obligatoire.

+
+

+ 当該要素は必須であり、xmlns 属性を用いてTEIの名前空間 http://www.tei-c.org/ns/1.0 を指定することになっている。 +

+
+

Dieses Element ist obligatorisch. Es ist notwendig, + auch den TEI-Namensraum http://www.tei-c.org/ns/1.0 anzugeben, z.B. + TEI version="4.4.0" xml:lang="it" + xmlns="http://www.tei-c.org/ns/1.0".

+
+ 4. Default Text Structure + 15.1. Varieties of Composite Text +
+ text + texte + 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. + 어떤 종류의 단일 텍스트를 포함한다. 예를 들어, 시 또는 드라마, 수필선, 소설, 사전 또는 코퍼스 + 표본과 같은 단일 텍스트 또는 혼합 텍스트. + 包含一份任何種類的文本,無論是單一或複合的,例如詩詞或戲劇、散文集、小說、字典、或是文集範例。 + ひとつのテキストを示す。単体でも複合体でもよい。例えば、詩、舞台芸術、 随筆、小説、辞書、コーパスなど。 + contient un seul texte quelconque, simple ou composite, + par exemple un poème ou une pièce de théâtre, un recueil d’essais, un roman, un dictionnaire ou + un échantillon de corpus. + enthält einen einzelnen, eigenständigen oder kompilierten Text, zum Beispiel ein Gedicht oder + Drama, eine Sammlung von Aufsätzen, einen Roman, ein Wörterbuch oder ein Korpus-Sample. + 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. + contiene un unico testo di qualsiasi tipo, sia esso + unitario o composito, per esempio un testo in versi o teatrale, una raccolta di saggi, un + romanzo, un dizionario, o una porzione di corpus + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Autumn Haze + + + + Is it a dragonfly or a maple leaf + That settles softly down upon the water? + + + + + + + + + + Souvenir de la nuit du 4 + + + + Il avait dans sa poche une toupie en buis. + + + + + +

Le body d'un texte peut être remplacé par un groupe de textes enchâssés, comme + dans la structure suivante :

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + 憶江南 + + + + 江南好, + 風景舊曾諳。 + 日出江花紅胜火, + 春來江水綠如藍, + 能不憶江南。 + + + + + +

The body of a text may be replaced by a group of nested texts, as in the following schematic:

+ + + + + + + + + + + + + + + +
+ +

Der Textkörper kann durch eine Gruppierung von verschachtelten Texten ersetzt werden, wie das folgende Beispiel zeigt:

+ + + + + + + + + + + + + + + +
+ +

This element should not be used to represent a text which is inserted at an arbitrary point + within the structure of another, for example as in an embedded or quoted narrative; the + floatingText is provided for this purpose.

+
+ +

Cet élément ne devrait pas être utilisé pour encoder un texte inséré à un endroit non + prévisible à l'intérieur de la structure d'un autre texte, comme par exemple dans un récit qui est enchâssé + ou cité dans un autre ; c'est l'élément floatingText qui doit être utilisé à + cet effet.

+
+ +

当該要素は、別の構造中、例えば引用された語りの任意の場所に挿入され るテキストを示すためには使うべきではない。この場合は、要素 floatingTextが使われる。 +

+
+ +

Dieses Element sollte nicht benutzt werden, um einen Text wiederzugeben, der an irgendeiner + Stelle in einer anderen Struktur eingefügt ist, wie z. B. eine eingebettete oder zitierte + Erzählung. Für diesen Zweck wird das Element floatingText benutzt.

+
+ + 4. Default Text Structure + 15.1. Varieties of Composite Text + +
+ text body + 텍스트 본문 + 正文 + corps du texte + Textkörper + cuerpo del texto + corpo del testo + テキスト本文 + contains the whole body of a single unitary text, excluding any front or back matter. + 전면부 또는 후면부 자료를 배제한 단일 텍스트의 전체 본문을 포함한다. + 單篇文章的整體部分,不包含正文前及正文後資訊。 + 前付、後付を除いた、単一の作品の本文全体を示す。 + contient la totalité du corps d’un seul texte simple, à + l’exclusion de toute partie pré- ou post-liminaire. + enthält den gesamten Textkörper eines eigenständigen Textes, außer den Vorspann (front) und Nachspann (back). + contiene el cuerpo completo de un texto unitario, + excluyendo los eventuales añadidos paratextuales (prólogos, dedicatorias, apéndices, etc.) al + inicio o fin de un texto. + contiene l'intero corpo di un testo unitario, esclusi + eventuale peritesto iniziale e finale + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nu scylun hergan hefaenricaes uard + metudæs maecti end his modgidanc + uerc uuldurfadur sue he uundra gihuaes + eci dryctin or astelidæ + he aerist scop aelda barnum + heben til hrofe haleg scepen. + tha middungeard moncynnæs uard + eci dryctin æfter tiadæ + firum foldu frea allmectig + primo cantauit Cædmon istud carmen. + + + + + 4. Default Text Structure + + + text division + 텍스트 구역 + 文本區段 + division du texte + Textabschnitt + división de texto + partizione testuale + contains a subdivision of the front, body, or back of a text. + 텍스트의 전면부, 본문, 후면부의 하위 구역을 포함한다. + 文本的正文前資訊、正文、及正文後資訊的分段。 + 前付、本文、後付中のテキスト部分を示す。 + contient une subdivision dans le texte préliminaire, dans le + corps d’un texte ou dans le texte postliminaire. + enthält einen Unterabschnitt in Vorspann (front), Textkörper oder Nachspann (back) eines Textes. + contiene una subdivisión del paratexto inicial, del + cuerpo del texto o del paratexto final. + contiene una suddivisione del peritesto iniziale, del + corpo del testo, o del peritesto finale + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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. + + + + + + +
+ Fallacies of Authority +

The subject of which is Authority in various shapes, and the object, to repress all + exercise of the reasoning faculty.

+
+ The Nature of Authority +

With reference to any proposed measures having for their object the greatest + happiness of the greatest number [...]

+
+ Analysis of Authority +

What on any given occasion is the legitimate weight or influence to be attached to + authority [...]

+
+
+ Appeal to Authority, in What Cases Fallacious. +

Reference to authority is open to the charge of fallacy when [...]

+
+
+
+ +
+
+ + + +
+ Les Chouans +
+ Première partie + L'embuscade +
+ Chapitre premier +
+ I +

Dans les premiers jours de l'an VIII, au commencement de vendémiaire, ou, pour + se conformer au calendrier actuel, vers la fin du mois de septembre 1799, une + centaine de paysans et un assez grand nombre de bourgeois, partis le matin de + Fougères pour se rendre à Mayenne, gravissaient la montagne de la Pèlerine, + située à mi-chemin environ de Fougères à Ernée, petite ville où les voyageurs + ont coutume de se reposer.

+
+
+
+
+ +
+
+ + + +
+ 對話的喧囂:巴赫汀文化理論述評 +

本書以中國人的觀點,介紹巴赫汀的一生志業。深入淺出、引證周詳。尤其面對海峽兩岸劇變中的政治、文化思潮,巴赫汀從對話到喧嘩的理論,更具有深刻的歷史意義,發人省思。

+
+ 引言:巴赫汀對話論—轉型期的文化理論 +

文化轉型期的文藝理論,一般都呈現著特別關注文藝之外的歷史社會環境的傾向。不過,這種關注在二十世紀之前的文論中,大致上均以一種文藝內在規律語歷史社會語境二元對立的面貌出現。...

+
+ 眾聲喧嘩:轉型期的文化理論 +

當代西方文論對巴赫汀思想的看法迥異,見仁見智。有強調其「對話性」的,有看重他的「複調小說」理論的,也有語言學、符號學、哲學和美學的不同角度來解釋巴赫汀的。... +

+
+
+ 哲學建構論語對話美學 +

眾聲喧嘩的文化理論形成於二○年代末和三○年代,是巴赫汀思想成熟階段的結晶。...

+
+
+
+ +
+
+ + 4.1. Divisions of the Body + +
+ front matter + 전면부 내용 + 正文前資訊 + texte préliminaire + Vorspann (front) + paratexto inicial + peritesto iniziale + contains any prefatory matter + (headers, abstracts, title page, prefaces, dedications, etc.) found at the + start of a document, before the main body. + 주 본문 앞에 나타나는 문서의 시작부에서 발견되는 서문 + 자료(헤더, 제목 페이지, 머리말, 헌정사 등)를 포함한다. + 包含位於文件最前端、正文之前的項目 + (標頭、題名頁、前言、獻詞等) 。 + 本文より前、文書の始めにある序文としてあるもの(標題、タイトル、序文、 献辞など)。 + contient tout ce qui est au début + du document, avant le corps du texte : page de titre, dédicaces, préfaces, + etc. + enthält alle dem Textkörper vorangestellten Texte (Überschriften, Abstracts, Titelseite, + Vorworte, Widmungen, usw.) zu Beginn eines Dokuments. + contiene cualquier material + paratextual (encabezamiento, frontispicio, prefacio, dedicatoria, etc.) que + aparece delante del inicio del texto. + contiene qualsiasi materiale + peritestuale (intestazioni, frontespizio, prefazioni, dediche, etc.) che si + trovi prima dell'inizio del testo vero e proprio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nam Sibyllam quidem Cumis ego ipse oculis meis vidi in ampulla + pendere, et cum illi pueri dicerent: Σίβυλλα τί + θέλεις; respondebat illa: ὰποθανεῖν θέλω. + + +
+

For Ezra Pound il miglior fabbro. +

+
+
+
+
+ + + +
+

à la mémoire de Raymond Queneau

+
+
+

L'amitié, l'histoire et la littérature m'ont fourni quelques-uns + des.personnages de ce livre. Toute autre ressemblance avec des + individus vivants ou ayant réellement ou fictivement existé ne + saurait être que coïncidence.

+ + Regarde de tous tes yeux, regarde (Jules Verne, Michel + Strogoff ) + + +
+
+ PRÉAMBULE + + + L'œil suit les chemins qui lui ont été ménagés dans l'oeuvre + (Paul Klee, Pädagosisches Skizzenbuch) + + + +

Au départ, l'art du puzzle semble un art bref, un art mince, tout + entier contenu dans un maigre enseignement de la Gestalttheorie : + ...

+
+
+
+
+ + + +
+ Préface +

Tant qu'il existera, par le fait des lois et des moeurs, une + damnation sociale créant artificiellement, en pleine civilisation, + des enfers, et compliquant d'une fatalité humaine la destinée qui + est divine ; tant que les trois problèmes du siècle, la dégradation + de l'homme par le prolétariat, la déchéance de la femme par la faim, + l'atrophie de l'enfant par la nuit, ne seront pas résolus; tant que, + dans certaines régions, l'asphyxie sociale sera possible; en + d'autres termes, et à un point de vue plus étendu encore, tant qu'il + aura sur la terre ignorance et misère, des livres de la nature de + celui-ci pourront ne pas être inutiles.

+ + + Hauteville-House + 1er janvier 1862 + + +
+
+
+
+ + + + + 小燕子其實也無所愛,只是沉浸在朦朧而飄忽的夏夜夢里罷了。 + +
+

《憶》第三十五首

+
+
+
+
+ + + +
+

聲明啟事

+
+
+ 作者聲明 +

書中所有情節內容皆為虛構,若有雷同,純屬巧合。

+
+
+
+
+ + + +
+

To our three selves

+
+
+ Author's Note +

All the characters in this book are purely imaginary, and if the + author has used names that may suggest a reference to living persons + she has done so inadvertently. ...

+
+
+
+
+ + + +
+
+ BACKGROUND: +

Food insecurity can put children at greater risk of obesity because + of altered food choices and nonuniform consumption patterns.

+
+
+ OBJECTIVE: +

We examined the association between obesity and both child-level + food insecurity and personal food insecurity in US children.

+
+
+ DESIGN: +

Data from 9,701 participants in the National Health and Nutrition + Examination Survey, 2001-2010, aged 2 to 11 years were analyzed. + Child-level food insecurity was assessed with the US Department of + Agriculture's Food Security Survey Module based on eight + child-specific questions. Personal food insecurity was assessed with + five additional questions. Obesity was defined, using physical + measurements, as body mass index (calculated as kg/m2) greater than + or equal to the age- and sex-specific 95th percentile of the Centers + for Disease Control and Prevention growth charts. Logistic + regressions adjusted for sex, race/ethnic group, poverty level, and + survey year were conducted to describe associations between obesity + and food insecurity.

+
+
+ RESULTS: +

Obesity was significantly associated with personal food insecurity + for children aged 6 to 11 years (odds ratio=1.81; 95% CI 1.33 to + 2.48), but not in children aged 2 to 5 years (odds ratio=0.88; 95% + CI 0.51 to 1.51). Child-level food insecurity was not associated + with obesity among 2- to 5-year-olds or 6- to 11-year-olds.

+
+
+ CONCLUSIONS: +

Personal food insecurity is associated with an increased risk of + obesity only in children aged 6 to 11 years. Personal + food-insecurity measures may give different results than aggregate + food-insecurity measures in children.

+
+
+
+
+
+ +

Because cultural conventions differ as to which elements are grouped as + front matter and which as back matter, the content models for the + front and back elements are identical.

+
+ +

Aufgrund von unterschiedlichen kulturellen Konventionen, die Angaben in Vorspann und Nachspann + betreffend, sind die Inhaltsmodelle für die Elemente front und back + identisch.

+
+ + 4.6. Title Pages + 4. Default Text Structure + +
+ back matter + 후면부 내용 + 正文後資訊 + texte annexe + Nachspann (back) + paratexto final + peritesto finale + 後付 + contains any appendixes, etc. following the main part + of a text. + 텍스트의 주요부 뒤에 오는 부록 등을 포함한다. + 在正文之後,包含附錄等。 + 後付。本文の後に続く付録などを示す。 + contient tout supplément placé après la partie + principale d'un texte : appendice, etc. + enthält Anhänge jeglicher Art, die auf den Hauptteil + eines Textes folgen. + contiene cualquier tipo de apéndice, etc. que aparece + detrás del texto. + contiene qualsiasi appendice che segua il testo vero + e proprio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ The Golden Dream or, the Ingenuous Confession +

TO shew the Depravity of human Nature, and how apt the Mind is to be misled by Trinkets + and false Appearances, Mrs. Two-Shoes does acknowledge, that after she became rich, she + had like to have been, too fond of Money +

+
+ +
+ A letter from the Printer, which he desires may be inserted + Sir. +

I have done with your Copy, so you may return it to the Vatican, if you please; + +

+
+
+ The Books usually read by the Scholars of Mrs Two-Shoes are these and are sold at Mr + Newbery's at the Bible and Sun in St Paul's Church-yard. + + The Christmas Box, Price 1d. + The History of Giles Gingerbread, 1d. + + A Curious Collection of Travels, selected from the Writers of all Nations, + 10 Vol, Pr. bound 1l. + +
+
+ By the KING's Royal Patent, Are sold by J. NEWBERY, at the Bible and Sun in St. + Paul's Church-Yard. + + Dr. James's Powders for Fevers, the Small-Pox, Measles, Colds, &c. 2s. + 6d + Dr. Hooper's Female Pills, 1s. + + +
+
+
+
+ + + +
+ APPENDICE I + CHAPITRE XV bis +

Des cruautez exercées par les Turcs, et autres peuples : et nommément par les + Espagnols, beaucoup plus barbares que les Sauvages mesmes

+

Premierement Chalcondile en son histoire de la decadence de l'Empire des Grecs, ...

+
+
+ Appendice 2 + Advertissement de l'autheur +

Outre les augmentations bien amples, et la revision beaucoup plus exacte que je n'avoye + fait és precedentes Editions, j'ai pour le contentement des Lecteurs, plusieurs endroits + de ceste quatrieme et derniere monstré ...

+
+
+
+
+ + + + + 臺灣現代詩論戰史資料彙編 +

現代詩論戰史第一階段

+
+ + 白先勇致瘂弦洛夫 + 您好, +

您的副本我已使用完畢,可以歸還了,麻煩您。

+
+ + 本論文提及的專書,可於台灣各大書店詢問訂購。 + + 陳芳明《詩與現實》,台北:洪範,1983。 + 洛夫《詩人之鏡》,台北:大業,1969。 + 廖炳惠《回顧現代》,台北:麥田,1994。 + + + + 詩集、詩選也可於網路書店購得。 + + 余光中《天狼星》,台北:洪範,1976。 + 席慕蓉著《無怨的青春》,台北,大地,1983。 + + +
+
+
+ +

Because cultural conventions differ as to which elements are grouped as back matter and which + as front matter, the content models for the back and front elements are + identical.

+
+ +

Le modèle de contenu de l'élément back est identique à celui de l'élément + front, ce qui permet de rendre compte de pratiques éditoriales qui ont évolué avec + l'histoire culturelle.

+
+ +

どのような内容が後付あるいは前付とされるかは文化的慣習で異なるため、backfrontのコンテントモデルは同一である。

+
+ +

Aufgrund von unterschiedlichen kulturellen Konventionen, die Angaben in Vorspann und Nachspann + betreffend, sind die Inhaltsmodelle für die Elemente front und back + identisch.

+
+ + 4.7. Back Matter + 4. Default Text Structure + +
+ 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). + 年代を特定できるイベントを含む要素を(たとえば、 + W3CやISOで用いられるグレゴリオ暦以外の)なんらかの暦システムで正規化する属性を提供する。 + + + supplies the value of a date or time in some custom standard form. + 何らかの標準的な準形式で、日付や時刻の値を示す。 + + +

The following are examples of custom date or time formats that are not valid ISO or W3C format + normalizations, normalized to a different dating system

+ +

Alhazen died in Cairo on the + + 12th day of Jumada t-Tania, 430 AH + .

+

The current world will end at the + end of B'ak'tun 13.

+

The Battle of Meggidu + (23rd year of reign of Thutmose III).

+

Esidorus bixit in pace annos LXX plus minus sub + die XI mensis Octobris indictione IIII +

+
+

Not all custom date formulations will have Gregorian equivalents.

+

The when-custom attribute and other custom dating are not constrained to a datatype by the TEI, but + individual projects are recommended to regularize and document their dating formats.

+
+
+ + specifies the earliest possible date for the event in some custom standard form. + 何らかの標準的な形式で、あるイベントに関して「この時点より前ではない」という日付を示す。 + + + + specifies the latest possible date for the event in some custom standard form. + 何らかの標準的な形式で、あるイベントに関して「この時点より後ではない」という日付を示す。 + + + + indicates the starting point of the period in some custom standard form. + 何らかの標準的な形式で期間の開始時点を示す。 + + + + + The Great Fire of London +

The Great Fire of London burned through a large part + of the city of London.

+
+
+
+
+ + indicates the ending point of the period in some custom standard form. + 何らかの標準的な形式で期間の終了時点を示す。 + + + + supplies a pointer to some location defining a named point in time with reference to which the datable item is understood to have occurred + ある時点につけた名前とその事柄が起きたとされる時間をともに定義している場所へのポインタを示す。たとえば、「令和改元」という日付をともなうID付きイベント要素を作成した場合にそのIDに対する参照を行う。 + + + + supplies a pointer to a calendar element or other + means of interpreting the values of the custom dating attributes. + + ここで提供するポインタは、calendar 要素もしくは日付を示す属性の値を解釈する何らかの方式を指す。 + + + Contayning the Originall, Antiquity, Increaſe, Moderne + eſtate, and deſcription of that Citie, written in the yeare + 1598. by Iohn Stow + Citizen of London. +

In this example, the calendar attribute points to a calendar element for the + Julian calendar, specifying that the text content of the date element is a + Julian date, and the datingMethod attribute also points to the Julian calendar + to indicate that the content of the when-custom attribute value is Julian too.

+
+ + + + μηνὶ Ἰουνίου εἰς κ ἔτους ςωϞ + + +

In this example, a date is given in a Mediaeval text measured from the creation of the world, which is normalized + (in when) to the Gregorian date, but is also normalized (in when-custom) to a + machine-actionable, numeric version of the date from the Creation.

+
+

Note that the datingMethod attribute (unlike + calendar defined in att.datable) defines + the calendar or dating system to which the date described by the parent element is normalized (i.e. in the + when-custom or other X-custom attributes), not the calendar of the + original date in the element.

+

att.datableで定義されるcalendar 属性とは違って) + datingMethod属性が定義するのは、親要素で記述された日付を正規化した暦や暦法であり、 + 当該要素中のオリジナルの日付の暦ではない

+
+
+ + 13.4. Dates + +
+ groups elements which form part of a personal name. + regroupe des éléments qui font partie d'un nom de + personne + 사람 이름의 부분을 형성하는 요소를 모아놓는다. + 匯集構成部分個人名稱的元素。 + 個人名の部分を構成する要素をまとめる。 + agrupa los elementos que componen un nombre propio de + persona. + raggruppa gli elementi che compongono un nome proprio + di persona + + + + + 13.2.1. Personal Names + + + provides attributes for normalization of elements that contain datable events using the ISO 8601:2004 standard. + ISO 8601:2004 표준을 사용해서 날짜를 추정할 수 있는 사건을 포함하는 요소의 규격화를 위한 속성을 제공한다. + 用於紀錄規格化時間的屬性,該規格使用ISO 8601:2004標準 + ISO8601:2004に従い、時間事象の正規的方法を示す属性を示す。 + fournit des attributs pour la normalisation, selon la norme ISO 8601:2004, d'éléments contenant des évènements + datables. + indica attributi per la normalizzazione tramite lo standard ISO 8601:2004 di elementi che contengono eventi + databili + proporciona atributos para la normalización de elementos que contienen eventos datables usando el + estándard ISO 8601:2004. + + + + supplies the value of a date or time in a standard form. + 표준형의 날짜 또는 시간 값을 제시한다. + proporciona el valor de fecha o de tiempo en una forma estándar. + 日付や時間を、標準形式で示す。 + précise une date exacte pour l'évènement selon la forme normalisée ISO 8601:2004, c'est-à-dire + aaaa-mm-jj. + indica il valore di una data o di un orario in un formato standard + + +

The following are examples of ISO date, time, and date & time formats that are not valid W3C format + normalizations.

+ + Sept. 24th, 1996 at 3:25 in the morning + Sept. 24th, 1996 at 3:25 in the morning + + + a few minutes after ten in the morning on Thu 18 May + + + + +

All of the examples of the when attribute in the att.datable.w3c class are also valid with + respect to this attribute.

+
+ +

Les exemples qui suivent sont des mentions de date, d'heure, de temps au format ISO qui + ne sont pas normalisées au format W3C

+ + le 24 sept. 1996, à 3 h 25 du matin. + le 24 sept. 1996, à 3 h 25 du matin. + + + quelques minutes après 10 heures du matin, le mardi 18 + mai. + + + + +

Tous les exemples de l’attribut when dans la classe att.datable.w3c sont également valides en ce qui concerne cet attribut

+
+ + Il aime à être ponctuel . J'ai dit, et il est apparu à à l'heure pile. +

La deuxième occurence de time a pu être encodée avec l'attribut + when , puisque12:00:00 est une marque de temps en accord avec la + spécification du W3C XML Schema Part 2: Datatypes Second + Edition. La première occurence + ne l'est pas.

+
+ + He likes to be punctual. I said , and he showed up at on the dot. +

The second occurence of time could have been encoded with the when attribute, as 12:00:00 is a valid + time with respect to the W3C XML Schema Part 2: Datatypes Second Edition specification. The first occurence could not.

+
+
+ + + specifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd. + yyyy-mm-dd 같은 표준형으로 사건의 시작 날짜를 명시한다. + 以標準格式標明該事件可能發生的最早日期,例如年-月-日。 + 当該事象の一番古い日付を、標準形式で示す。例えば、yyyy-mm-dd。 + précise la première date possible pour l'évènement selon la forme normalisée, c'est-à-dire + aaaa-mm-jj. + specifica la prima data possibile per un evento nel formato standard aaaa-mm-gg + indica la fecha más temprana posible para un evento en un formato estándard, p.ej. + aaaa-mm-dd. + + + + specifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd. + yyyy-mm-dd 같은 표준형으로 사건의 종료 날짜를 명시한다. + 以標準格式標明該事件可能發生的最晚日期,例如年-月-日。 + 当該事象の一番新しい日付を、標準形式で示す。例えば、yyyy-mm-dd。 + précise la dernière date possible pour l'évènement selon la forme normalisée, c'est-à-dire + aaaa-mm-jj. + specifica l'ultima data possibile per un evento nel formato standard aaaa-mm-gg + indica la fecha más tardana posible para un evento en un formato estándard, p.ej. + aaaa-mm-dd. + + + + indicates the starting point of the period in standard form. + 표준형으로 기간의 시작 지점을 나타낸다. + 以標準格式表示該段時間的起始點。 + 当該時間幅の、始点を標準形で示す。 + indique le point de départ de la période sous une forme normalisée + indica l'inizio del periodo nel formato standard + indica el punto de inicio de un periodo de tiempo en formato estándard. + + + + indicates the ending point of the period in standard form. + 표준형으로 기간의 종료 지점을 나타낸다. + 以標準格式表示該段時間的結束點。 + indica en forma estándard el punto de conclusión de un período. + 当該時間幅の、終点を標準形で示す。 + indique le point final de la période sous une forme normalisée + indica la fine del periodo nel formato standard + + + +
+ +

The value of these attributes should be a normalized + representation of the date, time, or combined date & time + intended, in any of the standard formats specified by ISO 8601:2004, + using the Gregorian calendar.

+

If both when-iso and dur-iso are specified, the values should be interpreted as indicating a span of time by its + starting time (or date) and duration. That is, indicates the same time period as +

+

In providing a regularized form, no claim is made that the form in the source text is incorrect; the regularized form + is simply that chosen as the main form for purposes of unifying variant forms under a single heading.

+
+

この属性の値は、グレゴリオ暦を用い、ISO8601:2004で定義されるいずれかの標準形式で正規化された日付や時刻、あるいはその組み合わせである。

+ +

属性when-isoの値は、ISO8601:2004に従った、日付や時間、ま たはその組み合わせになる。属性calendarがある場合に は、要素内容の歴システムが示される。属calendarは、 + 属性when + when-isoの歴システムを示すもので はない。これは普通はグレゴリオ暦になる。

+

属性when-isodur-isoが付与されている場合、 当該属性値は時間幅を示し、それぞれ始点と幅を示すものになる。 例えば、以下のような場合、 この記述は、以下のようにも書くことができる。 +

+

正規化形式ということで、元テキストにある形式 が不正確であるということを含むものではない。 ここでいう正規化形式とは、単に、ひとつの項目に同じ値を付与すること を目的とするものである。

+
+ +

La valeur de when-iso doit être une représentation normalisée de la date, de la durée ou d'une combinaison de date et de + durée, dans l'un des formats spécifiés dans ISO 8601:2004, selon le calendrier grégorien.

+

Si les attributs when-iso et dur-iso sont tous les deux spécifiés, les valeurs doivent être interprétées comme + indiquant un intervalle de temps au moyen de son point de départ (ou date) et de sa durée. C'est à dire, indique la même période temporelle que +

+

En fournissant une forme dite "régularisée", il n'est rien affirmé sur la correction ou l'incorrection de la forme dans le texte source ; + la forme régularisée est simplement celle qui est choisie comme forme principale afin de réunir les variantes de forme sous une seule + rubrique.

+
+ + 3.6.4. Dates and Times + 13.4. Dates + +
+ organization name + 조직명 + 組織名稱 + nom d'organisation + nombre de una organización + nome di organizzazione + contains an organizational name. + 조직명을 포함한다. + 包含一個組織名稱。 + 組織の名前を示す。 + contient le nom d'une organisation. + contiene el nombre de una organización. + contiene il nome proprio di un'organizzazione + + + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + About a year back, a question of considerable interest was agitated in the Pennsyla. Abolition Society [...] + + + + Société savoisienne de Grenoble + + + + + 大約一年前,在賓州廢止黑奴協會,有一場轟動的激辯。 + + + 13.2.2. Organizational Names + + + personal name + 개인 이름 + 個人名稱 + nom de personne + nombre propio de persona + nome proprio di persona + contains a proper noun or proper-noun phrase referring to a + person, possibly including one or more of + the person's forenames, surnames, honorifics, added names, etc. + 개인의 이름, 성, 존칭어, 추가 명 등의 하나 또는 전부를 사용하여 개인을 지칭하는, 고유명사 또는 + 고유명사구를 포함한다. + 包含一個人名,可能是任何或全部屬於該人物的名字、姓氏、敬稱、或附加名等。 + 人物の固有名詞を示す。例えば、名、姓、敬称、追加名など。 + contient un nom propre ou une expression nominale se + référant à une personne, pouvant inclure tout ou partie de ses prénoms, noms de famille, titres + honorifiques, noms ajoutés, etc. + 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. + contiene un nome proprio o un sintagma identificabile + come nome proprio, che si riferisce a una persona e può includere qualsiasi o tutti i prenomi, + cognomi, titoli onorifici, o nomi aggiunti della persona in questione + + + + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + + EdwardGeorgeBulwer-Lytton, Baron Lytton of + Knebworth + + + + + + Poncet Olivier professeur d'archivistique et diplomatique moderne + + + + + Joseph Le Pétomane Pujol + + + + + Catherine II, la Grande, impératrice de Russie + + + + + + + 夏爾皮耶波特萊爾法國象徵派詩人 + + + + + 13.2.1. Personal Names + + + surname + nom de famille + contains a family (inherited) name, as opposed to a given, baptismal, or nick name. + contient un nom de famille (hérité) par opposition à un nom donné, nom de baptême ou surnom. + 이름, 세례명, 또는 별명에 반대되는 것으로 (물려받은) 성을 포함한다. + 包含一個家族姓氏,並非名字、教名、或綽號。 + (継承される)苗字を示す。姓名中の名、洗礼名、愛称、別称とは異なる。 + contiene el apellido o nombre de família (heredado), en oposicion a un nombre asignado, un nombre de + bautismo o un sobranombre. + contiene un nome di famiglia (ereditato) piuttosto che un nome assegnato, un nome di battesimo o un + soprannome + + + + + + + + + + + + St John Stevas + + + + + Sidonie Gabrielle Colette + + + + + 歐陽 + + + + 13.2.1. Personal Names + + + forename + prénom + contains a forename, given or baptismal name. + 이름 또는 세례명을 포함한다. + 包含名字或教名。 + 人物に与えられた名前のうち、名の部分、すなわち個人を表す部分を示す。 + contient un prénom, qu'il soit donné ou un nom de baptême. + contiene el nombre de pila asignado en el bautismo. + contiene un prenome assegnato o un nome di battesimo + + + + + + + + + + + + + Ex-President + George + Bush + + + + + + + Ex-Président + George + Bush + + + + + + + 先總統 + 中正 + + + + + + 13.2.1. Personal Names + + + generational name component + 세대명 성분 + + componente de nombre generacional + qualificatif générationnel de nom + componente generazionale del nome + contains a name component used to distinguish otherwise similar names on the basis of the relative ages or generations of the persons + named. + 개인의 상대적 나이 또는 세대에 기반하여 유사 이름을 다른 방식으로 구분하는 이름 성분을 포함한다. + 該名稱用來和其他相似名稱做區別,以個人的相對年紀或隸屬世代作依據。 + 似た名前を区別する為に、相対的な年齢関係、世代関係などの情報を示す。 + contient une composante de nom utilisée pour distinguer des noms, par ailleurs similaires, sur la base de + l'âge ou de la génération des personnes concernées. + 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. + contiene una componente del nome utilizzata per distinguere nomi simili tra loro sulla base della + differenza di età o dell'appartenenza a generazioni diverse delle persone nominate + + + + + + + + + + + + + Charles + II + + + + + + + Louis + XIV + + + + + + + Louis X + Le Hutin + + + + + + + 查爾斯 + 二世 + + + + + + + 彼特 + 小的 + + + + + + + Pitt + the Younger + + + + + 13.2.1. Personal Names + + + additional name + 부가명 + 附加名稱 + nom additionnel + nombre adicional + nome aggiuntivo + 追加的名称 + contains an additional name component, such as a nickname, epithet, or alias, or any other descriptive phrase used within a personal + name. + 별명, 통명, 가명, 또는 개인 이름 내에서 사용되는 다른 기술적 구와 같이 부가적 이름 성분을 포함한다. + 附加的名稱,例如綽號、稱號、或別名,或是在人名中出現的其他描述性措辭。 + 付加的な名前要素を示す。例えば、愛称、渾名、別名などの個人名。 + contient une composante de nom additionnelle, comme un surnom, une épithète, un alias ou toute autre + expression descriptive utilisée dans un nom de personne. + 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. + contiene una componente aggiuntiva del nome, come un soprannome, un epiteto, o eventuali altre + espressioni utilizzate all'interno di un nome proprio di persona + + + + + + + + + + + + + Frederick + the Great + Emperor of Prussia + + + + + + CatherineII, la + Grande, impératrice de Russie + + + + + + + + 趙政 + 秦始皇 + + + + + 13.2.1. Personal Names + + + role name + rôle + contains a name component which indicates that the referent has a particular role or position in society, such as an official title or + rank. + 공식적 직함 또는 서열과 같이 사회에서 특별한 역할 또는 지위를 나타내는 이름 성분을 포함한다. + 包含一個身份名稱,代表個人在社會上所扮演的特殊角色或所處地位,例如官方頭銜或地位。 + 参照されるものの、社会的な役割や地位、例えば、公式な役職名や地位など を示す、名前要素を示す + contient un composant du nom d'une personne, indiquant que celle-ci a un rôle ou une position + particulière dans la société, comme un titre ou un rang officiel. + 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. + contiene una componente del nome che indica un ruolo o una posizione specifici a livello sociale, come + nel caso di titoli ufficiali o grado militare + + + + + + + + + + + + + William + Poulteny + Earl of Bath + + + + + + JoachimMurat, roi de Naples + + + + + + 溥儀 + 愛新覺羅 + 滿清末代皇帝 + + + + + +

The S.G. is the only national public official, + including the Supreme Court justices, required by statute to be “learned in the law.”

+
+
+ + +

Solicitor General Noel J. Francisco, + representing the administration, asserted in rebuttal that there was nothing to disavow (...) + Francisco had violated the scrupulous standard of candor about the facts and + the law that S.G.s, in Republican and Democratic administrations + alike, have repeatedly said they must honor.

+
+
+ +

A roleName may be distinguished from an addName by virtue of the fact that, like a title, it typically exists + independently of its holder.

+
+ +

Un élément roleName peut être distingué d'un élément addName du fait que, à l'instar d'un titre, il existe en général + indépendamment de la personne qui le porte.

+
+ +

要素roleNameは、役職名などはその当事者とは独立してあるも のであることから、要素addNameとは異なっている。

+
+ + 13.2.1. Personal Names + +
+ country + pays + contains the name of a geo-political unit, such as a nation, country, colony, or + commonwealth, larger than or administratively superior to a region and smaller than a bloc. + 하나의 블록보다 큰 국가, 지역, 식민지, 또는 공화국, 또는 하나의 블록보다 작은 지역의 상급 + 행정기관과 같은, 지리-정치 단위명을 포함한다. + 包含一個地理政治區域名稱,例如民族、國家、殖民地、或聯邦區域,範圍大於一般地區或行政地位較高,但小於國家聯盟性的地理政治區。 + 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. + 1つの国家に相当する地政学的な単位名を示す。国家、植民地、共同体・連 + 邦を含む。これは、行政単位上の地域よりも大きい単位で、連合より小さな 単位である。 + contient le nom d'une unité géo-politique, comme une + nation, un pays, une colonie ou une communauté, plus grande ou administrativement supérieure à + une région et plus petite qu'un bloc. + contiene il nome di un'unità geopolitica, come una + nazione, un paese, una colonia, o un'unione di stati, che sia più ampia o amministrativamente + superiore rispetto a una regione ma di dimensioni inferiori rispetto a un blocco + + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + Denmark + + + + + Danemark + + + + + 丹麥 + + + +

The recommended source for codes to represent coded country names is ISO 3166.

+
+ +

La source recommandée des codes pour représenter les noms de pays est ISO 3166.

+
+ +

当該国家相当地域を示すコードは、ISO3166にあるコードを使うことが推 奨される。

+
+ + 13.2.3. Place Names + +
+ region + région + contains the name of an administrative unit such as a state, province, or county, larger + than a settlement, but smaller than a country. + 도보다는 작고 정착지보다는 큰 주, 성, 도와 같은 행정단위명을 포함한다. + 包含行政單位的名稱,例如州、省、或郡,範圍大於主政區,但小於國家。 + 行政上の単位の名前を示す。例えば、地方、郡、居住地など。居住地よりも 広く、国家より狭い地域。 + contient le nom d'une unité administrative comme un état, + une province ou un comté, plus grande qu'un lieu de peuplement, mais plus petite qu'un pays. + >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. + contiene il nome di un'unità amministrativa, come uno + stato o una provincia, che sia più ampia di un piccolo insediamento ma più piccola di un paese + + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + + Illinois + + + + + + + Illinois + + + + + + + 依利諾 + + + + + 13.2.3. Place Names + + + settlement + lieu de peuplement + contains the name of a settlement such as a city, town, or village identified as a single geo-political or administrative unit. + 하나의 지리-정치 또는 행정 단위로 식별되는 시, 읍, 마을과 같이 거주지명을 포함한다. + 包含主行政區的名稱,例如城市、鄉鎮、村莊等單一地理政治或行政單位。 + 地政学上または行政上の単位としてある市、街、村などの居住地の名前を示 す。 + contient le nom d'un lieu de peuplement comme une cité, une ville ou un village, identifié comme une + unité géo-politique ou administrative unique. + contiene el nombre de un asentamiento, del tipo ciudad, pueblo, villa etc. identificado como una unidad + geopolítica o administrativa. + contiene il nome di un insediamento quale una città o un comune considerati come unità geopolitica o + amministrativa + + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + + Glasgow + Scotland + + + + + + + Brest + Bretagne + + + + + + + 淡水 + 台北縣 + + + + + 13.2.3. Place Names + + + name of an event + Name eines Ereignisses + contains a proper noun or noun phrase used to refer to an event. + enthält einen Eigennamen in Form eines Nomens oder einer Nominalphrase, der verwendet wird, um auf ein Ereignis zu verweisen. + + + + + + + + + + + + + + + + Zweiter Weltkrieg + World War II + https://d-nb.info/gnd/4079167-1 + https://www.wikidata.org/wiki/Q362 + + Überfall auf Polen + Invasion of Poland + https://d-nb.info/gnd/4175002-0 + https://id.loc.gov/authorities/sh85148341 + + + Gdańsk + 54.350556, 18.652778 + + + + + Deutsch-Sowjetischer Krieg + Великая Отечественная война + https://d-nb.info/gnd/4076906-9 + https://www.wikidata.org/wiki/Q189266 + + + + + + + +

Mit dem Überfall auf Polen + begann der Zweite Weltkrieg, der in manchen Nachfolgestaaten + der Sowjetunion auch als Großer Vaterländischer Krieg + (Великая Отечественная война) bekannt ist.

+
+
+ + +

On Monday, she was writing about the + 1618 Defenestration of Prague which initiated the + long war.

+
+
+ + + + TEI 2019: What is text, really? TEI and beyond + TEI 2019 + + The abstract leading to the eventName element is available at https://gams.uni-graz.at/o:tei2019.141. + Other related documents are available through https://gams.uni-graz.at/tei2019, as well as in the + TEI 2019 Zenodo community. + + + + + Raunig + Elisabeth + + + + + Scholger + Martina + + + + + Scholger + Walter + + + + + Steiner + Elisabeth + + + + + Vogeler + Georg + + + + + Universität Graz + +
+ ReSoWi Gebäude + Universitätsstraße 15 + 8010 + Graz + Österreich +
+ 15.451651587656 47.078215112534 +
+
+ + + +
+
+
+ + 13.2.4. Event Names + +
+ affiliation + affiliation + contains an informal description of a person's present or past affiliation with some + organization, for example an employer or sponsor. + 고용주 또는 후원자와 같이 개인의 현재 또는 과거 소속 조직에 대한 비공식적 기술을 포함한다. + 包含非正式性的描述,關於個人現在或過去隸屬的團體,例如雇主或贊助者。 + 人物が所属している、またはしていた団体に関する情報を示す。例えば、雇い主や出資者など。 + contient une description non formalisée portant sur + l'affiliation présente ou passée d'une personne à une organisation, par exemple un employeur + ou un sponsor. + 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. + contiene una descrizione informale dell'appartenenza + presente o passata di una persona a una determinata organizzazione, per esempio un'azienda o + un ente finanziatore + + + + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + + + + + + + + + + + + + + Junior project officer for the US National Endowment for + the Humanities + + + + +

This example indicates that the person was affiliated with the + Australian Journalists Association at some point between the dates + listed.

+ + Paid up member of the + Australian Journalists Association + + +
+ +

This example indicates that the person was affiliated with Mount Holyoke College throughout the entire span of the date range listed.

+ + Was an assistant professor at Mount Holyoke College. + +
+ + + associé étranger de l'Académie des Inscriptions et + Belles-Lettres + + Chargé de cours, puis professeur + d’archéologie (1949-1981) et doyen (1958-1961) à la Faculté des lettres + d’Ankara. + + + + + 國際獅子會台灣區理監事 + + 澳洲記者協會的付費會員 + + + +

If included, the name of an organization may be tagged using either the name + element as above, or the more specific orgName element.

+
+ +

S'il est présent, le nom d'une organisation peut être balisé en utilisant soit l'élément + name comme ci-dessus, soit l'élément plus spécifique + orgName.

+
+ +

組織名は、要素nameまたは、より特化した要素 orgNameでマークアップした方がよい。

+
+ + 15.2.2. The Participant Description + +
+ gender + specifies the gender identity of a person, persona, or character. + especifica la identidad de género de una persona. + specifica l'identità di genere di una persona. + 人、ペルソナ、あるいはキャラクターのジェンダーを示す。 + + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + supplies a coded value for gender identity + + +

Values for this attribute may be locally defined by a project, or they may refer to an external standard.

+
+
+
+ + + woman + + + + + non-binary + + + +

As with other culturally-constructed traits such as + age and sex, the way in which this concept is described in different + cultural contexts varies. The normalizing attributes are + provided only as an optional means of simplifying that variety for purposes of interoperability + or project-internal taxonomies for consistency, and should not be used where that is + inappropriate or unhelpful. The content of the element may be used to describe + the intended concept in more detail.

+
+ +

年齢や性別など他の文化的特質と同様に、この概念が異なる文化的文脈で記述される方法は様々である。 + 属性の正規化は、相互運用性あるいはプロジェクト内部の分類法の一貫性のために、その多様性を単純化する付随的な手段としてのみ提供されるものであり、それが不適切であったり有用でない場合には、使用されるべきではない。 + 要素の内容は、意図する概念をより詳細に記述するために利用できる。

+
+ + 13.3.2.1. Personal Characteristics + +
+ organization + 조직 + organización + organisation + organizzazione + provides information + about an identifiable organization such as a business, a tribe, or + any other grouping of people. + 업무, 종족, 또는 사람들의 다른 종류의 그룹과 같은 식별 가능한 조직에 대한 정보를 제공한다. + proporciona a la + información sobre una organización identificable tal como un + negocio, una tribu, o cualquier otro grupo de personas. + 特定可能な団体の情報を示す。例えば、会社、集団など、人の集まり。 + fournit des + informations sur une organisation identifiable, telle qu'une + entreprise, une tribu ou tout autre groupement de personnes. + fornisce informazioni + relative a un'organizzazione identificate come società, tribù, o + qualsiasi altro raggruppamento di persone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + specifies a primary + role or classification for the organization. + 조직에 대한 주요 역할 또는 분류를 명시한다. + 当該組織の、第一位の役割または分類を示す。 + spécifie le rôle + principal ou la catégorie d'une organisation. + establece el rol o + la clasificación primaria de una persona. + stabilisce il ruolo + o la classificazione primaria di una persona + + + + +

Values for this attribute may be locally defined by a + project, using arbitrary keywords such as artist, + employer, familyGroup, or + politicalParty, each of which should be associated + with a definition. Such local definitions will typically be + provided by a desc for each valItem element + in the schema specification of the project's + customization.

+
+
+
+ + + + Justified Ancients of Mummu + An underground anarchist collective spearheaded by + Hagbard Celine, who fight the Illuminati + from a golden submarine, the Leif Ericson + + Robert Shea + Robert Anton Wilson + The Illuminatus! Trilogy + + + + + + 13.3.3. Organizational Data + +
+ provides information about one of the personalities identified for a given individual, where + an individual has multiple personalities. + + + + + + + + + + + + + + + + + + specifies a primary role or classification for the persona. + 사람에 대한 주요 역할 또는 분류를 명시한다. + 說明該人物的主要角色或分類。 + 当該人物の第一位の役割や分類を示す。 + précise un rôle principal ou une classification principale pour cette personne. + establece el rol o la clasificación primaria de una persona. + stabilisce il ruolo o la classificazione primaria di una persona + + +

Values for this attribute may be locally defined by a + project, using arbitrary keywords such as artist, + employer, author, relative, or + servant, each of which should be associated with a + definition. Such local definitions will typically be provided by a + valList element in the project schema +specification.

+
+ + specifies the sex of the persona. + 사람의 성을 명시한다. + 指出該人物的性別。 + 当該人物の性別を示す。 + précise le sexe de la personne. + especifica el sexo de una persona. + indica il sesso di una persona + + +

Values for this attribute may be locally defined by a project, or may refer to an external standard.

+
+
+ + specifies the gender of the persona. + + +

Values for this attribute may be locally defined by a project, or they may refer to an external standard.

+
+
+ + specifies an age group for the persona. + 사람의 연령군을 명시한다. + 指出該人物所屬的年齡層。 + 当該人物の年齢層を示す。 + précise une tranche d'âge pour la personne. + especifica un intervalo de edad para una persona. + indica la fascia di età di una persona + + +

Values for this attribute may be locally defined by a + project, using arbitrary keywords such as infant, + child, teen, adult, or + senior, each of which should be associated with a + definition. Such local definitions will typically be provided by a + valList element in the project schema +specification.

+
+
+ + + + + Dr Henry Jekyll + + + Edward Hyde + + + + + + +

Note that a persona is not the same as a role. A role + may be assumed by different people on different occasions, whereas a persona is + unique to a particular person, even though it may resemble others. Similarly, when an actor takes on or enacts the role of a historical person, they do not + thereby acquire a new persona.

+ + + 13.3.2. The Person Element + +
+ personal pronouns + indicates the personal pronouns used, or assumed to be used, by the individual being described. + + + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + + evidence + indicates support + for the listed personal pronouns. + + + + + + conjecture + The given value + was selected based on assumptions by someone besides the + person to whom this pronoun applies. As a result, the value + may be erroneous. + + + self identification + The given value + has been explicitly stated or confirmed by the person to + whom this pronoun applies. + + + trusted third party + The given value + has been supplied by another individual trusted by the + encoder to know the preferences of the person to whom this + pronoun applies. + + + + + value + supplies a + regularized value for personal pronouns. + + + + + + e + e/eirs + + + he + he/him/his + + + she + she/her/hers + + + they + they/them/theirs + + + +

+ The sample values list shown here is intended to be + reflective of English usage. There is nothing restricting + users from defining lists reflective of other languages, + e.g. elle, il, and ils. +

+
+
+
+ + + + + SUE + the T. rex + + The Field Museum. Chicago, Illinois, United States. + + they/them + + + Specimen FMNH PR 2081. Legendary Fossil. Apex + Predator. National Treasure. Murderbird. + SUEtheTrex, Twitter biography. + . + Accessed March 25th, 2020. + + + + + + + + + Lal Zimman + (he/him/his) + (FAQ) + [lɑɫ ˈzimn̩] + zimman at ucsb dot edu + Assistant Professor of Linguistics + Affiliated Faculty in Feminist Studies +
+ South Hall 3518 + University of California, Santa Barbara +
+
+
+
+ + 13.3.2.1. Personal Characteristics + +
+ state + statut + contains a description of some status or quality attributed to a person, place, or organization often at some specific time or for a specific date range. + contient la description d'un statut ou d'une qualité actuels attribués à une personne, un lieu ou une + organisation. + 개인, 장소, 또는 조직에 관련한 현재 지위 또는 특성 기술을 포함한다. + 標明分界方法所定義的權威參照標準裡其中ㄧ個組件。 + 人物、場所、組織などの、現在の社会的状態や地位を示す。 + enthält eine Beschreibung eines Status oder einer Qualität, die einer Person, einem Ort oder einer Organisation + oft zu einem bestimmten Zeitpunkt oder für einen bestimmten Zeitraum zugeordnet wird. + especifica un componente de una referencia canónica definida por el método milestone (hito). + specifica un componente di un riferimento canonico definito dal metodo milestone. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + + + + + + + + + The Silver Beetles + The Beatles + + + John Lennon + Paul McCartney + George Harrison + Stuart Sutcliffe + Pete Best + + + + + John Lennon + Paul McCartney + George Harrison + Ringo Starr + + + + + + + + + + Entre 1987 et 1997a bénéficié du statut de citoyen naturalisé du ROYAUME-UNI + + + + + + + + + + + +

Where there is confusion between trait and state the more general purpose + element state should be used even for unchanging characteristics. If you wish to + distinguish between characteristics that are generally perceived to be time-bound states and + those assumed to be fixed traits, then trait is available for the more static of + these. The state element encodes characteristics which are sometimes assumed to + change, often at specific times or over a date range, whereas the trait elements are + used to record characteristics, such as eye-colour, which are less subject to change. Traits are typically, but not necessarily, + independent of the volition or action of the holder.

+
+ + 13.3.1. Basic Principles + 13.3.2.1. Personal Characteristics + +
+ name of an object + Name eines Objekts + contains a proper noun or noun phrase used to refer to an object. + enthält einen Eigennamen in Form eines Nomens oder einer Nominalphrase, der verwendet wird, um auf ein Objekt zu verweisen. + + + + + + + + + + + + + + The calendar attribute will be removed from this element + as it will only be allowed on elements that represent dates with their content. This is because the calendar attribute + (unlike datingMethod defined in + att.datable.custom) defines the calendar system of the date + in the original material defined by the parent element, not the calendar to + which the date is normalized. + indicates one or more systems or calendars to which the + date represented by the content of this element belongs. + 날짜 표현 시스템 또는 달력 표시 형식을 표시한다. + 指明該日期表示所使用的曆法計算系統。 + この要素を含むコンテントにおける日付の暦やシステムを示す。 + indique le système ou le calendrier auquel + appartient la date exprimée dans le contenu de l'élément. + indica el sistema o calendario en que se muestra + una fecha. + indica il sistema o calendario al quale la data + appartiene. + + + + + + + @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. + + + + + + + + +

+ The Minster Lovell Jewel is probably the most similar to the + Alfred Jewel and was found in Minster + Lovell in Oxfordshire and is kept at the Ashmolean Museum. +

+
+
+ + 13.2.5. Object Names + + +
+ contains a description of a single identifiable physical object. + enthält die Beschreibung eines einzelnen identifizierbaren physischen Objekts. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + United Kingdom + Oxfordshire + Oxford + University of Oxford + Ashmolean Museum + English Treasures + AN1836p.135.371 + https://en.wikipedia.org/wiki/Alfred_Jewel + Alfred Jewel + + +

The Alfred Jewel is about 6.4 cm in length and is made of combination of filigreed gold + surrounding a polished teardrop shaped piece of transparent quartz. Underneath the rock + crystal is a cloisonné enamel image of a man with ecclesiastical symbols. The sides of the jewel holding the + crystal in place contain an openwork inscription saying "AELFRED MEC HEHT GEWYRCAN", meaning 'Alfred ordered + me made'.

+
+ + It is generally accepted that the Alfred Jewel dates from the late 9th Century and + was most likely made in England. + The jewel was discovered in 1693 at Petherton Park, North Petherton in the English + county of Somerset, on land owned by Sir Thomas Wroth. North Petherton is about 8 miles away from Athelney, + where King Alfred founded a monastery. + A description of the Alfred Jewel was first published in 1698, in the Philosophical + Transactions of the Royal Society. + It was bequeathed to Oxford University by Colonel Nathaniel Palmer (c. 1661-1718) and today is in + the Ashmolean Museum in Oxford. + +
+ +
+ + +

The Minster Lovell Jewel is probably the most similar to the + Alfred Jewel and was found in Minster + Lovell in Oxfordshire and is kept at the Ashmolean Museum. +

+ + +
+
+ + + + + + Mask of Tutankhamun + 256a + 60672 + 220 + Museum of Egyptian Antiquities +
+ 15 Meret Basha + Ismailia + Cairo + Egypt + + 30.047778, 31.233333 + +
+
+ +

The back and shoulders of the mask is inscribed with a protective spell in Egyptian hieroglyphs formed of ten + vertical and horizontal lines. This spell first appeared on masks in the Middle Kingdom at least 500 years + before Tutankhamun, and comes from chapter 151 of the Book of the Dead.

+
+ +

The mask of Tutankhamun is 54cm x 39.3cm x 49cm. It is constructed from two layers of high-karat gold that + varies in thickness from 1.5-3mm. It weighs approximately 10.23kg and x-ray crystallography shows that it is + composed of two alloys of gold with a lighter 18.4 karat shade being used for the face and neck while a heavier + 22.5 karat gold was used for the rest of the mask.

+

In the mask Tutankhamun wears a nemes headcloth which has the royal insignia of a cobra (Wadjet) and vulture + (Nekhbet) on it. These are thought respectively to symbolize Tutankhamun's rule of both Lower Egypt and Upper + Egypt. His ears are pierced for earrings. The mask has rich inlays of coloured glass and gemstones, including + lapis lazuli surrounding the eye and eyebrows, quartz for the eyes, obsidian for the pupils. The broad collar is + made up of carnelian, feldspar, turquoise, amazonite, faience and other stones.

+
+ + +

The mask of Tutankhamun was created in Egypt around 1323 BC. It is a death mask of the 18th-dynasty ancient Egyptian Pharaoh Tutankhamun + who reigned 1332–1323 BC.

+
+ +

The mask of Tutankhamun was found in his burial chamber at Theban Necropolis in the Valley of the Kings in + 1922. On 28 October 1925 the excavation team led by English archaeologist Howard Carter opened the heavy + sarcophagus and three coffins and were the first people in around 3,250 years to see the mask of Tutankhamun. + Carter wrote in his diary: The pins removed, the lid was raised. The penultimate scene was disclosed – + a very neatly wrapped mummy of the young king, with golden mask of sad but tranquil expression, symbolizing + Osiris … the mask bears that god's attributes, but the likeness is that of Tut.Ankh.Amen – placid and + beautiful, with the same features as we find upon his statues and coffins. The mask has fallen slightly + back, thus its gaze is straight up to the heavens. +

+
+ In December 1925, the mask was removed from the tomb, placed in a crate and transported 635 + kilometres (395 mi) to the Egyptian Museum in Cairo, where it remains on public display. +
+ + + + When it was discovered in 1925, the 2.5kg narrow gold beard was no longer attached to + the mask and was reattached to the chin by use of a wooden dowel in 1944. + In August 2014 when the mask was removed from its display case for cleaning, the + beard fell off again. Those working in the museum unadvisedly used a quick-drying epoxy to attempt to fix + it, but left the beard off-centre. + The damage was noticed and repaired in January 2015 by a German-Egyptian team who + used beeswax, a material known to be used as adhesives by the ancient Egyptians. + + + +
+
+
+ +
+ +

+ + The object element is a recent addition to the TEI P5 Guidelines as of version 3.5.0 and as such may + be more prone to further revision in the next few releases as its use develops. This may be particularly evident where its + contents have been borrowed from msDesc and have yet to be generalized from their use in the context of manuscript descriptions. +

+ +

The object element may be used for describing any object, text-bearing or not, though where the textuality of the object is the + primary concern or a collection is mostly composed of manuscripts, encoders may prefer the msDesc element (a more specific form of object) which may be used not only to + describe manuscripts but any form of text-bearing objects such as early printed books. +

+ +
+ + +

+ Das object-Element ist eine Neuerung zu den TEI P5 Guidelines ab Version 3.5.0 und kann daher in den nächsten Releases noch weiter überarbeitet werden. + Dies kann besonders dann vorkommen, wenn der Inhalt von msDesc übernommen wurde und durch seine spezifische Verwendung im Rahmen von Manuskriptbeschreibungen + noch verallgemeinert werden muss. +

+
+ + + 13.3.6. Objects + +
+ list of objects + Liste der Objekte + lista di oggetti + contains a list of descriptions, each of which provides information about an + identifiable physical object. + enthält eine Liste von Beschreibungen, die jeweils Informationen zu einem identifizierbaren physischen Objekt liefern. + contiene una lista di descrizioni, ognuna delle quali fornisce informazioni a proposito di un determinato oggetto fisico. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + United Kingdom + Oxfordshire + Oxford + University of Oxford + Ashmolean Museum + English Treasures + AN1836p.135.371 + https://en.wikipedia.org/wiki/Alfred_Jewel + Alfred Jewel + + +

The Alfred Jewel is about 6.4 cm in length and is made of combination of filigreed gold + surrounding a polished teardrop shaped piece of transparent quartz. Underneath the rock crystal + is a cloisonné enamel image of a man with ecclesiastical symbols. The sides of the jewel holding the crystal in + place contain an openwork inscription saying "AELFRED MEC HEHT GEWYRCAN", meaning 'Alfred ordered me made'.

+
+ + It is generally accepted that the Alfred Jewel dates from the late 9th Century and was + most likely made in England. + The jewel was discovered in 1693 at Petherton Park, North Petherton in the English county of + Somerset, on land owned by Sir Thomas Wroth. North Petherton is about 8 miles away from Athelney, where King Alfred + founded a monastery. + A description of the Alfred Jewel was first published in 1698, in the Philosophical + Transactions of the Royal Society. + It was bequeathed to Oxford University by Colonel Nathaniel Palmer (c. 1661-1718) and today is in the + Ashmolean Museum in Oxford. + +
+
+
+
+ +

The type attribute may be used to distinguish different types of objects.

+
+ +

Das type-Attribut kann verwendet werden, um unterschiedliche Typen von Objekten zu unterscheiden.

+
+ + + + 13.3.6. Objects + + +
+ object identifier + Objektidentifikator + groups one or more identifiers or pieces of locating information concerning a single object. + gruppiert einen oder mehrere Identifikatoren oder Teile von Lokalisierungsinformationen, die ein einzelnes Objekt betreffen. + + + + + + + + + + + + + + + + + + + + + United Kingdom + Oxfordshire + Oxford + University of Oxford + Ashmolean Museum + English Treasures + AN1836p.135.371 + https://en.wikipedia.org/wiki/Alfred_Jewel + Alfred Jewel + + + + + + + + Excalibur + Caliburn + Caledfwlch + Calesvol + Kaledvoulc'h + Caliburnus + Wales + +

Excalibur is the name for the legendary sword of King Arthur, in Welsh it is called Caledfwlch, + in Cornish it is called Calesvol, in Breton it is called Kaledvoulc'h, and in Latin it is called Caliburnus. + In some versions Excalibur's blade was engraved with phrases on opposite sides which in translation read: + "Take me up" and "Cast me away" (or similar).

+
+
+
+ + 13.3.6. Objects + + +
+ provides a set of attributes for hypertextual linking. + 하이퍼텍스트와 다른 연결에 대한 속성의 집합을 정의한다. 이것은 연결에 대한 부가적 태그 집합이 선택될 때 모든 요소에 가능해야 한다. + 定義一組用於超文字連結及其他連結的屬性,當連結的附加標籤組被選擇時,這些屬性可用於所有元素。 + ハイパーテキストリンクの属性セットを提供する。 + fournit un ensemble d'attributs pour décrire les + liens hypertextuels. + 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. + definisce un insieme di attributi per ipertesto o altro legame abilitati per tutti gli elementi quando è selezionato il sottoinsieme di marcatori per i collegamenti + + + corresponds + 일치 + correspondencia + correspond + corrispondente + 対応 + points to elements that correspond to the current + element in some way. + 어떤 식으로든 현 요소와 일치하는 요소를 가리킨다. + 連結到的元素在某方面符合現有元素。 + 当該要素と対応する要素を示す。 + pointe vers des éléments qui ont une + correspondance avec l'élément en question. + señala los elementos que presentan una correspondencia con el elemento corriente. + punta a elementi che hanno una qualche corrispondenza con l'elemento corrente + + + + + + + +
+ He Whakamaramatanga mo te Ture Hoko, Riihi hoki, i nga Whenua Maori, 1876. +

+
+ +
+ + +
+ An Act to regulate the Sale, Letting, and Disposal of Native Lands, 1876. +

+
+ +
+
+
+

In this example a group contains two texts, each containing the same document in a different language. The correspondence is indicated using corresp. The language is indicated using xml:lang, whose value is inherited; both the tag with the corresp and the tag pointed to by the corresp inherit the value from their immediate parent.

+
+ + + + + + + London + The city of London... + + + + + London + +

Allegorical character representing the city of London.

+
+
+ + London’s Genius + +

Personification of London’s genius. Appears as an + allegorical character in mayoral shows. +

+
+
+
+

In this example, a place element containing information about the city of + London is linked with two person elements in a literary personography. + This correspondence represents a slightly looser relationship than the one in the + preceding example; there is no sense in which an allegorical character could be + substituted for the physical city, or vice versa, but there is obviously a correspondence + between them.

+
+ +
+ + synchronous + 동시발생 + sincrónico + synchrone + sincrono + 連動 + points to elements that are synchronous with the current + element. + 현 요소와 동시 발생하는 요소를 가리킨다. + 連結到的元素和現有元素同時出現。 + 当該要素と連動する要素を示す。 + pointe vers des éléments qui sont synchrones avec l'élément en question. + señala los elementos que son sincrónicos con el elemento corriente. + punta a elementi sincroni rispetto all'elemento corrente + + + + points to an element that is the same as the current + element. + 현 요소와 동일한 요소를 가리킨다. + 連結到的元素和現有元素相同。 + 当該要素と同一の要素を示す。 + pointe vers un élément identique à l'élément en question. + señala el elementos que se corresponde exactamente con el elemento corriente. + punta a un elemento che corrisponde esattamente all'elemento corrente + + + + points to an element of which the current element is a + copy. + 현 요소가 그 복사인 요소를 가리킨다. + 現有元素為所連結元素的複製本。 + 当該要素のコピー要素を示す。 + pointe vers un élément dont l'élément en question + est une copie. + señala un elemento del que el elemento corriente es una copia. + punta a un elemento di cui l'elemento corrente è una copia + + +

Any content of the current element should be ignored. Its + true content is that of the element being pointed at.

+
+ +

Tout contenu appartenant à l'élément en cours doit être ignoré. Le vrai + contenu est celui de l'élément cible du pointeur.

+
+ +

+ 当該要素の内容は無視されるべき。本当の内容は、参照先の要素の内 + 容になる。 +

+
+
+ + points to the next element of a virtual aggregate of which + the current element is part. + 현 요소가 그 부분인 가상 집합의 다음 요소를 가리킨다. + 連結到現有元素所屬虛擬集合中的下一個元素。 + indica el elemento siguiente de un agregado virtual del cual elemento actual es una parte. + 当該要素も所属する仮想集合における次の要素を示す。 + pointe vers l'élément suivant d'un ensemble + virtuel dont l'élément en question est une partie. + punta all'elemento + seguente all'interno di un aggregazione virtuale di cui l'elemento corrente fa parte + +

It is recommended that the element indicated be of the same type as the element bearing this attribute.

+ +

指定された要素も、この属性を持つ要素と同じ型であることが推奨される。

+
+
+ + previous + 이전 + anterior + précédent + precedente + 前の + points to the previous element of a virtual aggregate of + which the current element is part. + 현 요소가 그 부분인 가상 집합의 이전 요소를 가리킨다. + 連結到現有元素所屬虛擬集合中的上一個元素。 + 当該要素も所属する仮想集合における前の要素を示す。 + pointe vers l'élément précédent d'un ensemble + virtuel auquel appartient l'élément en question. + señala al elemento precedente de una adición virtual, de la cual el elemento corriente forma parte. + punta all'elemento + precedente all'interno di un aggregazione virtuale di cui l'elemento corrente fa parte + +

It is recommended that the element indicated be of the same type as the element bearing this attribute.

+ +

指定された要素も、この属性を持つ要素と同じ型であることが推奨される。

+
+
+ + points to elements that are in exclusive alternation + with the current element. + 현 요소와 배타적 교체인 요소를 가리킨다. + 連結到的元素是現有元素的專有替換元素。 + 当該要素の代替要素を示す。 + pointe vers des éléments qui sont une alternative + exclusive à l'élément en question. + señala los elementos que estan en relación de alternancia exclusiva con el elemento corriente. + punta a elementi in relazione di alternanza esclusiva con l'elemento corrente + + + + selects one or more alternants; if one alternant is + selected, the ambiguity or uncertainty is marked as resolved. If + more than one alternant is selected, the degree of ambiguity or + uncertainty is marked as reduced by the number of alternants not + selected. + 하나 이상의 교체형을 선택한다; 만약 하나의 교체형이 선택되면 중의성 또는 불활실성이 해결된 것으로 표시된다. 만약 둘 이상의 교체형이 선택되면, 중의성 또는 불확실성의 정도가, 선택되지 않은 교체형의 수로 감소된 것으로 표시된다. + 選擇一個或多個替換;若選擇一個替換,則疑惑或不明確被標記為已解決。若選擇的替換多於一個,則疑惑或不明確的程度因為未選擇的替換而被標記為減低。 + ひとつ以上の選択肢を選ぶ。ひとつの選択肢が選ばれる場合、その曖昧 + 度や不確実度が示される。複数の選択肢が選ばれる場合、選ばれなかっ + た選択肢の数から還元される、曖昧度や不確実度が示される。 + sélectionne une ou plusieurs valeurs alternatives + ; si une seule valeur est sélectionnée, l'ambiguïté ou l'incertitude est marquée comme + résolue. Si plus d'une valeur alternative est sélectionnée, le degré d'ambiguïté ou + d'incertitude est marqué comme réduit par le nombre de valeurs alternatives non + sélectionnées. + selecciona una o más alternativas; si se selecciona una de las alternativas, la ambigüidad o la incerteza se indica como resuelta; si se selecciona más de una alternativa, el grado de ambigüidad o incerteza se indica como reducido del número de las alternativas no seleccionadas. + seleziona una o più alternative; se viene selezionata una delle alternative, l'ambiguità o incertezza è indicata come risolta; se viene selezionata più di un'alternativa, il grado di ambiguità o incertezza è indicato come ridotto dal numero delle alternative non selezionate + + +

This attribute should be placed on an element which is + superordinate to all of the alternants from which the + selection is being made.

+
+ +

Cet attribut doit être placé dans un élément hiérarchiquement supérieur à + tous les éléments possibles parmi lesquelles la sélection est faite.

+
+ +

+ 当該属性は、選択対象となる全ての要素の上位に位置する要素に付与 + されるべきである。 +

+
+
+
+ + 16. Linking, Segmentation, and Alignment + +
+ link + lien + defines an association or hypertextual link among elements or passages, of some type not more precisely specifiable by other elements. + 다른 요소들에 의해 좀 더 명확하게 명시되지 않는 유형의 요소 또는 단락들의 연관 또는 하이퍼텍스트 연결을 정의한다. + 定義元素或段落之間的關連或超文字連結,其他元素無法將此連結類型作更詳細說明。 + 他の要素では上手く示せない、要素や一節間にある関連性やハイパーテキス トリンクを定義する。 + définit une association ou un lien hypertextuel entre des éléments ou des passages, lien dont le type ne peut être spécifié précisément par d'autres éléments. + define una asociación o vínculo hipertextual entre elementos o fragmentos de texto que no es especificable por otros elementos. + definisce tra elementi o porzioni di testo un'associazione o legame ipertestuale non meglio specificabile da altri elementi + + + + + + + + + + You must supply at least two values for @target or on + + + + + The state Supreme Court has refused to release Rahway State Prison inmate + James Scott on bail. + The fighter is serving 30-40 years + for a 1975 armed robbery conviction in the penitentiary. + + + + + + + + +

This element should only be used to encode associations not otherwise provided for by more specific elements.

+

The location of this element within a document has no significance, unless it is included within a linkGrp, in which case it may inherit the value of the type attribute from the value given on the linkGrp.

+
+ +

Cet élément n’est utilisé que pour encoder des associations ; il n’est pas préconisé pour d’autres éléments plus spécifiques.

+

L’emplacement de cet élément dans un document n'a aucune signification, à moins qu'il ne soit inclus dans un élément linkGrp ; dans ce cas il peut hériter de la valeur donnée à l’attribut type de l’élément linkGrp .

+
+ +

当該要素は、他の要素では示すことができない関連性を符号化する際にの み使われるべきである。

+

当該要素が、要素linkGrpでまとめられているのでなければ、当 該要素のある場所は重要ではない。要素linkGrpの下にある場合、 属性typeの値は要素linkGrpがもつ値を継承する。

+
+ + 16.1. Links + +
+ anchor point + 앵커 지점 + 錨點 + point d'ancrage + punto de anclaje + punto di ancoraggio + Ankerpunkt + アンカーポイント + attaches an identifier to a point within a text, whether or not it corresponds with a textual element. + 텍스트적 요소와의 일치여부와 상관없이 텍스트 내의 특정 지점에 확인소를 부착한다. + 在文件中某一位置附上識別符碼,無論該位置是否符合一個文字性元素。 + テキスト中のある地点に対して識別子を付与する。テキスト要素と対応するかは問われない。 + attache un identifiant à un point du texte, que ce point corresponde ou non à un élément textuel. + enlanza un indentificador con una posición al interno del texto, independientemente del hecho que esta corresponda o no a un elemento textual. + aggancia un indentificatore a una posizione all'interno del testo indipendentemente dal fatto che questa corrisponda o meno a un elemento testuale + fügt an einer Stelle im Text eine Kennung ein, unabhängig von der Textstruktur. + + + + + + + + + The anchor is here somewhere. + Help me find it. + + + + + + L'ancre est ici quelque part. + Aidez-moi à la trouver. + + + + + + 此錨點指向這 + 請搜尋此處 + + + + +

On this element, the global xml:id attribute must be supplied to specify an identifier for the point at which this element occurs within a document. The value used may be chosen freely provided that it is unique within the document and is a syntactically valid name. There is no requirement for values containing numbers to be in sequence.

+
+ +

Il faut donner à cet élément un attribut global xml:id afin de spécifier un identifiant pour le point où l'élément intervient dans un document TEI. La valeur utilisée peut être choisie librement, pourvu qu'elle soit unique dans le document TEI et que le nom soit syntaxiquement valide. Les valeurs contenant des nombres ne doivent pas nécessairement former une séquence.

+
+ +

当該要素において、グローバル属性xml:idの値としてIDを付 与する必要がある。この値は、該当する文書中でユニークであり、かつ統語 上妥当な名前であれば、自由に決めてよい。必ずしも連続する番号を振る必 要はない。

+
+ +

In diesem Element muss das globale xml:id-Attribut gesetzt werden, um eine Kennung für + genau diese Stelle innerhalb des Dokuments angeben zu können. Der Wert kann frei gewählt werden, + solange er innerhalb des Dokuments eindeutig ist und es sich um einen syntaktisch validen Namen + handelt. Werden innerhalb des xml:id-Attributs Zahlen verwendet, müssen die Werte nicht + sequenziell verwendet werden.

+
+ + 8.4.2. Synchronization and Overlap + 16.5. Correspondence and Alignment + +
+ indicates a point in time either relative to other elements in the same timeline tag, or absolutely. + 동일 시간선상의 태그에서 다른 요소들에 대한 상대적 또는 절대적인 시간 지점을 표시한다. + 指出一個時間點,相對或絕對於同一時間進程標籤裡的其他元素。 + 同じ要素timeline中にある他の要素に対応する時点、または絶対 的な時点を示す。 + indique un point dans le temps, soit relatif à d'autres éléments de l'élément timeline dans lequel il est contenu, soit dans l'absolu. + proporciona una indicación temporal en términos relativos respecto a otros elementos determinados sobre la misma escala temporal, o en términos absolutos. + fornisce un'indicazione temporale in termini relativi, rispetto ad altri elementi determinati sulla stessa scala temporale, o in termini assoluti + + + + + + + supplies an absolute value for the time. + 시간에 대한 절대값을 제시한다. + 提供一個絕對時間值。 + 当該時点の、絶対時間を示す。 + contient une valeur temporelle absolue. + proporciona un valor temporal absoluto + indica un valore temporale assoluto + + +

This attribute should always be specified on a when element which serves as the target for the origin attribute of a timeline.

+
+ +

Cet attribut est obligatoire pour l'élément when qui est désigné comme cible par l'attribut origin de l'élément timeline.

+
+ +

要素timelineにある属性originの値で指定され た要素で必要となる。

+
+
+ + specifies the unit of time in which the interval value is expressed, if this is not inherited from the parent timeline. + 상위 timeline으로부터 상속받지 않았다면, interval 값이 표현된 시간 단위를 명시한다. + 若未由父元素timeLine得到時間單位資訊,則在此指明屬性interval所使用的時間單位。 + 親要素timeLineから継承されない場合、属性 intervalで示される時間の単位を示す。 + spécifie l'unité de temps dans laquelle la valeur de l'attribut interval est exprimée, si elle n'est pas héritée de l'élément parent timeLine. + especifica la unidad temporal en la que se expresa el valor interval, si este valor no es heredado del padre timeline. + specifica l'unità temporale nel quale è espresso l'attributo interval, se questo non è ereditato dal genitore timeline + + + + + days + jours + giorni + días + + + hours + heures + ore + horas + + + minutes + minutos + minuti + + + seconds + secondes + secondi + segundos + + + milliseconds + millisecondes + millesimi di secondo + milésimas de segundo + + + + + specifies a time + interval either as a number or as one of the keywords defined + by the datatype teidata.interval + 시구간의 수치 부분을 명시한다. + 指明時間區段中的數值部份 + 時間幅を数値で示す。 + spécifie la partie numérique d'un intervalle de temps. + especifica los componentes numéricos de un intervalo temporal. + indica la componente numerica di un intervallo temporale + + + + 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. + 현재의 when 요소의 시간을 결정하기 위한 참조 지점을 식별하며, 이것은 참조 지점의 시간에 구간을 합하여 구해진다. + 指出一個參照點,用以確定現有元素when的時間,可於參照點的時間內加入區段而取得。 + 当該要素whenの時間となる参照時点を示す。参照時点に時間 幅を足すことで得られる。 + identifie le point de référence pour déterminer la date ou l'heure de l'élément courant when : cette date ou cette heure s'obtiennent en ajoutant la valeur de l'intervalle à la date du point de référence. + identifica el punto de referencia para la determinación del valor temporal del elemento when (cuando) en cuestión, obtenido añadiendo el intervalo al punto de referencia temporal. + identifica il punto di riferimento per la determinazione del valore temporale dell'elemento when corrente, ottenuto aggiungendo l'intervallo al punto di riferimento temporale + + +

This attribute should point to another when + element in the same timeline. If no value is + supplied, and the absolute attribute is also unspecified, then the reference point is understood to be the origin of the enclosing timeline tag.

+
+ +

Si cet attribut est omis, et qu'il n'y a pas d'attribut absolute, le point de référence retenu est alors l'attribut originde l'élément englobant timeline.

+
+ +

当該属性が省略され、かつ属性absoluteが指定されてい ない場合、参照時点は、要素timelineの始点と解釈される。

+
+
+
+ + + + + + + + + + + + + + + + +

On this element, the global xml:id attribute must be supplied to specify an identifier for this point in time. The value used may be chosen freely provided that it is unique within the document and is a syntactically valid name. There is no requirement for values containing numbers to be in sequence.

+
+ +

L'élément when doit avoir un attribut global xml:id pour identifier ce point dans le temps. La valeur utilisée peut être choisie librement, pourvu qu'elle soit unique dans le document et que le nom soit syntaxiquement valide. Les valeurs contenant des nombres ne doivent pas nécessairement former une séquence.

+
+ +

当該要素には、時点の識別子となるグローバル属性xml:idは 必ず付与される。この値は、当該文書中でユニークであり、統語上妥当で ある名前であれば、自由に選んでよい。一連の数字を含むといった制約は ない。

+
+ + 16.4.2. Placing Synchronous Events in Time + +
+ Functions as a + container element for linked data, contextual information, and + stand-off annotations embedded in a TEI document. + + リンクト・データや文脈情報、TEI文書に埋め込まれたスタンドオフ・アノテーションをコンテナ化する要素として機能する。 + + + + + + + + + + + + + This + element must have a @type attribute, since it is + nested inside a + + + +

This example shows an encoding of morphosyntactic features similar to the encoding + system used by ISO 24611 (MAF).

+ + + + + + +

+ I + wanna + put + up + new + wallpaper + . +

+ + +
+ + + + + + + + + + + I + + + + want + + + + to + + + + put up + + + + new + + + + wallpaper + + + +
+
+
+ +

This example shows an encoding of contextual + information which is referred to from the main text.

+ + + + + + + Atlanta + + Georgia + United States of America + 33.755 -84.39 + + + + + Birmingham + + Alabama + United States of America + 33.653333 -86.808889 + + + + + + + + +

Moreover, I am congnizantcognizant of the interrelatedness of all communities and + states. I cannot sit idly by in Atlanta and not be concerned about what happens + in Birmingham. Injustice anywhere is a threat to justice everywhere. We + are caught in an inescapable network of mutuality, tied in a single garment + of destiny. Whatever affects one directly affects all indirectly. Never + again can we afford to live with the narrow, provincial outside agitator + idea. Anyone who lives inside the United States can never be considered + an outsider anywhere in this country.

+ + +
+
+
+
+ + 16.10. The standOff Container + +
+ contains a list of annotations, typically encoded as + annotation, annotationBlock, or note, possibly organized with + nested listAnnotation elements. + + + + + + + + + + + + + + + + + + + + + + The spell begins to + break + The turning point of the poem... + + + + + + The self-same moment I could pray; + And from my neck so free + The albatross fell off, and sank + Like lead into the sea. + + + + + + + + + CONJ + RELPRO + V + + + faster + + + + + + + + + + + + creator + Francis Kelsey + + ‘Gaul as a whole,’ contrasted with Gaul in the narrower sense, or Celtic Gaul; Celtic Gaul also is often called Gallia. + + + + creator + Rice Holmes + + Gallia...divisa: Notice the order of the words. ‘Gaul, taken as a whole, is divided’. + + + + creator + Arthur Tappan Walker + + Belgae -arum m., the Belgae or Belgians + + + + creator + Arthur Tappan Walker + + Aquitani, -orum m.: the Aquitani, inhabiting southwestern Gaul + + + + creator + Arthur Tappan Walker + + Celtae, -arum m: the Celtae or Celts + + + + creator + William Francis Allen + Joseph Henry Allen + Harry Pratt Judson + + the verb is singular, because the two rivers make one boundary; as we should say, + ‘is divided by the line of the Seine and Marne.’ + + + + +
+
+

+ Gallia est omnis divisa in partes tres, quarum unam incolunt Belgae, aliam + Aquitani, tertiam qui ipsorum lingua Celtae, nostra Galli appellantur. + Hi omnes lingua, institutis, legibus inter se differunt. Gallos ab Aquitanis + Garumna flumen, a Belgis Matrona et Sequana dividit. + +

+
+
+ +
+
+
+ +

The enclosed annotations may use the general-purpose note element; or, for + annotations pertaining to transcriptions of speech, the special-purpose + annotationBlock element; or the annotation element, which is intended to + map cleanly onto the Web Annotation Data Model.

+
+ + 16.10. The standOff Container + +
+ represents an annotation following the Web + Annotation Data Model. + + + + + + + + + + + + + + + + + + + + + intent is to assess the target resource in + some way, rather than simply make a comment about it + + + intent is to create a bookmark to the target + or part thereof + + + intent is to classify the target in some + way + + + intent is to comment about the target + + + intent is to describe the target, rather than + (for example) comment on it + + + intent is to request an edit or a change to + the target resource + + + intent is to highlight the target resource or + a segment thereof + + + intent is to assign an identity to the + target + + + intent is to link to a resource related to + the target + + + intent is to assign some value or quality to + the target + + + intent is to ask a question about the + target + + + intent is to reply to a previous statement, + either an annotation or another resource + + + intent is to associate a tag with the + target + + + +

For further detailed explanation of the suggested values, see the Web + Annotation Vocabulary (WAV). The motivations described here map to URIs defined by + the WAV and when exported to RDF or JSON-LD must have the URI + http://www.w3.org/ns/oa# prepended.

+

As an RDF vocabulary, WADM permits the definition of new + motivations (see Appendix C of the WAV). In TEI, new motivations may be defined in a + custom ODD (see section 23.3.1.3). New motivations must also + map to URIs defined by an RDF ontology extending the WAV.

+
+
+ + +
+ + + + + + creator + Fred Editor + + + + + + + + + + + + + + + + + + The correct title of this specification, and the correct full name of XML, is + "Extensible Markup Language". "eXtensible Markup Language" is just a spelling error. + However, the abbreviation "XML" is not only correct but, appearing as it does in the title + of the specification, an official name of the Extensible Markup Language. + + + + + 16.10. The standOff Container + +
+ provides attributes used to decorate rows or cells of a table. + 테이블의 행 또는 셀을 장식하는 속성을 제공한다. + 提供屬性,用以裝飾表格內的儲存格或列。 + 表の行またはセルを修飾する属性を示す。 + + fournit des attributs pour mettre en forme les lignes ou les cellules d'un tableau. + proporciona atributos usados para decorar filas o celdas de una tabla. + assegna degli attributi utilizzati per decorare righe e celle di una tabella + + + role + rôle + indicates the kind of information held in this cell or +in each cell of this row. + 이 셀에 또는 이 행의 각 셀에 나타난 정보의 종류를 제시한다. + 指出此儲存格或列當中,各儲存格所包含的資訊類型。 + 当該セル、または当該行中のセルにある情報の種類を示す。 + + indique le type des + informations contenues dans cette cellule ou dans chaque cellule de cette ligne. + especifica el tipo de información contenida en la celda en cuestión o en cada una de las celdas de la fila. + specifica il tipo di informazione contenuta nela cella in questione o in ciascuna delle celle della riga presa in esame + + data + + + labelling or descriptive information only. + 표지 또는 기술적 정보만 허용 + 僅為標號或描述性資訊。 + etiquetado o información descriptiva solamente. + 記述的情報またはラベルのみ。 + + uniquement des informations relatives au codage ou à la description + informazione esclusivamente descrittiva o del tipo etichetta + + + data values. + 데이터 값 + 數據值。 + valores de datos. + 日付情報。 + + valeurs de données + valori di dati + + + +

When this attribute is specified on a row, its value is the + default for all cells in this row. When specified on a cell, + its value overrides any default specified by the +role attribute of the parent row element.

+
+ +

Quand cet attribut est appliqué à une ligne de tableau, sa valeur est + transmise comme valeur par défaut à toutes les cellules de cette ligne. + Quand il est spécifié sur une cellule, sa valeur annule et remplace toute + valeur spécifiée par défaut dans l'attribut role de l'élément + parent row.

+
+ +

Cuando este atributo se especifica en una fila, su valor es el valor por defecto para todas las celdas de esta fila. Cuando está especificado en una celda, su valor reemplaza cualquier valor por defecto especificado por +el atributo role (papel) del elemento padre row (fila).

+
+ +

+ 当該属性が行に付与されている場合、当該属性値は当該行中の全セル + のデフォルト値になる。当該属性がセルに付与されている場合、当該 + 属性値は、親要素rowの属性roleにあるデフォ + ルト値を上書きする。 +

+
+
+ + rows + lignes + indicates the number of rows occupied by this cell or row. + 이 셀 또는 행에 의해 사용된 행의 수를 나타낸다. + 指出此儲存格或列所占的列數。 + 当該セルまたは行を含む行の数を示す。 + + indique le nombre de lignes occupées par la cellule ou la ligne en question. + indica el número de filas ocupado por una celda o por la fila en cuestión. + indica il numero di righe occupate dalla cella o riga in questione + + 1 + +

A value greater than one indicates that this + cell + spans several rows. Where several cells span multiple rows, it may be more convenient +to use nested tables.

+
+ +

Lorsque plusieurs cellules s'étendent sur plusieurs lignes, il peut être plus pratique d'employer des tableaux inclus.

+
+ +

Donde varias celdas atraviesan varias filas, puede ser más conveniente utilizar los vectores jerarquizados.

+
+ +

+ 複数のセルが複数行に渡る場合には、入れ子の表を使った方が便利で + ある。 +

+
+
+ + columns + + columnas + colonnes + colonne + indicates the number of columns occupied by this cell or + row. + 이 셀 또는 행에 의해 사용된 열의 수를 나타낸다. + 指出此儲存格或列所佔的欄位數。 + 当該セルまたは行を含む列の数を示す。 + + indique le nombre de colonnes occupées par cette cellule ou cette ligne. + indica el número de columnas que abraza una celda o fila. + indica il numero di colonne occupate dalla cella o riga + + 1 + +

A value greater than one indicates that this cell or row + spans several columns. Where an initial cell spans an entire + row, it may be better treated as a heading.

+
+ +

Une valeur plus grande que 1 indique que cette cellule (ou cette ligne) + occupe plusieurs colonnes. Lorsqu'une première cellule s'étend sur une ligne entière, il peut être préférable de la considérer comme un titre.

+
+ +

Donde una celda inicial atraviesa una fila entera, puede ser tratada como título.

+
+ +

+ 始めのセルが行全体である場合には、見出しとして扱った方がよい。 +

+
+
+
+ + 14. Tables, Formulæ, Graphics, and Notated Music + +
+ table + tableau + Tabelle + contains text displayed in tabular form, in rows and columns. + 행과 열의 테이블 형식으로 제시된 텍스트를 포함한다. + 以表格形式呈現、包含在直行橫列中的文字內容。 + 表形式で示されるテキストを、行と列で示す。 + contient du texte affiché sous forme de tableau, en + rangées et colonnes. + contiene texto dispuedto en forma de tabla, con filas y + columnas. + contiene testo visualizzato in forma di tabella, in righe + e colonne. + enthält Text, der in Tabellenform, also in Zeilen und Spalten, dargestellt ist. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + rows + Zeilen + indicates the number of rows in the table. + 테이블의 행의 수를 표시한다. + 指出表格中的列數。 + 当該表中の行数を示す。 + indique le nombre de rangées dans le tableau. + indica el número de filas en una tabla. + indica il numero di righe della tabella. + gibt die Anzahl der Tabellenzeilen an. + + +

If no number is supplied, an application must calculate the + number of rows.

+

Rows should be presented from top to bottom.

+
+ +

Les rangées sont ordonnées de haut en bas

+
+ +

行は、上から下の順番で示される。

+
+ +

Wenn keine Zeilenanzahl angegeben wird, muss diese von einer Applikation berechnet werden.

+

Zeilen sollten von oben nach unten notiert werden.

+
+
+ + columns + + columnas + colonnes + colonne + Spalten + indicates the number of columns in each row of the table. + 테이블의 각 행별 열의 수를 표시한다. + 指出表格中每一列所包含的行數。 + 当該表中の列数を示す。 + indique le nombre de colonnes dans chaque rangée du + tableau. + indica el número de columnas por cada fila de la + tabla. + indica il numero di colonne in ciascuna riga della + tabella- + gibt die Anzahl der Tabellenspalten an. + + +

If no number is supplied, an application must calculate the + number of columns.

+

Within each row, columns should be presented left to right.

+
+ +

Si aucun nombre n'est fourni, une application doit calculer le nombre de colonnes.

Dans chaque rangée, les colonnes sont ordonnées de gauche à droite.

+
+ +

行中において、列は左から右への順番で示される。

+
+ +

Wenn keine Spaltenanzahl angegeben wird, muss diese von einer Applikation berechnet werden.

+

In einer Zeile sollten Spalten von links nach rechts notiert werden.

+
+
+
+ + + + Poor Men's Lodgings in Norfolk (Mayhew, 1843) + + + Dossing Cribs or Lodging Houses + Beds + Needys or Nightly Lodgers + + + Bury St Edmund's + 5 + 8 + 128 + + + Thetford + 3 + 6 + 36 + + + Attleboro' + 3 + 5 + 20 + + + Wymondham + 1 + 11 + 22 + +
+
+
+ + + + Persistance de la neige dans les Alpes suisses (Denzler). + + A l'altitude de + 650 m. + 1300m. + 1950m. + 2700m. + + + la neige reste + 77 jours. + 200 jours. + 245 jours. + 365 jours. + +
+
+
+ + + + 台北飯店提供住房數目(2008年雙十國慶 ) + + + 經濟客房 + 標準客房 + 高級客房 + + + 圓山大飯店 + 203 + 168 + 66 + + + 凱撒大飯店 + 216 + 140 + 32 + + + 喜來登大飯店 + 197 + 160 + 50 + + + 君悅大飯店 + 177 + 130 + 22 + +
+
+
+ +

Contains an optional heading and a series of rows.

+

Any rendition information should be supplied using the global rend attribute, at + the table, row, or cell level as appropriate.

+
+ +

Contient un titre facultatif et une suite de rangées.

+

Toute information relative à la restitution sera exprimée avec l'attribut global + rend appliqué au tableau, à la rangée, ou à la cellule selon le cas.

+
+ +

Enthält eine Reihe von Zeilen und optional eine Überschrift.

+

Jegliche Information die grafische Darstellung betreffend, sollte mit dem globalen + rend-Attribut auf der Ebene von Tabelle, Zeile oder Zelle verzeichnet werden.

+
+ + 14.1.1. TEI Tables + +
+ row + rangée + Tabellenzeile + contains one row of a table. + 하나의 테이블의 한 행을 포함한다. + 包含表格中的一列。 + 表の1行を示す。 + contient une rangée d'un tableau. + contiene una fila de la tabla. + contiene una riga di una tabella. + enthält eine Zeile einer Tabelle. + + + + + + + + + + + + + + + + + Classics + Idle listless and unimproving + + + + + + + Etudes classiques + Inoccupé indolent et sans amélioration + + + + + + + 古文 + 漫無目的且無精進的 + + + + + 14.1.1. TEI Tables + + + cell + cellule + Tabellenzelle + contains one cell of a table. + 하나의 테이블의 하나의 셀을 포함한다. + 包含表格中的一個儲存格。 + 表中のひとつのセルを示す。 + contient une cellule d'un tableau. + contiene una celda de una tabla. + contiene una cella di una tabella. + enthält eine Zelle einer Tabelle. + + + + + + + + + + + General conduct + Not satisfactory, on account of his great unpunctuality + and inattention to duties + + + + + + + Comportement général + Non satisfaisant, à cause de son inexactitude et de son + inconséquence + + + + + + + 工作評價 + 不滿意;因為工作拖延、粗心。 + + + + + 14.1.1. TEI Tables + +formulaformuleFormelcontains a mathematical or other formula.수식 또는 다른 식을 포함한다.包含數學或其他方程式。数式を示す。contient une formule mathématique ou tout autre type de + formulecontiene una fórmula matemática o de otro tipo.contiene una formula matematica o di altra natura.enthält eine mathematische oder andere Formel. + + + + E + = + m + + + c + + + 2 + + + + + + + 14.2. Formulæ and Mathematical Expressions + + figure + figure + Abbildung + groups elements representing or containing graphic information + such as an illustration, formula, or figure. + 삽화 또는 그림과 같은 시각 정보를 표시하거나 포함하는 요소를 모아 놓는다. + 所標記的區塊包含圖示、插圖、或圖表。 + 図表を示すまたは含む要素をまとめる。 + regroupe des éléments représentant ou contenant une + information graphique comme une illustration ou une figure. + indica un bloque que contiene gráficos, ilustraciones o + figuras. + contiene una porzione di testo costituita da grafici, + illustrazioni o figure. + umfasst Elemente, die grafische Informationen repräsentieren oder beinhalten, wie z. B. eine + Abbildung, Formel oder Diagramm. + + + + + + + + + + + + + + + + + + + + + +
+ The View from the Bridge + A Whistleresque view showing four or five sailing boats in the foreground, and a + series of buoys strung out between them. + +
+
+
+ + +
+ La tour rouge, de Giorgio De Chirico + Le tableau représente un donjon au pied duquel s'étend un espace quasiment vide, + hormis quelques détails + +
+
+
+ + +
+ 圖一: 橋上的視野 + 前景有四五隻風帆,中間一堆救生圈串連。 + +
+
+
+ + 14.4. Specific Elements for Graphic Images + +
description of figureBeschreibung einer Abbildung그림 기술圖表描述description d'une figuredescripción de una figuraDescrizione di una figuracontains a brief prose description of the appearance or content +of a graphic figure, for use when documenting an image without +displaying it.包含圖表內容的簡短文字描述,用於紀錄圖像但未呈現圖像的情況。図表の内容や現れ方について簡単な散文で解説を示す。当該図表を示さない + で記録する場合に使用される。contient une brève description de l'apparence ou + du contenu d'une représentation graphique, pour documenter une image sans avoir à + l'affichercontiene una breve descripción de la apariencia o del contenido de una figura gráfica, para utilizarla al documentar una imagen sin mostrarla.contiene una breve descrizione dell'aspetto o del contenuto di una figura, da utilizzare quando si vuole documentare un'immagine senza mostrarla.enthält einen kurzen Beschreibungstext des Inhalts oder des Aussehens einer Abbildung, um etwa + ein Bild ohne dessen Anzeige dokumentieren zu können. + +
+ + Emblemi d'Amore + A pair of naked winged cupids, each holding a + flaming torch, in a rural setting. +
+
+
+ +
+ + Dick Kennedy + Gravure de E. Riou représentant un jeune homme assis sur une chaise, les + pieds sur une autre et tenant à la main une canne. En arrière plan, une théière, et + l'inscription Map of Africa . +
+
+
+

This element is intended for use as an alternative to the +content of its parent figure element ; for example, to display +when the image is required but the equipment in use cannot display +graphic images. It may also be used for indexing or documentary +purposes.

+
+

Cet élément est prévu pour être utilisé comme alternative au contenu de son élément + parent figure; par exemple, pour montrer que l'image est exigée mais que + le matériel en service ne peut pas montrer des documents graphiques. Il peut également + être employé pour l'indexation ou dans un but documentaire.

+
+

+

+ 当該要素は、要素figureの内容の代わりに使用されるものであ + る。例えば、当該図表を表示する際に、機器がその表示に対応していない + 場合に使用されるものである。また、索引や記録資料を作成するために使 + 用されるかもしれない。 +

+
+

Dieses Element ist als Ersatz für den Inhalt seines Elternelements figure gedacht. Zum + Beispiel wenn das Bild nicht angezeigt werden kann und man auf einen Alternativtext angewiesen + ist. Es kann weiters für Indexierungen und Dokumentationen benutzt werden.

+
+ 14.4. Specific Elements for Graphic Images +
+ provides attributes used to express correspondence between an element and all or part of a facsimile image or surface. + facsimile 요소 내에서 이미지 또는 표면부와 관련될 수 있는 요소 + los elementos que se pueden asociar a una imagen o a una + superficie dentro de un facsímil. + 転写されたテキストを含む要素と、そのテキストを表す画像の全部または一部との間の対応を表すために使用される属性を提供する。 + attributs utilisables pour les éléments correspondant à tout ou partie d'une image, parce qu'ils contiennent une représentation alternative de cette image, généralement mais + pas nécessairement, une transcription. + elementi che possono essere associati a un'immagine o una + superficie all'interno dell'elemento facsimile + + + facsimile + 모사 + facsímil + fac-similé + ファクシミリ + points to one or more images, portions of an image, or surfaces which correspond to the current element. + 이미지 또는 이 요소와 일치하는 facsimile 요소의 부분을 직접 가리킨다. + indica directamente a la imagen, o a la parte de un + facsímil que se corresponde con este elemento. + 当該要素に対応する要素facsimileにある画像やその部分への 参照。 + pointe directement vers une image ou vers une partie + d'une image correspondant au contenu de l'élément. + indica direttamente un'immagine o una parte di un + elemento facsimile corrispondente a tale elemento + + + + + + + 11.1. Digital Facsimiles + + + provides attributes allowing its member +elements to specify one or more states or revision campaigns with which they are +associated. + そのメンバ要素が関連する1つ以上の状態または改定を指定できるように、change属性を提供する。 + + + 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. + この属性とその子を持つ要素が符号化する人によって割り当てられた状態または改定を記述する1つまたは複数のchange要素を示す。 + + + + + + provides attributes that can be used to position their parent + element within a two dimensional coordinate system. + 이차원 좌표 체계 내에서 위치될 수 있는 요소 + los elementos se pueden colocar dentro de un sistema de coordenadas bidimensional. + 2次元座標システムによる、親要素の場所を示す属性。 + attributs utilisables pour les éléments pouvant être positionnés dans un système de coordonnées à deux dimensions. + elementi posizionabili all'interno di un sistema di coordinate bidimensionale + + + indicates the element within a transcription of the text +containing at least the start of the writing represented by this zone +or surface. + désigne l'élément qui, dans la transcription du texte, contient au moins le début de la section de texte représentée dans la zone ou surface. + このzoneまたはsurface要素で示される記述の少なくとも開始点を含むようなテクストの翻刻内の要素を示す。 + + + + gives the x coordinate value for the upper left corner of a +rectangular space. + 직사각형 공간의 좌측 상단에 대한 x 좌표 값을 제시한다. + proporciona el valor de la coordinada X para el ángulo superior izquierdo de un espacio rectangular. + 矩形における左上点のX軸の値を示す。 + + donne la valeur x de l'abscisse du + coin supérieur gauche d'un rectangle. + assegna il valore x all'angolo superiore sinistro di uno spazio rettangolare + + + + gives the y coordinate value for the upper left corner of a +rectangular space. + 직사각형 공간의 좌측 상단에 대한 y 좌표 값을 제시한다. + proporciona el valor de la coordinada Y para el ángulo superior izquierdo de un espacio rectangular. + 矩形における左上点のY軸の値を示す。 + + donne la valeur y de l'ordonnée du coin supérieur gauche d'un rectangle. + assegna il valore y all'angolo superiore sinistro di uno spazio rettangolare + + + + gives the x coordinate value for the lower right corner of a +rectangular space. + 직사각형 공간의 오른쪽 하단에 대한 x 좌표 값을 제시한다. + proporciona el valor de la coordinada X para el ángulo inferior derecho de un espacio rectangular + 矩形における右下点のX軸の値を示す。 + + donne la valeur x de l'abscisse du coin inférieur droit d'un rectangle. + assegna il valore x all'angolo inferiore destro di uno spazio rettangolare + + + + gives the y coordinate value for the lower right corner of a +rectangular space. + 직사각형 공간의 오른쪽 하단에 대한 y 좌표 값을 제시한다. + proporciona el valor de la coordinada Y para el ángulo inferior izquierdo de un espacio rectangular + 矩形における右下点のY軸の値を示す。 + + donne la valeur y de l'ordonnée du coin inférieur droit d'un rectangle. + assegna il valore y all'angolo inferiore destro di uno spazio rettangolare + + + + identifies a two dimensional area by means of a series of pairs of numbers, each of which gives the x,y coordinates of a point on a line enclosing the area. + 当該の領域を取り囲む線上の点のXとY軸を与える一連の数値の組を持つ他の属性によって指定されたバウンディングボックス内の2次元の領域を特定する。 + + + + + contains a representation of some written source in the form of +a set of images rather than as transcribed or encoded text. + 전사 또는 부호화된 텍스트 형태보다는 이미지 집합의 형태로 기록 원본의 표상을 포함한다. + contiene una representación de una cierta fuente escrita bajo la forma de conjunto de las imágenes algo que como texto transcrito o codificado. + 転記または符号化されたテキストではなく、画像データ中にある、書記資料の +表現を示す。 + + contient une représentation d'une source écrite +quelconque sous la forme d'un ensemble d'images plutôt que sous la forme d'un texte transcrit +ou encodé. + contiene una rappresentazione di una qualche fonte scritta sotto forma di una serie di immagini piuttosto che di testo trascritto o codificato + + + + + + + + + + + + + + + + + + + + + A facsimile element represents a text with images, thus + transcribed text should not be present within it. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 11.1. Digital Facsimiles + + + 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. + 직사각형의 좌표 공간과 그 내부에서 기록 표면부를 정의한다. 수의적으로 그 공간의 하나 이상의 그림 표상과 관심 있는 직사각형 공간을 모아놓는다. + define una superficie escrita en coordinadas rectangulares, agrupando opcionalmente una o más representaciones gráficas de ese espacio, y las zonas rectangulares de interés dentro de él. + 矩形の座標により、書記の表面を定義する。選択的に、空間や矩形範囲中のひ +とつ以上の図表表現をまとめる。 + + définit une surface écrite comme un rectangle décrit par ses coordonnées spatiales, en regroupant éventuellement une ou plusieurs représentations +graphiques de cet espace et des zones rectangulaires intéressantes à l'intérieur de +celui-ci. + definisce una superficie scritta in termini di uno spazio rettangolare di coordinate, eventualmente che raggruppi una o più rappresentazioni grafiche di tale spazio, e delle zone rettangolari di interesse all'interno di questo + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + describes the method by which this surface is or was + connected to the main surface + + + + glued in place + + + pinned or stapled in place + + + sewn in place + + + + + indicates whether the + surface is attached and folded in such a way as to provide two + writing surfaces + + + + + + + + + + + + + +

The surface element represents any two-dimensional space on +some physical surface forming part of the source material, such as a piece of +paper, a face of a monument, a billboard, a scroll, a leaf etc.

+

The coordinate space defined by this element may be thought of + as a grid lrx - ulx units wide and + uly - lry units high.

+

The surface element may contain graphic representations +or transcriptions of written zones, or both. The coordinate values used by every + zone element contained by this element are to be + understood with reference to the same grid.

+

Where it is useful or meaningful to do so, any grouping of multiple +surface elements may be indicated using the +surfaceGrp element.

+
+ +

L'élément surface représente un secteur rectangulaire d’une surface physique faisant partie du matériau source. Ce peut être une feuille du papier, la façade d'un monument, un panneau publicitaire, un rouleau de papyrus ou en fait toute surface à deux dimensions.

+

L'espace de coordonnées défini par cet élément peut être considéré comme une grille d'unités horizontaleslrx - ulx et verticales uly - lry. Cette grille se superpose à la totalité de toute image directement contenue par l'élément surface. Les coordonnées employées par chaque élément zonecontenu par cette surface doivent être interprétées en référence à la même grille.

+
+ +

+当該要素surfaceは、素材表面にある矩形範囲を示す。 +例えば、紙、碑、掲示板、パピルスの巻子など、2次元の面を持つもの。 +

+

+当該要素で定義される座標空間は、幅が属性lrx - ulx、高さが属 +性uly - lryによるグリッド単位で示される。このグリッドは、要 +素surfaceを含む画面全体に重ね合わされる。この表面に含まれてい +る要素zoneで使われる座標値は、同じグリッドに対する参照と解釈 +される。 +

+
+ + 11.1. Digital Facsimiles + 11.2.2. Embedded Transcription + +
+ provides additional global attributes for associating specific analyses or +interpretations with appropriate portions of a text. + 텍스트의 일정한 부분의 특별한 분석 혹은 해석과 관련된 부가적인 전반적 속성들을 제공한다. + 提供附加的全域屬性,將特定的分析或詮釋和合宜的文字結合。 + 任意のテキスト部分への分析・解釈に関連するグローバル属性を示す。 + fournit des attributs globaux complémentaires pour + associer des analyses ou des interprétations spécifiques avec des portions de texte + appropriées. + proporciona atributos globales adicionales para asociar análisis específicos o interpretaciones con las partes apropiadas de un texto. + assegna ulteriori attributi globali per associare specifiche analisi o interpretazioni alle adeguate porzioni di un testo + + + analysis + 분석 + análisis + analyse + analisi + 分析 + indicates one or more elements containing interpretations of the +element on which the ana attribute appears. + ana 속성이 나오는 요소들의 해석을 포함하는 하나 혹은 그 이상의 요소들을 가리킨다. + 指出一個或多個元素,其中包含帶有屬性ana的元素解釋。 + 属性anaを伴う要素の解釈を含む要素を示す。 + indique un ou plusieurs éléments contenant des + interprétations de l'élément qui porte l'attribut ana. + indica uno o más elementos que contienen interpretaciones del elemento en el cual aparece el atributo ana + + indica uno o più elementi che contengono interpretazioni dell'elemento specificato dall'attributo ana + + + + + +

When multiple values are given, they may reflect either +multiple divergent interpretations of an ambiguous text, or multiple +mutually consistent interpretations of the same passage in different +contexts.

+
+ +

Quand on donne de multiples valeurs, celles-ci peuvent refléter, soit des + interprétations multiples et divergentes d'un texte ambigu soit des + interprétations multiples et compatibles du même passage dans différents + contextes.

+
+ +

+ 複数の属性値が付与される場合、各値は当該テキストの異なる解釈や、 + または同じ部分が異なる文脈でも同じ解釈であることを示す。 +

+
+
+
+ + 17.2. Global Attributes for Simple Analyses + 17.3. Spans and Interpretations + +
s-units-단위句子單元phraseoraciónunità sSatzeinheitcontains a sentence-like division of a text.텍스트의 문장에 해당하는 부분을 포함한다.包含文字中一個句子組成的區段。文に相当するテキスト単位を示す。contient une division textuelle de type phrasecontiene una oración del texto.contiene la divisione del testo del tipo proposizioneenthält einen satzähnlichen Textabschnitt. + + You may not nest one s element within + another: use seg instead + + + + + A short affair + + When are you leaving? + Tomorrow. + + + + Quandpartez-vous ? + Demain. + + + + 士何事?” + 尚志。 + + +

The s element may be used to mark orthographic sentences, or any other segmentation + of a text, provided that the segmentation is end-to-end, complete, and non-nesting. For + segmentation which is partial or recursive, the seg should be used instead.

+

The type attribute may be used to indicate the type of segmentation intended, + according to any convenient typology.

+
+

L'élément s peut être utilisé pour marquer les phrases ou toute autre segmentation + existant dans un texte, pourvu que cette segmentation soit présente du début à la fin du + texte, complète et sans imbrication. Dans le cas d'une segmentation partielle ou récursive, + l'élément seg doit remplacer l'élément s.

+

L'attribut type peut être utilisé pour indiquer le type de segmentation prévue, selon une typologie appropriée.

+
+

テキストや句レベルの要素が混在する。また、当該要素自身も含むかもし れない。

+

要素sが、ある単位の全体を完全に、入れ子なく示す場合には、 正書形の文や、他のテキスト部分を示すために使われるかもしれない。

+
+

Das s-Element wird verwendet um orthographische Sätze oder andere Textsegmente zu + kodieren, vorausgesetzt das Segment ist lückenlos, vollständig und nicht verschachtelt. Für + unvollständige oder rekursive Segmente soll stattdessen das seg-Element verwendet + werden.

+

Das type-Attribut wird verwendet, um den Segmenttyp entsprechend einer geeigneten + Typologie anzugeben.

+
+ 17.1. Linguistic Segment Categories + 8.4.1. Segmentation +
Trashcontains noise information to be ignored, typically from vectoriel images + + + + + + +
+ +
+
\ No newline at end of file diff --git a/grobid-home/schemas/odd/Grobid.odd b/grobid-home/schemas/odd/Grobid.odd index abd025ef0b..adf4343fd9 100644 --- a/grobid-home/schemas/odd/Grobid.odd +++ b/grobid-home/schemas/odd/Grobid.odd @@ -1,4 +1,4 @@ - + @@ -15,7 +15,7 @@

created on Sunday 05th October 2014 06:25:09 AM

-
+ File edited with RomaJS
@@ -24,37 +24,23 @@

Schema for structured documents resulting from the automatic extraction and restructuring realized by Grobid.

- + - + - - - + + + - + - + @@ -115,21 +101,17 @@ - + - + - - + + @@ -139,8 +121,7 @@ - + @@ -153,8 +134,7 @@ - + @@ -264,7 +244,31 @@ + + + + + + + + + + Copyrights owner of the document are the authors + + + Copyrights owner of the document is the publisher + + + + + + + + + + +
-
+ \ No newline at end of file diff --git a/grobid-home/schemas/rng/Grobid.rnc b/grobid-home/schemas/rng/Grobid.rnc index 0fef0b13dc36bc27ab205230c3aff243058d9469..d4c8bfb2422bf3312876981f990b37ede1bb6719 100644 GIT binary patch literal 82948 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� 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 diff --git a/grobid-home/schemas/rng/Grobid.rng b/grobid-home/schemas/rng/Grobid.rng index 0a77872653..dfc0acfe19 100644 --- a/grobid-home/schemas/rng/Grobid.rng +++ b/grobid-home/schemas/rng/Grobid.rng @@ -5,3708 +5,16 @@ xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0"> -

-
- - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - normal - bold - - - - - - - - - normal - italic - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - prefix - infix - postfix - - - - - - - - - true - false - - - - - - - - - true - false - - - - - - - - - - - - - - - - - - - true - false - - - - - - - - - true - false - - - - - - - - - - - - - - - - - - - true - false - - - - - - - - - true - false - - - - - - - - - true - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - none - solid - dashed - - - - - - - - - left - right - leftoverlap - rightoverlap - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - left - right - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - scroll - elide - truncate - scale - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - + @@ -3751,7 +59,7 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5/Version 4.2.2/ - + @@ -3767,7 +75,7 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5/Version 4.2.2/ - + @@ -3792,7 +100,26 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5/Version 4.2.2/ (target end) points to the end of the span to which the note is attached, if the note is not embedded in the text at that point. - + + \S+ + + + + + + + + + + + + + indicates the person, or group of people, to whom the element content is ascribed. + + + + \S+ + @@ -3816,7 +143,9 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5/Version 4.2.2/ (reference) provides an explicit means of locating a full definition or identity for the entity being named by means of one or more URIs. - + + \S+ + @@ -3981,7 +310,9 @@ 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. - + + \S+ + @@ -4125,48 +456,36 @@ Sample values include: 1] all; 2] most; 3] range - - - - - indicates the system or calendar to which the date represented by the content of this element belongs. - - - - - - - @calendar indicates the system or calendar to - which the date represented by the content of this element belongs, but this - element has no textual content. - - - supplies a pointer to some location defining a named period of time 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. + + + + \S+ + + + + - - contains a PID (persistent identifier) that aligns the given element with the appropriate Data Category (or categories) in ISOcat. + + 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). - + + \S+ + @@ -4174,11 +493,27 @@ Sample values include: 1] all; 2] most; 3] range - - contains a PID (persistent identifier) that aligns the content of the given element or the value of the given attribute with the appropriate simple Data Category (or categories) in ISOcat. + + 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. + + + + \S+ + + + + + + + + + + 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. - + + \S+ + @@ -4208,10 +543,12 @@ Sample values include: 1] all; 2] most; 3] range - identifies one or more declarable elements within the header, which are understood to apply to the element bearing this attribute and its content. + (declarations) identifies one or more declarable elements within the header, which are understood to apply to the element bearing this attribute and its content. - + + \S+ + @@ -4328,7 +665,9 @@ Sample values include: 1] approved; 2] candidate; 3] cleared; 4] deprecated; 5] (responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber. - + + \S+ + @@ -4412,7 +751,9 @@ Suggested values include: 1] internal; 2] external; 3] conjecturepoints to a description of the rendering or presentation used for this element in the source text. - + + \S+ + @@ -4427,12 +768,29 @@ Suggested values include: 1] internal; 2] external; 3] conjecturespecifies the source from which some aspect of this element is drawn. - + + \S+ + + + + + + When used on a schema description element (like + ), the @source attribute + should have only 1 value. (This one has .) + + + @@ -4441,21 +799,12 @@ Suggested values include: 1] internal; 2] external; 3] conjecture - - - - - Coordinates of the logical element in the original PDF document. The logical element is described as a list of bounding boxes, each one being defined by a page number, X and Y pixel coordinates in the PDF page (as a convention from the top left point of the page), height and width of the bounding box. Each bounding box is separated by a semi-colon (;) and each coordinate elements by a coma (,). - - - - @@ -4491,7 +840,9 @@ Suggested values include: 1] internal; 2] external; 3] conjecture provides a base URI reference with which applications can resolve relative URI references into absolute URI references. - + + \S+ + @@ -4536,7 +887,7 @@ Suggested values include: 1] internal; 2] external; 3] conjecture Where the media are displayed, indicates the display width - [\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm) + [\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|ch|rem|vw|vh|vmin|vmax) @@ -4546,7 +897,7 @@ Suggested values include: 1] internal; 2] external; 3] conjecture Where the media are displayed, indicates the display height - [\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm) + [\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|ch|rem|vw|vh|vmin|vmax) @@ -4571,7 +922,9 @@ Suggested values include: 1] internal; 2] external; 3] conjecture (uniform resource locator) specifies the URL from which the media concerned may be obtained. - + + \S+ + @@ -4635,7 +988,9 @@ 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. - + + \S+ + @@ -4702,7 +1057,9 @@ Suggested values include: 1] m (metre); 2] kg (kilogram); 3] s (second); 4] Hz ( (reference to the canonical name) provides a means of locating the canonical form (nym) of the names associated with the object named by the element bearing it. - + + \S+ + @@ -4835,7 +1192,9 @@ Suggested values include: 1] top; 2] bottom; 3] margin; 4] opposite; 5] overleaf specifies the destination of the reference by supplying one or more URI References - + + \S+ + @@ -4884,6 +1243,30 @@ Suggested values include: 1] top; 2] bottom; 3] margin; 4] opposite; 5] overleaf + + + + + + + + indicates the location within a temporal alignment at which this element begins. + + \S+ + + + + + + + + indicates the location within a temporal alignment at which this element ends. + + \S+ + + + + @@ -5033,6 +1416,29 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + + + + + + + + + + + + + + + + + + + + + @@ -5107,6 +1513,40 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5187,6 +1627,40 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5208,6 +1682,21 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + + + + + + + + + + + + + @@ -5246,28 +1735,157 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - + - - + + - - - - + + + + - - + + - + + + + + + @@ -5293,9 +1911,39 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5474,6 +2122,40 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5496,6 +2178,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + @@ -5503,12 +2186,14 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + @@ -5518,6 +2203,9 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + @@ -5529,6 +2217,9 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + @@ -5540,6 +2231,9 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + @@ -5566,7 +2260,32 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5578,6 +2297,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + @@ -5871,6 +2591,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + @@ -5881,6 +2602,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + @@ -5890,6 +2612,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + @@ -5908,6 +2631,9 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + @@ -5928,6 +2654,9 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + @@ -5948,6 +2677,9 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + @@ -5995,6 +2727,62 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6027,6 +2815,15 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + + + + + + + @@ -6100,15 +2897,6 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - - - - - - (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 or on the parent in the case of . - - - @@ -6120,6 +2908,23 @@ 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. + + + + \S+ + + + + + + @@ -6191,26 +2996,59 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + + @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. + + (paragraph) marks paragraphs in prose. [3.1. Paragraphs 7.2.5. Speech Contents] + id="Grobid-p-abstractModel-structure-p-in-ab-or-p-constraint-report-6"> - + Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements. - + + id="Grobid-p-abstractModel-structure-p-in-l-or-lg-constraint-report-7"> - - Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab. - + + 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. + @@ -6231,10 +3069,10 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - (description) contains a brief description of the object documented by its parent element, typically a documentation element or an entity. [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. [22.4.1. Description of Components] + id="Grobid-desc-deprecationInfo-only-in-deprecated-constraint-rule-9"> supplies a pointer to the base being glossed by this ruby text. - + + \S+ + + id="Grobid-rt-target-rt-target-not-span-constraint-report-8"> points to the starting point of the span of text being glossed by this ruby text. - + + \S+ + points to the ending point of the span of text being glossed. - + + \S+ + + + + (deliberately marked omission) indicates a purposeful marking in the source document signalling that content has been omitted, and may also supply or describe the omitted content. [3.5.3. Additions, Deletions, and Omissions] + + + + + + + + + + + + + (name, proper noun) contains a proper noun or noun phrase. [3.6.1. Referring Strings] @@ -6370,6 +3230,29 @@ Suggested values include: 1] deprecationInfo (deprecation information) + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + @@ -6464,6 +3347,7 @@ Measures] + @@ -6475,7 +3359,7 @@ Measures] (pointer) defines a pointer to another location. [3.7. Simple Links and Cross-References 16.1. Links] + id="Grobid-ptr-ptrAtts-constraint-report-9"> Only one of the attributes @target and @cRef may be supplied on . @@ -6495,7 +3379,7 @@ 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] + id="Grobid-ref-refAtts-constraint-report-10"> Only one of the attributes @target' and @cRef' may be supplied on @@ -6579,7 +3463,7 @@ attributes @target and @cRef may be supplied on . + id="Grobid-list-gloss-list-must-have-labels-constraint-rule-11"> - contains a group of notes [3.9.1.1. Encoding Grouped Notes] + (note group) contains a group of notes [3.9.1.1. Encoding Grouped Notes] @@ -6701,6 +3585,7 @@ Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (i + @@ -6773,6 +3658,29 @@ Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (i + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + @@ -6783,6 +3691,29 @@ Suggested values include: 1] gloss (gloss); 2] index (index); 3] instructions (i + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + @@ -6803,6 +3734,29 @@ 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. + + + + \S+ + + + + + + + + @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 the bibliographic level for a title, that is, whether it identifies an article, book, journal, series, or unpublished material. @@ -6830,6 +3784,29 @@ 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. + + + + \S+ + + + + + + + + @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. + + @@ -6955,6 +3932,15 @@ Sample values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] sho + + + + + + (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>`. + + + (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] @@ -6963,7 +3949,9 @@ Sample values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] sho - + + + @@ -7009,16 +3997,12 @@ Sample values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] sho (title statement) groups information about the title of a work and those responsible for its content. [2.2.1. The Title Statement 2.2. The File Description] - - - - @@ -7110,7 +4094,8 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] 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 which usually contains indication of the means of accessing that resource, the name of its host, and its filepath. + 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 @@ -7123,6 +4108,30 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + @@ -7135,8 +4144,39 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] - + + + + + + + + + + + + + + + + + + + + + + + + (responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber. + + authors + Copyrights owner of the document are the authors + publisher + Copyrights owner of the document is the publisher + + + (status) supplies a code identifying the current availability of the text. @@ -7160,6 +4200,30 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + @@ -7289,20 +4353,12 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] - - - A with a parent must have a @delim attribute. - - - (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>. + id="Grobid-citeStructure-match-citestructure-outer-match-constraint-rule-18"> @@ -7310,7 +4366,7 @@ Suggested values include: 1] ISBN; 2] ISSN; 3] DOI; 4] URI; 5] VIAF; 6] ESTC; 7] + id="Grobid-citeStructure-match-citestructure-inner-match-constraint-rule-19"> @@ -7337,7 +4393,9 @@ Sample values include: 1] book; 2] chapter; 3] entry; 4] poem; 5] letter; 6] lin (property) A URI indicating a property definition. - + + \S+ + @@ -7351,6 +4409,30 @@ Sample values include: 1] book; 2] chapter; 3] entry; 4] poem; 5] letter; 6] lin + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + @@ -7375,6 +4457,30 @@ Sample values include: 1] book; 2] chapter; 3] entry; 4] poem; 5] letter; 6] lin + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + @@ -7385,13 +4491,42 @@ Sample values include: 1] book; 2] chapter; 3] entry; 4] poem; 5] letter; 6] lin + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. - + + \S+ + the target unit of measurement for a conversion from a source unit referenced in @fromUnit. - + + \S+ + @@ -7422,9 +4557,45 @@ Sample values include: 1] book; 2] chapter; 3] entry; 4] poem; 5] letter; 6] lin + + + @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 one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + supplies an identifier for the application, independent of its version number or display name. @@ -7493,7 +4664,9 @@ Sample values include: 1] book; 2] chapter; 3] entry; 4] poem; 5] letter; 6] lin 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+ + @@ -7506,15 +4679,16 @@ Sample values include: 1] book; 2] chapter; 3] entry; 4] poem; 5] letter; 6] lin identifies the classification system in use, as defined by, e.g. a <taxonomy> element, or some other resource. - + + \S+ + - (correspondence - description) contains a description of the actions related to one act of correspondence. [2.4.6. Correspondence Description] + (correspondence description) contains a description of the actions related to one act of correspondence. [2.4.6. Correspondence Description] @@ -7587,7 +4761,7 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 (non-TEI metadata) provides a container element into which metadata in non-TEI formats may be placed. [2.5. Non-TEI Metadata] - + @@ -7595,6 +4769,71 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 + + + (revision description) summarizes the revision history for a file. [2.6. The Revision Description 2.1.1. The TEI Header and Its Components] + + + + + + + + + + + + + + + + + (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] + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + + + + (target) points to one or more elements that belong to this change. + + + + \S+ + + + + + + + + (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] @@ -7619,6 +4858,21 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 xmlns:rng="http://relaxng.org/ns/structure/1.0" prefix="rng" uri="http://relaxng.org/ns/structure/1.0"/> + + + @@ -7674,162 +4928,113 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 (text body) contains the whole body of a single unitary text, excluding any front or back matter. [4. Default Text Structure] - - + - - - + - - - - - + - - - + - - - - - + - - - - + - - - - - - - + - - - - - - + + - - - + + - - - - + - - - - - - - + - - - - - - - - - - - - - @@ -7840,44 +5045,37 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 (text division) contains a subdivision of the front, body, or back of a text. [4.1. Divisions of the Body] - - + - - - - - - - - - + + + + - @@ -7886,45 +5084,44 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 - - - - - - + id="Grobid-div-abstractModel-structure-div-in-l-or-lg-constraint-report-11"> - - Abstract model violation: Lines may not contain higher-level structural elements such as div. - + + Abstract model violation: Lines may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. + + id="Grobid-div-abstractModel-structure-div-in-ab-or-p-constraint-report-12"> - - Abstract model violation: p and ab may not contain higher-level structural elements such as div. - + + Abstract model violation: p and ab may not contain higher-level structural elements such as div, unless div is a descendant of floatingText. + @@ -7998,7 +5195,6 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 (back matter) contains any appendixes, etc. following the main part of a text. [4.7. Back Matter 4. Default Text Structure] - @@ -8008,16 +5204,10 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 - - - - - - @@ -8025,13 +5215,9 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 - - - - @@ -8039,29 +5225,20 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 - - - - - - - - - @@ -8151,7 +5328,9 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 supplies a pointer to some location defining a named point in time with reference to which the datable item is understood to have occurred - + + \S+ + @@ -8159,7 +5338,9 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 supplies a pointer to a <calendar> element or other means of interpreting the values of the custom dating attributes. - + + \S+ + @@ -8167,6 +5348,7 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 + @@ -8176,6 +5358,7 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 + @@ -8184,6 +5367,7 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 + @@ -8195,6 +5379,9 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 + + + @@ -8212,6 +5399,9 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 + + + @@ -8229,6 +5419,9 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 + + + @@ -8355,6 +5548,30 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + @@ -8367,6 +5584,30 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + @@ -8390,6 +5631,16 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 + + + (generational name component) contains a name component used to distinguish otherwise similar names on the basis of the relative ages or generations of the persons named. [13.2.1. Personal Names] + + + + + + + (additional name) contains an additional name component, such as a nickname, epithet, or alias, or any other descriptive phrase used within a personal name. [13.2.1. Personal Names] @@ -8418,6 +5669,30 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + @@ -8429,6 +5704,30 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + @@ -8440,6 +5739,42 @@ Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5 + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + + + + + + + (name of an event) contains a proper noun or noun phrase used to refer to an event. [13.2.4. Event Names] + + + + + + @@ -8461,6 +5796,77 @@ Sample values include: 1] sponsor; 2] recommend; 3] discredit; 4] pledged + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + + + + + + + (gender) specifies the gender identity of a person, persona, or character. [13.3.2.1. Personal Characteristics] + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + + + + supplies a coded value for gender identity + + + + [^\p{C}\p{Z}]+ + + + + + @@ -8558,6 +5964,18 @@ Sample values include: 1] sponsor; 2] recommend; 3] discredit; 4] pledged + + + specifies the gender of the persona. + + + + [^\p{C}\p{Z}]+ + + + + + specifies an age group for the persona. @@ -8593,6 +6011,30 @@ Suggested values include: 1] conjecture (conjecture); 2] selfIdentification (sel + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + (value) supplies a regularized value for personal pronouns. @@ -8647,24 +6089,72 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they) + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + - (name of an object) contains a proper noun or noun phrase used to refer to an object. [13.2.4. Object Names] + (name of an object) contains a proper noun or noun phrase used to refer to an object. [13.2.5. Object Names] + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + \S+ + + + + + + + + @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. + + - contains a description of a single identifiable physical object. [13.3.5. Objects] + contains a description of a single identifiable physical object. [13.3.6. Objects] @@ -8672,11 +6162,15 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they) + - + + + + + - @@ -8686,9 +6180,9 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they) - + - + @@ -8701,7 +6195,7 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they) - (list of objects) contains a list of descriptions, each of which provides information about an identifiable physical object. [13.3.5. Objects] + (list of objects) contains a list of descriptions, each of which provides information about an identifiable physical object. [13.3.6. Objects] @@ -8732,8 +6226,8 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they) - (object identifier) groups one or more identifiers or pieces of locating information concerning a single object. [13.3.5. Objects] - + (object identifier) groups one or more identifiers or pieces of locating information concerning a single object. [13.3.6. Objects] + @@ -8745,15 +6239,7 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they) - - - - An objectIdentifier must contain at minimum a single piece of locating or identifying information. - - + @@ -8774,7 +6260,9 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they)(corresponds) points to elements that correspond to the current element in some way. - + + \S+ + @@ -8786,7 +6274,9 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they)(synchronous) points to elements that are synchronous with the current element. - + + \S+ + @@ -8796,7 +6286,9 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they) points to an element that is the same as the current element. - + + \S+ + @@ -8804,7 +6296,9 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they) points to an element of which the current element is a copy. - + + \S+ + @@ -8812,7 +6306,9 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they) points to the next element of a virtual aggregate of which the current element is part. - + + \S+ + @@ -8820,7 +6316,9 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they) (previous) points to the previous element of a virtual aggregate of which the current element is part. - + + \S+ + @@ -8830,7 +6328,9 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they)points to elements that are in exclusive alternation with the current element. - + + \S+ + @@ -8842,7 +6342,9 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they)selects one or more alternants; if one alternant is selected, the ambiguity or uncertainty is marked as resolved. If more than one alternant is selected, the degree of ambiguity or uncertainty is marked as reduced by the number of alternants not selected. - + + \S+ + @@ -8853,7 +6355,7 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they)(link) defines an association or hypertextual link among elements or passages, of some type not more precisely specifiable by other elements. [16.1. Links] + id="Grobid-link-linkTargets3-constraint-assert-33"> + id="Grobid-standOff-nested_standOff_should_be_typed-constraint-assert-34"> . [16.10. The standOff Container] - + + + @@ -8941,7 +6445,6 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they) - @@ -8973,7 +6476,9 @@ Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they)specifies the destination of the reference by supplying one or more URI References - + + \S+ + @@ -9156,7 +6661,6 @@ Suggested values include: 1] label; 2] data - @@ -9206,10 +6710,12 @@ Suggested values include: 1] label; 2] data - (facsimile) points to all or part of an image which corresponds with the content of the element. + (facsimile) points to one or more images, portions of an image, or surfaces which correspond to the current element. - + + \S+ + @@ -9224,7 +6730,9 @@ Suggested values include: 1] label; 2] data 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. - + + \S+ + @@ -9242,7 +6750,9 @@ Suggested values include: 1] label; 2] data indicates the element within a transcription of the text containing at least the start of the writing represented by this zone or surface. - + + \S+ + @@ -9334,15 +6844,28 @@ Suggested values include: 1] label; 2] data - - - + + + + + + + A facsimile element represents a text with images, thus + transcribed text should not be present within it. + + + @@ -9411,7 +6934,9 @@ Sample values include: 1] glued; 2] pinned; 3] sewn (analysis) indicates one or more elements containing interpretations of the element on which the @ana attribute appears. - + + \S+ + @@ -9422,7 +6947,7 @@ Sample values include: 1] glued; 2] pinned; 3] sewn (s-unit) contains a sentence-like division of a text. [17.1. Linguistic Segment Categories 8.4.1. Segmentation] + id="Grobid-s-noNestedS-constraint-report-14"> You may not nest one s element within another: use seg instead diff --git a/grobid-home/schemas/xsd/Grobid.w3c b/grobid-home/schemas/xsd/Grobid.w3c new file mode 100644 index 0000000000000000000000000000000000000000..97ec0ce52490d73a476869127331eadac5febabf GIT binary patch literal 85969 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ℜ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�K3rqZR%RCIl~Fpv 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 - - - - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (anchored) indicates whether the copy text shows the exact place of reference for the note. + + + + + + + (target end) points to the end of the span to which the note is attached, if the note is not embedded in the text at that point. + - - - + + + + + + + + + + + - - + + + + + + + indicates the person, or group of people, to whom the element content is ascribed. + - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + - - - - - - - - - - + + + + provides an externally-defined means of identifying the entity (or entities) being named, using a coded value of some kind. + + - - + + + + (reference) provides an explicit means of locating a full definition or identity for the entity being named by means of one or more URIs. + - - - - + + + + + + + + + + + - - + + + + + + + + + + + gives a minimum estimated value for the approximate measurement. + - - - - + + + + + + + - - + + + + gives a maximum estimated value for the approximate measurement. + - - - - + + + + + + + - - - - - - - - + + + + where the measurement summarizes more than one observation or a range, supplies the minimum value observed. + - - - - + + + + + + + - - + + + + where the measurement summarizes more than one observation or a range, supplies the maximum value observed. + - - - - + + + + + + + - - + + - - + + + + + + + - - + + + + names the unit used for the measurement +Suggested values include: 1] cm (centimetres); 2] mm (millimetres); 3] in (inches); 4] line; 5] char (characters) + - - - - + + + + + + (centimetres) + + + + + + + + + (millimetres) + + + + + + + + + (inches) + + + + + + + + + lines of text + + + + + + + + + (characters) characters of text + + + + + + + + + + - - + + + + specifies the length in the units specified + - - - - + + + + + + + - - + + + + indicates the size of the object concerned using a project-specific vocabulary combining quantity and units in a single string of words. + + + + + + + characterizes the precision of the values specified by the other attributes. + - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + where the measurement summarizes more than one observation, specifies the applicability of this measurement. +Sample values include: 1] all; 2] most; 3] range + - - + - - - - - - - - - - - - - - + + - - + + + + + + + + - - + + - - + + - - + + + + + + - - + + + + supplies the value of the date or time in a standard form, e.g. yyyy-mm-dd. + + + + + + + + + + + - - + + + + specifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd. + + + + + - - + + + + specifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd. + + + + + - - + + + + indicates the starting point of the period in standard form, e.g. yyyy-mm-dd. + + + + + - - + + + + indicates the ending point of the period in standard form, e.g. yyyy-mm-dd. + + + + + - - + + + + + - - + + - - - + + + + + + + + + + + - - - - - - - - - - - + + + + - - + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + - - + + - - + + + + indicates whether or not this element is selected by default when its parent is selected. + + + + + + This element is selected if its parent is selected + + + + + This element can only be selected explicitly, unless it is the only one of its kind, in which case it is selected if its parent is selected. + + + + + - - + + - - + + + + (declarations) identifies one or more declarable elements within the header, which are understood to apply to the element bearing this attribute and its content. + + + + + + + + + + + + + + + + - - + + - - + + + + specifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers. + - - - + + + (yes) the element is fragmented in some (unspecified) respect + + + + + (no) the element is not fragmented, or no claim is made as to its completeness + + + + + (initial) this is the initial part of a fragmented element + + + + + (medial) this is a medial part of a fragmented element + + + + + (final) this is the final part of a fragmented element + + - - + + + + + + + + + (organization) specifies how the content of the division is organized. + - - - - + + + no claim is made about the sequence in which the immediate contents of this division are to be processed, or their inter-relationships. + + + + + the immediate contents of this element are regarded as forming a logical unit, to be processed in sequence. + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + indicates whether this division is a sample of the original source and if so, from which part. + - - + + + division lacks material present at end in source. + + + + + division lacks material at start and end. + + + + + division lacks material at start. + + + + + position of sampled material within original unknown. + + + + + division is not a sample. + + - - + + - - + + + + describes the status of a document either currently or, when associated with a dated element, at the time indicated. +Sample values include: 1] approved; 2] candidate; 3] cleared; 4] deprecated; 5] draft; 6] embargoed; 7] expired; 8] frozen; 9] galley; 10] proposed; 11] published; 12] recommendation; 13] submitted; 14] unfinished; 15] withdrawn + + + + + + + - - + + + - - + + + + (certainty) signifies the degree of certainty associated with the intervention or interpretation. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + (responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber. + + + + + + + + + + + + + + + + - - + + + - - - - - - - - - - - - + + + + indicates the nature of the evidence supporting the reliability or accuracy of the intervention or interpretation. +Suggested values include: 1] internal; 2] external; 3] conjecture + + + + + + + + + + + + there is internal evidence to support the intervention. + + + + + + + + + there is external evidence to support the intervention. + + + + + + + + + the intervention or interpretation has been made by the editor, cataloguer, or scholar on the basis of their expertise. + + + + + + + + + + + + + + + + + - - - + + + + indicates whether this is an instant revision or not. + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - + + + + (rendition) indicates how the element in question was rendered or presented in the source text. + + + + + + + + + + + + + + + + - - - - - + + + + contains an expression in some formal style definition language which defines the rendering or presentation used for this element in the source text + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + points to a description of the rendering or presentation used for this element in the source text. + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - + + + + specifies the source from which some aspect of this element is drawn. + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + - - - + + - - - + + + + (number) gives a number (or other label) for an element, which is not necessarily unique within the document. + + - - - - + + - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (anchored) indicates whether the copy text shows the exact place of reference for the note. - - - - - - - (target end) points to the end of the span to which the note is attached, if the note is not embedded in the text at that point. - - - - - - - - - - - - - - - - - - - provides an externally-defined means of identifying the entity (or entities) being named, using a coded value of some kind. - - - - - - - (reference) provides an explicit means of locating a full definition or identity for the entity being named by means of one or more URIs. - - - - - - - - - - - - - - - - - - - - - - gives a minimum estimated value for the approximate measurement. - - - - - - - - - - - - - - - - gives a maximum estimated value for the approximate measurement. - - - - - - - - - - - - - - - - where the measurement summarizes more than one observation or a range, supplies the minimum value observed. - - - - - - - - - - - - - - - - where the measurement summarizes more than one observation or a range, supplies the maximum value observed. - - - - - - - - - - - - - - - - - - - - - - - - - - - names the unit used for the measurement -Suggested values include: 1] cm (centimetres); 2] mm (millimetres); 3] in (inches); 4] line; 5] char (characters) - - - - - - - - (centimetres) - - - - - - - - - (millimetres) - - - - - - - - - (inches) - - - - - - - - - lines of text - - - - - - - - - (characters) characters of text - - - - - - - - - - - - - - - - - specifies the length in the units specified - - - - - - - - - - - - - - - - indicates the size of the object concerned using a project-specific vocabulary combining quantity and units in a single string of words. - - - - - - - characterizes the precision of the values specified by the other attributes. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - where the measurement summarizes more than one observation, specifies the applicability of this measurement. -Sample values include: 1] all; 2] most; 3] range - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - supplies the value of the date or time in a standard form, e.g. yyyy-mm-dd. - - - - - - - - - - - - - - - - specifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd. - - - - - - - - - - specifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd. - - - - - - - - - - indicates the starting point of the period in standard form, e.g. yyyy-mm-dd. - - - - - - - - - - indicates the ending point of the period in standard form, e.g. yyyy-mm-dd. - - - - - - - - - - - - - - - - - indicates the system or calendar to which the date represented by the content of this element belongs. - - - - - - - supplies a pointer to some location defining a named period of time within which the datable item is understood to have occurred. - - - - - - - - - - - - - - - - - - - - indicates whether or not this element is selected by default when its parent is selected. - - - - - - This element is selected if its parent is selected - - - - - This element can only be selected explicitly, unless it is the only one of its kind, in which case it is selected if its parent is selected. - - - - - - - - - - - - - identifies one or more declarable elements within the header, which are understood to apply to the element bearing this attribute and its content. - - - - - - - - - - - - - - - - - - specifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers. - - - - - - (yes) the element is fragmented in some (unspecified) respect - - - - - (no) the element is not fragmented, or no claim is made as to its completeness - - - - - (initial) this is the initial part of a fragmented element - - - - - (medial) this is a medial part of a fragmented element - - - - - (final) this is the final part of a fragmented element - - - - - - - - - - - - - - - (organization) specifies how the content of the division is organized. - - - - - - no claim is made about the sequence in which the immediate contents of this division are to be processed, or their inter-relationships. - - - - - the immediate contents of this element are regarded as forming a logical unit, to be processed in sequence. - - - - - - - - - - indicates whether this division is a sample of the original source and if so, from which part. - - - - - - division lacks material present at end in source. - - - - - division lacks material at start and end. - - - - - division lacks material at start. - - - - - position of sampled material within original unknown. - - - - - division is not a sample. - - - - - - - - - - - - - describes the status of a document either currently or, when associated with a dated element, at the time indicated. -Sample values include: 1] approved; 2] candidate; 3] cleared; 4] deprecated; 5] draft; 6] embargoed; 7] expired; 8] frozen; 9] galley; 10] proposed; 11] published; 12] recommendation; 13] submitted; 14] unfinished; 15] withdrawn - - - - - - - - - - - - - - - - (certainty) signifies the degree of certainty associated with the intervention or interpretation. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber. - - - - - - - - - - - - - - - - - - - indicates the nature of the evidence supporting the reliability or accuracy of the intervention or interpretation. -Suggested values include: 1] internal; 2] external; 3] conjecture - - - - - - - - - - - - there is internal evidence to support the intervention. - - - - - - - - - there is external evidence to support the intervention. - - - - - - - - - the intervention or interpretation has been made by the editor, cataloguer, or scholar on the basis of their expertise. - - - - - - - - - - - - - - - - - - - - - - indicates whether this is an instant revision or not. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (rendition) indicates how the element in question was rendered or presented in the source text. - - - - - - - - - - - - - - - - - - - - - contains an expression in some formal style definition language which defines the rendering or presentation used for this element in the source text - - - - - - - points to a description of the rendering or presentation used for this element in the source text. - - - - - - - - - - - - - - - - - - specifies the source from which some aspect of this element is drawn. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Coordinates of the logical element in the original PDF document. The logical element is described as a list of bounding boxes, each one being defined by a page number, X and Y pixel coordinates in the PDF page (as a convention from the top left point of the page), height and width of the bounding box. Each bounding box is separated by a semi-colon (;) and each coordinate elements by a coma (,). - - - - - - - - - - (number) gives a number (or other label) for an element, which is not necessarily unique within the document. - - - - - - - - - - - + + - + @@ -3962,10 +949,10 @@ Suggested values include: 1] internal; 2] external; 3] conjecture - - - - + + + + @@ -3974,7 +961,7 @@ Suggested values include: 1] internal; 2] external; 3] conjecture - + @@ -3986,7 +973,7 @@ Suggested values include: 1] internal; 2] external; 3] conjecture - + @@ -4008,20 +995,25 @@ Suggested values include: 1] internal; 2] external; 3] conjecture - + - + (uniform resource locator) specifies the URL from which the media concerned may be obtained. + + + + + - - - - + + + + @@ -4212,7 +1204,13 @@ Suggested values include: 1] m (metre); 2] kg (kilogram); 3] s (second); 4] Hz ( - + + + + + + + @@ -4252,9 +1250,9 @@ Suggested values include: 1] m (metre); 2] kg (kilogram); 3] s (second); 4] Hz ( - - - + + + @@ -4285,7 +1283,13 @@ Suggested values include: 1] m (metre); 2] kg (kilogram); 3] s (second); 4] Hz ( - + + + + + + + @@ -4293,7 +1297,7 @@ Suggested values include: 1] m (metre); 2] kg (kilogram); 3] s (second); 4] Hz ( - + @@ -4308,7 +1312,7 @@ Suggested values include: 1] m (metre); 2] kg (kilogram); 3] s (second); 4] Hz ( - + @@ -4445,8 +1449,8 @@ Suggested values include: 1] top; 2] bottom; 3] margin; 4] opposite; 5] overleaf - - + + @@ -4473,9 +1477,9 @@ Suggested values include: 1] top; 2] bottom; 3] margin; 4] opposite; 5] overleaf - - - + + + @@ -4502,7 +1506,13 @@ Suggested values include: 1] top; 2] bottom; 3] margin; 4] opposite; 5] overleaf - + + + + + + + @@ -4536,9 +1546,9 @@ Suggested values include: 1] top; 2] bottom; 3] margin; 4] opposite; 5] overleaf - - - + + + @@ -4553,7 +1563,7 @@ Suggested values include: 1] top; 2] bottom; 3] margin; 4] opposite; 5] overleaf - + @@ -4567,12 +1577,40 @@ Suggested values include: 1] top; 2] bottom; 3] margin; 4] opposite; 5] overleaf + + + + + + + + indicates the location within a temporal alignment at which this element begins. + + + + + + + + + + + + indicates the location within a temporal alignment at which this element ends. + + + + + + + + - - - - - + + + + + @@ -4607,9 +1645,9 @@ Sample values include: 1] duplicate; 2] duplicate-partial; 3] excessStart; 4] ex - - - + + + @@ -4765,6 +1803,31 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4833,10 +1896,40 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4903,22 +1996,132 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5075,10 +2278,41 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5086,6 +2320,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + @@ -5093,6 +2328,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + @@ -5100,6 +2336,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + @@ -5107,6 +2344,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + @@ -5114,18 +2352,50 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + @@ -5138,8 +2408,8 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - - + + @@ -5188,37 +2458,37 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - + - + - + - + - + - + @@ -5229,7 +2499,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - + @@ -5261,13 +2531,13 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - + - - + + @@ -5277,7 +2547,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - + @@ -5331,61 +2601,67 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - - + + - + + - - + + - + + - - + + - + + - - + + - + + - - + + - + + - - - + + + + - - + + @@ -5400,7 +2676,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - + @@ -5409,41 +2685,80 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - + + - - - - - + + + + + + + + + + + + - - - - + + + + @@ -5476,125 +2791,2053 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + - + - - - + + + - + - - - - - + + + + + + + + + + + indicates whether the name component is given in full, as an abbreviation or simply as an initial. + + + + + + (yes) the name component is spelled out in full. + + + + + (abbreviated) the name component is given in an abbreviated form. + + + + + (initial letter) the name component is indicated only by one initial. + + + + + + + + + + (sort) specifies the sort order of the name component in relation to others within the name. + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + (paragraph) marks paragraphs in prose. [3.1. Paragraphs 7.2.5. Speech Contents] + + + + + + + + + + + + + + + (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] + + + + + + + + + + + + + (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] + + + + + + + + + characterizes the element in some sense, using any convenient classification scheme or typology. +Suggested values include: 1] deprecationInfo (deprecation information) + + + + + + + + (deprecation + information) This element describes why or how its parent element is being deprecated, typically including recommendations for alternate encoding. + + + + + + + + + + + + + + + + + + + (term) contains a single-word, multi-word, or symbolic designation which is regarded as a technical term. [3.4.1. Terms and Glosses] + + + + + + + + + + + + + + + + + + (ruby container) contains a passage of base text along with its associated ruby gloss(es). [3.4.2. Ruby Annotations] + + + + + + + + + + + + + (ruby base) contains the base text annotated by a ruby gloss. [3.4.2. Ruby Annotations] + + + + + + + + + + + + + (ruby text) contains a ruby text, an annotation closely associated with a passage of the main text. [3.4.2. Ruby Annotations] + + + + + + + + + + + supplies a pointer to the base being glossed by this ruby text. + + + + + + + + + + points to the starting point of the span of text being glossed by this ruby text. + + + + + + + + + + points to the ending point of the span of text being glossed. + + + + + + + + + + + + + + (deliberately marked omission) indicates a purposeful marking in the source document signalling that content has been omitted, and may also supply or describe the omitted content. [3.5.3. Additions, Deletions, and Omissions] + + + + + + + + + + + (name, proper noun) contains a proper noun or noun phrase. [3.6.1. Referring Strings] + + + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + + + + (electronic mail address) contains an email address identifying a location to which email messages can be delivered. [3.6.2. Addresses] + + + + + + + + + + + + (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] + + + + + + + + + + + + + + + (address line) contains one line of a postal address. [3.6.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.12.2.4. Imprint, Size of a Document, and Reprint Information] + + + + + + + + + + + + contains a full street address including any name or number identifying a building as well as the name of the street or route on which it is located. [3.6.2. Addresses] + + + + + + + + + + + + (postal code) contains a numerical or alphanumeric code used as part of a postal address to simplify sorting or delivery of mail. [3.6.2. Addresses] + + + + + + + + (postal box or post office box) contains a number or other identifier for some postal delivery point other than a street address. [3.6.2. Addresses] + + + + + + + + contains a symbol, a word or a phrase referring to a unit of measurement in any kind of formal or informal system. [3.6.3. Numbers and +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] + + + + + + + + + + + + + + + + + + (pointer) defines a pointer to another location. [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 16.1. Links] + + + + + + + + + + + + + + + + + (list) contains any sequence of items organized as a list. [3.8. Lists] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (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) + + + + + + + + + + + + + (index) each list item is an entry in an index such as the alphabetical topical index at the back of a print volume. + + + + + + + + + (instructions) each list item is a step in a sequence of instructions, as in a recipe. + + + + + + + + + (litany) each list item is one of a sequence of petitions, supplications or invocations, typically in a religious ritual. + + + + + + + + + (syllogism) each list item is part of an argument consisting of two or more propositions and a final conclusion derived from them. + + + + + + + + + + + + + + + + + (item) contains one component of a list. [3.8. Lists 2.6. The Revision Description] + + + + + + + + + + + + + (label) contains any label or heading used to identify part of a text, typically but not exclusively in a list or glossary. [3.8. Lists] + + + + + + + + + + + + + + + (heading) contains any type of heading, for example the title of a section, or the heading of a list, glossary, manuscript description, etc. [4.2.1. Headings and Trailers] + + + + + + + + + + + + + + + + (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 group) contains a group of notes [3.9.1.1. Encoding Grouped Notes] + + + + + + + + + + + + + + + + + + + + (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] + + + + + + + + + + + + + (analytic level) contains bibliographic elements describing an item (e.g. an article or poem) published within a monograph or journal and not as an independent publication. [3.12.2.1. Analytic, Monographic, and Series Levels] + + + + + + + + + + + + + + + + + (monographic level) contains bibliographic elements describing an item (e.g. a book or journal) published as an independent item (i.e. as a separate physical object). [3.12.2.1. Analytic, Monographic, and Series Levels] + + + + + + + + + + + + + + + + + + + (series information) contains information about the series in which a book or other bibliographic item has appeared. [3.12.2.1. Analytic, Monographic, and Series Levels] + + + + + + + + + + + + + + + + + (author) in a bibliographic reference, contains the name(s) of an author, personal or corporate, of a work; for example in the same form as that provided by a recognized bibliographic name authority. [3.12.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement] + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + + + + contains a secondary statement of responsibility for a bibliographic item, for example the name of an individual, institution or organization, (or of several such) acting as editor, compiler, translator, etc. [3.12.2.2. Titles, Authors, and Editors] + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + + + + (title) contains a title for any kind of work. [3.12.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.5. The Series Statement] + + + + + + + + + + + classifies the title according to some convenient typology. +Sample values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] short; 5] desc (descriptive) + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + indicates the bibliographic level for a title, that is, whether it identifies an article, book, journal, series, or unpublished material. + + + + + + (analytic) the title applies to an analytic item, such as an article, poem, or other work published as part of a larger item. + + + + + (monographic) the title applies to a monograph such as a book or other item considered to be a distinct publication, including single volumes of multi-volume works + + + + + (journal) the title applies to any serial or periodical publication such as a journal, magazine, or newspaper + + + + + (series) the title applies to a series of otherwise distinct publications such as a collection + + + + + (unpublished) the title applies to any unpublished material (including theses and dissertations unless published by a commercial press) + + + + + + + + + + + + contains the formalized descriptive title for a meeting or conference, for use in a bibliographic description for an item derived from such a meeting, or as a heading or preamble to publications emanating from it. [3.12.2.2. Titles, Authors, and Editors] + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + + + + groups information relating to the publication or distribution of a bibliographic item. [3.12.2.4. Imprint, Size of a Document, and Reprint Information] + + + + + + + + + + + + + + + + + + (publisher) provides the name of the organization responsible for the publication or distribution of a bibliographic item. [3.12.2.4. Imprint, Size of a Document, and Reprint Information 2.2.4. Publication, Distribution, Licensing, etc.] + + + + + + + + + + + + + (scope of bibliographic reference) defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work. [3.12.2.5. Scopes and Ranges in Bibliographic Citations] + + + + + + + + + + + + + (publication place) contains the name of the place where a bibliographic item was published. [3.12.2.4. Imprint, Size of a Document, and Reprint Information] + + + + + + + + + + + + + (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] + + + + + + + + + + + + + + + + + + + + (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] + + + + + + + + + + + + + + + + + + + + + + + + (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] + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - indicates whether the name component is given in full, as an abbreviation or simply as an initial. - - - - + + + (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] + + + + + + + + + + + + + (file description) contains a full bibliographic description of an electronic file. [2.2. The File Description 2.1.1. The TEI Header and Its Components] + + + + + + + + + + + + + + + + + + (title statement) groups information about the title of a work and those responsible for its content. [2.2.1. The Title Statement 2.2. The File Description] + + + + + + + + + + + + (edition statement) groups information relating to one edition of a text. [2.2.2. The Edition Statement 2.2. The File Description] + + + + + + + + + + + + + + + (edition) describes the particularities of one edition of a text. [2.2.2. The Edition Statement] + + + + + + + + + + + + (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] + + + + + + + + + + + + + + + (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] + + + + + + + + + + + + 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 + + + + + + + + + + + + + International Standard Serial Number: an eight-digit number to uniquely identify a serial publication. + + + + + + + + + Digital Object Identifier: a unique string of letters and numbers assigned to an electronic document. + + + + + + + + + + + + + + A data number in the Virtual Internet Authority File assigned to link different names in catalogs around the world for the same entity. + + + + + + + + + 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 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. + + + + + + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + + (availability) supplies information about the availability of a text, for example any restrictions on its use or distribution, its copyright status, any licence applying to it, etc. [2.2.4. Publication, Distribution, Licensing, etc.] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber. + + + + + + Copyrights owner of the document are the authors + + + + + Copyrights owner of the document is the publisher + + + + + + + + (status) supplies a code identifying the current availability of the text. + + + + + + (free) the text is freely available. + + + + + (unknown) the status of the text is unknown. + + + + + (restricted) the text is not freely available. + + + + + + + + + + contains information about a licence or other legal agreement applicable to the text. [2.2.4. Publication, Distribution, Licensing, etc.] + + + + + + + + - (yes) the name component is spelled out in full. + indicates one or more systems or calendars to which the date represented by the content of this element belongs. - - + + + + + + + + + + + + + + + + + + + + + + (series statement) groups information about the series, if any, to which a publication belongs. [2.2.5. The Series Statement 2.2. The File Description] + + + + + + + + + + + + + + + + + + + + (notes statement) collects together any notes providing information about a text additional to that recorded in other parts of the bibliographic description. [2.2.6. The Notes Statement 2.2. The File 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] + + + + + + + + + + + + + + + + (encoding description) documents the relationship between an electronic text and the source or sources from which it was derived. [2.3. The Encoding Description 2.1.1. The TEI Header and Its Components] + + + + + + + + + + + + (schema reference) describes or points to a related customization or schema file [2.3.10. The Schema Specification] + + + + + + + + + the identifier used for the customization or schema + + + + + + + (citation structure) declares a structure and method for citing the current document. [3.11.4. Declaring Reference Systems 16.2.5.4. Citation Structures] + + + + + + + + + + + + (delimiter) supplies a delimiting string preceding the structural component. + + + + + + + + + + + + + + + + + + + + (citation data) specifies how information may be extracted from citation structures. [3.11.4. Declaring Reference Systems 16.2.5.4. Citation Structures] + + + + + + + (property) A URI indicating a property definition. + + + + + + + + + + + + (unit declarations) provides information about units of measurement that are not members of the International System of Units. [2.3.9. The Unit Declaration] + + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + + (unit definition) contains descriptive information related to a specific unit of measurement. [2.3.9. The Unit Declaration] + + + + + + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + + defines how to calculate one unit of measure in terms of another. [2.3.9. The Unit Declaration] + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (application information) records information about an application which has edited the TEI file. [2.3.11. The Application Information Element] + + + + + + + + + provides information about an application which has acted upon the document. [2.3.11. The Application Information Element] + + + + + + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + supplies an identifier for the application, independent of its version number or display name. + + + + + supplies a version number for the application, independent of its identifier or display name. + + + + + + + + + + + + (text-profile description) provides a detailed description of non-bibliographic aspects of a text, specifically the languages and sublanguages used, the situation in which it was produced, the participants and their setting. [2.4. The Profile Description 2.1.1. The TEI Header and Its Components] + + + + + + + + + contains a summary or formal abstract prefixed to an existing source document by the encoder. [2.4.4. Abstracts] + + + + + + + + + + + + + (text classification) groups information which describes the nature or topic of a text in terms of a standard classification scheme, thesaurus, etc. [2.4.3. The Text Classification] + + + + + + + + + + + + + (keywords) contains a list of keywords or phrases identifying the topic or nature of a text. [2.4.3. The Text Classification] + + + + + + + + + + + + + + + + + + + (classification code) contains the classification code used for this text in some standard classification system. [2.4.3. The Text Classification] + + + + + + + + + + + + + + + + + + + (correspondence description) contains a description of the actions related to one act of correspondence. [2.4.6. Correspondence Description] + + + + + + + + + + + + + + + (correspondence action) contains a structured description of the place, the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence. [2.4.6. Correspondence Description] + + + + + + + + + + + + describes the nature of the action. +Suggested values include: 1] sent; 2] received; 3] transmitted; 4] redirected; 5] forwarded + + + + + + + + information concerning the sending or dispatch of a message. + + + + + + + + + information concerning the receipt of a message. + + + + + + + + + information concerning the transmission of a message, i.e. between the dispatch and the next receipt, redirect or forwarding. + + + + + + + + + information concerning the redirection of an unread message. + + + + + + + + + information concerning the forwarding of a message. + + + + + + + + + + + + + + + + + (correspondence context) provides references to preceding or following correspondence related to this piece of correspondence. [2.4.6. Correspondence Description] + + + + + + + + + (non-TEI metadata) provides a container element into which metadata in non-TEI formats may be placed. [2.5. Non-TEI Metadata] + + + + + + + + + + + (revision description) summarizes the revision history for a file. [2.6. The Revision Description 2.1.1. The TEI Header and Its Components] + + + + + + + + + + + + + (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] + + + + + + + + + + - (abbreviated) the name component is given in an abbreviated form. + indicates one or more systems or calendars to which the date represented by the content of this element belongs. - - + + + + + + + + + + + + + + + + - (initial letter) the name component is indicated only by one initial. + (target) points to one or more elements that belong to this change. - - - - - - - - - (sort) specifies the sort order of the name component in relation to others within the name. - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + specifies the version number of the TEI Guidelines against which this document is valid. + + + + + + + + + + + + (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 body) contains the whole body of a single unitary text, excluding any front or back matter. [4. Default Text Structure] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (text division) contains a subdivision of the front, body, or back of a text. [4.1. Divisions of the Body] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (front matter) contains any prefatory matter (headers, abstracts, title page, prefaces, dedications, etc.) found at the start of a document, before the main body. [4.6. Title Pages 4. Default Text Structure] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (back matter) contains any appendixes, etc. following the main part of a text. [4.7. Back Matter 4. Default Text Structure] + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + @@ -5702,19 +4945,31 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - + supplies a pointer to some location defining a named point in time with reference to which the datable item is understood to have occurred + + + + + - + + + + + + + + @@ -5724,6 +4979,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + @@ -5733,6 +4989,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + @@ -5742,6 +4999,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + @@ -5751,6 +5009,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + @@ -5760,17 +5019,18 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + - - - - - + + + + + @@ -5852,15 +5112,736 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; + + + (organization name) contains an organizational name. [13.2.2. Organizational Names] + + + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + + + + (personal name) contains a proper noun or proper-noun phrase referring to a person, possibly including one or more of the person's forenames, surnames, honorifics, added names, etc. [13.2.1. Personal Names] + + + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + + + + (surname) contains a family (inherited) name, as opposed to a given, baptismal, or nick name. [13.2.1. Personal Names] + + + + + + + + + + + + + + (forename) contains a forename, given or baptismal name. [13.2.1. Personal Names] + + + + + + + + + + + + + + (generational name component) contains a name component used to distinguish otherwise similar names on the basis of the relative ages or generations of the persons named. [13.2.1. Personal Names] + + + + + + + + + + + + + + (additional name) contains an additional name component, such as a nickname, epithet, or alias, or any other descriptive phrase used within a personal name. [13.2.1. Personal Names] + + + + + + + + + + + + + + (role name) contains a name component which indicates that the referent has a particular role or position in society, such as an official title or rank. [13.2.1. Personal Names] + + + + + + + + + + + + + + (country) contains the name of a geo-political unit, such as a nation, country, colony, or commonwealth, larger than or administratively superior to a region and smaller than a bloc. [13.2.3. Place Names] + + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + + + + (region) contains the name of an administrative unit such as a state, province, or county, larger than a settlement, but smaller than a country. [13.2.3. Place Names] + + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + + + + (settlement) contains the name of a settlement such as a city, town, or village identified as a single geo-political or administrative unit. [13.2.3. Place Names] + + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + + + + (name of an event) contains a proper noun or noun phrase used to refer to an event. [13.2.4. Event Names] + + + + + + + + + + + + + + + + (affiliation) contains an informal description of a person's present or past affiliation with some organization, for example an employer or sponsor. [15.2.2. The Participant Description] + + + + + + + + + + + + characterizes the element in some sense, using any convenient classification scheme or typology. +Sample values include: 1] sponsor; 2] recommend; 3] discredit; 4] pledged + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + + + + (gender) specifies the gender identity of a person, persona, or character. [13.3.2.1. Personal Characteristics] + + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + supplies a coded value for gender identity + + + + + + + + + + + + + + + + + + + + + + + (organization) provides information about an identifiable organization such as a business, a tribe, or any other grouping of people. [13.3.3. Organizational Data] + + + + + + + + + + + + + + + + + + + + + + + + + + + specifies a primary role or classification for the organization. + + + + + + + + + + + + + + + + + + + + + provides information about one of the personalities identified for a given individual, where an individual has multiple personalities. [13.3.2. The Person Element] + + + + + + + + + + + + + + + specifies a primary role or classification for the persona. + + + + + + + + + + + + + + + + + + + specifies the sex of the persona. + + + + + + + + + + + + + + + + + + + specifies the gender of the persona. + + + + + + + + + + + + + + + + + + + specifies an age group for the persona. + + + + + + + + + + + + (personal pronouns) indicates the personal pronouns used, or assumed to be used, by the individual being described. [13.3.2.1. Personal Characteristics] + + + + + + + + + + (evidence) indicates support for the listed personal pronouns. +Suggested values include: 1] conjecture (conjecture); 2] selfIdentification (self identification); 3] trustedThirdParty (trusted third party) + + + + + + + + (conjecture) The given value was selected based on assumptions by someone besides the person to whom this pronoun applies. As a result, the value may be erroneous. + + + + + + + + + (self identification) The given value has been explicitly stated or confirmed by the person to whom this pronoun applies. + + + + + + + + + (trusted third party) The given value has been supplied by another individual trusted by the encoder to know the preferences of the person to whom this pronoun applies. + + + + + + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + (value) supplies a regularized value for personal pronouns. +Sample values include: 1] e (e); 2] he (he); 3] she (she); 4] they (they) + + + + + + + + + + + + + + + + + + + + + + + (state) contains a description of some status or quality attributed to a person, place, or organization often at some specific time or for a specific date range. [13.3.1. Basic Principles 13.3.2.1. Personal Characteristics] + + + + + + + + + + + + + + + + + + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + + (name of an object) contains a proper noun or noun phrase used to refer to an object. [13.2.5. Object Names] + + + + + + + + + + + + indicates one or more systems or calendars to which the date represented by the content of this element belongs. + + + + + + + + + + + + + + + + + + + + + + + contains a description of a single identifiable physical object. [13.3.6. Objects] + + + + + + + + + + + + + + + + + + + + + + + + (list of objects) contains a list of descriptions, each of which provides information about an identifiable physical object. [13.3.6. Objects] + + + + + + + + + + + + + + + + (object identifier) groups one or more identifiers or pieces of locating information concerning a single object. [13.3.6. Objects] + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -5870,7 +5851,13 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - + + + + + + + @@ -5885,7 +5872,13 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - + + + + + + + @@ -5893,31 +5886,51 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - + points to an element that is the same as the current element. + + + + + - + points to an element of which the current element is a copy. + + + + + - + points to the next element of a virtual aggregate of which the current element is part. + + + + + - + (previous) points to the previous element of a virtual aggregate of which the current element is part. + + + + + @@ -5928,7 +5941,13 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - + + + + + + + @@ -5943,17 +5962,204 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line; - + + + + + + + + + + (link) defines an association or hypertextual link among elements or passages, of some type not more precisely specifiable by other elements. [16.1. Links] + + + + + + + + + + (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] + + + + + + + + + Functions as a container element for linked data, contextual information, and stand-off annotations embedded in a TEI document. [16.10. The standOff Container] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + specifies the destination of the reference by supplying one or more URI References + + + + + + + + + + + + + + + + + + + + + + + + + + + + + intent is to assess the target resource in some way, rather than simply make a comment about it + + + + + intent is to create a bookmark to the target or part thereof + + + + + intent is to classify the target in some way + + + + + intent is to comment about the target + + + + + intent is to describe the target, rather than (for example) comment on it + + + + + intent is to request an edit or a change to the target resource + + + + + intent is to highlight the target resource or a segment thereof + + + + + intent is to assign an identity to the target + + + + + intent is to link to a resource related to the target + + + + + intent is to assign some value or quality to the target + + + + + intent is to ask a question about the target + + + + + intent is to reply to a previous statement, either an annotation or another resource + + + + + intent is to associate a tag with the target + + + + + + + + + + + + - - - + + + @@ -6004,18 +6210,135 @@ Suggested values include: 1] label; 2] data + + + (table) contains text displayed in tabular form, in rows and columns. [14.1.1. TEI Tables] + + + + + + + + + + + + + + + + + + + + + + + + + + + (rows) indicates the number of rows in the table. + + + + + (columns) indicates the number of columns in each row of the table. + + + + + + + (row) contains one row of a table. [14.1.1. TEI Tables] + + + + + + + + + + + + (cell) contains one cell of a table. [14.1.1. TEI Tables] + + + + + + + + + + + + + (formula) contains a mathematical or other formula. [14.2. Formulæ and Mathematical Expressions] + + + + + + + + + + + + + + + (figure) groups elements representing or containing graphic information such as an illustration, formula, or figure. [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. [14.4. Specific Elements for Graphic Images] + + + + + + + + + + - + - (facsimile) points to all or part of an image which corresponds with the content of the element. + (facsimile) points to one or more images, portions of an image, or surfaces which correspond to the current element. - + + + + + + + @@ -6023,14 +6346,20 @@ Suggested values include: 1] label; 2] data - + - + + + + + + + @@ -6038,18 +6367,23 @@ Suggested values include: 1] label; 2] data - - - - - - + + + + + + - + indicates the element within a transcription of the text containing at least the start of the writing represented by this zone or surface. + + + + + @@ -6156,19 +6490,108 @@ Suggested values include: 1] label; 2] data + + + 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] + + + + + + + + + + + + + + + + + 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] + + + + + + + + + + + + + + + + + + + + describes the method by which this surface is or was connected to the main surface +Sample values include: 1] glued; 2] pinned; 3] sewn + + + + + + + + + + indicates whether the surface is attached and folded in such a way as to provide two writing surfaces + + + + - + - + + + + + + + + + + (s-unit) contains a sentence-like division of a text. [17.1. Linguistic Segment Categories 8.4.1. Segmentation] + + + + + + + + + + + + + + + (Trash) contains noise information to be ignored, typically from vectoriel images + + + + + + + + + + diff --git a/grobid-home/schemas/xsd/xml.xsd b/grobid-home/schemas/xsd/xml.xsd index 11e555b9c6..2413961e29 100644 --- a/grobid-home/schemas/xsd/xml.xsd +++ b/grobid-home/schemas/xsd/xml.xsd @@ -1,9 +1,6 @@ - - - - - + + (identifier) provides a unique identifier for the element bearing the attribute. @@ -24,10 +21,15 @@ - + provides a base URI reference with which applications can resolve relative URI references into absolute URI references. + + + + +