diff --git a/Doc/eltec-0.html b/Doc/eltec-0.html index 5aefa39..5b46e3a 100644 --- a/Doc/eltec-0.html +++ b/Doc/eltec-0.html @@ -982,32 +982,23 @@ <macroRef key="macro.phraseSeq"/> </content>
-element pubPlace { att.global.attributes, macro.phraseSeq }
<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] | |
Module | header |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) |
Contained by | header: fileDesc |
May contain | header: availability distributor |
Note | In a published ELTeC text, the publication statement always has components as shown above: a <distributor> naming the project itself, a <date> showing the text was added to the Collection, and an <availability> element containing a standardised statement concerning its licence. One or more <ref> elements may also follow specifying a URL from which the text may be downloaded. These details are added during the publication process, if not already present. |
Example | <publicationStmt>
- <distributor>COST Action ELTeC</distributor>
- <date when="2018-11-23"/>
+element pubPlace { att.global.attributes, macro.phraseSeq } |
<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] | |
Module | header |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) |
Contained by | header: fileDesc |
May contain | header: availability distributor |
Note | In a published ELTeC text, the publication statement always has components as shown above: a <publisher> naming the project itself, a <distributor> specifying the Zenodo community within which the text is made available, a <date> showing the text was released, and an <availability> element indicating the licence under which it is made available. One or more <ref> elements may also follow specifying a URL from which the text may be downloaded. These details are added during the publication process, if not already present. |
Example | <publicationStmt>
+ <publisher ref="https://distant-reading.net">COST Action "Distant Reading for European Literary History" (CA16204)</publisher>
+ <distributor ref="https://zenodo.org/communities/eltec/">Zenodo.org</distributor>
+ <date when="{$today}"/>
<availability>
- <licence target="https://creativecommons.org/licenses/by/4.0/"> Licenced under CC-BY 4.0 </licence>
+ <licence target="https://creativecommons.org/licenses/by/4.0/"/>
</availability>
<ref type="doi"
target="10.5281/zenodo.8468"/>
<ref type="raw"
target="https://raw.githubusercontent.com/COST-ELTeC/ELTeC-eng/master/level1/ENG18440_Disraeli.xml"/>
-</publicationStmt> |
Example | <publicationStmt>
- <distributor>COST Action ELTeC</distributor>
- <date when="2019-01-05"/>
- <availability>
- <licence target="https://creativecommons.org/licenses/by/4.0/">
- <p>El documento TEI está licenciado con Creative Commons
- Attribution (CC-BY 4.0).</p>
- </licence>
- </availability>
- <ref type="gitview"
- target="https://github.com/COST-ELTeC/ELTeC-spa/blob/master/level1/SPA1023_GomezDeAvellaneda_LaVeladaDelHelecho.xml"/>
</publicationStmt> |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <elementRef key="p"/> <sequence minOccurs="1" maxOccurs="1"> + <elementRef key="publisher"/> <elementRef key="distributor"/> <elementRef key="date"/> <elementRef key="availability"/> @@ -1020,8 +1011,8 @@ element publicationStmt { att.global.attributes, - ( p | ( distributor, date, availability, ref* ) ) -} |
<publisher> provides the name of the organization responsible for the publication or distribution of a bibliographic item. [3.11.2.4. Imprint, Size of a Document, and Reprint Information 2.2.4. Publication, Distribution, Licensing, etc.] | |
Module | core |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) att.canonical (@ref) |
Member of | |
Contained by | core: bibl |
May contain | |
Note | Not permitted outside the header |
Example |
<publisher> provides the name of the organization responsible for the publication or distribution of a bibliographic item. [3.11.2.4. Imprint, Size of a Document, and Reprint Information 2.2.4. Publication, Distribution, Licensing, etc.] | |
Module | core |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) att.canonical (@ref) |
Member of | |
Contained by | core: bibl header: publicationStmt |
May contain | |
Note | Not permitted outside the header |
Example | <bibl type="firstEdition">
<title>La baronne trépassée</title>
<publisher>Baudry</publisher>
<pubPlace>Paris</pubPlace>
@@ -1036,7 +1027,7 @@
att.global.attributes,
att.canonical.attributes,
macro.phraseSeq
-} |
<ref> (reference) defines a reference to another location, possibly modified by additional text or comment. [3.6. Simple Links and Cross-References 16.1. Links] | |
Module | core |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) att.pointing (@target) att.typed (@type) |
Member of | |
Contained by | |
May contain | |
Note | In ELTeC the <ref> element is used only to provide a link from the body of a text to an associated authorial note. Its content is conventionalised as shown and may be removed in a level2 version of the text. |
Example | <p>"May happen <ref target="#ENG18482_N21">[21]</ref> yo'd better
+} |
<ref> (reference) defines a reference to another location, possibly modified by additional text or comment. [3.6. Simple Links and Cross-References 16.1. Links] | |
Module | core |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) att.pointing (@target) att.typed (@type) |
Member of | |
Contained by | |
May contain | |
Note | In ELTeC the <ref> element is used only to provide a link from the body of a text to an associated authorial note. Its content is conventionalised as shown and may be removed in a level2 version of the text. |
Example | <p>"May happen <ref target="#ENG18482_N21">[21]</ref> yo'd better
take him, Alice;...</p> |
Content model | <content> <macroRef key="macro.paraContent"/> @@ -1048,7 +1039,7 @@ att.pointing.attributes, att.typed.attributes, macro.paraContent -} |
<resp> (responsibility) contains a phrase describing the nature of a person's intellectual responsibility, or an organization's role in the production or distribution of a work. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement] | |
Module | core |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) att.canonical (@ref) att.datable (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) |
Contained by | core: respStmt |
May contain | |
Note | The attribute ref, inherited from the class att.canonical may be used to indicate the kind of responsibility in a normalized form by referring directly to a standardized list of responsibility types, such as that maintained by a naming authority, for example the list maintained at http://www.loc.gov/marc/relators/relacode.html for bibliographic usage. |
Example | <respStmt>
+} |
<resp> (responsibility) contains a phrase describing the nature of a person's intellectual responsibility, or an organization's role in the production or distribution of a work. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement] | |
Module | core |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) att.canonical (@ref) att.datable (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) |
Contained by | core: respStmt |
May contain | |
Note | The attribute ref, inherited from the class att.canonical may be used to indicate the kind of responsibility in a normalized form by referring directly to a standardized list of responsibility types, such as that maintained by a naming authority, for example the list maintained at http://www.loc.gov/marc/relators/relacode.html for bibliographic usage. |
Example | <respStmt>
<resp ref="http://id.loc.gov/vocabulary/relators/com.html">compiler</resp>
<name>Edward Child</name>
</respStmt> |
Content model | @@ -1062,10 +1053,10 @@ att.canonical.attributes, att.datable.attributes, macro.phraseSeq.limited -} |
<respStmt> (statement of responsibility) supplies a statement of responsibility for the intellectual content of a text, edition, recording, or series, where the specialized elements for authors, editors, etc. do not suffice or do not apply. May also be used to encode information about individuals or organizations which have played a role in the production or distribution of a bibliographic work. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement] | |
Module | core |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) att.canonical (@ref) |
Member of | |
Contained by | |
May contain | |
Note | In ELTeC this element is used either within the <titleStmt>, where it documents responsibility for some aspect of the ELTeC text's creation, or within a <bibl> where it documents responsibity for the bibliographic item concerned (other than authorship) |
Example | <respStmt>
+} |
<respStmt> (statement of responsibility) supplies a statement of responsibility for the intellectual content of a text, edition, recording, or series, where the specialized elements for authors, editors, etc. do not suffice or do not apply. May also be used to encode information about individuals or organizations which have played a role in the production or distribution of a bibliographic work. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement] | |
Module | core |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) att.canonical (@ref) |
Member of | |
Contained by | |
May contain | |
Note | In ELTeC this element is used either within the <titleStmt>, where it documents responsibility for some aspect of the ELTeC text's creation, or within a <bibl> where it documents responsibity for the bibliographic item concerned (other than authorship) |
Example | <respStmt>
<resp>ELTeC conversion</resp>
<name>Leonard Konle</name>
-</respStmt> |
Example | When several names are associated with the same responsibility, they may be grouped within a single <respStmt> as in the following example: <respStmt>
+</respStmt> |
Example | When several names are associated with the same responsibility, they may be grouped within a single <respStmt> as in the following example: <respStmt>
<resp>Original data capture</resp>
<name>Meredith Bach</name>
<name>Mary Meehan</name>
@@ -1100,7 +1091,7 @@
( ( resp+, model.nameLike.agent+ ) | ( model.nameLike.agent+, resp+ ) ),
note*
)
-} |
<revisionDesc> (revision description) summarizes the revision history for a file. [2.6. The Revision Description 2.1.1. The TEI Header and Its Components] | |
Module | header |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) |
Contained by | header: teiHeader |
May contain | header: change |
Note | When several significant changes are recorded, each should be documented using a separate <change> element, given in reverse chronological order i.e. most recent first. |
Example | <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] | |
Module | header |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) |
Contained by | header: teiHeader |
May contain | header: change |
Note | When several significant changes are recorded, each should be documented using a separate <change> element, given in reverse chronological order i.e. most recent first. |
Example | <revisionDesc>
<change when="2018-12-12">Spell check completed</change>
<change when="2018-11-01">Initial conversion to ELTeC-1 using
CLIGStoELTeC stylesheet </change>
@@ -1118,7 +1109,7 @@
{
att.global.attributes,
( list | listChange | change+ )
-} |
<size> indicates the size group to which the text belongs | |||||||||
Namespace | http://distantreading.net/eltec/ns | ||||||||
Module | derived-module-ELTeC | ||||||||
Attributes | Attributes
| ||||||||
Member of | |||||||||
Contained by | corpus: textDesc | ||||||||
May contain | Empty element | ||||||||
Example | indicates that a novel contains more than 100,000 words (long) <textDesc
+} |
<size> indicates the size group to which the text belongs | |||||||||
Namespace | http://distantreading.net/eltec/ns | ||||||||
Module | derived-module-ELTeC | ||||||||
Attributes | Attributes
| ||||||||
Member of | |||||||||
Contained by | corpus: textDesc | ||||||||
May contain | Empty element | ||||||||
Example | indicates that a novel contains more than 100,000 words (long) <textDesc
xmlns:e="http://distantreading.net/eltec/ns">
<!-- ... -->
<size xmlns="http://distantreading.net/eltec/ns" key="long"/>
@@ -1128,7 +1119,7 @@
<empty/>
</content>
| ||||||||
Schema Declaration | -element size { attribute key { "long" | "medium" | "short" }, empty } |
<sourceDesc> (source description) describes the source 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] | |
Module | header |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) |
Contained by | header: fileDesc |
May contain | |
Example | In ELTeC, the source or sources of a text are documented using one or more <bibl> elements of appropriate types. In this case, the ELTeC text derives from a digital version published by Éfélé in 2014 which is believed to be derived from a first edition published in Paris in 1848. <sourceDesc>
+element size { attribute key { "long" | "medium" | "short" }, empty } |
<sourceDesc> (source description) describes the source 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] | |
Module | header |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) |
Contained by | header: fileDesc |
May contain | |
Example | In ELTeC, the source or sources of a text are documented using one or more <bibl> elements of appropriate types. In this case, the ELTeC text derives from a digital version published by Éfélé in 2014 which is believed to be derived from a first edition published in Paris in 1848. <sourceDesc>
<bibl type="digitalSource">
<publisher> Éfélé</publisher>,
<date>2014</date>
@@ -1158,7 +1149,7 @@
model.pLike+
| ( model.biblLike | model.sourceDescPart | model.listLike )+
)
-} |
<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] | |
Module | header |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) |
Contained by | textstructure: TEI |
May contain | header: encodingDesc fileDesc profileDesc revisionDesc |
Note | One of the few elements unconditionally required in any TEI document. |
Example | <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] | |
Module | header |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) |
Contained by | textstructure: TEI |
May contain | header: encodingDesc fileDesc profileDesc revisionDesc |
Note | One of the few elements unconditionally required in any TEI document. |
Example | <teiHeader>
<fileDesc>
<titleStmt>
<!-- information about the author and title -->
@@ -1206,7 +1197,7 @@
{
att.global.attributes,
( fileDesc, encodingDesc, profileDesc, revisionDesc )
-} |
<term> contains a single-word, multi-word, or symbolic designation which is regarded as a technical term. [3.3.4. Terms, Glosses, Equivalents, and Descriptions] | |
Module | core |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) att.typed (@type) att.canonical (@ref) |
Contained by | header: keywords |
May contain | |
Note | In ELTeC this element is used only in the header, to specify a descriptive keyword for the text being documented. |
Example | <keywords xml:lang="en">
+} |
<term> contains a single-word, multi-word, or symbolic designation which is regarded as a technical term. [3.3.4. Terms, Glosses, Equivalents, and Descriptions] | |
Module | core |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) att.typed (@type) att.canonical (@ref) |
Contained by | header: keywords |
May contain | |
Note | In ELTeC this element is used only in the header, to specify a descriptive keyword for the text being documented. |
Example | <keywords xml:lang="en">
<term>silver fork</term>
<term>society</term>
</keywords> |
Schematron |
<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] | |
Module | textstructure |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) att.typed (@type) |
Member of | |
Contained by | textstructure: TEI |
May contain | |
Example | <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] | |
Module | textstructure |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) att.typed (@type) |
Member of | |
Contained by | textstructure: TEI |
May contain | |
Example | <text>
<front>
<!-- front matter e.g. titlepage -->
</front>
@@ -1267,7 +1258,7 @@
model.global*,
( back, model.global* )?
)
-} |
<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] | |
Module | header |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) |
Contained by | header: profileDesc |
May contain | header: keywords |
Example | <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] | |
Module | header |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) |
Contained by | header: profileDesc |
May contain | header: keywords |
Example | <textClass>
<keywords>
<term xml:lang="eng">juvenile literature</term>
<term xml:lang="deu">bildungsroman</term>
@@ -1277,7 +1268,7 @@
<elementRef key="keywords"/>
</content>
|
Schema Declaration | -element textClass { att.global.attributes, keywords } |
<textDesc> (text description) provides a description of a text in terms of its situational parameters. [15.2.1. The Text Description] | |
Module | corpus |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) |
Contained by | header: profileDesc |
May contain | derived-module-ELTeC: authorGender canonicity size timeSlot |
Note | The elements <authorGender>, <size>, <canonicity>, and <timeSlot> are not TEI elements, and do not belong to the TEI namespace. Their namespace must be specified, either in full as in this example, or by means of a namespace prefix defined on some hierarchically superior element. Each of these four elements must be supplied exactly once, and in the order specified. |
Example | <textDesc
+element textClass { att.global.attributes, keywords } |
<textDesc> (text description) provides a description of a text in terms of its situational parameters. [15.2.1. The Text Description] | |
Module | corpus |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) |
Contained by | header: profileDesc |
May contain | derived-module-ELTeC: authorGender canonicity size timeSlot |
Note | The elements <authorGender>, <size>, <canonicity>, and <timeSlot> are not TEI elements, and do not belong to the TEI namespace. Their namespace must be specified, either in full as in this example, or by means of a namespace prefix defined on some hierarchically superior element. Each of these four elements must be supplied exactly once, and in the order specified. |
Example | <textDesc
xmlns:e="http://distantreading.net/eltec/ns">
<authorGender xmlns="http://distantreading.net/eltec/ns" key="F"/>
<size xmlns="http://distantreading.net/eltec/ns" key="long"/>
@@ -1296,7 +1287,7 @@
size,
canonicity,
timeSlot
-} |
<timeSlot> specifies the time period during which the work was first published as a single volume | |||||||||
Namespace | http://distantreading.net/eltec/ns | ||||||||
Module | derived-module-ELTeC | ||||||||
Attributes | Attributes
| ||||||||
Member of | |||||||||
Contained by | corpus: textDesc | ||||||||
May contain | Empty element | ||||||||
Example | indicates that the novel described was first published between 1840 and 1859 (T1) <textDesc
+} |
<timeSlot> specifies the time period during which the work was first published as a single volume | |||||||||
Namespace | http://distantreading.net/eltec/ns | ||||||||
Module | derived-module-ELTeC | ||||||||
Attributes | Attributes
| ||||||||
Member of | |||||||||
Contained by | corpus: textDesc | ||||||||
May contain | Empty element | ||||||||
Example | indicates that the novel described was first published between 1840 and 1859 (T1) <textDesc
xmlns:e="http://distantreading.net/eltec/ns">
<!-- ... -->
<timeSlot xmlns="http://distantreading.net/eltec/ns" key="T1"/>
@@ -1306,10 +1297,10 @@
<empty/>
</content>
| ||||||||
Schema Declaration | -element timeSlot { attribute key { "T1" | "T2" | "T3" | "T4" }, empty } |
<title> contains a title for any kind of work. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.5. The Series Statement] | |||||||||||
Module | core | ||||||||||
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) att.canonical (@ref)
| ||||||||||
Member of | |||||||||||
Contained by | |||||||||||
May contain | |||||||||||
Note | In ELTeC, this element is available only as metadata within the TEI header. | ||||||||||
Example | <titleStmt>
+element timeSlot { attribute key { "T1" | "T2" | "T3" | "T4" }, empty } |
<title> contains a title for any kind of work. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.5. The Series Statement] | |||||||||||
Module | core | ||||||||||
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) att.canonical (@ref)
| ||||||||||
Member of | |||||||||||
Contained by | |||||||||||
May contain | |||||||||||
Note | In ELTeC, this element is available only as metadata within the TEI header. | ||||||||||
Example | <titleStmt>
<title>Wuthering Heights : ELTeC edition</title>
<!-- ... -->
-</titleStmt> | ||||||||||
Example | The ref attribute may optionally be used to reference an authority file entry for the title; in this case in VIAF <titleStmt>
+</titleStmt> | ||||||||||
Example | The ref attribute may optionally be used to reference an authority file entry for the title; in this case in VIAF <titleStmt>
<title ref="viaf:194763311">El Señor de Bembibre : edición
ELTeC</title>
<!-- ... -->
@@ -1328,7 +1319,7 @@
att.canonical.attributes,
attribute level { "a" | "m" | "j" | "s" | "u" }?,
macro.paraContent
-} |
<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] | |
Module | header |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) |
Contained by | header: fileDesc |
May contain | |
Example | <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] | |
Module | header |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) |
Contained by | header: fileDesc |
May contain | |
Example | <titleStmt>
<title>Silas Marner: The Weaver of Raveloe : ELTec
edition</title>
<author ref="viaf:89000553">Eliot, George (pseud.)
@@ -1336,7 +1327,7 @@
<respStmt>
<!-- ... -->
</respStmt>
-</titleStmt> |
Example | <titleStmt>
+</titleStmt> |
Example | <titleStmt>
<title ref="viaf:194763311">El Señor de Bembibre : edición
ELTeC</title>
<author ref="viaf:27087132">Gil y Carrasco, Enrique
@@ -1354,7 +1345,7 @@
</sequence>
</content>
|
Schema Declaration | -element titleStmt { att.global.attributes, ( title+, model.respLike* ) } |
<trailer> contains a closing title or footer appearing at the end of a division of a text. [4.2.4. Content of Textual Divisions 4.2. Elements Common to All Divisions] | |
Module | textstructure |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) att.typed (@type) |
Member of | |
Contained by | |
May contain | |
Example |
<trailer> contains a closing title or footer appearing at the end of a division of a text. [4.2.4. Content of Textual Divisions 4.2. Elements Common to All Divisions] | |
Module | textstructure |
Attributes | Attributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend)) att.typed (@type) |
Member of | |
Contained by | |
May contain | |
Example | <div type="volume" n="1">
<!-- more chapters here -->
<div type="chapter" n="23">
<!-- more paragraphs here -->
@@ -1388,7 +1379,7 @@
| model.lLike
| model.global
)*
-} |
model.biblLike groups elements containing a bibliographic description. | |
Module | tei |
Used by | |
Members | bibl |
model.biblPart groups elements which represent components of a bibliographic description. | |
Module | tei |
Used by | |
Members | model.imprintPart[distributor pubPlace publisher] model.respLike[author respStmt] bibl extent idno title |
model.common groups common chunk- and inter-level elements. | |
Module | tei |
Used by | |
Members | model.divPart[model.lLike[l] model.pLike[p]] model.inter[model.egLike model.labelLike model.listLike model.oddDecl model.qLike[model.quoteLike] 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.dateLike groups elements containing temporal expressions. | |
Module | tei |
Used by | |
Members | date |
model.divBottom groups elements appearing at the end of a text division. | |
Module | tei |
Used by | |
Members | model.divBottomPart[trailer] model.divWrapper |
model.divBottomPart groups elements which can occur only at the end of a text division. | |
Module | tei |
Used by | |
Members | trailer |
model.divPart groups paragraph-level elements appearing directly within divisions. | |
Module | tei |
Used by | |
Members | model.lLike[l] model.pLike[p] |
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 groups elements appearing at the beginning of a text division. | |
Module | tei |
Used by | |
Members | model.divTopPart[model.headLike[head]] model.divWrapper |
model.divTopPart groups elements which can occur only at the beginning of a text division. | |
Module | tei |
Used by | |
Members | model.headLike[head] |
model.global groups elements which may appear at any point within a TEI text. | |
Module | tei |
Used by | |
Members | model.global.edit model.global.meta model.milestoneLike[pb] model.noteLike |
model.headLike groups elements used to provide a title or heading at the start of a text division. | |
Module | tei |
Used by | |
Members | head |
model.hiLike groups phrase-level elements which are typographically distinct but to which no specific function can be attributed. | |
Module | tei |
Used by | |
Members | hi |
model.highlighted groups phrase-level elements which are typographically distinct. | |
Module | tei |
Used by | |
Members | model.emphLike model.hiLike[hi] |
model.imprintPart groups the bibliographic elements which occur inside imprints. | |
Module | tei |
Used by | |
Members | distributor pubPlace publisher |
model.inter groups elements which can appear either within or between paragraph-like elements. | |
Module | tei |
Used by | |
Members | model.egLike model.labelLike model.listLike model.oddDecl model.qLike[model.quoteLike] model.stageLike |
model.lLike groups elements representing metrical components such as verse lines. | |
Module | tei |
Used by | |
Members | l |
model.limitedPhrase groups phrase-level elements excluding those elements primarily intended for transcription of existing sources. | |
Module | tei |
Used by | |
Members | model.emphLike model.hiLike[hi] model.pPart.data[model.addressLike model.dateLike[date] model.measureLike model.nameLike[model.offsetLike model.placeStateLike[model.placeNamePart]]] model.pPart.editorial model.pPart.msdesc model.phrase.xml model.ptrLike[ref] |
model.milestoneLike groups milestone-style elements used to represent reference systems. | |
Module | tei |
Used by | |
Members | pb |
model.nameLike groups elements which name or refer to a person, place, or organization. | |
Module | tei |
Used by | |
Members | model.offsetLike model.placeStateLike[model.placeNamePart] |
Note | A superset of the naming elements that may appear in datelines, addresses, statements of responsibility, etc. |
model.pLike groups paragraph-like elements. | |
Module | tei |
Used by | |
Members | p |
model.pPart.data groups phrase-level elements containing names, dates, numbers, measures, and similar data. | |
Module | tei |
Used by | |
Members | model.addressLike model.dateLike[date] model.measureLike model.nameLike[model.offsetLike model.placeStateLike[model.placeNamePart]] |
model.pPart.edit groups phrase-level elements for simple editorial correction and transcription. | |
Module | tei |
Used by | |
Members | model.pPart.editorial model.pPart.transcriptional |
model.phrase groups elements which can occur at the level of individual words or phrases. | |
Module | tei |
Used by | |
Members | model.graphicLike model.highlighted[model.emphLike model.hiLike[hi]] model.lPart model.pPart.data[model.addressLike model.dateLike[date] model.measureLike model.nameLike[model.offsetLike model.placeStateLike[model.placeNamePart]]] model.pPart.edit[model.pPart.editorial model.pPart.transcriptional] model.pPart.msdesc model.phrase.xml model.ptrLike[ref] model.segLike model.specDescLike |
Note | This class of elements can occur within paragraphs, list items, lines of verse, etc. |
model.placeStateLike groups elements which describe changing states of a place. | |
Module | tei |
Used by | |
Members | model.placeNamePart |
model.ptrLike groups elements used for purposes of location and reference. | |
Module | tei |
Used by | |
Members | ref |
model.qLike groups elements related to highlighting which can appear either within or between chunk-level elements. | |
Module | tei |
Used by | |
Members | model.quoteLike |
model.textDescPart groups elements used to categorize a text for example in terms of its situational parameters. | |
Module | tei |
Used by | |
Members | authorGender canonicity size timeSlot |
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. | |||||||||||
Module | tei | ||||||||||
Members | author date distributor publisher resp respStmt term title | ||||||||||
Attributes | Attributes
|
att.datable provides attributes for normalization of elements that contain dates, times, or datable events. | |
Module | tei |
Members | date name resp |
Attributes | Attributes att.datable.w3c (@when, @notBefore, @notAfter, @from, @to) |
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.w3c provides attributes for normalization of elements that contain datable events conforming to the W3C XML Schema Part 2: Datatypes Second Edition. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Module | tei | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Members | att.datable[date name resp] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Attributes | Attributes
|