We are building drama corpora with files encoded following the guidelines of the Text Encoding Initiative (TEI P5), especially the module Performance Texts. The encoded plays are suitable for the field of digital drama analysis, which manifests itself in a growing list of research done based on DraCor corpora and is especially facilitated by also hosting the corpora on GitHub with an open license that allows for extensive re-use.
The encoded texts are the basis for DraCor (Drama Corpora Platform). It is a multi-component system which realizes the concept of “Programmable Corpora” (Fischer et al. 2019), understood as corpora that expose an open, transparently documented and (at least partly) research-driven API to make texts machine-actionable. (cf. Börner and Trilcke 2023). The documentation of the DraCor API can be accessed at https://dracor.org/doc/api. For additional information on the API and a documentation of the attributes returned in the JSON responses see section API.
This customization restricts the use of TEI Guidelines to allow a smooth integration into the DraCor system. It is originally based on the TEI ODD for Drama. Using the TEI Stylesheets a RelaxNG schema (https://dracor.org/schema.rng) with embedded Schematron rules can be generated, that can be used to validate the encoding of the DraCor files.
Although the corpora in DraCor have different sources, they are largely homogeneous both structurally and in terms of metadata. This homogeneity makes it possible, for example, to perform comparative research on the corpora or to perform processing operations (such as extracting information or counting) in a comparable way on the corpora. However, homogeneity is something that has to be created first, because even if corpora are available in the target format TEI, they often differ in the way TEI is applied.
The literary texts in the DraCor corpora have a basic structural markup and are ready for further analysis by various methods of Computational Literary Studies (CLS). They have been additionally enriched with a research-driven markup for the application of a specific method, the network analysis of literary texts (Trilcke 2013). Therefore the encoding is tailored to allow for the extraction of co-presence networks relying on structural segmentation of a given play into acts and scenes and having uniquely identifiable speaking and acting characters (cf. Encoding for Network Analysis).
This section describes how to encode a play and make it DraCor-ready. It is still work in progress.
Depending on the source’s original format, you may follow one of these pipelines:
It is possible to convert a .txt file encoded in UTF-8 to a basic DraCor format through the experimental EzDrama conversion tool (Python script).
Please note that DraCor considers for publication only works which are either in the public domain (CC BY 0) or released under an open Creative Commons Attribution Licence (e.g. CC BY 3.0). According to German law, works become public domain after 70 years from their author’s death. Even though it is possible to build copyright-protected corpora, they could be run only on a local DraCor instance built through Docker. Fort hints on how to do this see the CLS INFRA Report On Versioning Living and Programmable Corpora (Boerner/Trilcke 2024).
You can apply markup to your plays simply by putting tags, consisting of the name of the tag in angle brackets around parts of the text. To do so, open your XML file with an XML editor. There are several options for efficient and non-cumbersome manual work with these files, but we recommend the Oxygen XML Editor, which has rich functionality and an author mode which minimizes the risk of breaking the markup structure. Oxygen is also a TEI-aware editor. You can get a 30-day trial licence here. A good free-source alternative is Notepad++ (which now supports a user-defined EzDrama language!).
If you’re using Oxygen Editor, you can download and try the experimental DraCor Oxygen Framework. It will help you by checking many kinds of inconsistencies in the markup and validating your file against the DraCor schema.
The header is composed of several sections: <fileDesc>, <profileDesc> and <revisionDesc>.
The basic metadata on the digital file are included in the <fileDesc>. It contains a title statement (<titleStmt>), a publication statement (<publicationStmt>) and a description of the digital and original sources (<sourceDesc>).
In the following sections, we will discuss those parts in which important information is encoded. However, we do not strictly follow the hierarchy of the elements in the teiHeader. It is therefore important to observe the structure given in the example above.
An author of a play is encoded using the element <author> in <titleStmt>. If there are multiple authors of a play add and element <author> for each of them.
The author's name is enclosed in the element <persName> and can be additionally structured using the designated elements <forename> and <surname>.
Other special elements for marking up name constituents are available in the TEI Guidelines but bear in mind that not everything that is available is actually supported by the DraCor API.
In some cases it makes sense to include only the literal string value of the name as <persName>.
It is possible to include multiple names for an author, e.g. a pen name or a (English) transliteration of an author's name in a corpus with non-latin script.
There are some special types of ‘names’ that are supported and marked by using the attribute type.
For additional examples on encoding names see the documentation of the element <persName>. There are also some GitHub issues in which the encoding of names was discussed, e.g. Refactor author information. If you encounter issues with how names are displayed on DraCor or have questions regarding edge cases please open an issue on GitHub.
Authors should be linked to external reference resources, e.g. Wikidata. This for example allows to fetch additional data about a person not explicitly included in the TEI file and display it on the front-end: If a Wikidata Identifier (QID) is provided information about the date and place of birth and death of an author and a picture will be displayed.
To record an external ID use the element <idno> and provide the type of identifier in the attribute type:
The URI of the author in the example above can be constructed by prepending the base-URI of Wikidata http://www.wikidata.org/entity/ to the QID resulting in http://www.wikidata.org/entity/Q692.
There are other types of eternal identifiers available. Please refer to the documentation of the element <idno> for supported type values and additional examples.
There can be other roles in which a person contributes to the creation of a play. In DraCor we currently do not support providing explicit information on the role of an individual creator, but add them as authors in <author>. See the example of the German Shakespeare Corpus below:
This might change in the future. See the GitHub issue on Contributor roles.
The sources of a play are included in the <sourceDesc> in the <fileDesc>. In most cases files in DraCor are not create from scratch, i.e. there is no scanning and OCR or any manual transcription of a printed source involved. Instead we use already available digital files that are digitizations of a certain printed edition. This fact is expressed with two nested elements <bibl> that are classified by their attributes type: the original print publication (originalSource) is described inside the bibliographic record of the digital surogate (digitalSource).
The information on ‘digital source’ should include the name of the source, e.g. the ‘Project Gutenberg’ and an identifier of the document within the source collection as <idno>. The identifier can be a URL from which the document can be retrieved. In the best case there is some persistent identifier that unambiguously identifies the digital document used as the source for the DraCor file.
The information on the licence under which the digital source file is distributed should be included in <availability>.
For an exemplary analysis of sources of a corpus see chapter An Algorithmic Archaeology of a Living Corpus: GerDraCor as a Dynamic Epistemic Object in the report "On Versioning Living and Programmable Corpora" (Boerner/Trilcke 2024)
The original print publication that was the basis of the digital source is included as a bibliographic reference in an element <bibl>.
As an alternative the bibliographic reference can only consist of an element <title> (see also GitHub issue on the single element <title> in the unstructured <bibl> element).
There is analytic or research-driven data in the <profileDesc> of the <teiHeader>: Information on the characters in the <particDesc> and the (sub-)genre of a play in <textClass>.
Information on the characters of a play is included in a <listPerson> in the <particDesc>. Fill this section after annotating the text proper of the play (see also section on Encoding for Network Analysis).
The <listPerson> includes the characters speaking in the text proper as elements <person> or <personGrp>. Each element is assigned an unique identifier as the value of the attribute xml:id. Additional information on a character can be recorded in attributes, e.g. the attributes sex and gender allow to encode the sex and/or gender of a character.
Individuals are to be marked with <person>, groups (e.g. “Chorus”, “Soldiers”) with <personGrp>.
The following example shows the encoding of a single female character called "Eleonora":
Use <persName> to provide the character name. In the case of a group of characters use the element <name> instead.
The values will appear in the network rendering in the frontend as the labels of the nodes. For the sake of visualisation, try to stick to name or name+surname, avoiding too much extra information which will clutter the network. For example: “Henry”, “King Henry” or “Henry VII Tudor” are fine, “Henry, brother to the King of England” is not.
Each item must have a unique identifier in the attribute xml:id. As a general rule use letters of the latin alphabet and numbers for these IDs; don't use any special characters apart from dash "-" and underscore "_". If your play is written in a non-latin script use a transliteration of the character name as the identifier.
On a more technical level: The values of the attribute xml:id need to be so-called ‘Nmtokens’ which cannot contain space characters among others (see full spec at https://www.w3.org/TR/REC-xml/#NT-Name). Although they can consist of characters from various scripts, in the case of DraCor we follow the convention to use only ASCII characters. The reason being that IDs may be used to construct URLs and anything beyond the ASCII range would have to be URI encoded which would make the URLs less readable (cf. this GitHub issue.)
For characters defined by numerals (“First Soldier, Second Soldier”), please include the values of the attribute xml:id as follows:xml:id="soldier_1"
.
The DraCor schema supports the attribution of both biological sex and gender roles to the characters of a play using the sex and gender attributes respectively.
For the sex attribute the DraCor API expects the values FEMALE, MALE or UNKNOWN. The encoding of the sex of a character should be guided by the following rules:
Please use the sex attribute only for characters which unequivocally appear as of a certain sex in the text. If they don’t have a proper name, but are defined by their profession, consider the play’s context (e.g. “soldier” will be surely MALE in a Renaissance play).
The same applies to groups (“soldiers”, “weavers”). If the sex is uncertain or no hints are provided, mark them as UNKNOWN (“nobles”, ”citizens”, “servants”).
Abstract entities (“Time”, “Fame”, “Death” etc.) should be marked as UNKNOWN. If they are clearly gendered in the text you may consider using an appropriate gender attribute.
For the gender attribute the DraCor API currently does not expect any particular value. It is up to corpus maintainers to use a consistent scheme, possibly documented in an <encodingDesc>.
For more background on sex and gender in the TEI see Beshero-Bondar et al. (2024). For its history in DraCor see the GitHub issue #46.
It is strongly recommended to include only such relations that are ground on textual evidence, e.g. notes on the relation of characters in the dramatis personae included in the text proper as <castList>. In the <castList> of the play used as an example above the characters "Odoardo" and "Claudia" are marked as a group with a curly bracket and it is noted that they are the parents of the character "Emilia" ("Eltern der Emilia") (in the example see element <roleDesc>):
In this case being a parent of someone is a directed relationship. Therefore the <relation> with the value parent_of of the attribute name has two additional attributes that denote the source (active) and the target (passive) of the relation. The values of these attributes are pointers (hence starting with '#') which must refer to a <person> element inside the <particDesc> that has an xml:id with a corresponding value.
Which relations to encode and how to name them in the name attribute is up to the corpus maintainers. We recommend to follow a consistent classification that is documented in the corpus README. As an example, the German Drama Corpus adopted the method of identifying character relationships developed by Wiedmer et al. (2020).
If a character in a play is an actualization of a character archetype, e.g. a mythologic figure or a historic person it is possible to provide a link to the entity on Wikidata by including the full URI in the attribute ana.
Within <textClass> in the <profileDesc> the genre of the drama can be specified.
The content of the element <term> in the section <keywords> is considered the human-readable label for the classification contained in <classCode>. The value should be the QID of the respective concept on Wikidata. The following values are supported by the API (See also Source Code):
Genre information should only be supplied if there are some indicators that a certain genre is applicable, e.g. a genre term in the subtitle or some other text on the title page in the source. See also the discussion in this issue on GitHub.
Lists revisions and revisers of the file. Update it after each editing.
The <standOff> element usually includes dates (first written, first printed edition, premiere).
To link a play to its corresponding entry in Wikidata DraCor uses the <listRelation> element inside <standOff>. For this purpose it must have exactly one <relation> child element with the following attributes:
The text of the play is usually composed of some paratextual elements (title page, dedication, preface, dramatis personae etc.) and of the body of the text. Enclose the first with the <front> tag and the second with the <body> tag.
Most examples (with some adjustments) are taken from Mary Pix' drama The Spanish Wives (ep000676).
Paratexts may be encoded with successive layers of complexity. The general rule is to enclose every section in a <div> with an attribute type. Prose text should be enclosed in paragraphs with <p>, lines of verse with <l>. In-text titles of sections may be marked with <head>.
Dramatis personae can be encoded using the element <castList>.
Mark the main elements in the play’s body <body> as follows:
Mark the speech act with enclosing it with the element <sp>.
Indicate which character listed in the <particDesc> is speaking by including a reference to the character's xml:id prefixed with a hash (#) in the who attribute of the <sp> element: who="#id-of-the-speaker"
. Always use the same who-tag, even if the in-text name of the speaker is abbreviated or there are some aliases.
Enclose the in-text name of the speaker with the element <speaker>.
Again, verse lines should be marked with <l>. Prose text should be marked with the paragraph element <p>.
Only a small subset of the elements available in the TEI Drama Customization are actually used in DraCor corpora. The elements included in the following list are relevant. In the documentation below (section Schema) you can find additional information on the elements and examples of their use in DraCor files. If you are using additional elements that are valid in the TEI Drama Customization bear in mind that there can be unexpected results when using the API (e.g. counting of word tokens, extraction of metadata values, ...) or issues when displaying your files in the front-end (e.g. text not being displayed, ...). If you think that a certain element should be included in the core elements below and thus be better supported by the DraCor system please open an issue in the dracor-schema repository on GitHub and describe your use case.
The literary texts in the DraCor corpora are enriched with a research-driven markup for the application of a specific method, the network analysis of literary texts (Trilcke 2013). Therefore, the encoding is tailored to allow for the extraction of ‘co-presence networks’ relying on structural segmentation of a given play into acts and scenes and having uniquely identifiable speaking and acting characters. The cast lists (encoded as <castList>) or dramatis personae that are contained in most dramatic texts are an insufficient source in this regard, because they tend to be incomplete. Speaker labels (encoded as <speaker>) contained in the proper text are also often misleading, because they are often not stable enough to serve as an identifier. Therefore, the plays encoded for the DraCor platform have an additional section in their metadata in the <teiHeader> that lists all characters as <person> or <personGrp> elements in a <listPerson> and assigns them a unique identifier (attribute xml:id), that is then used in the attribute who to link the individual speech acts <sp> with their respective speakers.
While each distinct speaker represents a ‘node’ in a network, a relation (‘edge’) is established if the speeches <sp> of two or more speakers appear in the same segment <div> (normally a “scene” classified by the attribute type).
The co-presence network can then be extracted by a designated algorithm which is implemented in XQuery: The function of the DraCor API metrics:get-network-metrics extracts the segments (element <div>) of a given TEI file using the function dutil:get-segments and for each of these segments gets the distinct speakers with the function dutil:distinct-speakers. The network metrics are calculated based on these extracted features with the “DraCor Metrics Service” using the Python package networkx.
The schema derived from this ODD includes some schematron rules that allow for checking if networks can be extracted from the TEI files:
The DraCor API is at the core of the whole DraCor system. It is designed with a domain model of digital drama analysis in mind and thus organizes the API functionality around the two core entities “corpus” and theater “play”, thus following the assumption already mentioned above that corpora are the central epistemic objects of Computational Literary Studies (cf. Gavin 2023: 4).
The machine-readable documentation of the DraCor-API in the OpenAPI format can be accessed at https://dracor.org/doc/api. It defines the available API endpoints and the schemas of the respective response objects. The following section accompanies this specification and provides additional documentation of the attributes in the return JSON objects. The following "features" also form the basis of the DraCor API Ontology which – at a later stage – will be automatically generated from this ODD.
The following sections list the ‘features’. The tables in the annex provide an overview how these features are dispersed over the response objects of the various endpoints.
Feature C1 corpus_name: Identifier "name" or "corpusname" of a corpus, e.g. "ger" for the "German Drama Corpus".
Normally this identifier is used as path parameter in requests to the DraCor API.
Feature C2 corpus_uri: Identifier "uri" of a corpus. It is equal to the the full URL of the /corpora/{corpusname} endpoint.
Feature C3 corpus_title: Full title of a corpus, e.g. "Ukrainian Drama Corpus".
Feature C4 corpus_acronym: Acronym of a corpus. Normally, it is the identifier "name"/"corpusname" (see "corpus_name", but starting with a capital letter) followed by the string "DraCor", e.g. "TatDraCor".
In the TEI source data the corpus acronym can be explicitly set by including an element <title>; with the value acronym of the attribute type in in the metadata file of a corpus ("corpus.xml").
If this element is missing, the value of the element <idno> with with the attribute type value of URI from the "corpus.xml" is extracted and prepended with "DraCor".
Feature C5 corpus_description: Description of a corpus. In the TEI source data this information is contained in the element <projectDesc> in the "corpus.xml" file.
The value returned can be formatted using Markdown. The transformation of TEI into Markdown is handled by the function 'local:to-markdown' in 'util.xqm' which transforms TEI elements <hi> and <ref> for hyperlinks.
Feature C6 corpus_repository: URL of the (GitHub) repository that contains the TEI source data. The information is extracted from the element <idno> with the value repo of the attribute type in a "corpus.xml" file.
Feature C7 corpus_licence: Licence information of a corpus. The value is a string identifying the licence, e.g. CC0. The information is extracted from the corpus metadata in "corpus.xml". It is the text content of the element <licence>.
Feature C8 corpus_licence_url: Identifier/URL of a licence. The value is extracted from the attribute target of the element <licence> in the "corpus.xml" file.
Feature C9 corpus_num_of_plays: Number of plays in a corpus. The value is the number of <TEI> elements (should be equal to files) in a given corpus collection in the underlying eXist-DB database.
Feature C10 corpus_num_of_characters: Number of characters in a corpus. The value is the number of all <person> and <personGrp> elements in all <listPerson> elements in a given collection representing a corpus in the underlying eXist-DB database.
Feature C11 corpus_num_of_characters_male: Number of male characters in a corpus. The value is the number of all elements <person> and <personGrp> that are classified with the value MALE in the attribute sex in all <listPerson> elements in a given collection representing a corpus in the underlying eXist-DB database.
Feature C12 corpus_num_of_characters_female: Number of female characters in a corpus. The value is the number of all <person> and <personGrp> that are classified with the value FEMALE in the attribute sex in all <listPerson> l elements in a given collection representing a corpus in the underlying eXist database.
Feature C13 corpus_num_of_tei_text_elements: Number of <text> elements in a corpus. The value is the number of <text> elements in all TEI files in a collection representing a corpus in the underlying eXist-DB database.
In earlier versions of DraCor files a TEI file can contain multiple <tei:text> elements, e.g. when there are multiple one act plays published together.
Since this iteration of the schema the content model of <TEI> is adapted to allow only a single element <text>, therefore the value of this feature should match feature corpus_num_of_plays.
Feature C14 corpus_num_of_sp: Number of speech acts in a corpus.
The value is the number of <sp> elements in a collection representing a corpus in the underlying eXist-DB database.
Feature C15 corpus_num_of_stage: Number of stage directions in a corpus.
The value is the number of <stage> elements in a collection representing a corpus in the underlying eXist-DB database.
Feature C16 corpus_num_of_word_tokens_in_text_elements: Number of word tokens in <text> elements in the corpus.
The number of tokens for each TEI file is pre-calculated upon ingest into the eXist-DB database by tokenizing the contents of the elements <text> with the the built-in xPath function tokenize(). The regular expression '\W+' is used as separator. The values of all documents in a corpus collection are summed up.
Feature C17 corpus_num_of_word_tokens_in_sp: Number of word tokens in <sp> elements in the corpus.
The number of tokens for each TEI file is pre-calculated upon ingest into the eXist-DB database by tokenizing the contents of the elements <sp> with the built-in xPath function tokenize(). The regular expression '\W+' is used as separator. The values of all documents in a corpus collection are summed up.
Feature C18 corpus_num_of_word_tokens_in_stage: Number of word tokens in <tei:stage> elements in the corpus. The number of tokens for each TEI file is pre-calculated upon ingest into the eXist database by tokenizing the contents of the elements tei:sp with the built-in xPath function 'tokenize()'. The regular expression '\W+' is used as separator. The values of all documents in a corpus collection are summed up.
Feature C19 corpus_metrics_date_updated: Most recent date and time the metrics of a document in a collection in the eXist database representing a corpus were updated. The function retrieves the update date/time values (attribute @updated) of all metrics files in a collection and takes the maximum value using the built-in function 'max'.
Feature P1 play_corpus_name: Name/Identifier "corpusname" (Feature C1) of the corpus the play is contained in.
Feature P2 play_id:
‘DraCor ID’ of the play, e.g. ger000171.
In the TEI source file the DraCor ID is contained in the attribute xml:id on the root element <TEI>.
The identifier SHOULD match the Regular Expression ^[a-z]+[0-9]{6}$.
The value is retrieved by the xQuery function dutil:get-dracor-id in the module util.xqm [Code].
Feature P65 play_uri: URI of the play. It is equal to the the full URL of the /corpora/{corpusname}/plays/{playname} endpoint.
Feature P3 play_name: Identifier "playname". Normally a combination of the name of the author and the title of the play, e.g. lessing-emilia-galotti.
It MUST be unique across a single corpus. This identifier is normally used as path parameters in requests to the DraCor API.
It is recommended that the file name of a document SHOULD be equal to the play name identifier.
Feature P4 play_wikidata_id: Wikidata ID of the play. The value is the "Q-Number" of the item on Wikidata, e.g. Q466333.
In the TEI source document the information is contained in the <standOff> element as a <relation> element with the value wikidata of the attribute name as the full URI, e.g. http://www.wikidata.org/entity/Q466333.
Feature P5 play_title: (Main) title of the play. Normally, the title is in the language of the corpus. The respective function extracts the text of the first element <title> in the <titleStmt> in the <teiHeader>.
Feature P6 play_subtitle: Subtitle of the play.
Normally, the subtitle is in the language of the corpus. The respective function extracts the text of the first element <title> in <titleStmt> in the <teiHeader> that carries an attribute type with the value sub.
Feature P7 play_title_en: English translation of the original main title of the play.
The respective function extracts the text of the element <title> with eng as the attribute's xml:lang value.
Feature P8 play_subtitle_en: English translation of the original subtitle of the play.
The respective function extracts the text of the element <title> with the value of the attribute type being sub and eng as the attribute's xml:lang value.
Feature P9 play_author_name: Name of the author of the play in the format '{surname}, {forename}', e.g. 'Shakespeare, William', 'Гоголь, Николай Васильевич'.
The value can be used for sorting. The respective function takes the contents of the elements <persName> or <name> from the element <author> in the <titleStmt> and applies some processing logic: If the constituents are marked up with the special elements <surname> and <forename>, they are arranged in the order "surname, forename". The optional attribute sort on the element <surname> is evaluated as well to distinguish the order of <surname> elements. If no additional markup is present, the contents of the <name> or <persName> element is used.
Feature P10 play_author_name_en: English name of the author of a play in the format '{surname}, {forename}', e.g. 'Gogol, Nikolai' (in this case the value of 'author_name' is Гоголь, Николай Васильевич' including the patronym).
Feature P11 play_author_fullname: Full name of the author of the play including patronyms and other name constituents as encoded in the TEI source file in the element <persName> or <name> in <author> author. E.g. 'Николай Васильевич Гоголь', 'William Shakespeare'.
Feature P12 play_author_fullname_en: Full english name of the author of the play, e.g. 'Nikolai Gogol'.
Feature P13 play_author_shortname: Short name of the author of a play.
Normally, the value is the author's surname only, e.g. 'Shakespeare' ,'Гоголь'.
Feature P14 play_author_shortname_en: English short name of the author of a play.
Normally, it is the value of the author's surname only, e.g. 'Gogol'.
Feature P16 play_first_author_shortname: Short name of the first author of a play.
Feature P18 play_author_also_known_as: Alternative name of the author of a play, e.g. 'Titus Maccius Plautus' in case of the author 'Plautus'.
In the source TEI file alternative names are encoded as additional elements <persName>.
Feature P19 play_author_ref_external_id: ID of the author in an external reference resource.
This for example can be the 'Q-Number' of Wikidata.
Feature P20 play_author_ref_type: Type of the ID of the author in an external reference resource, e.g. wikidata.
Feature P21 play_num_of_co_authors: Number of co-authors of a play. The value is the number of all authors of a play minus one.
Feature P22 play_genre_normalized: Normalized genre of a play.
The function performs a lookup using a Wikidata identifier provided in the element <classCode> in <textClass>. The normalized values can be Comedy, Tragedy,Tragicomedy,Satyr play.
Feature P23 play_is_libretto: Indicates if a play is a libretto.
The function performs a lookup using a Wikidata identifier provided in the element <classCode> in <textClass>. If the returned value is Libretto the value of this property is true, otherwise false.
Feature P24 play_year_written: Year of the creation of the play / year when the play was written.
Feature P25 play_year_printed: Year the play was published / year of first printing.
Feature P26 play_year_premiered: Year the Play was premiered
Feature P66 play_date_premiered: Date the play was premiered. This is only available when the exact date of the premiere in ISO format (YYYY-MM-DD) is specified in element <standOff>.
This feature was added later and is not included in the 'Report on Programmable Corpora'.
Feature P27 play_year_normalized: Of all available years (written, printed, premiered) a so-called 'normalized year' is selected; It is either the earlier on of printing or premiered or, if a work was published or performed much later (more than 10 years) after its creation, the year of its creation is taken as »Normalized Year« (if it is a range of years, the last of them is taken).
Feature P28 play_digital_source_name: Name of the digital source of a play. Normally it is the name of the repository or project that provides a digital version of the play, e.g. Google Books, Wikisource, TextGrid Repository.
Feature P29 play_digital_source_url: URL of the digital source of a play.
Feature P30 play_original_source_full_citation: Full citation of the play's original (print publication) source.
In the TEI file the citation is contained in the element <bibl> with the value originalSource of the attribute type inside the <sourceDesc>.
Feature P31 play_original_source_publisher: Publisher of the print publication that was used as the original source.
From the TEI data the content of the element <publisher> in the <bibl> representing the original source is extracted.
Feature P32 play_original_source_publication_place: Place of publication of the print publication that was used as the original source.
In the TEI data the content of the element <pubPlace> in the <bibl> representing the original source is extracted. If there are multiple places annotated, they are joined to a single string separated by ','.
Feature P33 play_original_source_publication_year: Year of publication of the print publication that was used as the original source.
Feature P34 play_original_source_num_of_pages: Extent of the original source in number of pages derived from the bibliographic reference.
In the TEI file the element <biblScope> holds a page range encoded in the attribute from and to. The value is calculated by taking the value of to and subtracting the value of from and adding 1.
Feature P35 play_num_of_wikipedia_links: Number of Wikipedia links of a play.
The links are counted in regular intervals using the Wikidata Query Service. The query looks for connections based on the property 'schema:about' (?sitelink schema:about wd:' || $id || ' .) and filters the results with the regular expression '[.]wikipedia[.]org'.
Feature P37 play_num_of_segments: Number of segments (e.g. scenes) of a play.
Usually <div> elements inside <body> are considered a segment if they contain a speech marked up by an element <sp>.
However, also "empty scenes" with no speaking characters are considered a segment, e.g. elements <div> that consist of stage directions (<stage>) only.
Feature P38 play_num_of_acts: Number of acts of a play.
In the TEI file acts are elements <div> with an attribute type value of act. The function extracting the information returns the number of such <div> elements.
Feature P39 play_num_of_paragraphs:
Feature P40 play_num_of_verse_lines:
Feature P41 play_num_of_word_tokens_in_text_elements:
Feature P42 play_num_of_word_tokens_in_sp:
Feature P43 play_num_of_word_tokens_in_stage:
Feature P45 play_num_of_speakers: Number of Speakers of a Play
Feature P46 play_num_of_speakers_sex_female:
Feature P47 play_num_of_speakers_sex_male:
Feature P48 play_num_of_speakers_sex_unknown:
Feature P49 play_num_of_person_groups:
Feature P50 play_all_in_segment:
Feature P51 play_all_in_index:
Feature P53 play_network_data_csv_url:
Feature P55 play_network_size:
Feature P56 play_network_num_edges:
Feature P57 play_network_average_degree: Average Degree of the Network representing a Play
Feature P58 play_network_density: Density of a Network representing a Play
Feature P59 play_network_diameter:
Feature P60 play_network_average_path_length: Average Path Length of a Network representing a Play
Feature P61 play_network_average_clustering:
Feature P62 play_network_num_connected_components:
Feature P63 play_network_max_degree:
Feature : ID of the character with the highest degree value in a network representing a play. In the report 'On programmable corpora' the corresponding feature is 'P64'.
Feature S1 segment_type:
Feature S2 segment_number:
Feature S3 segment_title:
Feature S4 segment_speaking_characters:
Feature Ch1 character_id:
Feature Ch2 character_name:
Feature Ch3 character_is_group:
Feature Ch4 character_sex:
Feature Ch5 character_wikidata_id:
Feature Ch6 character_node_betweenness:
Feature Ch7 character_node_degree:
Feature Ch8 character_node_closeness:
Feature Ch9 character_node_eigenvector:
Feature Ch10 character_node_weighted_degree:
Feature Ch11 character_num_of_segments: Number of Segments a Character appears in
Feature Ch12 character_num_of_sp:
Feature Ch13 character_num_of_word_tokens:
Feature : Character Roles. Feature 'Ch14' in the report 'On Programmable Corpora'.
Feature Ch15 character_spoken_text:
Feature character_relation_is_directed: Indicates if a relation is directed (true).
Feature character_relation_type: Type of relation between characters, e.g. 'parent_of', 'lover_of', 'related_with', 'associated_with', 'siblings', 'spouses', 'friends'.
Feature character_relation_from: Contains the ID/name of a character that is the 'source' of the relation.
Feature character_relation_to: Contains the ID/name of a character that is the 'target' of the relation.
<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 16.1. Varieties of Composite Text] | |||||||||||||||||||||||||||||
Module | textstructure — Schema | ||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||
Member of | |||||||||||||||||||||||||||||
Contained by | core: teiCorpus | ||||||||||||||||||||||||||||
May contain | |||||||||||||||||||||||||||||
Note | As with all elements in the TEI scheme (except <egXML>) this element is in the TEI namespace (see 5.7.2. Namespaces). Thus, when it is used as the outermost element of a TEI document, it is necessary to specify the TEI namespace on it. This is customarily achieved by including http://www.tei-c.org/ns/1.0 as the value of the XML namespace declaration (xmlns), without indicating a prefix, and then not using a prefix on TEI elements in the rest of the document. For example: <TEI version="4.8.1" xml:lang="it" xmlns="http://www.tei-c.org/ns/1.0">. | ||||||||||||||||||||||||||||
Example | <TEI xml:id="ger000171" xml:lang="ger" xmlns="http://www.tei-c.org/ns/1.0">
<!-- ... -->
</TEI> The TEI namespace http://www.tei-c.org/ns/1.0 should also be added to the root TEI element in the attribute xmlns. | ||||||||||||||||||||||||||||
Schematron | DraCor identifiers should consist of lower case letters followed by a six-digit number. The value is returned as feature play_id in the API response object.
<sch:rule context="tei:TEI" role="warning">
<sch:assert test="matches(./@xml:id,'^[a-z]+[0-9]{6}$')"> For DraCor IDs we recommend the pattern ^[a-z]+[0-9]{6}$
</sch:assert>
</sch:rule> | ||||||||||||||||||||||||||||
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="teiHeader" minOccurs="1" maxOccurs="1"/> <elementRef key="standOff" minOccurs="0" maxOccurs="1"/> <elementRef key="text" minOccurs="1" maxOccurs="1"/> </sequence> </content> ⚓ | ||||||||||||||||||||||||||||
Schema Declaration | element TEI { tei_att.global.attribute.n, tei_att.global.attribute.xmlbase, tei_att.global.attribute.xmlspace, tei_att.global.analytic.attribute.ana, tei_att.global.rendition.attribute.rend, tei_att.global.source.attribute.source, tei_att.typed.attributes, attribute xml:id { text }, attribute xml:lang { text }?, attribute version { text }?, ( tei_teiHeader, tei_standOff?, tei_text ) }⚓ |
<ab> (anonymous block) contains any component-level unit of text, acting as a container for phrase or inter level elements analogous to, but without the same constraints as, a paragraph. [17.3. Blocks, Segments, and Anchors] | |
Module | linking — Schema |
Attributes |
|
Member of | |
Contained by | corpus: particDesc figures: figure header: abstract application availability cRefPattern calendar change correction correspAction correspContext correspDesc editionStmt editorialDecl encodingDesc handNote hyphenation interpretation langUsage licence normalization prefixDef projectDesc publicationStmt punctuation quotation refsDecl samplingDecl scriptNote segmentation seriesStmt sourceDesc stdVals styleDefDecl linking: ab namesdates: event listRelation person personGrp |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Note | In DraCor the element <ab> is normally used to encode the name of the licence used. |
Example | <availability>
<licence>
<ab>CC0 1.0</ab>
<ref target="https://creativecommons.org/publicdomain/zero/1.0/">Licence</ref>
</licence>
</availability> |
Schematron | In DraCor we discourage the use of the element <ab> anywhere else than to mark the human-readable label of the licence in <availability>.
<sch:rule context="tei:ab" role="warning"
see="https://dracor.org/doc/odd#TEI.ab">
<sch:assert test="./parent::tei:licence"> In DraCor the element 'ab' should only be used to mark the
label of the licence in the teiHeader.
</sch:assert>
</sch:rule> |
Schematron |
<sch:rule context="tei:l//tei:ab">
<sch:assert test="ancestor::tei:floatingText | parent::tei:figure | parent::tei:note"> Abstract model violation: Metrical lines may not contain higher-level divisions such as p or ab, unless ab is a child of figure or note, or is a descendant of floatingText.
</sch:assert>
</sch:rule> |
Content model | <content> <macroRef key="macro.abContent"/> </content> ⚓ |
Schema Declaration | element ab { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.fragmentable.attributes, tei_att.typed.attributes, tei_macro.abContent }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<abbr> (abbreviation) contains an abbreviation of any sort. [3.6.5. Abbreviations and Their Expansions] | |||||||||||||
Module | core — Schema | ||||||||||||
Attributes |
| ||||||||||||
Member of | |||||||||||||
Contained by | core: abbr add addrLine author bibl biblScope choice citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer | ||||||||||||
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data | ||||||||||||
Note | If abbreviations are expanded silently, this practice should be documented in the <editorialDecl>, either with a <normalization> element or a <p>. | ||||||||||||
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ | ||||||||||||
Schema Declaration | element abbr { tei_att.global.attributes, tei_att.cmc.attributes, attribute type { text }?, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<abstract> contains a summary or formal abstract prefixed to an existing source document by the encoder. [2.4.4. Abstracts] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: profileDesc |
May contain | |
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. |
Content model | <content> <alternate minOccurs="1" maxOccurs="unbounded"> <classRef key="model.pLike"/> <classRef key="model.listLike"/> <elementRef key="listBibl"/> </alternate> </content> ⚓ |
Schema Declaration | element abstract { tei_att.global.attributes, ( tei_model.pLike | tei_model.listLike | tei_listBibl )+ }⚓ |
<actor> contains the name of an actor appearing within a cast list. [7.1.4. Cast Lists] | |||||||||||||||||
Module | drama — Schema | ||||||||||||||||
Attributes |
| ||||||||||||||||
Member of | |||||||||||||||||
Contained by | drama: castItem | ||||||||||||||||
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data | ||||||||||||||||
Note | This element should be used only to mark the name of the actor as given in the source. Chapter 14. Names, Dates, People, and Places discusses ways of marking the components of names, and also of associating names with biographical information about a person. | ||||||||||||||||
Example | <castItem>
<role>Mathias</role>
<roleDesc>the Burgomaster</roleDesc>
<actor ref="https://en.wikipedia.org/wiki/Henry_Irving">Mr. Henry Irving</actor>
</castItem> | ||||||||||||||||
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ | ||||||||||||||||
Schema Declaration | element actor { tei_att.global.attributes, tei_att.canonical.attributes, attribute sex { list { + } }?, attribute gender { list { + } }?, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<add> (addition) contains letters, words, or phrases inserted in the source text by an author, scribe, or a previous annotator or corrector. [3.5.3. Additions, Deletions, and Omissions] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l lg measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Note | In a diplomatic edition attempting to represent an original source, the <add> element should not be used for additions to the current TEI electronic edition made by editors or encoders. In these cases, either the <corr> or <supplied> element are recommended. In a TEI edition of a historical text with previous editorial emendations in which such additions or reconstructions are considered part of the source text, the use of <add> may be appropriate, dependent on the editorial philosophy of the project. |
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ |
Schema Declaration | element add { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.dimensions.attributes, tei_att.typed.attributes, tei_macro.paraContent }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: address |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
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. |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element addrLine { tei_att.global.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change correspAction creation distributor edition extent funder geoDecl handNote language licence principal publicationStmt rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
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. |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> <sequence minOccurs="1" maxOccurs="unbounded"> <classRef key="model.addrPart"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element address { tei_att.global.attributes, tei_att.cmc.attributes, ( tei_model.global*, ( ( tei_model.addrPart, tei_model.global* )+ ) ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<alt> (alternation) identifies an alternation or a set of choices among elements or passages. [17.8. Alternation] | |||||||||||||||||||||||||
Module | linking — Schema | ||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||
Member of | |||||||||||||||||||||||||
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure | ||||||||||||||||||||||||
May contain | Empty element | ||||||||||||||||||||||||
Content model | <content> <empty/> </content> ⚓ | ||||||||||||||||||||||||
Schema Declaration | element alt { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.pointing.attribute.targetLang, tei_att.pointing.attribute.evaluate, tei_att.typed.attributes, attribute target { list { * } }?, attribute mode { "excl" | "incl" }?, attribute weights { list { * } }?, empty }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<altGrp> (alternation group) groups a collection of <alt> elements and possibly pointers. [17.8. Alternation] | |||||||||
Module | linking — Schema | ||||||||
Attributes |
| ||||||||
Member of | |||||||||
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure | ||||||||
May contain | |||||||||
Note | Any number of alternations, pointers or extended pointers. | ||||||||
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.descLike" minOccurs="0" maxOccurs="unbounded"/> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="alt"/> <elementRef key="ptr"/> </alternate> </sequence> </content> ⚓ | ||||||||
Schema Declaration | element altGrp { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.pointing.group.attributes, attribute mode { "excl" | "incl" }?, ( tei_model.descLike*, ( tei_alt | tei_ptr )* ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | core — Schema |
Attributes |
|
Contained by | core: biblStruct |
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. |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <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, ( tei_author | tei_editor | tei_respStmt | tei_title | tei_model.ptrLike | tei_date | tei_textLang | tei_idno | tei_availability )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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 17.5. Correspondence and Alignment] | |
Module | linking — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list listBibl measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure |
May contain | Empty 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. |
Content model | <content> <empty/> </content> ⚓ |
Schema Declaration | element anchor { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.typed.attributes, empty }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<annotation> represents an annotation following the Web Annotation Data Model. [17.10. The standOff Container] | |||||||||||||||||||||||||||
Module | linking — Schema | ||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||
Member of | |||||||||||||||||||||||||||
Contained by | linking: listAnnotation standOff | ||||||||||||||||||||||||||
May contain | |||||||||||||||||||||||||||
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="respStmt" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="revisionDesc" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="licence" minOccurs="0" maxOccurs="unbounded"/> <classRef key="model.annotationPart.body" minOccurs="0" maxOccurs="unbounded"/> </sequence> </content> ⚓ | ||||||||||||||||||||||||||
Schema Declaration | element annotation { tei_att.global.attribute.n, tei_att.global.attribute.xmllang, tei_att.global.attribute.xmlbase, tei_att.global.attribute.xmlspace, tei_att.global.analytic.attribute.ana, tei_att.global.rendition.attribute.rend, 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 { list { ( "assessing" | "bookmarking" | "classifying" | "commenting" | "describing" | "editing" | "highlighting" | "identifying" | "linking" | "moderating" | "questioning" | "replying" | "tagging" )+ } }?, ( tei_respStmt*, tei_revisionDesc*, tei_licence*, tei_model.annotationPart.body* ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<appInfo> (application information) records information about an application which has edited the TEI file. [2.3.11. The Application Information Element] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: encodingDesc |
May contain | header: application |
Content model | <content> <classRef key="model.applicationLike" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ |
Schema Declaration | element appInfo { tei_att.global.attributes, tei_model.applicationLike+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<application> provides information about an application which has acted upon the document. [2.3.11. The Application Information Element] | |||||||||||||
Module | header — Schema | ||||||||||||
Attributes |
| ||||||||||||
Member of | |||||||||||||
Contained by | header: appInfo | ||||||||||||
May contain | |||||||||||||
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.labelLike" minOccurs="1" maxOccurs="unbounded"/> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.ptrLike" minOccurs="0" maxOccurs="unbounded"/> <classRef key="model.pLike" minOccurs="0" maxOccurs="unbounded"/> </alternate> </sequence> </content> ⚓ | ||||||||||||
Schema Declaration | element application { tei_att.global.attributes, tei_att.datable.attributes, tei_att.typed.attributes, attribute ident { text }, attribute version { text }, ( tei_model.labelLike+, ( tei_model.ptrLike* | tei_model.pLike* ) ) }⚓ |
<argument> (argument) contains a formal list or prose description of the topics addressed by a subdivision of a text. [4.2. Elements Common to All Divisions 4.6. Title Pages] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Example | <argument>
<head>Inhalt des trauer-spiels.</head>
<p> Michael Balbus, käyser Leonis Armenii oberster
feldhauptmann, nach dem er zu unterschiedenen mahlen wegen
seiner untreu und verleumbdungen angeklaget, verschweret
sich wider den käyser, welcher ihn durch Exabolium, seinen
geheimesten rath, offt von seiner leichtfertigkeit
abzustehen ermahnet. Weil aber Michael auf seinem vorsatz
verharret, wird er unversehens gefangen und von dem rath, in
welchem der käyser selbst kläger und richter, zu dem feuer
verdammet.
<!-- ... -->
</p>
<p> Dieses trauerspiel beginnet den mittag vor dem heiligen
christtage, wehret durch die nacht und endet sich vor
auffgang der sonnen.
</p>
<p> Der schauplatz ist Constantinopel und vornehmlich die
käyserliche burg.
</p>
</argument> |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.global"/> <classRef key="model.headLike"/> </alternate> <sequence minOccurs="1" maxOccurs="unbounded"> <classRef key="model.common"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element argument { tei_att.global.attributes, tei_att.cmc.attributes, ( ( tei_model.global | tei_model.headLike )*, ( ( tei_model.common, tei_model.global* )+ ) ) }⚓ |
<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] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | header: editionStmt titleStmt |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Note | For additional information on the encoding of author names and the rationale also see the following GitHub issues: |
Example | <author>
<persName>
<forename>Andreas</forename>
<surname>Gryphius</surname>
</persName>
<idno type="wikidata">Q77214</idno>
<idno type="pnd">118543032</idno>
</author> Encoding of the author "Andreas Gryphius" of the play Leo Armenius oder Fürsten-Mord. |
Example | <author>
<persName>
<forename>Владимир</forename>
<forename type="patronym">Иванович</forename>
<surname>Бельский</surname>
</persName>
<persName xml:lang="eng">
<forename>Vladimir</forename>
<surname>Belsky</surname>
</persName>
<idno type="wikidata">Q1259652</idno>
</author> Encoding of the author "Владимир Иванович Бельский" of the play Сказание о невидимом граде Китеже и деве Февронии. |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element author { tei_att.global.attributes, tei_att.datable.attributes, tei_att.naming.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<authority> (release authority) supplies the name of a person or other agency responsible for making a work available, other than a publisher or distributor. [2.2.4. Publication, Distribution, Licensing, etc.] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | core: monogr header: publicationStmt |
May contain | |
Content model | <content> <macroRef key="macro.phraseSeq.limited"/> </content> ⚓ |
Schema Declaration | element authority { tei_att.global.attributes, tei_att.canonical.attributes, tei_macro.phraseSeq.limited }⚓ |
<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.] | |||||||||
Module | header — Schema | ||||||||
Attributes |
| ||||||||
Member of | |||||||||
Contained by | header: publicationStmt | ||||||||
May contain | |||||||||
Note | A consistent format should be adopted | ||||||||
Example | <availability status="free">
<p> In the public domain.
</p>
</availability> Copyright status of the digital source of Karl Kraus: Die letzten Tage der Menschheit. | ||||||||
Example | <availability>
<licence>
<ab>CC-BY-3.0</ab>
<ref target="http://creativecommons.org/licenses/by/3.0/de/legalcode">Lizenzvertrag</ref>
</licence>
</availability> | ||||||||
Content model | <content> <alternate minOccurs="1" maxOccurs="unbounded"> <classRef key="model.availabilityPart"/> <classRef key="model.pLike"/> </alternate> </content> ⚓ | ||||||||
Schema Declaration | element availability { tei_att.global.attributes, attribute status { "free" | "unknown" | "restricted" }?, ( tei_model.availabilityPart | tei_model.pLike )+ }⚓ |
<back> (back matter) contains any appendixes, etc. following the main part of a text. [4.7. Back Matter 4. Default Text Structure] | |
Module | textstructure — Schema |
Attributes |
|
Contained by | textstructure: floatingText text |
May contain | drama: castList epilogue performance prologue set figures: figure namesdates: listEvent listPerson listRelation |
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="notes">
<head>[Anmerkung]</head>
<p> Dem zu Beginn des <emph>Actus quintus</emph> in freier
Weise verwendeten Zitate aus den Selbstbetrachtungen des
Marc Aurel liegt ein griechischer und lateinischer Text
des achtzehnten Jahrhunderts zugrunde. Bei der Übersetzung
ins Deutsche diente in einzelnen Wendungen die Übersetzung
von Otto Kiefer (Eugen Diederichs, Jena 1906) zum
Vorbilde.
</p>
</div>
</back> A note in the <back> of the play Anton Wildgans: Dies irae. Should maybe wrapped with a <note> element. |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="unbounded"> <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" maxOccurs="1"> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.div1Like"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.frontPart"/> <classRef key="model.div1Like"/> <classRef key="model.global"/> </alternate> </sequence> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.divLike"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.frontPart"/> <classRef key="model.divLike"/> <classRef key="model.global"/> </alternate> </sequence> </alternate> <sequence minOccurs="0" maxOccurs="1"> <classRef key="model.divBottomPart"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divBottomPart"/> <classRef key="model.global"/> </alternate> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element back { tei_att.global.attributes, ( ( tei_model.frontPart | tei_model.pLike.front | tei_model.pLike | tei_model.listLike | tei_model.global )*, ( ( tei_model.div1Like, ( tei_model.frontPart | tei_model.div1Like | tei_model.global )* ) | ( tei_model.divLike, ( tei_model.frontPart | tei_model.divLike | tei_model.global )* ) )?, ( ( tei_model.divBottomPart, ( tei_model.divBottomPart | tei_model.global )* )? ) ) }⚓ |
<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 16.3.2. Declarable Elements] | |||||||||||
Module | core — Schema | ||||||||||
Attributes |
| ||||||||||
Member of | |||||||||||
Contained by | |||||||||||
May contain | core: abbr add address author bibl biblScope cb choice citedRange corr date del distinct editor ellipsis email emph expan foreign gap gb gloss hi index lb measure measureGrp meeting mentioned milestone name note noteGrp num orig pb ptr pubPlace publisher q quote ref reg relatedItem respStmt rs series sic soCalled term textLang time title unclear unit figures: figure character data | ||||||||||
Note | Contains phrase-level elements, together with any combination of elements from the model.biblPart class | ||||||||||
Example | <bibl type="digitalSource">
<name>TextGrid Repository</name>
<idno type="URL">http://www.textgridrep.org/textgrid:jn65.0</idno>
<availability>
<licence>
<ab>CC-BY-3.0</ab>
<ref target="http://creativecommons.org/licenses/by/3.0/de/legalcode">Lizenzvertrag</ref>
</licence>
</availability>
<bibl type="originalSource">
<title>Ludwig Anzengruber: Der Meineidbauer. Herausgegeben
und eingeleitet von Wilhelm Zentner, Stuttgart: Reclam, 1959
[Universal-Bibliothek, Band 133].</title>
</bibl>
</bibl> The element <bibl> is used to encode the sources of the play Ludwig Anzengruber: Der Meineidbauer. The <bibl> of ‘original source’ – marked with a type value of originalSource – is nested into the element <bibl> of the ‘digital source’ – marked with the attribute value digitalSource of type. | ||||||||||
Example | <bibl type="digitalSource">
<name>Google Books</name>
<idno type="URL">https://books.google.com/books?id=NbpIAQAAMAAJ&printsec=frontcover</idno>
<availability status="free">
<p> In the public domain.
</p>
</availability>
<bibl type="originalSource">
<author>Joseph von Auffenberg</author>: <title>Der Löwe von
Kurdistan. Ein romantisches Schauspiel in fünf Acten. Nach
W. Scott's Talisman bearbeitet</title>.
<pubPlace>Würzburg</pubPlace>:
<publisher>Etlinger</publisher>
<date>1827</date>, S.
<biblScope unit="page" from="1" to="155">1–155</biblScope>.
</bibl>
</bibl> The ‘original source’ contained in the inner <bibl> in the <teiHeader> of the play Joseph von Auffenberg: Der Löwe von Kurdistan uses additional elements <author>, <title>, <pubPlace>, <publisher>, <date>, <biblScope> to o explicitly mark the components of the bibliographic reference. | ||||||||||
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <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.canonical.attributes, tei_att.cmc.attributes, tei_att.sortable.attributes, attribute type { text }?, ( text | tei_model.gLike | tei_model.highlighted | tei_model.pPart.data | tei_model.pPart.edit | tei_model.segLike | tei_model.ptrLike | tei_model.biblPart | tei_model.global )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<biblFull> (fully-structured bibliographic citation) contains a fully-structured bibliographic citation, in which all components of the TEI file description are present. [3.12.1. Methods of Encoding Bibliographic References and Lists of References 2.2. The File Description 2.2.7. The Source Description 16.3.2. Declarable Elements] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <sequence minOccurs="1" maxOccurs="1"> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="titleStmt"/> <elementRef key="editionStmt" minOccurs="0"/> <elementRef key="extent" minOccurs="0"/> <elementRef key="publicationStmt"/> <elementRef key="seriesStmt" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="notesStmt" minOccurs="0"/> </sequence> <elementRef key="sourceDesc" minOccurs="0" maxOccurs="unbounded"/> </sequence> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="fileDesc"/> <elementRef key="profileDesc"/> </sequence> </alternate> </content> ⚓ |
Schema Declaration | element biblFull { tei_att.global.attributes, tei_att.canonical.attributes, tei_att.cmc.attributes, tei_att.sortable.attributes, ( ( ( tei_titleStmt, tei_editionStmt?, tei_extent?, tei_publicationStmt, tei_seriesStmt*, tei_notesStmt? ), tei_sourceDesc* ) | ( tei_fileDesc, tei_profileDesc ) ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |||||||||||
Module | core — Schema | ||||||||||
Attributes |
| ||||||||||
Member of | |||||||||||
Contained by | header: seriesStmt | ||||||||||
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data | ||||||||||
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 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. | ||||||||||
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ | ||||||||||
Schema Declaration | element biblScope { tei_att.global.attributes, tei_att.citing.attributes, attribute type { "volume" | "page" }?, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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 16.3.2. Declarable Elements] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="analytic" minOccurs="0" maxOccurs="unbounded"/> <sequence minOccurs="1" maxOccurs="unbounded"> <elementRef key="monogr"/> <elementRef key="series" minOccurs="0" maxOccurs="unbounded"/> </sequence> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.noteLike"/> <classRef key="model.ptrLike"/> <elementRef key="relatedItem"/> <elementRef key="citedRange"/> </alternate> </sequence> </content> ⚓ |
Schema Declaration | element biblStruct { tei_att.global.attributes, tei_att.canonical.attributes, tei_att.cmc.attributes, tei_att.sortable.attributes, tei_att.typed.attributes, ( tei_analytic*, ( ( tei_monogr, tei_series* )+ ), ( tei_model.noteLike | tei_model.ptrLike | tei_relatedItem | tei_citedRange )* ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<binaryObject> provides encoded binary data representing an inline graphic, audio, video or other object. [3.10. Graphics and Other Non-textual Components] | |||||||
Module | core — Schema | ||||||
Attributes |
| ||||||
Member of | |||||||
Contained by | core: abbr add addrLine author biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit figures: figure textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePage titlePart trailer | ||||||
May contain | Character data only | ||||||
Content model | <content> <textNode/> </content> ⚓ | ||||||
Schema Declaration | element binaryObject { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.media.attributes, tei_att.timed.attributes, tei_att.typed.attributes, attribute encoding { list { + } }?, text }⚓ |
<body> (text body) contains the whole body of a single unitary text, excluding any front or back matter. [4. Default Text Structure] | |
Module | textstructure — Schema |
Attributes |
|
Contained by | textstructure: floatingText text |
May contain | |
Example | <body>
<div type="act">
<head>Erster Akt.</head>
<stage>Scene: Elegantes Zimmer in Gustav's Hause.</stage>
<div type="scene">
<head>Erster Auftritt.</head>
<stage>Durch die Mittelthür kommen: Ehrenthal und Dörthe.</stage>
<!-- ... -->
</div>
</div>
<!-- ... -->
</body> Common structure of the <body> element of a play. Example is taken from Karl von Holtei: Ein Trauerspiel in Berlin. |
Schematron | A network can only be extracted from a play if there is some basic structure. The API expects that there is at least a single <div> present.
<sch:rule context="tei:body" role="warning">
<sch:assert test="tei:div"> A play SHOULD at least have one structural division 'div'
for the API to be able to extract a network.
</sch:assert>
</sch:rule> |
Schematron | The network is extracted based on speech acts which SHOULD be encoded using the element <sp>.
<sch:rule context="tei:body" role="warning">
<sch:assert test=".//tei:sp"> A play SHOULD be structured in speech-acts using the element
'sp' for the API to be able to extract a network.
</sch:assert>
</sch:rule> |
Schematron | In the edge case of a play without speaking characters and no speech acts <sp> it is expected that there is at least a single stage direction <stage>.
<sch:rule context="tei:body[not(.//tei:sp)]"
role="warning">
<sch:assert test=".//tei:stage"
role="warning"> A drama that does not contain a speech-act 'sp', SHOULD at
least contain a stage direction 'stage'.
</sch:assert>
</sch:rule> |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> <sequence minOccurs="0" maxOccurs="1"> <classRef key="model.divTop"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.global"/> <classRef key="model.divTop"/> </alternate> </sequence> <sequence minOccurs="0" maxOccurs="1"> <classRef key="model.divGenLike"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.global"/> <classRef key="model.divGenLike"/> </alternate> </sequence> <alternate minOccurs="1" maxOccurs="1"> <sequence minOccurs="1" maxOccurs="unbounded"> <classRef key="model.divLike"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.global"/> <classRef key="model.divGenLike"/> </alternate> </sequence> <sequence minOccurs="1" maxOccurs="unbounded"> <classRef key="model.div1Like"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.global"/> <classRef key="model.divGenLike"/> </alternate> </sequence> <sequence minOccurs="1" maxOccurs="1"> <sequence minOccurs="1" maxOccurs="unbounded"> <alternate minOccurs="1" maxOccurs="1"> <elementRef key="schemaSpec"/> <classRef key="model.common"/> </alternate> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> <alternate minOccurs="0" maxOccurs="1"> <sequence minOccurs="1" maxOccurs="unbounded"> <classRef key="model.divLike"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.global"/> <classRef key="model.divGenLike"/> </alternate> </sequence> <sequence minOccurs="1" maxOccurs="unbounded"> <classRef key="model.div1Like"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.global"/> <classRef key="model.divGenLike"/> </alternate> </sequence> </alternate> </sequence> </alternate> <sequence minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divBottom"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element body { tei_att.global.attributes, ( tei_model.global*, ( ( tei_model.divTop, ( tei_model.global | tei_model.divTop )* )? ), ( ( tei_model.divGenLike, ( tei_model.global | tei_model.divGenLike )* )? ), ( ( ( tei_model.divLike, ( tei_model.global | tei_model.divGenLike )* )+ ) | ( ( tei_model.div1Like, ( tei_model.global | tei_model.divGenLike )* )+ ) | ( ( ( ( schemaSpec | tei_model.common ), tei_model.global* )+ ), ( ( ( tei_model.divLike, ( tei_model.global | tei_model.divGenLike )* )+ ) | ( ( tei_model.div1Like, ( tei_model.global | tei_model.divGenLike )* )+ ) )? ) ), ( ( tei_model.divBottom, tei_model.global* )* ) ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<byline> (byline) contains the primary statement of responsibility given for a work on its title page or at the head or end of the work. [4.2.2. Openers and Closers 4.5. Front Matter] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address binaryObject cb choice corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q ref reg rs ruby sic soCalled term time title unclear unit figures: figure header: idno textstructure: docAuthor character data |
Note | The byline on a title page may include either the name or a description for the document's author. Where the name is included, it may optionally be tagged using the <docAuthor> element. |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <elementRef key="docAuthor"/> <classRef key="model.global"/> </alternate> </content> ⚓ |
Schema Declaration | element byline { tei_att.global.attributes, tei_att.cmc.attributes, ( text | tei_model.gLike | tei_model.phrase | tei_docAuthor | tei_model.global )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<c> (character) represents a character. [18.1. Linguistic Segment Categories] | |
Module | analysis — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | Character data only |
Note | Contains a single character, a <g> element, or a sequence of graphemes to be treated as a single character. The type attribute is used to indicate the function of this segmentation, taking values such as letter, punctuation, or digit etc. |
Content model | <content> <macroRef key="macro.xtext"/> </content> ⚓ |
Schema Declaration | element c { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.notated.attributes, tei_att.segLike.attributes, tei_att.typed.attributes, tei_macro.xtext }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<cRefPattern> (canonical reference pattern) specifies an expression and replacement pattern for transforming a canonical reference into a URI. [2.3.6.3. Milestone Method 2.3.6. The Reference System Declaration 2.3.6.2. Search-and-Replace Method] | |
Module | header — Schema |
Attributes |
|
Contained by | header: refsDecl |
May contain | |
Note | The result of the substitution may be either an absolute or a relative URI reference. In the latter case it is combined with the value of xml:base in force at the place where the cRef attribute occurs to form an absolute URI in the usual manner as prescribed by XML Base. |
Content model | <content> <classRef key="model.pLike" minOccurs="0" maxOccurs="unbounded"/> </content> ⚓ |
Schema Declaration | element cRefPattern { tei_att.global.attributes, tei_att.patternReplacement.attributes, tei_model.pLike* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<calendar> (calendar) describes a calendar or dating system used in a dating formula in the text. [2.4.5. Calendar Description] | |
Module | header — Schema |
Attributes |
|
Contained by | header: calendarDesc |
May contain | |
Content model | <content> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ |
Schema Declaration | element calendar { tei_att.global.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, tei_model.pLike+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<calendarDesc> (calendar description) contains a description of the calendar system used in any dating expression found in the text. [2.4. The Profile Description 2.4.5. Calendar Description] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: profileDesc |
May contain | header: calendar |
Note | In the first example above, calendars and short codes for xml:ids are from W3 guidelines at http://www.w3.org/TR/xpath-functions-11/#lang-cal-country |
Content model | <content> <elementRef key="calendar" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ |
Schema Declaration | element calendarDesc { tei_att.global.attributes, tei_calendar+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<caption> (caption) contains the text of a caption or other text displayed as part of a film script or screenplay. [7.3.1. Technical Information 7.3. Other Types of Performance Text] | |
Module | drama — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Note | A specialized form of stage direction. |
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ |
Schema Declaration | element caption { tei_att.global.attributes, tei_macro.paraContent }⚓ |
<castGroup> (cast list grouping) groups one or more individual <castItem> elements within a cast list. [7.1.4. Cast Lists] | |||||||||||
Module | drama — Schema | ||||||||||
Attributes |
| ||||||||||
Contained by | |||||||||||
May contain | |||||||||||
Note | The rend attribute may be used, as here, to indicate whether the grouping is indicated by a brace, whitespace, font change, etc. Note that in this example the role description ‘friends of Mathias’ is understood to apply to both roles equally. | ||||||||||
Example | <castGroup>
<castItem>Silva,</castItem>
<castItem>Gomez,</castItem>
<roleDesc>unter Alba dienend</roleDesc>
</castGroup> The characters are grouped and given a role in the in the "dramatis personae" in the play Goethe: Egmont. | ||||||||||
Example | <castGroup rend="braced">
<castItem>Balthasar</castItem>
<castItem>Caspar</castItem>
<roleDesc>Jäger</roleDesc>
</castGroup> A group of characters in Genoveva. In the source, they are marked with a curly bracket. | ||||||||||
Example | <castGroup>
<castItem>
<role>Elpore,</role>
</castItem>
<castItem>
<role>Epimeleia,</role>
</castItem>
<roleDesc>Epimetheus' Töchter</roleDesc>
</castGroup> A group of characters with explicitly marked-up roles in Goethe: Pandora. | ||||||||||
Example | <castGroup>
<castItem>
<role>Magdalene,</role>
<roleDesc>Behrings Braut, 20 Jahre alt,</roleDesc>
</castItem>
<castItem>
<role>Fritz,</role>
<roleDesc>12 Jahre alt,</roleDesc>
</castItem>
<roleDesc>beider Kinder.</roleDesc>
</castGroup> Example taken from Otto Ernst: Die größte Sünde. | ||||||||||
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.global"/> <classRef key="model.headLike"/> </alternate> <sequence minOccurs="1" maxOccurs="unbounded"> <alternate minOccurs="1" maxOccurs="1"> <elementRef key="castItem"/> <elementRef key="castGroup"/> <elementRef key="roleDesc"/> </alternate> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> <sequence minOccurs="0" maxOccurs="1"> <elementRef key="trailer"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> ⚓ | ||||||||||
Schema Declaration | element castGroup { 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.analytic.attribute.ana, tei_att.global.source.attribute.source, attribute rend { list { "braced"+ } }?, ( ( tei_model.global | tei_model.headLike )*, ( ( ( tei_castItem | tei_castGroup | tei_roleDesc ), tei_model.global* )+ ), ( ( tei_trailer, tei_model.global* )? ) ) }⚓ |
<castItem> (cast list item) contains a single entry within a cast list, describing either a single role or a list of non-speaking roles. [7.1.4. Cast Lists] | |||||||||||
Module | drama — Schema | ||||||||||
Attributes |
| ||||||||||
Contained by | |||||||||||
May contain | core: abbr add address binaryObject cb choice corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q ref reg rs ruby sic soCalled term time title unclear unit figures: figure header: idno character data | ||||||||||
Example | <castItem>Marinelli, Kammerherr des Prinzen.</castItem> A character in the play Lessing: Emilia Galotti. | ||||||||||
Example | <castItem>
<role>Leo Armenius,</role>
<roleDesc>käyser von Constantinopel.</roleDesc>
</castItem> A <castItem> in the play Gryphius: Leo Armenius. The name of the role and its description have been explicitly marked-up. | ||||||||||
Example | <castItem>
<role>Dämonen</role>
</castItem> Example taken from Goethe: Pandora. | ||||||||||
Example | <castItem> Andreas Doria, Doge von Genua <roleDesc>Ehrwürdiger Greis von
achtzig Jahren, Spuren von Feuer. Ein Hauptzug: Gewicht und
strenge befehlende Kürze</roleDesc>
</castItem> Example taken from Schiller: Die Verschwörung des Fiesco zu Genua. | ||||||||||
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.castItemPart"/> <classRef key="model.phrase"/> <classRef key="model.global"/> </alternate> </content> ⚓ | ||||||||||
Schema Declaration | element castItem { tei_att.global.attributes, attribute type { "role" | "list" }?, ( text | tei_model.gLike | tei_model.castItemPart | tei_model.phrase | tei_model.global )* }⚓ |
<castList> (cast list) contains a single cast list or dramatis personae. [7.1.4. Cast Lists 7.1. Front and Back Matter ] | |
Module | drama — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Example | <castList>
<head> Personen.</head>
<castGroup>
<castItem>
<role>Prometheus,</role>
</castItem>
<castItem>
<role>Epimetheus,</role>
</castItem>
<roleDesc>Japetiden</roleDesc>
</castGroup>
<castItem>
<role>Phileros,</role>
<roleDesc>Prometheus' Sohn</roleDesc>
</castItem>
<!-- ... -->
<castItem>
<role>Dämonen</role>
</castItem>
<castItem>
<role>Helios</role>
</castItem>
<castItem>
<role>Schmiede</role>
</castItem>
<castItem>
<role>Hirten</role>
</castItem>
<!-- ... -->
</castList> Example taken from Goethe: Pandora. |
Example | Probably not the best example... <castList>
<head>ЛИЦА:</head>
<castItem> Раиса Павловна Гурмыжская, вдова, лет 50-ти с небольшим,
очень богатая помещица, одевается скромно, почти в трауре,
постоянно с рабочим ящиком на руке.
</castItem>
<castItem> Аксинья Даниловна (Аксюша), ее дальняя родственница, бедная
девушка лет 20-ти, одета чисто, но бедно, немного лучше
горничной.
</castItem>
<castGroup>
<castItem> Евгений Аполлоныч Милонов, лет 45-ти, гладко причесан,
одет изысканно, в розовом галстуке.
</castItem>
<castItem> Уар Кирилыч Бодаев, лет 60-ти, отставной кавалерист,
седой, гладко стриженный, с большими усами и бакенбардами,
в черном сюртуке, наглухо застегнутом, с крестами и
медалями по-солдатски, с костылем в руке, немного глух.
</castItem>
<roleDesc>Богатые соседи Гурмыжской.</roleDesc>
</castGroup>
<castItem> Иван Петров Восмибратов, купец, торгующий лесом.
</castItem>
<!-- ... -->
</castList> |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divTop"/> <classRef key="model.global"/> </alternate> <sequence minOccurs="0" maxOccurs="unbounded"> <classRef key="model.common"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> <sequence minOccurs="1" maxOccurs="unbounded"> <alternate minOccurs="1" maxOccurs="1"> <elementRef key="castItem"/> <elementRef key="castGroup"/> </alternate> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> <sequence minOccurs="0" maxOccurs="unbounded"> <classRef key="model.common"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element castList { tei_att.global.attributes, ( ( tei_model.divTop | tei_model.global )*, ( ( tei_model.common, tei_model.global* )* ), ( ( ( tei_castItem | tei_castGroup ), tei_model.global* )+ ), ( ( tei_model.common, tei_model.global* )* ) ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<catDesc> (category description) describes some category within a taxonomy or text typology, either in the form of a brief prose description or in terms of the situational parameters used by the TEI formal <textDesc>. [2.3.7. The Classification Declaration] | |
Module | header — Schema |
Attributes |
|
Contained by | header: category |
May contain | |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.limitedPhrase"/> <classRef key="model.catDescPart"/> </alternate> </content> ⚓ |
Schema Declaration | element catDesc { tei_att.global.attributes, tei_att.canonical.attributes, ( text | tei_model.limitedPhrase | tei_model.catDescPart )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<catRef> (category reference) specifies one or more defined categories within some taxonomy or text typology. [2.4.3. The Text Classification] | |||||||
Module | header — Schema | ||||||
Attributes |
| ||||||
Contained by | |||||||
May contain | Empty element | ||||||
Note | The scheme attribute needs to be supplied only if more than one taxonomy has been declared. | ||||||
Content model | <content> <empty/> </content> ⚓ | ||||||
Schema Declaration | element catRef { tei_att.global.attributes, tei_att.pointing.attributes, attribute scheme { text }?, empty }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<category> (category) contains an individual descriptive category, possibly nested within a superordinate category, within a user-defined taxonomy. [2.3.7. The Classification Declaration] | |
Module | header — Schema |
Attributes |
|
Contained by | |
May contain | |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="1" maxOccurs="1"> <elementRef key="catDesc" minOccurs="1" maxOccurs="unbounded"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.descLike"/> <elementRef key="equiv"/> <elementRef key="gloss"/> </alternate> </alternate> <elementRef key="category" minOccurs="0" maxOccurs="unbounded"/> </sequence> </content> ⚓ |
Schema Declaration | element category { tei_att.global.attributes, tei_att.datcat.attributes, ( ( tei_catDesc+ | ( tei_model.descLike | equiv | tei_gloss )* ), tei_category* ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<cb> (column beginning) marks the beginning of a new column of a text on a multi-column page. [3.11.3. Milestone Elements] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list listBibl measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure |
May contain | Empty element |
Note | On this element, the global n attribute indicates the number or other value associated with the column which follows the point of insertion of this <cb> element. Encoders should adopt a clear and consistent policy as to whether the numbers associated with column beginnings relate to the physical sequence number of the column in the whole text, or whether columns are numbered within the page. The <cb> element is placed at the head of the column to which it refers. |
Content model | <content> <empty/> </content> ⚓ |
Schema Declaration | element cb { tei_att.global.attributes, tei_att.breaking.attributes, tei_att.cmc.attributes, tei_att.edition.attributes, tei_att.spanning.attributes, tei_att.typed.attributes, empty }⚓ |
<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 12.7. Identifying Changes and Revisions] | |||||||||||||||
Module | header — Schema | ||||||||||||||
Attributes |
| ||||||||||||||
Contained by | header: listChange revisionDesc | ||||||||||||||
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig p pb ptr q quote ref reg rs ruby said sic soCalled sp stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data | ||||||||||||||
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 | <revisionDesc>
<listChange>
<change when="2017-01-06">(dlina) file conversion from source</change>
<change when="2017-08-04">(ff) structural cleanup</change>
<change when="2018-12-23">(ff) formalities</change>
</listChange>
</revisionDesc> | ||||||||||||||
Example | <revisionDesc>
<listChange>
<change when="2017-05-23">(ds) convert from source</change>
<change when="2017-05-23">(ff) add metadata, insert configuration changes</change>
<change when="2017-06-01">(zh) add dates, ids</change>
<change when="2017-06-03">(gg) gender info</change>
<change when="2017-12-03">(ff) formalities; delete duplicate of poem; work on IDs</change>
<change when="2018-04-07">(zh) group tag</change>
</listChange>
</revisionDesc> Record of the changes in the file of the play Александр Сергеевич Пушкин: Сцены из рыцарских времен. | ||||||||||||||
Content model | <content> <macroRef key="macro.specialPara"/> </content> ⚓ | ||||||||||||||
Schema Declaration | element change { tei_att.global.attributes, tei_att.ascribed.attributes, tei_att.datable.attribute.period, tei_att.datable.w3c.attribute.notBefore, tei_att.datable.w3c.attribute.notAfter, tei_att.datable.w3c.attribute.from, tei_att.datable.w3c.attribute.to, tei_att.typed.attributes, attribute when { text }?, attribute target { list { + } }?, tei_macro.specialPara }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<choice> (choice) groups a number of alternative encodings for the same point in a text. [3.5. Simple Editorial Changes] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope choice citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | |
Note | Because the children of a <choice> element all represent alternative ways of encoding the same sequence, it is natural to think of them as mutually exclusive. However, there may be cases where a full representation of a text requires the alternative encodings to be considered as parallel. Note also that <choice> elements may self-nest. Where the purpose of an encoding is to record multiple witnesses of a single work, rather than to identify multiple possible encoding decisions at a given point, the <app> element and associated elements discussed in section 13.1. The Apparatus Entry, Readings, and Witnesses should be preferred. |
Content model | <content> <alternate minOccurs="2" maxOccurs="unbounded"> <classRef key="model.choicePart"/> <elementRef key="choice"/> </alternate> </content> ⚓ |
Schema Declaration | element choice { tei_att.global.attributes, tei_att.cmc.attributes, ( tei_model.choicePart | tei_choice ), ( tei_model.choicePart | tei_choice ), ( tei_model.choicePart | tei_choice )* }⚓ |
<cit> (cited quotation) contains a quotation from some other document, together with a bibliographic reference to its source. In a dictionary it may contain an example text with at least one occurrence of the word form, used in the sense being described, or a translation of the headword, or an example. [3.3.3. Quotation 4.3.1. Grouped Texts 10.3.5.1. Examples] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author biblScope cit citedRange corr del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled sp speaker stage street term textLang title unclear unit drama: actor camera caption castList epilogue performance prologue role roleDesc set sound tech view figures: figure textstructure: argument body div docAuthor docDate docEdition epigraph imprimatur postscript salute signed titlePart trailer |
May contain | |
Note | In DraCor mostly used to mark citation in epigraphs, see examples. |
Example | <epigraph>
<cit>
<quote>
<l>Wie ist mir eine Stimme doch erklungen</l>
<l>Im tiefsten Innern,</l>
<l>Und hat mit einem Male mir verschlungen</l>
<l>All mein Erinnern.</l>
</quote>
<bibl> Adalbert von Chamisso
</bibl>
</cit>
</epigraph> A citation in the epigraph to the play Büchner: Leonce und Lena. |
Example | <epigraph>
<cit>
<quote>
<lg>
<l>Leporello. O statua gentilissima</l>
<l>Del gran' Commendatore!..</l>
<l>...Ah, Padrone!</l>
</lg>
</quote>
</cit>
<bibl> Don Giovanni.
</bibl>
</epigraph>
<ab> Citation in the play
<ref target="https://dracor.org/id/rus000021">Пушкин: Каменный
гость</ref>
</ab> |
Example | <div type="epigraph">
<head>[Motto]</head>
<cit>
<quote>
<p>Introite, nam et heic Dii sunt!</p>
</quote>
<bibl>APUD GELLIUM</bibl>
</cit>
<pb n="206"/>
</div> Only one other example discovered using //cit[not(parent::epigraph)] , but this is due to encoding – it's actually kind of an epigraph in the play Lessing: Nathan der Weise |
Content model | <content> <alternate minOccurs="1" maxOccurs="unbounded"> <classRef key="model.biblLike"/> <classRef key="model.egLike"/> <classRef key="model.entryPart"/> <classRef key="model.global"/> <classRef key="model.graphicLike"/> <classRef key="model.ptrLike"/> <classRef key="model.attributable"/> <elementRef key="pc"/> <elementRef key="q"/> </alternate> </content> ⚓ |
Schema Declaration | element cit { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.typed.attributes, ( tei_model.biblLike | tei_model.egLike | tei_model.entryPart | tei_model.global | tei_model.graphicLike | tei_model.ptrLike | tei_model.attributable | tei_pc | tei_q )+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<citeData> (citation data) specifies how information may be extracted from citation structures. [3.11.4. Declaring Reference Systems 17.2.5.4. Citation Structures] | |||||||
Module | header — Schema | ||||||
Attributes |
| ||||||
Contained by | header: citeStructure | ||||||
May contain | Empty element | ||||||
Content model | <content> <empty/> </content> ⚓ | ||||||
Schema Declaration | element citeData { tei_att.global.attributes, tei_att.citeStructurePart.attributes, attribute property { text }, empty }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<citeStructure> (citation structure) declares a structure and method for citing the current document. [3.11.4. Declaring Reference Systems 17.2.5.4. Citation Structures] | |||||||||||||||||||||||||||
Module | header — Schema | ||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||
Contained by | header: citeStructure refsDecl | ||||||||||||||||||||||||||
May contain | core: desc header: citeData citeStructure | ||||||||||||||||||||||||||
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="citeData" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="citeStructure" minOccurs="0" maxOccurs="unbounded"/> <classRef key="model.descLike" minOccurs="0" maxOccurs="unbounded"/> </sequence> </content> ⚓ | ||||||||||||||||||||||||||
Schema Declaration | element citeStructure { tei_att.global.attributes, tei_att.citeStructurePart.attributes, attribute delim { text }?, attribute match { text }, attribute unit { text }?, ( tei_citeData*, tei_citeStructure*, tei_model.descLike* ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<citedRange> (cited range) defines the range of cited content, often represented by pages or other units. [3.12.2.5. Scopes and Ranges in Bibliographic Citations] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: bibl biblStruct |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
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 |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element citedRange { tei_att.global.attributes, tei_att.citing.attributes, tei_att.pointing.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<cl> (clause) represents a grammatical clause. [18.1. Linguistic Segment Categories] | |
Module | analysis — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Note | The type attribute may be used to indicate the type of clause, taking values such as finite, nonfinite, declarative, interrogative, relative etc. as appropriate. |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element cl { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.notated.attributes, tei_att.segLike.attributes, tei_att.typed.attributes, tei_macro.phraseSeq }⚓ |
<classCode> (classification code) contains the classification code used for this text in some standard classification system. [2.4.3. The Text Classification] | |||||||||||
Module | header — Schema | ||||||||||
Attributes |
| ||||||||||
Contained by | |||||||||||
May contain | Character data only | ||||||||||
Note | Classification of the genre of the play is done by re-using Wikidata entities. | ||||||||||
Example | <textClass>
<keywords>
<term type="genreTitle">Tragedy</term>
</keywords>
<classCode scheme="http://www.wikidata.org/entity/">Q80930</classCode>
</textClass> Genre classification of the play Goethe: Egmont. | ||||||||||
Example | <classCode scheme="http://www.wikidata.org/entity/">Q40831</classCode> The play Schnitzler: Komtesse Mizzi is classified as a "comedy". | ||||||||||
Example | <classCode scheme="http://www.wikidata.org/entity/">Q131084</classCode> The "libretto" to the opera Wagner: Lohengrin. | ||||||||||
Content model | <content> <textNode/> </content> ⚓ | ||||||||||
Schema Declaration | element classCode { tei_att.global.attributes, attribute scheme { "http://www.wikidata.org/entity/" }, text }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<classDecl> (classification declarations) contains one or more taxonomies defining any classificatory codes used elsewhere in the text. [2.3.7. The Classification Declaration 2.3. The Encoding Description] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: encodingDesc |
May contain | header: taxonomy |
Content model | <content> <elementRef key="taxonomy" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ |
Schema Declaration | element classDecl { tei_att.global.attributes, tei_taxonomy+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<closer> (closer) groups together salutations, datelines, and similar phrases appearing as a final group at the end of a division, especially of a letter. [4.2.2. Openers and Closers 4.2. Elements Common to All Divisions] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address binaryObject cb choice corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q ref reg rs ruby sic soCalled term time title unclear unit figures: figure header: idno character data |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <elementRef key="signed"/> <elementRef key="dateline"/> <elementRef key="salute"/> <classRef key="model.phrase"/> <classRef key="model.global"/> </alternate> </content> ⚓ |
Schema Declaration | element closer { tei_att.global.attributes, tei_att.cmc.attributes, ( text | tei_model.gLike | tei_signed | tei_dateline | tei_salute | tei_model.phrase | tei_model.global )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<conversion> defines how to calculate one unit of measure in terms of another. [2.3.9. The Unit Declaration] | |||||||||||||
Module | header — Schema | ||||||||||||
Attributes |
| ||||||||||||
Contained by | header: unitDef | ||||||||||||
May contain | Empty 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. | ||||||||||||
Content model | <content> <empty/> </content> ⚓ | ||||||||||||
Schema Declaration | element conversion { tei_att.global.attributes, tei_att.datable.attributes, tei_att.formula.attributes, tei_att.locatable.attributes, attribute fromUnit { text }, attribute toUnit { text }, empty }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<correction> (correction principles) states how and under what circumstances corrections have been made in the text. [2.3.3. The Editorial Practices Declaration 16.3.2. Declarable Elements] | |||||||||||||||||
Module | header — Schema | ||||||||||||||||
Attributes |
| ||||||||||||||||
Member of | |||||||||||||||||
Contained by | header: editorialDecl | ||||||||||||||||
May contain | |||||||||||||||||
Note | May be used to note the results of proof reading the text against its original, indicating (for example) whether discrepancies have been silently rectified, or recorded using the editorial tags described in section 3.5. Simple Editorial Changes. | ||||||||||||||||
Content model | <content> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ | ||||||||||||||||
Schema Declaration | element correction { tei_att.global.attributes, attribute status { "high" | "medium" | "low" | "unknown" }?, attribute method { "silent" | "markup" }?, tei_model.pLike+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |||||||||||
Module | header — Schema | ||||||||||
Attributes |
| ||||||||||
Member of | |||||||||||
Contained by | header: correspDesc | ||||||||||
May contain | |||||||||||
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.correspActionPart" minOccurs="1" maxOccurs="unbounded"/> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> </alternate> </content> ⚓ | ||||||||||
Schema Declaration | element correspAction { tei_att.global.attributes, tei_att.sortable.attributes, attribute type { "sent" | "received" | "transmitted" | "redirected" | "forwarded" }?, ( tei_model.correspActionPart+ | tei_model.pLike+ ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<correspContext> (correspondence context) provides references to preceding or following correspondence related to this piece of correspondence. [2.4.6. Correspondence Description] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: correspDesc |
May contain | |
Content model | <content> <classRef key="model.correspContextPart" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ |
Schema Declaration | element correspContext { tei_att.global.attributes, tei_model.correspContextPart+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<correspDesc> (correspondence description) contains a description of the actions related to one act of correspondence. [2.4.6. Correspondence Description] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: profileDesc |
May contain | |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.correspDescPart" minOccurs="1" maxOccurs="unbounded"/> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> </alternate> </content> ⚓ |
Schema Declaration | element correspDesc { tei_att.global.attributes, tei_att.canonical.attributes, tei_att.typed.attributes, ( tei_model.correspDescPart+ | tei_model.pLike+ ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<creation> (creation) contains information about the creation of a text. [2.4.1. Creation 2.4. The Profile Description] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: profileDesc |
May contain | |
Note | The <creation> element may be used to record details of a text's creation, e.g. the date and place it was composed, if these are of interest. It may also contain a more structured account of the various stages or revisions associated with the evolution of a text; this should be encoded using the <listChange> element. It should not be confused with the <publicationStmt> element, which records date and place of publication. |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.limitedPhrase"/> <elementRef key="listChange"/> </alternate> </content> ⚓ |
Schema Declaration | element creation { tei_att.global.attributes, tei_att.datable.attributes, ( text | tei_model.limitedPhrase | tei_listChange )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<dateline> (dateline) contains a brief description of the place, date, time, etc. of production of a letter, newspaper story, or other work, prefixed or suffixed to it as a kind of heading or trailer. [4.2.2. Openers and Closers] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address binaryObject cb choice corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q ref reg rs ruby sic soCalled term time title unclear unit figures: figure header: idno textstructure: docDate character data |
Example | <dateline>Offenbach am Mayn, gedruckt bey Ulrich Weiß, 1765.</dateline> Example taken from André: Der Comödienfeind. |
Example | <dateline>Am verhängnißvollen 24sten Februar.</dateline> Example taken from Castelli: Der Schicksalsstrumpf. |
Example | <dateline>Geschrieben in der Ostermesse. 1781.</dateline> Example taken from Schiller: Die Räuber |
Example | <dateline>Между декабрем 1750 и ноябрем 1751</dateline> Example taken from Ломоносов: Демофонт |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <classRef key="model.global"/> <elementRef key="docDate"/> </alternate> </content> ⚓ |
Schema Declaration | element dateline { tei_att.global.attributes, tei_att.cmc.attributes, ( text | tei_model.gLike | tei_model.phrase | tei_model.global | tei_docDate )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<del> (deletion) contains a letter, word, or passage deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, or a previous annotator or corrector. [3.5.3. Additions, Deletions, and Omissions] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l lg measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Note | This element should be used for deletion of shorter sequences of text, typically single words or phrases. The <delSpan> element should be used for longer sequences of text, for those containing structural subdivisions, and for those containing overlapping additions and deletions. The text deleted must be at least partially legible in order for the encoder to be able to transcribe it (unless it is restored in a <supplied> tag). Illegible or lost text within a deletion may be marked using the <gap> tag to signal that text is present but has not been transcribed, or is no longer visible. Attributes on the <gap> element may be used to indicate how much text is omitted, the reason for omitting it, etc. If text is not fully legible, the <unclear> element (available when using the additional tagset for transcription of primary sources) should be used to signal the areas of text which cannot be read with confidence in a similar way. Degrees of uncertainty over what can still be read, or whether a deletion was intended may be indicated by use of the <certainty> element (see 22. Certainty, Precision, and Responsibility). There is a clear distinction in the TEI between <del> and <surplus> on the one hand and <gap> or <unclear> on the other. <del> indicates a deletion present in the source being transcribed, which states the author's or a later scribe's intent to cancel or remove text. <surplus> indicates material present in the source being transcribed which should have been so deleted, but which is not in fact. <gap> or <unclear>, by contrast, signal an editor's or encoder's decision to omit something or their inability to read the source text. See sections 12.3.1.7. Text Omitted from or Supplied in the Transcription and 12.3.3.2. Use of the gap, del, damage, unclear, and supplied Elements in Combination for the relationship between these and other related elements used in detailed transcription. |
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ |
Schema Declaration | element del { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.dimensions.attributes, tei_att.typed.attributes, tei_macro.paraContent }⚓ |
<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. [23.4.1. Description of Components] | |||||||||||||
Module | core — Schema | ||||||||||||
Attributes |
| ||||||||||||
Member of | |||||||||||||
Contained by | core: add corr del desc ellipsis emph gap graphic head hi item l lg list listBibl media meeting note noteGrp orig p q quote ref reg said sic stage textLang title unclear figures: figure header: application category change citeStructure handNote licence listPrefixDef rendition schemaRef scriptNote tagUsage taxonomy unitDef namesdates: event listEvent listPerson listRelation relation textstructure: argument body div docEdition epigraph imprimatur postscript salute signed titlePart trailer | ||||||||||||
May contain | core: abbr address bibl biblStruct choice cit date desc distinct email emph expan foreign gloss hi label list listBibl measure measureGrp mentioned name num ptr q quote ref rs said soCalled stage term time title unit namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data | ||||||||||||
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 | <listEvent>
<event type="print" when="1745">
<desc/>
</event>
<event type="premiere" when="1745">
<desc/>
</event>
</listEvent> Empty <desc> elements in the <standOff> container of the play Gellert: Die Betschwester. The dates of publication and the premiere are extracted from the when of the corresponding <event>. If there is no more information available the <desc> can be used as an empty element, but has to be included due to the default TEI content model of the parent element. | ||||||||||||
Example | <listEvent>
<event type="print" when="1919">
<desc> "Erscheinen konnte das Werk erst nach Aufhebung der
Zensur. Noch am 13. Dezember 1918 erschien der Epilog als
Sonderheft der Fackel, weitere Teile (mit jeweils zwei
Akten) folgten im April, August und (wahrscheinlich)
September 1919." (Wikipedia)
</desc>
</event>
<event type="premiere" when="1964">
<desc> "1964: Wiener Festwochen im Theater an der Wien (Regie:
Leopold Lindtberg). Erste szenische Aufführung mit 42
Szenen des Dramas, nach einer Bühnenfassung von Heinrich
Fischer." (Wikipedia)
</desc>
</event>
<event type="written" notBefore="1915"
notAfter="1922">
<desc>"in den Jahren 1915–1922 entstanden" (Wikipedia)</desc>
</event>
</listEvent> Descriptions of events in the <standOff> container of the play Kraus: Die Letzten Tage der Menschheit. | ||||||||||||
Schematron | 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.
<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.cmc.attributes, attribute type { "deprecationInfo" }?, tei_macro.limitedContent }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<distinct> identifies any word or phrase which is regarded as linguistically distinct, for example as archaic, technical, dialectal, non-preferred, etc., or as forming part of a sublanguage. [3.3.2.3. Other Linguistically Distinct Material] | |||||||||||||||||||||||||||
Module | core — Schema | ||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||
Member of | |||||||||||||||||||||||||||
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer | ||||||||||||||||||||||||||
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data | ||||||||||||||||||||||||||
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ | ||||||||||||||||||||||||||
Schema Declaration | element distinct { tei_att.global.attributes, tei_att.cmc.attributes, attribute type { text }?, attribute time { text }?, attribute space { text }?, attribute social { text }?, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<distributor> (distributor) supplies the name of a person or other agency responsible for the distribution of a text. [2.2.4. Publication, Distribution, Licensing, etc.] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: publicationStmt |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element distributor { tei_att.global.attributes, tei_att.canonical.attributes, tei_macro.phraseSeq }⚓ |
<div> (text division) contains a subdivision of the front, body, or back of a text. [4.1. Divisions of the Body] | |||||||||||||||||||
Module | textstructure — Schema | ||||||||||||||||||
Attributes |
| ||||||||||||||||||
Member of | |||||||||||||||||||
Contained by | |||||||||||||||||||
May contain | |||||||||||||||||||
Example | <div type="scene">
<head>Fünfte Szene</head>
<sp who="#poniatowsky">
<speaker>PONIATOWSKY.</speaker>
<lg>
<l>Der alte Woiwode predigt gut,</l>
<l>Doch seine Weisheit kommt von seinen Haaren,</l>
<l>Ich lobe den, der aus der Kirche läuft.</l>
</lg>
</sp>
</div> A short "scene" in the play Hebbel: Demetrius. | ||||||||||||||||||
Example | <div type="scene">
<head>Явление 13</head>
<sp who="#zdravomyslov">
<speaker>Г. Здравомыслов.</speaker>
<p> Что это значит? Прогневать я не мог, я ни в чем не
проступился; но докучать не надо, ее нрав более умягчается
повиновением. На прекрасную ее племянницу надежду свою
полагаю; пойду, однако ж, постараюсь узнать причину
холодного сего приема.
</p>
</sp>
<trailer>Конец четвертого действия.</trailer>
</div> The last "scene" of the fourth act of the play Дашкова: Тоисиоков. | ||||||||||||||||||
Schematron |
<sch:rule context="tei:l//tei:div">
<sch:assert test="ancestor::tei:floatingText"> Abstract model violation: Metrical lines may not contain higher-level structural elements such as div, unless div is a descendant of floatingText.
</sch:assert>
</sch:rule> | ||||||||||||||||||
Schematron |
<sch:rule context="tei:div">
<sch:report test="(ancestor::tei:p or ancestor::tei:ab) and not(ancestor::tei:floatingText)"> Abstract model violation: p and ab may not contain higher-level structural elements such as div, unless div is a descendant of floatingText.
</sch:report>
</sch:rule> | ||||||||||||||||||
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divTop"/> <classRef key="model.global"/> </alternate> <sequence minOccurs="0" maxOccurs="1"> <alternate minOccurs="1" maxOccurs="1"> <sequence minOccurs="1" maxOccurs="unbounded"> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.divLike"/> <classRef key="model.divGenLike"/> </alternate> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> <sequence minOccurs="1" maxOccurs="1"> <sequence minOccurs="1" maxOccurs="unbounded"> <alternate minOccurs="1" maxOccurs="1"> <elementRef key="schemaSpec"/> <classRef key="model.common"/> </alternate> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> <sequence minOccurs="0" maxOccurs="unbounded"> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.divLike"/> <classRef key="model.divGenLike"/> </alternate> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </alternate> <sequence minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divBottom"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </sequence> </content> ⚓ | ||||||||||||||||||
Schema Declaration | element div { tei_att.global.attribute.xmlid, tei_att.global.attribute.xmllang, tei_att.global.attribute.xmlbase, tei_att.global.attribute.xmlspace, tei_att.global.analytic.attribute.ana, tei_att.global.rendition.attribute.rend, tei_att.global.source.attribute.source, tei_att.divLike.attributes, tei_att.placement.attributes, attribute n { text }?, attribute type { "act" | "scene" }?, ( ( tei_model.divTop | tei_model.global )*, ( ( ( ( ( ( tei_model.divLike | tei_model.divGenLike ), tei_model.global* )+ ) | ( ( ( ( schemaSpec | tei_model.common ), tei_model.global* )+ ), ( ( ( tei_model.divLike | tei_model.divGenLike ), tei_model.global* )* ) ) ), ( ( tei_model.divBottom, tei_model.global* )* ) )? ) ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<divGen> (automatically generated text division) indicates the location at which a textual division generated automatically by a text-processing application is to appear. [3.9.2. Index Entries] | |||||||||||||
Module | core — Schema | ||||||||||||
Attributes |
| ||||||||||||
Member of | |||||||||||||
Contained by | |||||||||||||
May contain | core: head | ||||||||||||
Note | This element is intended primarily for use in document production or manipulation, rather than in the transcription of pre-existing materials; it makes it easier to specify the location of indices, tables of contents, etc., to be generated by text preparation or word processing software. | ||||||||||||
Content model | <content> <classRef key="model.headLike" minOccurs="0" maxOccurs="unbounded"/> </content> ⚓ | ||||||||||||
Schema Declaration | element divGen { tei_att.global.attributes, attribute type { text }?, tei_model.headLike* }⚓ |
<docAuthor> (document author) contains the name of the author of the document, as given on the title page (often but not always contained in a byline). [4.6. Title Pages] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Note | Used inconsistently throughout the corpora. Needs to be revised! |
Example | <front>
<docAuthor>Gotthold Ephraim Lessing</docAuthor>
<docTitle>
<titlePart type="main">Emilia Galotti</titlePart>
<titlePart type="sub">Ein Trauerspiel in fünf Aufzügen</titlePart>
<pb n="128"/>
</docTitle>
<!-- ... -->
</front> Used in Lessing: Emilia Galotti |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element docAuthor { tei_att.global.attributes, tei_att.canonical.attributes, tei_att.cmc.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<docDate> (document date) contains the date of a document, as given on a title page or in a dateline. [4.6. Title Pages] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Note | Cf. the general <date> element in the core tag set. This specialized element is provided for convenience in marking and processing the date of the documents, since it is likely to require specialized handling for many applications. It should be used only for the date of the entire document, not for any subset or part of it. |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element docDate { tei_att.global.attributes, tei_att.calendarSystem.attributes, tei_att.cmc.attributes, tei_att.datable.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<docEdition> (document edition) contains an edition statement as presented on a title page of a document. [4.6. Title Pages] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Note | Cf. the <edition> element of bibliographic citation. As usual, the shorter name has been given to the more frequent element. |
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ |
Schema Declaration | element docEdition { tei_att.global.attributes, tei_macro.paraContent }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<docImprint> (document imprint) contains the imprint statement (place and date of publication, publisher name), as given (usually) at the foot of a title page. [4.6. Title Pages] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address binaryObject cb choice corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr pubPlace publisher q ref reg rs ruby sic soCalled term time title unclear unit figures: figure header: idno textstructure: docDate character data |
Note | Cf. the <imprint> element of bibliographic citations. As with title, author, and editions, the shorter name is reserved for the element likely to be used more often. |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <elementRef key="pubPlace"/> <elementRef key="docDate"/> <elementRef key="publisher"/> <classRef key="model.global"/> </alternate> </content> ⚓ |
Schema Declaration | element docImprint { tei_att.global.attributes, ( text | tei_model.gLike | tei_model.phrase | tei_pubPlace | tei_docDate | tei_publisher | tei_model.global )* }⚓ |
<docTitle> (document title) contains the title of a document, including all its constituents, as given on a title page. [4.6. Title Pages] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Example | <front>
<docTitle>
<titlePart type="main">Die beiden Billets.</titlePart>
<titlePart type="sub">Ein Lustspiel in einem Akt nach Florian von Anton-Wall.</titlePart>
</docTitle>
<!-- ... -->
</front> Example taken from Heyne: Die beiden Billets |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> <sequence minOccurs="1" maxOccurs="unbounded"> <elementRef key="titlePart"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element docTitle { tei_att.global.attributes, tei_att.canonical.attributes, ( tei_model.global*, ( ( tei_titlePart, tei_model.global* )+ ) ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<edition> (edition) describes the particularities of one edition of a text. [2.2.2. The Edition Statement] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: editionStmt |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element edition { tei_att.global.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<editionStmt> (edition statement) groups information relating to one edition of a text. [2.2.2. The Edition Statement 2.2. The File Description] | |
Module | header — Schema |
Attributes |
|
Contained by | |
May contain | |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="edition"/> <classRef key="model.respLike" minOccurs="0" maxOccurs="unbounded"/> </sequence> </alternate> </content> ⚓ |
Schema Declaration | element editionStmt { tei_att.global.attributes, ( tei_model.pLike+ | ( tei_edition, tei_model.respLike* ) ) }⚓ |
<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] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | header: editionStmt seriesStmt titleStmt |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
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 | <bibl type="originalSource">
<author>William Shakespeare</author>:
<title level="a">Romeo und Julia</title>. In:
<title level="s">Sämtliche Werke in vier Bänden</title>.
Herausgegeben von <editor>Anselm Schlösser</editor>. Band
<biblScope unit="volume">4</biblScope>.
<pubPlace>Berlin</pubPlace>:
<publisher>Aufbau</publisher>
<date>1975</date>, S.
<biblScope unit="page" from="83" to="178">83–178</biblScope>.
</bibl> Example from GerShDraCor |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element editor { tei_att.global.attributes, tei_att.datable.attributes, tei_att.naming.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<editorialDecl> (editorial practice declaration) provides details of editorial principles and practices applied during the encoding of a text. [2.3.3. The Editorial Practices Declaration 2.3. The Encoding Description 16.3.2. Declarable Elements] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: encodingDesc |
May contain | core: p header: correction hyphenation interpretation normalization punctuation quotation segmentation stdVals linking: ab |
Content model | <content> <alternate minOccurs="1" maxOccurs="unbounded"> <classRef key="model.pLike"/> <classRef key="model.editorialDeclPart"/> </alternate> </content> ⚓ |
Schema Declaration | element editorialDecl { tei_att.global.attributes, ( tei_model.pLike | tei_model.editorialDeclPart )+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure |
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. |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="metamark"/> <classRef key="model.descLike" minOccurs="0" maxOccurs="1"/> <elementRef key="supplied" minOccurs="0" maxOccurs="1"/> </sequence> </content> ⚓ |
Schema Declaration | element ellipsis { tei_att.global.attributes, tei_att.dimensions.attributes, tei_att.timed.attributes, ( metamark, tei_model.descLike?, supplied? ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: teiHeader |
May contain | core: p header: appInfo classDecl editorialDecl geoDecl listPrefixDef projectDesc refsDecl samplingDecl schemaRef styleDefDecl tagsDecl unitDecl linking: ab |
Content model | <content> <alternate minOccurs="1" maxOccurs="unbounded"> <classRef key="model.encodingDescPart"/> <classRef key="model.pLike"/> </alternate> </content> ⚓ |
Schema Declaration | element encodingDesc { tei_att.global.attributes, ( tei_model.encodingDescPart | tei_model.pLike )+ }⚓ |
<epigraph> (epigraph) contains a quotation, anonymous or attributed, appearing at the start or end of a section or on a title page. [4.2.3. Arguments, Epigraphs, and Postscripts 4.2. Elements Common to All Divisions 4.6. Title Pages] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Example | <epigraph>
<p> Nichts gibt so sehr das Gefühl der Unendlichkeit als wie die
Dummheit.
</p>
</epigraph> Epigraph of Horvath: Geschichten aus dem Wiener Wald |
Example | <epigraph xml:lang="lat">
<cit>
<quote>
<l>Flectere si nequeo superos, acheronta movebo.</l>
</quote>
</cit>
</epigraph> Example taken from Benkowitz: Die Jubelfeier der Hölle, oder Faust der jüngere. |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.common"/> <classRef key="model.global"/> </alternate> </content> ⚓ |
Schema Declaration | element epigraph { tei_att.global.attributes, tei_att.cmc.attributes, ( tei_model.common | tei_model.global )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<epilogue> (epilogue) contains the epilogue to a drama, typically spoken by an actor out of character, possibly in association with a particular performance or venue. [7.1.2. Prologues and Epilogues 7.1. Front and Back Matter ] | |
Module | drama — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Note | Contains optional headings, a sequence of one or more component-level elements, and an optional sequence of closing material. |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divTop"/> <classRef key="model.global"/> </alternate> <sequence minOccurs="1" maxOccurs="unbounded"> <classRef key="model.common"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> <sequence minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divBottom"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element epilogue { tei_att.global.attributes, ( ( tei_model.divTop | tei_model.global )*, ( ( tei_model.common, tei_model.global* )+ ), ( ( tei_model.divBottom, tei_model.global* )* ) ) }⚓ |
<event> (event) contains data relating to anything of significance that happens in time. [14.3.1. Basic Principles] | |||||||||||||||||||||||||||||||||||||||||||
Module | namesdates — Schema | ||||||||||||||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||||||||||||||
Member of | |||||||||||||||||||||||||||||||||||||||||||
Contained by | |||||||||||||||||||||||||||||||||||||||||||
May contain | |||||||||||||||||||||||||||||||||||||||||||
Example | <event type="written" when="1811">
<desc>geschrieben wahrscheinlich im Winter 1811</desc>
</event> Example see Github Issue. | ||||||||||||||||||||||||||||||||||||||||||
Example | <event type="written" notBefore="1836"
notAfter="1837">
<label>1836–1837</label>
</event> Written date of the play Büchner: Woyzeck. | ||||||||||||||||||||||||||||||||||||||||||
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="idno" minOccurs="0" maxOccurs="unbounded"/> <classRef key="model.headLike" minOccurs="0" maxOccurs="unbounded"/> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> <classRef key="model.labelLike" minOccurs="1" maxOccurs="unbounded"/> <elementRef key="eventName" minOccurs="1" maxOccurs="unbounded"/> </alternate> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.noteLike"/> <classRef key="model.biblLike"/> <elementRef key="linkGrp"/> <elementRef key="link"/> <elementRef key="idno"/> <elementRef key="ptr"/> </alternate> <classRef key="model.eventLike" minOccurs="0" maxOccurs="unbounded"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.personLike" minOccurs="1" maxOccurs="1"/> <elementRef key="listPerson" minOccurs="1" maxOccurs="1"/> </alternate> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.placeLike" minOccurs="1" maxOccurs="1"/> <elementRef key="listPlace" minOccurs="1" maxOccurs="1"/> </alternate> <classRef key="model.objectLike" minOccurs="0" maxOccurs="unbounded"/> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="relation" minOccurs="1" maxOccurs="1"/> <elementRef key="listRelation" minOccurs="1" maxOccurs="1"/> </alternate> </sequence> </content> ⚓ | ||||||||||||||||||||||||||||||||||||||||||
Schema Declaration | element event { tei_att.global.attributes, tei_att.datable.attribute.period, tei_att.datable.w3c.attribute.from, tei_att.datable.w3c.attribute.to, tei_att.locatable.attributes, tei_att.naming.attributes, tei_att.sortable.attributes, attribute when { text }?, attribute notBefore { text }?, attribute notAfter { text }?, attribute type { "print" | "premiere" | "written" }?, ( tei_idno*, tei_model.headLike*, ( tei_model.pLike+ | tei_model.labelLike+ | eventName+ ), ( tei_model.noteLike | tei_model.biblLike | tei_linkGrp | tei_link | tei_idno | tei_ptr )*, tei_model.eventLike*, ( tei_model.personLike | tei_listPerson )*, ( tei_model.placeLike | listPlace )*, tei_model.objectLike*, ( tei_relation | tei_listRelation )* ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<expan> (expansion) contains the expansion of an abbreviation. [3.6.5. Abbreviations and Their Expansions] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope choice citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Note | The content of this element should be the expanded abbreviation, usually (but not always) a complete word or phrase. The <ex> element provided by the transcr module may be used to mark up sequences of letters supplied within such an expansion. If abbreviations are expanded silently, this practice should be documented in the <editorialDecl>, either with a <normalization> element or a <p>. |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element expan { tei_att.global.attributes, tei_att.cmc.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<extent> (extent) describes the approximate size of a text stored on some carrier medium or of some other object, digital or non-digital, specified in any convenient units. [2.2.3. Type and Extent of File 2.2. The File Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information 11.7.1. Object Description] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element extent { tei_att.global.attributes, tei_macro.phraseSeq }⚓ |
<figure> (figure) groups elements representing or containing graphic information such as an illustration, formula, or figure. [15.4. Specific Elements for Graphic Images] | |
Module | figures — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure |
May contain | |
Example | <figure>
<graphic url="http://images.zeno.org/Literatur/I/big/haup0031.jpg"/>
<ab>Glumms große Kretschamstube.</ab>
</figure> A figure in Hauptmann: Ephraims Breite |
Example | <figure>
<graphic url="https://textgridlab.org/1.0/tgcrud/rest/textgrid:x3gp.0/data"/>
</figure> An image in Wedekind: König Nicolo oder So ist das Leben |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <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.cmc.attributes, tei_att.placement.attributes, tei_att.typed.attributes, ( tei_model.headLike | tei_model.common | figDesc | tei_model.graphicLike | tei_model.global | tei_model.divBottom )* }⚓ |
<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] | |
Module | header — Schema |
Attributes |
|
Contained by | |
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 type="main">Egmont</title>
<!-- ... -->
</titleStmt>
<publicationStmt>
<publisher xml:id="dracor">DraCor</publisher>
<!-- ... -->
</publicationStmt>
<sourceDesc>
<bibl type="digitalSource">
<name>TextGrid Repository</name>
<!-- ... -->
<bibl type="originalSource">
<title> Goethes Werke.
<!-- ... -->
</title>
</bibl>
</bibl>
</sourceDesc>
</fileDesc> Example taken adapted from Goethe: Egmont. |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="titleStmt"/> <elementRef key="editionStmt" minOccurs="0"/> <elementRef key="extent" minOccurs="0"/> <elementRef key="publicationStmt"/> <elementRef key="seriesStmt" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="notesStmt" minOccurs="0"/> </sequence> <elementRef key="sourceDesc" minOccurs="1" maxOccurs="unbounded"/> </sequence> </content> ⚓ |
Schema Declaration | element fileDesc { tei_att.global.attributes, ( ( tei_titleStmt, tei_editionStmt?, tei_extent?, tei_publicationStmt, tei_seriesStmt*, tei_notesStmt? ), tei_sourceDesc+ ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<floatingText> (floating text) contains a single text of any kind, whether unitary or composite, which interrupts the text containing it at any point and after which the surrounding text resumes. [4.3.2. Floating Texts] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author biblScope cit citedRange corr del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled sp speaker stage street term textLang title unclear unit drama: actor camera caption castList epilogue performance prologue role roleDesc set sound tech view figures: figure textstructure: argument body div docAuthor docDate docEdition epigraph imprimatur postscript salute signed titlePart trailer |
May contain | |
Note | A floating text has the same content as any other <text> and may thus be interrupted by another floating text, or contain a <group> of tesselated texts. |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> <sequence minOccurs="0" maxOccurs="1"> <elementRef key="front"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> <alternate minOccurs="1" maxOccurs="1"> <elementRef key="body"/> <elementRef key="group"/> </alternate> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> <sequence minOccurs="0" maxOccurs="1"> <elementRef key="back"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element floatingText { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.typed.attributes, ( tei_model.global*, ( ( tei_front, tei_model.global* )? ), ( tei_body | tei_group ), tei_model.global*, ( ( tei_back, tei_model.global* )? ) ) }⚓ |
<foreign> (foreign) identifies a word or phrase as belonging to some language other than that of the surrounding text. [3.3.2.1. Foreign Words or Expressions] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Note | The global xml:lang attribute should be supplied for this element to identify the language of the word or phrase marked. As elsewhere, its value should be a language tag as defined in 6.1. Language Identification. This element is intended for use only where no other element is available to mark the phrase or words concerned. The global xml:lang attribute should be used in preference to this element where it is intended to mark the language of the whole of some text element. The <distinct> element may be used to identify phrases belonging to sublanguages or registers not generally regarded as true languages. |
Example | <sp who="#baronesse_von_ehegestern">
<speaker>B. v. Ehegestern</speaker>
<stage>(für sich.)</stage>
<p>
<foreign xml:lang="fre">Mais, mon Dieu, qu'elle
confidence!</foreign>
<stage>(laut:)</stage> Nun es kann
nicht lange <foreign xml:lang="fre">Mystère</foreign>
bleiben. <foreign xml:lang="fre">Voilà une lettre.</foreign>
Der Doktor hat ihn abgegeben.
</p>
</sp> |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element foreign { tei_att.global.attributes, tei_att.cmc.attributes, tei_macro.phraseSeq }⚓ |
<forename> (forename) contains a forename, given or baptismal name. [14.2.1. Personal Names] | |||||||||||
Module | namesdates — Schema | ||||||||||
Attributes |
| ||||||||||
Member of | |||||||||||
Contained by | core: abbr add addrLine address author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change correspAction creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer | ||||||||||
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data | ||||||||||
Example | <persName>
<forename>Hermann</forename>
<surname>Bahr</surname>
</persName> | ||||||||||
Example | <persName>
<forename>Christian</forename>
<forename>Fürchtegott</forename>
<surname>Gellert</surname>
</persName> | ||||||||||
Example | <persName>
<forename>Евдокия</forename>
<forename type="patronym">Петровна</forename>
<surname>Ростопчина</surname>
</persName> | ||||||||||
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ | ||||||||||
Schema Declaration | element forename { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.personal.attributes, attribute type { "patronym" }?, tei_macro.phraseSeq }⚓ |
<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] | |
Module | textstructure — Schema |
Attributes |
|
Contained by | textstructure: floatingText text |
May contain | |
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>
<titlePage>
<docAuthor>Gotthold Ephraim Lessing</docAuthor>
<docTitle>
<titlePart type="main">Emilia Galotti</titlePart>
<titlePart type="sub">Ein Trauerspiel in fünf Aufzügen</titlePart>
</docTitle>
</titlePage>
<pb n="128"/>
<castList>
<head>Personen.</head>
<castItem>
<role>Emilia Galotti.</role>
</castItem>
<castGroup rend="braced">
<castItem>
<role>Odoardo,</role>
</castItem>
<castItem>
<role>Claudia Galotti,</role>
</castItem>
<roleDesc>Eltern der Emilia.</roleDesc>
</castGroup>
<castItem>
<role>Hettore Gonzaga,</role>
<roleDesc>Prinz von Guastalla.</roleDesc>
</castItem>
<castItem>
<role>Marinelli,</role>
<roleDesc>Kammerherr des Prinzen.</roleDesc>
</castItem>
<castItem>
<role>Camillo Rota,</role>
<roleDesc>einer von des Prinzen Räten.</roleDesc>
</castItem>
<castItem>
<role>Conti,</role>
<roleDesc>Maler.</roleDesc>
</castItem>
<castItem>
<role>Graf Appiani.</role>
</castItem>
<castItem>
<role>Gräfin Orsina.</role>
</castItem>
<castItem>
<role>Angelo,</role> und <role>einige Bediente.</role>
</castItem>
<pb n="128"/>
</castList>
</front> |
Example | <front>
<div type="front">
<head>Johann Nestroy</head>
<head>Der Talisman</head>
<head>Posse mit Gesang in drei Aufzügen</head>
<pb n="244"/>
</div>
<castList>
<head>Personen.</head>
<castItem>Titus Feuerfuchs, ein vazierender Barbiergeselle.</castItem>
<castItem>Frau von Cypressenburg, Witwe.</castItem>
<castItem>Emma, ihre Tochter.</castItem>
<!-- ... -->
</castList>
<set>
<p> Die Handlung spielt auf dem Gute der Frau von
Cypressenburg, nahe bei einer großen Stadt.
</p>
</set>
</front> The frontmatter of the play Nestroy: Der Talisman. <div type="front">
<head>Johann Nestroy</head>
<head>Der Talisman</head>
<head>Posse mit Gesang in drei Aufzügen</head>
<pb n="244"/>
</div> will be deprecated though and replaced with <titlePage>. |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.frontPart"/> <classRef key="model.pLike"/> <classRef key="model.pLike.front"/> <classRef key="model.global"/> </alternate> <sequence minOccurs="0" maxOccurs="1"> <alternate minOccurs="1" maxOccurs="1"> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.div1Like"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.div1Like"/> <classRef key="model.frontPart"/> <classRef key="model.global"/> </alternate> </sequence> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.divLike"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divLike"/> <classRef key="model.frontPart"/> <classRef key="model.global"/> </alternate> </sequence> </alternate> <sequence minOccurs="0" maxOccurs="1"> <classRef key="model.divBottom"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divBottom"/> <classRef key="model.global"/> </alternate> </sequence> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element front { tei_att.global.attributes, ( ( tei_model.frontPart | tei_model.pLike | tei_model.pLike.front | tei_model.global )*, ( ( ( ( tei_model.div1Like, ( tei_model.div1Like | tei_model.frontPart | tei_model.global )* ) | ( tei_model.divLike, ( tei_model.divLike | tei_model.frontPart | tei_model.global )* ) ), ( ( tei_model.divBottom, ( tei_model.divBottom | tei_model.global )* )? ) )? ) ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<funder> (funding body) specifies the name of an individual, institution, or organization responsible for the funding of a project or text. [2.2.1. The Title Statement] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: editionStmt titleStmt |
May contain | |
Note | Funders provide financial support for a project; they are distinct from sponsors (see element <sponsor>), who provide intellectual support and authority. |
Content model | <content> <macroRef key="macro.phraseSeq.limited"/> </content> ⚓ |
Schema Declaration | element funder { tei_att.global.attributes, tei_att.canonical.attributes, tei_att.datable.attributes, tei_macro.phraseSeq.limited }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<gap> (gap) indicates a point where material has been omitted in a transcription, whether for editorial reasons described in the TEI header, as part of sampling practice, or because the material is illegible, invisible, or inaudible. [3.5.3. Additions, Deletions, and Omissions] | |||||||||||||||||
Module | core — Schema | ||||||||||||||||
Attributes |
| ||||||||||||||||
Member of | |||||||||||||||||
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure | ||||||||||||||||
May contain | core: desc | ||||||||||||||||
Note | The <gap>, <unclear>, and <del> core tag elements may be closely allied in use with the <damage> and <supplied> elements, available when using the additional tagset for transcription of primary sources. See section 12.3.3.2. Use of the gap, del, damage, unclear, and supplied Elements in Combination for discussion of which element is appropriate for which circumstance. The <gap> tag simply signals the editors decision to omit or inability to transcribe a span of text. Other information, such as the interpretation that text was deliberately erased or covered, should be indicated using the relevant tags, such as <del> in the case of deliberate deletion. | ||||||||||||||||
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.descLike"/> <classRef key="model.certLike"/> </alternate> </content> ⚓ | ||||||||||||||||
Schema Declaration | element gap { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.dimensions.attributes, tei_att.timed.attributes, attribute reason { list { ( "cancelled" | "deleted" | "editorial" | "illegible" | "inaudible" | "irrelevant" | "sampling" )+ } }?, attribute agent { text }?, ( tei_model.descLike | tei_model.certLike )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<gb> (gathering beginning) marks the beginning of a new gathering or quire in a transcribed codex. [3.11.3. Milestone Elements] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list listBibl measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure |
May contain | Empty element |
Note | By convention, <gb> elements should appear at the start of the first page in the gathering. The global n attribute indicates the number or other value used to identify this gathering in a collation. The type attribute may be used to further characterize the gathering in any respect. |
Content model | <content> <empty/> </content> ⚓ |
Schema Declaration | element gb { tei_att.global.attributes, tei_att.breaking.attributes, tei_att.cmc.attributes, tei_att.edition.attributes, tei_att.spanning.attributes, tei_att.typed.attributes, empty }⚓ |
<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. [14.2.1. Personal Names] | |
Module | namesdates — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change correspAction creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Example | <author>
<persName type="nobility">
<forename>Екатерина</forename>
<genName>II</genName>
</persName>
<persName>
<forename>София</forename>
<forename>Августа</forename>
<forename>Фредерика</forename>
<surname>Ангальт-Цербстская</surname>
</persName>
<persName xml:lang="eng">
<forename>Catherine</forename>
<genName>II</genName>
</persName>
<idno type="wikidata">Q36450</idno>
</author> Encoding of the name of the author "Catherine II" of the play Расстроенная семья острожками и подозрениями. |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element genName { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.personal.attributes, tei_att.typed.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<geoDecl> (geographic coordinates declaration) documents the notation and the datum used for geographic coordinates expressed as content of the <geo> element elsewhere within the document. [2.3.8. The Geographic Coordinates Declaration] | |||||||||
Module | header — Schema | ||||||||
Attributes |
| ||||||||
Member of | |||||||||
Contained by | header: encodingDesc | ||||||||
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data | ||||||||
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ | ||||||||
Schema Declaration | element geoDecl { tei_att.global.attributes, attribute datum { "WGS84" | "MGRS" | "OSGB36" | "ED50" }?, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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 12.1. Digital Facsimiles] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit figures: figure textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePage titlePart trailer |
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="http://images.zeno.org/Literatur/I/big/haup0031.jpg"/>
<ab>Glumms große Kretschamstube.</ab>
</figure> A figure in Hauptmann: Ephraims Breite |
Content model | <content> <classRef key="model.descLike" minOccurs="0" maxOccurs="unbounded"/> </content> ⚓ |
Schema Declaration | element graphic { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.media.attributes, tei_att.resourced.attributes, tei_att.typed.attributes, tei_model.descLike* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<group> (group) contains the body of a composite text, grouping together a sequence of distinct texts (or groups of such texts) which are regarded as a unit for some purpose, for example the collected works of an author, a sequence of prose essays, etc. [4. Default Text Structure 4.3.1. Grouped Texts 16.1. Varieties of Composite Text] | |
Module | textstructure — Schema |
Attributes |
|
Contained by | textstructure: floatingText group |
May contain | figures: figure |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divTop"/> <classRef key="model.global"/> </alternate> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="1" maxOccurs="1"> <elementRef key="text"/> <elementRef key="group"/> </alternate> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="text"/> <elementRef key="group"/> <classRef key="model.global"/> </alternate> </sequence> <classRef key="model.divBottom" minOccurs="0" maxOccurs="unbounded"/> </sequence> </content> ⚓ |
Schema Declaration | element group { tei_att.global.attributes, tei_att.typed.attributes, ( ( tei_model.divTop | tei_model.global )*, ( ( tei_text | tei_group ), ( tei_text | tei_group | tei_model.global )* ), tei_model.divBottom* ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<handNote> (note on hand) describes a particular style or hand distinguished within a manuscript. [11.7.2. Writing, Decoration, and Other Notations] | |
Module | header — Schema |
Attributes |
|
Contained by | — |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig p pb ptr q quote ref reg rs ruby said sic soCalled sp stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.specialPara"/> </content> ⚓ |
Schema Declaration | element handNote { tei_att.global.attributes, tei_att.handFeatures.attributes, tei_macro.specialPara }⚓ |
<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] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
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 | <div type="act">
<head>Erster Aufzug</head>
<stage> Die Bühne stellt einen Dorfplatz vor. In der Mitte gegen den
Hintergrund ein Brunnen, links eine Gartenmauer mit einer
kleinen, offenstehenden Tür, welche in den Herrschaftsgarten
führt.
</stage>
<div type="scene">
<head>Erster Auftritt</head>
<stage> Bauernmädchen, darunter Hannerl, treten während dem
Ritornell des folgenden Chores aus dem Hintergrunde links
auf.
</stage>
<stage>Chor.</stage>
</div>
</div> Headings of an act and a scene in Nestroy: Der Talisman. |
Example | <argument>
<head>Inhalt des trauer-spiels.</head>
<p> Michael Balbus, käyser Leonis Armenii oberster
feldhauptmann, nach dem er zu unterschiedenen mahlen wegen
seiner untreu und verleumbdungen angeklaget, verschweret
sich wider den käyser, welcher ihn durch Exabolium, seinen
geheimesten rath, offt von seiner leichtfertigkeit
abzustehen ermahnet.
<!-- ... -->
</p>
</argument> |
Example | <castList>
<head>In stummen Rollen</head>
<castGroup>
<castItem>Kardinal Dupin, Erzbischof von Paris</castItem>
<castItem>Minister</castItem>
<!-- ... -->
</castGroup>
</castList> |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <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.cmc.attributes, tei_att.placement.attributes, tei_att.typed.attributes, ( text | tei_lg | tei_model.gLike | tei_model.phrase | tei_model.inter | tei_model.lLike | tei_model.global )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<headItem> (heading for list items) contains the heading for the item or gloss column in a glossary list or similar structured list. [3.8. Lists] | |
Module | core — Schema |
Attributes |
|
Contained by | core: list |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Note | The <headItem> element may appear only if each item in the list is preceded by a <label>. |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element headItem { tei_att.global.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<headLabel> (heading for list labels) contains the heading for the label or term column in a glossary list or similar structured list. [3.8. Lists] | |
Module | core — Schema |
Attributes |
|
Contained by | core: list |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Note | The <headLabel> element may appear only if each item in the list is preceded by a <label>. |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element headLabel { tei_att.global.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<hyphenation> (hyphenation) summarizes the way in which hyphenation in a source text has been treated in an encoded version of it. [2.3.3. The Editorial Practices Declaration 16.3.2. Declarable Elements] | |||||||||
Module | header — Schema | ||||||||
Attributes |
| ||||||||
Member of | |||||||||
Contained by | header: editorialDecl | ||||||||
May contain | |||||||||
Content model | <content> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ | ||||||||
Schema Declaration | element hyphenation { tei_att.global.attributes, attribute eol { "all" | "some" | "hard" | "none" }?, tei_model.pLike+ }⚓ |
<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. [14.3.1. Basic Principles 2.2.4. Publication, Distribution, Licensing, etc. 2.2.5. The Series Statement 3.12.2.4. Imprint, Size of a Document, and Reprint Information] | |||||||||||||||||||||
Module | header — Schema | ||||||||||||||||||||
Attributes |
| ||||||||||||||||||||
Member of | |||||||||||||||||||||
Contained by | core: abbr add addrLine address analytic author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned monogr name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change correspAction creation distributor edition extent funder geoDecl handNote idno language licence principal publicationStmt rendition scriptNote seriesStmt sponsor tagUsage namesdates: addName event forename genName nameLink orgName persName person personGrp region surname textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer | ||||||||||||||||||||
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 | <author>
<persName>
<forename>Ferdinand</forename>
<surname>Raimund</surname>
</persName>
<idno type="wikidata">Q45025</idno>
<idno type="pnd">118597914</idno>
</author> Identifiers of the author of the play Raimund: Die gefesselte Phantasie | ||||||||||||||||||||
Example | <publicationStmt>
<publisher xml:id="dracor">DraCor</publisher>
<idno type="URL">https://dracor.org</idno>
<availability>
<licence>
<ab>CC0 1.0</ab>
<ref target="https://creativecommons.org/publicdomain/zero/1.0/">Licence</ref>
</licence>
</availability>
</publicationStmt> Provide an identifier for DraCor (use the URL) | ||||||||||||||||||||
Example | <bibl type="digitalSource">
<name>TextGrid Repository</name>
<idno type="URL">http://www.textgridrep.org/textgrid:t97f.0</idno>
<!-- ... -->
</bibl> URL as an identifier of the digital source of the play Raimund: Die gefesselte Phantasie | ||||||||||||||||||||
Example | <sourceDesc>
<bibl type="digitalSource">
<name>Библиотека Максима Мошкова (lib.ru)</name>
<idno type="URL">http://az.lib.ru/p/plawilxshikow_p_a/text_0040.shtml</idno>
<availability status="free">
<p> In the public domain.
</p>
</availability>
<bibl type="originalSource">
<title>Русская драматургия XVIII века. – М.: Современник,
1986. – С. 445–460.</title>
</bibl>
</bibl>
</sourceDesc> | ||||||||||||||||||||
Schematron | In the corpus.xml (root element <teiCorpus>) the identifier <idno> containing the corpus name (see Feature corpus_name) SHOULD have an xml:base attribute with the value https://dracor.org/.
<sch:rule context="tei:idno[@type eq 'URI' and parent::tei:publicationStmt and ancestor::tei:teiCorpus]"
role="warning">
<sch:assert test="@xml:base/string() eq 'https://dracor.org/'"> The idno element in publicationStmt in the teiCorpus SHOULD
have an xml:base attribute with the value
'https://dracor.org/'.
</sch:assert>
</sch:rule> | ||||||||||||||||||||
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <elementRef key="idno"/> </alternate> </content> ⚓ | ||||||||||||||||||||
Schema Declaration | element idno { tei_att.global.attribute.xmlid, tei_att.global.attribute.n, tei_att.global.attribute.xmllang, tei_att.global.attribute.xmlspace, tei_att.global.analytic.attribute.ana, tei_att.global.rendition.attribute.rend, tei_att.global.source.attribute.source, tei_att.cmc.attributes, tei_att.datable.attributes, tei_att.sortable.attributes, attribute xml:base { text }?, attribute type { "URL" | "wikidata" | "pnd" | "URI" | "repo" }?, ( text | tei_model.gLike | tei_idno )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<imprimatur> (imprimatur) contains a formal statement authorizing the publication of a work, sometimes required to appear on a title page or its verso. [4.6. Title Pages] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | textstructure: titlePage |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ |
Schema Declaration | element imprimatur { tei_att.global.attributes, tei_macro.paraContent }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | core — Schema |
Attributes |
|
Contained by | core: monogr |
May contain | |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="classCode"/> <elementRef key="catRef"/> </alternate> <sequence minOccurs="1" maxOccurs="unbounded"> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.imprintPart"/> <classRef key="model.dateLike"/> </alternate> <elementRef key="respStmt" minOccurs="0" maxOccurs="unbounded"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element imprint { tei_att.global.attributes, ( ( tei_classCode | tei_catRef )*, ( ( ( tei_model.imprintPart | tei_model.dateLike ), tei_respStmt*, tei_model.global* )+ ) ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<index> (index entry) marks a location to be indexed for whatever purpose. [3.9.2. Index Entries] | |||||||||
Module | core — Schema | ||||||||
Attributes |
| ||||||||
Member of | |||||||||
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint index item l lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure | ||||||||
May contain | |||||||||
Content model | <content> <sequence minOccurs="0" maxOccurs="unbounded"> <elementRef key="term"/> <elementRef key="index" minOccurs="0"/> </sequence> </content> ⚓ | ||||||||
Schema Declaration | element index { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.spanning.attributes, attribute indexName { text }?, ( ( tei_term, tei_index? )* ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<interp> (interpretation) summarizes a specific interpretative annotation which can be linked to a span of text. [18.3. Spans and Interpretations] | |
Module | analysis — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure |
May contain | core: desc character data |
Note | Generally, each <interp> element carries an xml:id attribute. This permits the encoder to explicitly associate the interpretation represented by the content of an <interp> with any textual element through its ana attribute. Alternatively (or, in addition) an <interp> may carry an inst attribute that points to one or more textual elements to which the analysis represented by the content of the <interp> applies. |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.descLike"/> <classRef key="model.certLike"/> </alternate> </content> ⚓ |
Schema Declaration | element interp { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.interpLike.attributes, ( text | tei_model.gLike | tei_model.descLike | tei_model.certLike )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<interpGrp> (interpretation group) collects together a set of related interpretations which share responsibility or type. [18.3. Spans and Interpretations] | |
Module | analysis — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure |
May contain | |
Note | Any number of <interp> elements. |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.descLike" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="interp" minOccurs="1" maxOccurs="unbounded"/> </sequence> </content> ⚓ |
Schema Declaration | element interpGrp { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.interpLike.attributes, ( tei_model.descLike*, tei_interp+ ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<interpretation> (interpretation) describes the scope of any analytic or interpretive information added to the text in addition to the transcription. [2.3.3. The Editorial Practices Declaration] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: editorialDecl |
May contain | |
Content model | <content> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ |
Schema Declaration | element interpretation { tei_att.global.attributes, tei_model.pLike+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<item> (item) contains one component of a list. [3.8. Lists 2.6. The Revision Description] | |
Module | core — Schema |
Attributes |
|
Contained by | core: list |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig p pb ptr q quote ref reg rs ruby said sic soCalled sp stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
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. |
Content model | <content> <macroRef key="macro.specialPara"/> </content> ⚓ |
Schema Declaration | element item { tei_att.global.attributes, tei_att.sortable.attributes, tei_macro.specialPara }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<join> (join) identifies a possibly fragmented segment of text, by pointing at the possibly discontiguous elements which compose it. [17.7. Aggregation] | |||||||||||||||
Module | linking — Schema | ||||||||||||||
Attributes |
| ||||||||||||||
Member of | |||||||||||||||
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure | ||||||||||||||
May contain | core: desc | ||||||||||||||
Schematron |
<sch:rule context="tei:join">
<sch:assert test="contains( normalize-space( @target ),' ')"> You must supply at least two values for @target on <sch:name/>
</sch:assert>
</sch:rule> | ||||||||||||||
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.descLike"/> <classRef key="model.certLike"/> </alternate> </content> ⚓ | ||||||||||||||
Schema Declaration | element join { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, attribute result { text }?, attribute scope { "root" | "branches" }?, ( tei_model.descLike | tei_model.certLike )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<joinGrp> (join group) groups a collection of <join> elements and possibly pointers. [17.7. Aggregation] | |||||||
Module | linking — Schema | ||||||
Attributes |
| ||||||
Member of | |||||||
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure | ||||||
May contain | |||||||
Note | |||||||
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="equiv"/> <elementRef key="gloss"/> <classRef key="model.descLike"/> </alternate> <alternate minOccurs="1" maxOccurs="unbounded"> <elementRef key="join"/> <elementRef key="ptr"/> </alternate> </sequence> </content> ⚓ | ||||||
Schema Declaration | element joinGrp { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.pointing.group.attributes, attribute result { text }?, ( ( equiv | tei_gloss | tei_model.descLike )*, ( tei_join | tei_ptr )+ ) }⚓ |
<keywords> (keywords) contains a list of keywords or phrases identifying the topic or nature of a text. [2.4.3. The Text Classification] | |||||||
Module | header — Schema | ||||||
Attributes |
| ||||||
Contained by | header: textClass | ||||||
May contain | |||||||
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>
<term type="genreTitle">Tragedy</term>
</keywords> Keywords used to classify genre of the play Laube: Struensee. | ||||||
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <elementRef key="term" minOccurs="1" maxOccurs="unbounded"/> <elementRef key="list"/> </alternate> </content> ⚓ | ||||||
Schema Declaration | element keywords { tei_att.global.attributes, attribute scheme { text }?, ( tei_term+ | tei_list ) }⚓ |
<l> (verse line) contains a single, possibly incomplete, line of verse. [3.13.1. Core Tags for Verse 3.13. Passages of Verse or Drama 7.2.5. Speech Contents] | |||||||||||||||||||||||
Module | core — Schema | ||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||
Member of | |||||||||||||||||||||||
Contained by | |||||||||||||||||||||||
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index label lb list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data | ||||||||||||||||||||||
Example | <sp who="#chor_2-23">
<speaker>CHOR.</speaker>
<lg>
<l>'s ist nirgends so wie in dem Haus amüsant,</l>
<l>Denn hier sind die Karten und Würfel verbannt,</l>
<l>Bei Frau Von Cypressenburg in Soiree,</l>
<l>Da huldigt den Musen man nur und dem Tee.</l>
</lg>
<stage> Während dem Chor haben Bediente einen großen gedeckten
Teetisch gebracht und die Stühle gesetzt.
</stage>
</sp> | ||||||||||||||||||||||
Example | <sp who="#TretijMistik">
<speaker>Третий мистик</speaker>
<l part="F">Наступит событие.</l>
</sp>
<sp who="#Pero">
<speaker>Пьеро</speaker>
<l>О, вечный ужас, вечный мрак!</l>
</sp>
<sp who="#PervyjMistik">
<speaker>Первый мистик</speaker>
<l part="I">Ты ждешь?</l>
</sp>
<sp who="#VtorojMistik">
<speaker>Второй мистик</speaker>
<l part="M">Я жду.</l>
</sp>
<sp who="#TretijMistik">
<speaker>Третий мистик</speaker>
<l part="F">Уж близко прибытие:</l>
<l>За окном нам ветер подал знак.</l>
</sp> Блок: Балаганчик to illustrate usage of part; would need the source as well. | ||||||||||||||||||||||
Example | <sp who="#rusalki">
<speaker>Русалки</speaker>
<lg>
<l rend="indent">Веселой толпою</l>
<l rend="indent">С глубокого дна</l>
<l rend="indent">Мы ночью всплываем,</l>
<l rend="indent">Нас греет луна.</l>
<l>Любо нам порой ночною</l>
<l>Дно речное покидать,</l>
<l>Любо вольной головою</l>
<l>Высь речную разрезать,</l>
<l>Подавать друг дружке голос,</l>
<l>Воздух звонкий раздражать,</l>
<l>И зеленый, влажный волос</l>
<l>В нем сушить и отряхать.</l>
</lg>
</sp> Indented lines in the play Пушкин: Русалка. | ||||||||||||||||||||||
Schematron |
<sch:rule context="tei:l">
<sch:report test="ancestor::tei:l[not(.//tei:note//tei:l[. = current()])]">Abstract model violation: Lines may not contain lines or lg elements.</sch:report>
</sch:rule> | ||||||||||||||||||||||
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <classRef key="model.inter"/> <classRef key="model.global"/> </alternate> </content> ⚓ | ||||||||||||||||||||||
Schema Declaration | element l { 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.analytic.attribute.ana, tei_att.global.source.attribute.source, tei_att.cmc.attributes, attribute rend { list { "indent"+ } }?, attribute part { "F" | "I" | "M" }?, ( text | tei_model.gLike | tei_model.phrase | tei_model.inter | tei_model.global )* }⚓ |
<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] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | Character data only |
Note | In DraCor <label> is used exclusively to attach a non-iso date/date string to an event. |
Example | <event type="written" notBefore="1647"
notAfter="1650">
<label>1647–1650</label>
</event> Encoding of the written date of Gryphius: Horribilicribrifax Teutsch. |
Content model | <content> <textNode/> </content> ⚓ |
Schema Declaration | element label { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.placement.attributes, tei_att.typed.attributes, text }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<langUsage> (language usage) describes the languages, sublanguages, registers, dialects, etc. represented within a text. [2.4.2. Language Usage 2.4. The Profile Description 16.3.2. Declarable Elements] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: profileDesc |
May contain | |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> <elementRef key="language" minOccurs="1" maxOccurs="unbounded"/> </alternate> </content> ⚓ |
Schema Declaration | element langUsage { tei_att.global.attributes, ( tei_model.pLike+ | tei_language+ ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<language> (language) characterizes a single language or sublanguage used within a text. [2.4.2. Language Usage] | |||||||||||||
Module | header — Schema | ||||||||||||
Attributes |
| ||||||||||||
Contained by | header: langUsage | ||||||||||||
May contain | |||||||||||||
Note | Particularly for sublanguages, an informal prose characterization should be supplied as content for the element. | ||||||||||||
Content model | <content> <macroRef key="macro.phraseSeq.limited"/> </content> ⚓ | ||||||||||||
Schema Declaration | element language { tei_att.global.attributes, tei_att.scope.attributes, attribute ident { text }, attribute usage { text }?, tei_macro.phraseSeq.limited }⚓ |
<lb> (line beginning) marks the beginning of a topographic line in some edition or version of a text. [3.11.3. Milestone Elements 7.2.5. Speech Contents] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list listBibl measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure |
May contain | Empty element |
Note | By convention, <lb> elements should appear at the point in the text where a new line starts. The n attribute, if used, indicates the number or other value associated with the text between this point and the next <lb> element, typically the sequence number of the line within the page, or other appropriate unit. This element is intended to be used for marking the beginning of each new topographic line on a manuscript or printed page, at the point where it occurs; it should not be used to tag structural units such as lines of verse (for which the <l> element is available) except in circumstances where structural units cannot otherwise be marked. The type attribute may be used to characterize the line beginning in any respect. The more specialized attributes break, ed, or edRef should be preferred when the intent is to indicate whether or not the beginning of the new topographic line is word-breaking, or to note the source from which it derives. |
Example | This example shows the encoding of the beginning of each new topographic line within a metrical line, indicating where it occurs in both the 1667 and 1674 editions: <l>Of Mans First Disobedience,<lb ed="1674"/> and<lb ed="1667"/> the Fruit</l>
<l>Of that Forbidden Tree, whose<lb ed="1667 1674"/> mortal tast</l>
<l>Brought Death into the World,<lb ed="1667"/> and all<lb ed="1674"/> our woe,</l> |
Example | This example shows the encoding of the beginning of a new topographical line as a means of preserving the visual appearance of a title page. The break attribute is used to show that the beginning of the new line does not (as elsewhere) mark the start of a new word. <titlePart>
<lb/>With Additions, ne-<lb break="no"/>ver before Printed.
</titlePart> |
Content model | <content> <empty/> </content> ⚓ |
Schema Declaration | element lb { tei_att.global.attributes, tei_att.breaking.attributes, tei_att.cmc.attributes, tei_att.edition.attributes, tei_att.spanning.attributes, tei_att.typed.attributes, empty }⚓ |
<lg> (line group) contains one or more verse lines functioning as a formal unit, e.g. a stanza, refrain, verse paragraph, etc. [3.13.1. Core Tags for Verse 3.13. Passages of Verse or Drama 7.2.5. Speech Contents] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Note | contains verse lines or nested line groups only, possibly prefixed by a heading. |
Example | <sp who="#flora #salome">
<speaker>FLORA, SALOME.</speaker>
<lg>
<l>'s laßt sich drüber nix sag'n</l>
<l>Mit ein'm orndlichen Mag'n.</l>
<pb n="312"/>
</lg>
</sp> Grouping of lines in Nestroy: Der Talisman. |
Schematron |
<sch:rule context="tei:lg">
<sch:assert test="count(descendant::tei:lg|descendant::tei:l|descendant::tei:gap) >
0">An lg element must contain at least one child l, lg, or gap element.</sch:assert>
</sch:rule> |
Schematron |
<sch:rule context="tei:lg">
<sch:report test="ancestor::tei:l[not(.//tei:note//tei:lg[. = current()])]">Abstract model violation: Lines may not contain line groups.</sch:report>
</sch:rule> |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divTop"/> <classRef key="model.global"/> </alternate> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.lLike"/> <classRef key="model.stageLike"/> <classRef key="model.labelLike"/> <classRef key="model.pPart.transcriptional"/> <elementRef key="lg"/> </alternate> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.lLike"/> <classRef key="model.stageLike"/> <classRef key="model.labelLike"/> <classRef key="model.pPart.transcriptional"/> <classRef key="model.global"/> <elementRef key="lg"/> </alternate> <sequence minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divBottom"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element lg { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.divLike.attributes, tei_att.typed.attributes, ( ( tei_model.divTop | tei_model.global )*, ( tei_model.lLike | tei_model.stageLike | tei_model.labelLike | tei_model.pPart.transcriptional | tei_lg ), ( tei_model.lLike | tei_model.stageLike | tei_model.labelLike | tei_model.pPart.transcriptional | tei_model.global | tei_lg )*, ( ( tei_model.divBottom, tei_model.global* )* ) ) }⚓ |
<licence> contains information about a licence or other legal agreement applicable to the text. [2.2.4. Publication, Distribution, Licensing, etc.] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: availability linking: annotation |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig p pb ptr q quote ref reg rs ruby said sic soCalled sp stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Example | <publicationStmt>
<publisher xml:id="dracor">DraCor</publisher>
<idno type="URL">https://dracor.org</idno>
<availability>
<licence>
<ab>CC0 1.0</ab>
<ref target="https://creativecommons.org/publicdomain/zero/1.0/">Licence</ref>
</licence>
</availability>
</publicationStmt>
<!-- ... -->
<sourceDesc>
<bibl type="digitalSource">
<name>TextGrid Repository</name>
<idno type="URL">http://www.textgridrep.org/textgrid:npsg.0</idno>
<availability>
<licence>
<ab>CC-BY-3.0</ab>
<ref target="http://creativecommons.org/licenses/by/3.0/de/legalcode">Lizenzvertrag</ref>
</licence>
</availability>
<bibl type="originalSource">
<title>Franz Grillparzer: Sämtliche Werke. Ausgewählte
Briefe, Gespräche, Berichte. Herausgegeben von Peter Frank
und Karl Pörnbacher, München: Hanser, [1960–1965].</title>
</bibl>
</bibl>
</sourceDesc> The text of the play Grillparzer: Des Meeres und der Liebe Wellen is in the public domain and thus licensed under a CC0 licence, as is the encoding by DraCor. The digital source is also contained in TextGrid and was licensed under a CC BY 3.0 licence. |
Example | <licence>
<ab>CC-BY-3.0</ab>
<ref target="http://creativecommons.org/licenses/by/3.0/de/legalcode">Lizenzvertrag</ref>
</licence> The digital source of the play Goethe: Torquato Tasso distributed by TextGrid is licensed under a CC-BY 3.0 licence. |
Example | <licence>
<ab>CC BY-NC 3.0</ab>
<ref target="http://creativecommons.org/licenses/by-nc/3.0/de/">Lizenzvertrag</ref>
</licence> The digital source of the play Kotzebue: Der Schutzgeist distributed by the DTA is licensed under a CC-BY-NC 3.0 licence. |
Example | <licence>
<ab>CC BY-SA 3.0</ab>
<ref target="https://creativecommons.org/licenses/by-sa/3.0/deed.ru">Licence</ref>
</licence> The digital source of the play Pushkin: Boris Godunov is licensed by Wikisource under a CC BY-SA 3.0 license. |
Content model | <content> <macroRef key="macro.specialPara"/> </content> ⚓ |
Schema Declaration | element licence { tei_att.global.attributes, tei_att.datable.attributes, tei_att.pointing.attributes, tei_macro.specialPara }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<link> (link) defines an association or hypertextual link among elements or passages, of some type not more precisely specifiable by other elements. [17.1. Links] | |
Module | linking — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure header: authority change distributor edition extent funder geoDecl handNote language licence principal scriptNote sponsor |
May contain | Empty element |
Note | 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>. |
Schematron |
<sch:rule context="tei:link">
<sch:assert test="contains(normalize-space(@target),' ')">You must supply at least two values for @target or on <sch:name/>
</sch:assert>
</sch:rule> |
Content model | <content> <empty/> </content> ⚓ |
Schema Declaration | element link { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, empty }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<linkGrp> (link group) defines a collection of associations or hypertextual links. [17.1. Links] | |
Module | linking — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure header: authority change distributor edition extent funder geoDecl handNote language licence principal scriptNote sponsor |
May contain | |
Note | May contain one or more <link> or <ptr> elements. A web or link group is an administrative convenience, which should be used to collect a set of links together for any purpose, not simply to supply a default value for the type attribute. |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.descLike" minOccurs="0" maxOccurs="unbounded"/> <alternate minOccurs="1" maxOccurs="unbounded"> <elementRef key="link"/> <elementRef key="ptr"/> </alternate> </sequence> </content> ⚓ |
Schema Declaration | element linkGrp { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.pointing.group.attributes, ( tei_model.descLike*, ( tei_link | tei_ptr )+ ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<list> (list) contains any sequence of items organized as a list. [3.8. Lists] | |||||||||||||
Module | core — Schema | ||||||||||||
Attributes |
| ||||||||||||
Member of | |||||||||||||
Contained by | core: add corr del desc emph head hi item l meeting note orig p q quote ref reg said sic sp stage textLang title unclear figures: figure header: abstract change handNote keywords licence rendition revisionDesc scriptNote sourceDesc tagUsage textstructure: argument back body div docEdition epigraph imprimatur postscript salute signed titlePart trailer | ||||||||||||
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. | ||||||||||||
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 minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divTop"/> <classRef key="model.global"/> <elementRef key="desc" minOccurs="0" maxOccurs="unbounded"/> </alternate> <alternate minOccurs="1" maxOccurs="1"> <sequence minOccurs="1" maxOccurs="unbounded"> <elementRef key="item"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="headLabel" minOccurs="0"/> <elementRef key="headItem" minOccurs="0"/> <sequence minOccurs="1" maxOccurs="unbounded"> <elementRef key="label"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="item"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </alternate> <sequence minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divBottom"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> ⚓ | ||||||||||||
Schema Declaration | element list { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.sortable.attributes, attribute type { "gloss" | "index" | "instructions" | "litany" | "syllogism" }?, ( ( tei_model.divTop | tei_model.global | tei_desc* )*, ( ( ( tei_item, tei_model.global* )+ ) | ( tei_headLabel?, tei_headItem?, ( ( tei_label, tei_model.global*, tei_item, tei_model.global* )+ ) ) ), ( ( tei_model.divBottom, tei_model.global* )* ) ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<listAnnotation> contains a list of annotations, typically encoded as <annotation>, <annotationBlock>, or <note>, possibly organized with nested <listAnnotation> elements. [17.10. The standOff Container] | |
Module | linking — Schema |
Attributes |
|
Member of | |
Contained by | linking: listAnnotation standOff |
May contain | linking: annotation listAnnotation |
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. |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.headLike" minOccurs="0" maxOccurs="unbounded"/> <classRef key="model.labelLike" minOccurs="0" maxOccurs="unbounded"/> <alternate minOccurs="1" maxOccurs="unbounded"> <classRef key="model.annotationLike"/> <elementRef key="listAnnotation"/> </alternate> </sequence> </content> ⚓ |
Schema Declaration | element listAnnotation { tei_att.global.attributes, tei_att.notated.attributes, tei_att.typed.attributes, ( tei_model.headLike*, tei_model.labelLike*, ( tei_model.annotationLike | tei_listAnnotation )+ ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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 16.3.2. Declarable Elements] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.headLike" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="desc" minOccurs="0" maxOccurs="unbounded"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.milestoneLike" minOccurs="1" maxOccurs="1"/> <elementRef key="relation" minOccurs="1" maxOccurs="1"/> <elementRef key="listRelation" minOccurs="1" maxOccurs="1"/> </alternate> <sequence minOccurs="1" maxOccurs="unbounded"> <classRef key="model.biblLike" minOccurs="1" maxOccurs="unbounded"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.milestoneLike" minOccurs="1" maxOccurs="1"/> <elementRef key="relation" minOccurs="1" maxOccurs="1"/> <elementRef key="listRelation" minOccurs="1" maxOccurs="1"/> </alternate> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element listBibl { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.sortable.attributes, tei_att.typed.attributes, ( tei_model.headLike*, tei_desc*, ( tei_model.milestoneLike | tei_relation | tei_listRelation )*, ( ( tei_model.biblLike+, ( tei_model.milestoneLike | tei_relation | tei_listRelation )* )+ ) ) }⚓ |
<listChange> groups a number of change descriptions associated with either the creation of a source text or the revision of an encoded text. [2.6. The Revision Description 12.7. Identifying Changes and Revisions] | |||||||||
Module | header — Schema | ||||||||
Attributes |
| ||||||||
Member of | |||||||||
Contained by | header: creation revisionDesc linking: standOff | ||||||||
May contain | header: change | ||||||||
Note | When this element appears within the <creation> element it documents the set of revision campaigns or stages identified during the evolution of the original text. When it appears within the <revisionDesc> element, it documents only changes made during the evolution of the encoded representation of that text. | ||||||||
Example | <revisionDesc>
<listChange>
<change when="2017-01-06">(dlina) file conversion from source</change>
<change when="2017-08-04">(ff) structural cleanup</change>
<change when="2018-09-25">(ff) formalities, IDs</change>
</listChange>
</revisionDesc> List of changes in the <revisionDesc> of the play Engel: Eid und Pflicht. | ||||||||
Content model | <content> <elementRef key="change" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ | ||||||||
Schema Declaration | element listChange { tei_att.global.attributes, tei_att.sortable.attributes, tei_att.typed.attributes, attribute ordered { text }?, tei_change+ }⚓ |
<listEvent> (list of events) contains a list of descriptions, each of which provides information about an identifiable event. [14.3.1. Basic Principles] | |
Module | namesdates — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Example | <listEvent>
<event type="print" when="1813">
<desc/>
</event>
<event type="premiere" when="1811">
<desc/>
</event>
<event type="written" when="1811">
<desc>geschrieben wahrscheinlich im Winter 1811</desc>
</event>
</listEvent> |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.headLike" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="desc" minOccurs="0" maxOccurs="unbounded"/> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="relation" minOccurs="1" maxOccurs="1"/> <elementRef key="listRelation" minOccurs="1" maxOccurs="1"/> </alternate> <sequence minOccurs="1" maxOccurs="unbounded"> <classRef key="model.eventLike" minOccurs="1" maxOccurs="unbounded"/> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="relation" minOccurs="1" maxOccurs="1"/> <elementRef key="listRelation" minOccurs="1" maxOccurs="1"/> </alternate> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element listEvent { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.sortable.attributes, tei_att.typed.attributes, ( tei_model.headLike*, tei_desc*, ( tei_relation | tei_listRelation )*, ( ( tei_model.eventLike+, ( tei_relation | tei_listRelation )* )+ ) ) }⚓ |
<listPerson> (list of persons) contains a list of descriptions, each of which provides information about an identifiable person or a group of people, for example the participants in a language interaction, or the people referred to in a historical source. [14.3.2. The Person Element 16.2. Contextual Information 2.4. The Profile Description 16.3.2. Declarable Elements] | |
Module | namesdates — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | namesdates: listPerson listRelation person personGrp relation |
Example | <profileDesc>
<particDesc>
<listPerson>
<person xml:id="michl" sex="MALE">
<persName>Michl</persName>
</person>
<person xml:id="loisl" sex="MALE">
<persName>Loisl</persName>
</person>
<person xml:id="veit" sex="MALE">
<persName>Veit</persName>
</person>
<person xml:id="martin" sex="MALE">
<persName>Martin</persName>
</person>
<personGrp xml:id="die_bursche"
sex="MALE">
<name>Die Bursche</name>
<name type="variant">Alle Bursche</name>
</personGrp>
<!-- ... -->
</listPerson>
</particDesc>
</profileDesc> Characters listed in the <particDesc> of the play Anzengruber: Die Kreuzelschreiber. |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.headLike" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="desc" minOccurs="0" maxOccurs="unbounded"/> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="relation" minOccurs="1" maxOccurs="1"/> <elementRef key="listRelation" minOccurs="1" maxOccurs="1"/> </alternate> <sequence minOccurs="1" maxOccurs="unbounded"> <alternate minOccurs="1" maxOccurs="unbounded"> <classRef key="model.personLike" minOccurs="1" maxOccurs="1"/> <elementRef key="listPerson" minOccurs="1" maxOccurs="1"/> </alternate> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="relation" minOccurs="1" maxOccurs="1"/> <elementRef key="listRelation" minOccurs="1" maxOccurs="1"/> </alternate> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element listPerson { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.sortable.attributes, tei_att.typed.attributes, ( tei_model.headLike*, tei_desc*, ( tei_relation | tei_listRelation )*, ( ( ( tei_model.personLike | tei_listPerson )+, ( tei_relation | tei_listRelation )* )+ ) ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<listPrefixDef> (list of prefix definitions) contains a list of definitions of prefixing schemes used in teidata.pointer values, showing how abbreviated URIs using each scheme may be expanded into full URIs. [17.2.3. Using Abbreviated Pointers] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: encodingDesc listPrefixDef |
May contain | core: desc header: listPrefixDef prefixDef |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="desc" minOccurs="0" maxOccurs="unbounded"/> <alternate minOccurs="1" maxOccurs="unbounded"> <elementRef key="prefixDef"/> <elementRef key="listPrefixDef"/> </alternate> </sequence> </content> ⚓ |
Schema Declaration | element listPrefixDef { tei_att.global.attributes, ( tei_desc*, ( tei_prefixDef | tei_listPrefixDef )+ ) }⚓ |
<listRelation> provides information about relationships identified amongst people, places, and organizations, either informally as prose or as formally expressed relation links. [14.3.2.3. Personal Relationships] | |
Module | namesdates — Schema |
Attributes |
|
Member of | |
Contained by | core: add bibl corr del desc emph head hi item l listBibl meeting note orig p q quote ref reg said sic sp stage textLang title unclear figures: figure namesdates: event listEvent listPerson listRelation textstructure: argument back body div docEdition epigraph imprimatur postscript salute signed titlePart trailer |
May contain | |
Note | There are currently two types of <listRelation> evaluated by the DraCor API. One is the list of relations between characters. The other is the <listRelation> in <standOff> used to link a play to Wikidata (see Wikidata QID of a Play). |
Example | <listRelation>
<relation name="spouses"
mutual="#contessa #conte"/>
<relation name="spouses"
mutual="#susanna #figaro"/>
<relation name="parent_of"
active="#antonio" passive="#barbarina"/>
<relation name="related_with"
active="#antonio" passive="#susanna"/>
</listRelation> Character relations in Le nozze di Figaro |
Example | <listRelation>
<relation active="https://dracor.org/entity/ger000171"
passive="http://www.wikidata.org/entity/Q42187688" name="wikidata"/>
</listRelation> Connect a DraCor play to Wikidata (Work). |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.headLike" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="desc" minOccurs="0" maxOccurs="unbounded"/> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.pLike"/> <alternate minOccurs="1" maxOccurs="unbounded"> <elementRef key="relation" minOccurs="1" maxOccurs="1"/> <elementRef key="listRelation" minOccurs="1" maxOccurs="1"/> </alternate> </alternate> </sequence> </content> ⚓ |
Schema Declaration | element listRelation { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.sortable.attributes, tei_att.typed.attributes, ( tei_model.headLike*, tei_desc*, ( tei_model.pLike | ( tei_relation | tei_listRelation )+ ) ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<m> (morpheme) represents a grammatical morpheme. [18.1. Linguistic Segment Categories] | |||||||
Module | analysis — Schema | ||||||
Attributes |
| ||||||
Member of | |||||||
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer | ||||||
May contain | |||||||
Note | The type attribute may be used to indicate the type of morpheme, taking values such as clitic, prefix, stem, etc. as appropriate. | ||||||
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.hiLike"/> <elementRef key="seg"/> <elementRef key="m"/> <elementRef key="c"/> <classRef key="model.global"/> </alternate> </content> ⚓ | ||||||
Schema Declaration | element m { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.notated.attributes, tei_att.segLike.attributes, tei_att.typed.attributes, attribute baseForm { text }?, ( text | tei_model.gLike | tei_model.hiLike | tei_seg | tei_m | tei_c | tei_model.global )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<measureGrp> (measure group) contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page. [11.3.4. Dimensions] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure measureGrp meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: measure measureGrp num unit character data |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.measureLike"/> </alternate> </content> ⚓ |
Schema Declaration | element measureGrp { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.measurement.attributes, tei_att.typed.attributes, ( text | tei_model.gLike | tei_model.measureLike )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<media> indicates the location of any form of external media such as an audio or video clip etc. [3.10. Graphics and Other Non-textual Components] | |||||||||
Module | core — Schema | ||||||||
Attributes |
| ||||||||
Member of | |||||||||
Contained by | core: abbr add addrLine author biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit figures: figure textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer | ||||||||
May contain | core: desc | ||||||||
Note | The attributes available for this element are not appropriate in all cases. For example, it makes no sense to specify the temporal duration of a graphic. Such errors are not currently detected. The mimeType attribute must be used to specify the MIME media type of the resource specified by the url attribute. | ||||||||
Content model | <content> <classRef key="model.descLike" minOccurs="0" maxOccurs="unbounded"/> </content> ⚓ | ||||||||
Schema Declaration | element media { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.media.attribute.width, tei_att.media.attribute.height, tei_att.media.attribute.scale, tei_att.resourced.attributes, tei_att.timed.attributes, tei_att.typed.attributes, attribute mimeType { list { + } }, tei_model.descLike* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr address bibl biblStruct choice cit date desc distinct email emph expan foreign gloss hi label list listBibl measure measureGrp mentioned name num ptr q quote ref rs said soCalled stage term time title unit namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.limitedContent"/> </content> ⚓ |
Schema Declaration | element meeting { tei_att.global.attributes, tei_att.canonical.attributes, tei_att.cmc.attributes, tei_att.datable.attributes, tei_macro.limitedContent }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<mentioned> marks words or phrases mentioned, not used. [3.3.3. Quotation] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element mentioned { tei_att.global.attributes, tei_att.cmc.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<milestone> (milestone) marks a boundary point separating any kind of section of a text, typically but not necessarily indicating a point at which some part of a standard reference system changes, where the change is not represented by a structural element. [3.11.3. Milestone Elements] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list listBibl measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure |
May contain | Empty element |
Note | For this element, the global n attribute indicates the new number or other value for the unit which changes at this milestone. The special value unnumbered should be used in passages which fall outside the normal numbering scheme, such as chapter or other headings, poem numbers or titles, etc. The order in which <milestone> elements are given at a given point is not normally significant. |
Content model | <content> <empty/> </content> ⚓ |
Schema Declaration | element milestone { tei_att.global.attributes, tei_att.breaking.attributes, tei_att.cmc.attributes, tei_att.edition.attributes, tei_att.milestoneUnit.attributes, tei_att.spanning.attributes, tei_att.typed.attributes, empty }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | core — Schema |
Attributes |
|
Contained by | core: biblStruct |
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. |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="1"> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="1" maxOccurs="1"> <elementRef key="author"/> <elementRef key="editor"/> <elementRef key="meeting"/> <elementRef key="respStmt"/> </alternate> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="author"/> <elementRef key="editor"/> <elementRef key="meeting"/> <elementRef key="respStmt"/> </alternate> <elementRef key="title" minOccurs="1" maxOccurs="unbounded"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.ptrLike"/> <elementRef key="idno"/> <elementRef key="textLang"/> <elementRef key="editor"/> <elementRef key="respStmt"/> </alternate> </sequence> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="1" maxOccurs="unbounded"> <elementRef key="title"/> <classRef key="model.ptrLike"/> <elementRef key="idno"/> </alternate> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="textLang"/> <elementRef key="author"/> <elementRef key="editor"/> <elementRef key="meeting"/> <elementRef key="respStmt"/> </alternate> </sequence> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="authority"/> <elementRef key="idno"/> </sequence> </alternate> <elementRef key="availability" minOccurs="0" maxOccurs="unbounded"/> <classRef key="model.noteLike" minOccurs="0" maxOccurs="unbounded"/> <sequence minOccurs="0" maxOccurs="unbounded"> <elementRef key="edition"/> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="idno"/> <classRef key="model.ptrLike"/> <elementRef key="editor"/> <elementRef key="sponsor"/> <elementRef key="funder"/> <elementRef key="respStmt"/> </alternate> </sequence> <elementRef key="imprint"/> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="imprint"/> <elementRef key="extent"/> <elementRef key="biblScope"/> </alternate> </sequence> </content> ⚓ |
Schema Declaration | element monogr { tei_att.global.attributes, ( ( ( ( tei_author | tei_editor | tei_meeting | tei_respStmt ), ( tei_author | tei_editor | tei_meeting | tei_respStmt )*, tei_title+, ( tei_model.ptrLike | tei_idno | tei_textLang | tei_editor | tei_respStmt )* ) | ( ( tei_title | tei_model.ptrLike | tei_idno )+, ( tei_textLang | tei_author | tei_editor | tei_meeting | tei_respStmt )* ) | ( tei_authority, tei_idno ) )?, tei_availability*, tei_model.noteLike*, ( ( tei_edition, ( tei_idno | tei_model.ptrLike | tei_editor | tei_sponsor | tei_funder | tei_respStmt )* )* ), tei_imprint, ( tei_imprint | tei_extent | tei_biblScope )* ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<move> (movement) marks the actual movement of one or more characters. [7.2.4. Stage Directions] | |||||||||||||||||||||||||||
Module | drama — Schema | ||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||
Member of | |||||||||||||||||||||||||||
Contained by | |||||||||||||||||||||||||||
May contain | Empty element | ||||||||||||||||||||||||||
Content model | <content> <empty/> </content> ⚓ | ||||||||||||||||||||||||||
Schema Declaration | element move { tei_att.global.attributes, tei_att.ascribed.directed.attributes, attribute type { "entrance" | "exit" | "onStage" }?, attribute where { list { + } }?, attribute perf { list { + } }?, empty }⚓ |
<name> (name, proper noun) contains a proper noun or noun phrase. [3.6.1. Referring Strings] | |||||||||||
Module | core — Schema | ||||||||||
Attributes |
| ||||||||||
Member of | |||||||||||
Contained by | core: abbr add addrLine address author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp respStmt rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change correspAction creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer | ||||||||||
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data | ||||||||||
Note | Think about, why there is a need for <persName> and <name>. | ||||||||||
Example | Use <name> if encoding a group of characters with <personGrp>. type can be used, if more variants are present: <personGrp xml:id="die_bursche" sex="MALE">
<name>Die Bursche</name>
<name type="variant">Alle Bursche</name>
</personGrp> Encoding of the name of a group of characters in the play Anzengruber: Die Kreuzelschreiber. | ||||||||||
Example | <bibl type="digitalSource">
<name>Google Books</name>
<idno type="URL">https://books.google.com/books?id=q1PDO0ko1mcC&pg=PA51</idno>
<!-- ... -->
</bibl> Encoding of the name of the digital source of the play Solbrig: Die Dorfschule. | ||||||||||
Example | <person xml:id="fausts_vater" sex="MALE">
<persName>Fausts Vater</persName>
<name type="variant">Vater</name>
</person> This might be unintentional/an error in Voss: Faust. Element <name> should not appear in a <person>. | ||||||||||
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ | ||||||||||
Schema Declaration | element name { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.datable.attributes, tei_att.personal.attributes, attribute type { "variant" }?, tei_macro.phraseSeq }⚓ |
<nameLink> (name link) contains a connecting phrase or link used within a name but not regarded as part of it, such as van der or of. [14.2.1. Personal Names] | |
Module | namesdates — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change correspAction creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Example | <persName>
<forename>Frederick</forename>
<nameLink>van der</nameLink>
<surname>Tronck</surname>
</persName> |
Example | <persName>
<forename>Alfred</forename>
<nameLink>de</nameLink>
<surname>Musset</surname>
</persName> |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element nameLink { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.typed.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<namespace> (namespace) supplies the formal name of the namespace to which the elements documented by its children belong. [2.3.4. The Tagging Declaration] | |||||||
Module | header — Schema | ||||||
Attributes |
| ||||||
Contained by | header: tagsDecl | ||||||
May contain | header: tagUsage | ||||||
Content model | <content> <elementRef key="tagUsage" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ | ||||||
Schema Declaration | element namespace { tei_att.global.attributes, attribute name { ? }, tei_tagUsage+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<normalization> (normalization) indicates the extent of normalization or regularization of the original source carried out in converting it to electronic form. [2.3.3. The Editorial Practices Declaration 16.3.2. Declarable Elements] | |||||||||
Module | header — Schema | ||||||||
Attributes |
| ||||||||
Member of | |||||||||
Contained by | header: editorialDecl | ||||||||
May contain | |||||||||
Content model | <content> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ | ||||||||
Schema Declaration | element normalization { tei_att.global.attributes, attribute method { "silent" | "markup" }?, tei_model.pLike+ }⚓ |
<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 10.3.5.4. Notes within Entries] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope biblStruct cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list measure mentioned monogr name note noteGrp num orig p pubPlace publisher q quote rb ref reg resp respStmt rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure header: authority change correspAction correspContext correspDesc distributor edition extent funder geoDecl handNote language licence notesStmt principal scriptNote sponsor linking: ab annotation listAnnotation seg standOff |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig p pb ptr q quote ref reg rs ruby said sic soCalled sp stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Example | <stage> Hinter der Szene lautes Schreien und Rufen; Gäste, Herren, und
Damen kommen lebhaft miteinander sprechend auf die
<pb n="62"/> Bühne, indem sie sich ängstlich umblicken, hinter
ihnen Bernhardy mit zwei jungen Leoparden,<note place="foot">Ausgestopften
natürlich.</note> die er, in jeder Hand einen, im Genick hält.
</stage> A footnote in a stage direction in the play Carl Laufs u. Wilhelm Jacoby: Pension Schöller. |
Example | <sp who="#thomas">
<speaker>THOMAS.</speaker>
<p>
<!-- ... --> Na<note place="foot">Na = nein.</note>! Gelten
S'! – Kommen S', Frau Schwägerin!
</p>
<stage> Während er Herminen den Arm reicht, fällt der
Zwischenvorhang.
</stage>
</sp> A note in Ludwig Anzengruber: Heimg'funden that is rendered as a footnote in the source. |
Content model | <content> <macroRef key="macro.specialPara"/> </content> ⚓ |
Schema Declaration | element note { tei_att.global.attributes, tei_att.anchoring.attributes, tei_att.cmc.attributes, tei_att.placement.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, tei_macro.specialPara }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<noteGrp> (note group) contains a group of notes. [3.9.1.1. Encoding Grouped Notes] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope biblStruct cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list measure mentioned monogr name note noteGrp num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure header: authority change correspAction correspContext correspDesc distributor edition extent funder geoDecl handNote language licence notesStmt principal scriptNote sponsor |
May contain | |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="desc" minOccurs="0" maxOccurs="unbounded"/> <alternate minOccurs="1" maxOccurs="unbounded"> <elementRef key="note"/> <elementRef key="noteGrp"/> </alternate> </sequence> </content> ⚓ |
Schema Declaration | element noteGrp { tei_att.global.attributes, tei_att.anchoring.attributes, tei_att.cmc.attributes, tei_att.placement.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, ( tei_desc*, ( tei_note | tei_noteGrp )+ ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | header — Schema |
Attributes |
|
Contained by | |
May contain | core: note noteGrp relatedItem |
Note | Information of different kinds should not be grouped together into the same note. |
Content model | <content> <alternate minOccurs="1" maxOccurs="unbounded"> <classRef key="model.noteLike"/> <elementRef key="relatedItem"/> </alternate> </content> ⚓ |
Schema Declaration | element notesStmt { tei_att.global.attributes, ( tei_model.noteLike | tei_relatedItem )+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<num> (number) contains a number, written in any form. [3.6.3. Numbers and Measures] | |||||||||||||||||||||||
Module | core — Schema | ||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||
Member of | |||||||||||||||||||||||
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure measureGrp meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer | ||||||||||||||||||||||
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data | ||||||||||||||||||||||
Note | Detailed analyses of quantities and units of measure in historical documents may also use the feature structure mechanism described in chapter 19. Feature Structures. The <num> element is intended for use in simple applications. | ||||||||||||||||||||||
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ | ||||||||||||||||||||||
Schema Declaration | element num { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.ranging.attributes, attribute type { "cardinal" | "ordinal" | "fraction" | "percentage" }?, attribute value { text }?, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<opener> (opener) groups together dateline, byline, salutation, and similar phrases appearing as a preliminary group at the start of a division, especially of a letter. [4.2. Elements Common to All Divisions] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address binaryObject cb choice corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q ref reg rs ruby sic soCalled term time title unclear unit figures: figure header: idno character data |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <elementRef key="argument"/> <elementRef key="byline"/> <elementRef key="dateline"/> <elementRef key="epigraph"/> <elementRef key="salute"/> <elementRef key="signed"/> <classRef key="model.global"/> </alternate> </content> ⚓ |
Schema Declaration | element opener { tei_att.global.attributes, tei_att.cmc.attributes, ( text | tei_model.gLike | tei_model.phrase | tei_argument | tei_byline | tei_dateline | tei_epigraph | tei_salute | tei_signed | tei_model.global )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<orgName> (organization name) contains an organizational name. [14.2.2. Organizational Names] | |
Module | namesdates — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp respStmt rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change correspAction creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element orgName { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.datable.attributes, tei_att.personal.attributes, tei_att.typed.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<orig> (original form) contains a reading which is marked as following the original, rather than being normalized or corrected. [3.5.2. Regularization and Normalization 13. Critical Apparatus] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope choice citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l lg measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ |
Schema Declaration | element orig { tei_att.global.attributes, tei_att.cmc.attributes, tei_macro.paraContent }⚓ |
<p> (paragraph) marks paragraphs in prose. [3.1. Paragraphs 7.2.5. Speech Contents] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | corpus: particDesc figures: figure header: abstract application availability cRefPattern calendar change correction correspAction correspContext correspDesc editionStmt editorialDecl encodingDesc handNote hyphenation interpretation langUsage licence normalization prefixDef projectDesc publicationStmt punctuation quotation refsDecl samplingDecl scriptNote segmentation seriesStmt sourceDesc stdVals styleDefDecl namesdates: event listRelation person personGrp |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Example | <sp who="#flora">
<speaker>FLORA.</speaker>
<p> Schad', daß du mit deiner Langsamkeit kein Stellwag'n worden
bist.
</p>
</sp>
<sp who="#plutzerkern">
<speaker>PLUTZERKERN.</speaker>
<p> Dazu fehlet mir die Pfiffigkeit. Ein Stellwagen is das
pfiffigste Wesen auf der Welt, weil er ohne Unterschied des
Standes jeden Menschen aufsitzen laßt.
</p>
</sp> |
Schematron |
<sch:rule context="tei:p">
<sch:report test="(ancestor::tei:ab or ancestor::tei:p) and not( ancestor::tei:floatingText
| parent::tei:exemplum | parent::tei:item | parent::tei:note | parent::tei:q
| parent::tei:quote | parent::tei:remarks | parent::tei:said | parent::tei:sp
| parent::tei:stage | parent::tei:cell | parent::tei:figure )"> Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements.
</sch:report>
</sch:rule> |
Schematron |
<sch:rule context="tei:l//tei:p">
<sch:assert test="ancestor::tei:floatingText | parent::tei:figure | parent::tei:note"> Abstract model violation: Metrical 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:assert>
</sch:rule> |
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ |
Schema Declaration | element p { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.fragmentable.attributes, tei_macro.paraContent }⚓ |
<particDesc> (participation description) describes the identifiable speakers, voices, or other participants in any kind of text or other persons named or otherwise referred to in a text, edition, or metadata. [16.2. Contextual Information] | |
Module | corpus — Schema |
Attributes |
|
Member of | |
Contained by | header: profileDesc |
May contain | |
Note | Explain, why we need <particDesc> and <castList> |
Example | <profileDesc>
<particDesc>
<listPerson>
<person xml:id="michl" sex="MALE">
<persName>Michl</persName>
</person>
<person xml:id="loisl" sex="MALE">
<persName>Loisl</persName>
</person>
<person xml:id="veit" sex="MALE">
<persName>Veit</persName>
</person>
<person xml:id="martin" sex="MALE">
<persName>Martin</persName>
</person>
<personGrp xml:id="die_bursche"
sex="MALE">
<name>Die Bursche</name>
<name type="variant">Alle Bursche</name>
</personGrp>
<person xml:id="steinklopferhanns"
sex="MALE">
<persName>Steinklopferhanns</persName>
</person>
<person xml:id="sepp" sex="MALE">
<persName>Sepp</persName>
</person>
<person xml:id="marthe" sex="FEMALE">
<persName>Marthe</persName>
</person>
<person xml:id="anton" sex="MALE">
<persName>Anton</persName>
</person>
<person xml:id="liesel" sex="FEMALE">
<persName>Liesel</persName>
</person>
</listPerson>
</particDesc>
</profileDesc> |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> <alternate minOccurs="1" maxOccurs="unbounded"> <classRef key="model.personLike"/> <elementRef key="listPerson"/> <elementRef key="listOrg"/> </alternate> </alternate> </content> ⚓ |
Schema Declaration | element particDesc { tei_att.global.attributes, ( tei_model.pLike+ | ( tei_model.personLike | tei_listPerson | listOrg )+ ) }⚓ |
<pb> (page beginning) marks the beginning of a new page in a paginated document. [3.11.3. Milestone Elements] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list listBibl measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure |
May contain | Empty element |
Note | A <pb> element should appear at the start of the page which it identifies. The global n attribute indicates the number or other value associated with this page. This will normally be the page number or signature printed on it, since the physical sequence number is implicit in the presence of the <pb> element itself. The type attribute may be used to characterize the page beginning in any respect. The more specialized attributes break, ed, or edRef should be preferred when the intent is to indicate whether or not the page beginning is word-breaking, or to note the source from which it derives. |
Example | <sp who="#anton">
<speaker>ANTON</speaker>
<stage>
<hi>steht gleichfalls auf.</hi>
</stage>
<p> Vor einer Stund habn s' 'n tot ausn Wildbach zogn. Weißt ja,
er hat gestern noch nach Grundldorf wolln; nachm Ort schon
zu, bei der Wegbeug, wo 's Ufer so hoch ansteigt und schroff
gegen 's Wasser abfallt, dort habn s' 'n gfunden.
<hi>Gewichtig.</hi> Du warst dabei, du mußt's wissen.
Steinklopfer, wie der alte Mon gestern gredt hat, ich hab
mer's nur verzähln lassen. – Er hat nit viel gtrunken und is
noch rüstig ausgschritten, und a Nacht <pb n="54"/>war auch,
so klar, daß man jed Blattel auf die Bäum hätt zähln können
– fehltreten is er nit! Er wird halt 'n Steig zwischen die
Büsch fortgangen sein – und wer weiß, wie ihm dabei ums Herz
war –, bis er auf einmal dort in die Lichtung treten is,
dort steht mer eh knapp am Rand – unten rauscht 's Wasser,
und gradüber am entern Ufer liegt unser Dörfel und nah, mir
meint, mer könnt's greifen, 's letzte Häusel davon, 'm
Brenninger seins. Dort hat er halt 'm Weg a End gmacht!
</p>
</sp> |
Content model | <content> <empty/> </content> ⚓ |
Schema Declaration | element pb { tei_att.global.attributes, tei_att.breaking.attributes, tei_att.cmc.attributes, tei_att.edition.attributes, tei_att.spanning.attributes, tei_att.typed.attributes, empty }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<pc> (punctuation character) contains a character or string of characters regarded as constituting a single punctuation mark. [18.1.2. Below the Word Level 18.4.2. Lightweight Linguistic Annotation] | |||||||||||||||||||||
Module | analysis — Schema | ||||||||||||||||||||
Attributes |
| ||||||||||||||||||||
Member of | |||||||||||||||||||||
Contained by | core: abbr add addrLine author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer | ||||||||||||||||||||
May contain | |||||||||||||||||||||
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <elementRef key="c"/> <classRef key="model.pPart.edit"/> </alternate> </content> ⚓ | ||||||||||||||||||||
Schema Declaration | element pc { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.linguistic.attributes, tei_att.segLike.attributes, tei_att.typed.attributes, attribute force { "strong" | "weak" | "inter" }?, attribute unit { text }?, attribute pre { text }?, ( text | tei_model.gLike | tei_c | tei_model.pPart.edit )* }⚓ |
<performance> (performance) contains a section of front or back matter describing how a dramatic piece is to be performed in general or how it was performed on some specific occasion. [7.1.3. Records of Performances 7.1. Front and Back Matter ] | |
Module | drama — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Note | contains paragraphs and an optional cast list only. |
Example | <performance>
<p>
<rs type="place">Gateway Theatre, Edinburgh</rs>, <date>6 September 1948</date>
<castList>
<castItem>
<role>Anath Bithiah</role>
<actor>Athene Seyler</actor>
</castItem>
<castItem>
<role>Shendi</role>
<actor>Robert Rietty</actor>
</castItem>
</castList>
</p>
<p>Directed by <name>E. Martin Browne</name>
</p>
</performance> |
Example | <performance>
<p>Cast of the original production at the <rs type="place">Savoy Theatre, London,</rs> on
<date>September 24, 1907</date>
<castList>
<castItem>Colonel Hope : Mr A.E.George</castItem>
</castList>
</p>
</performance> |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divTop"/> <classRef key="model.global"/> </alternate> <sequence minOccurs="1" maxOccurs="unbounded"> <classRef key="model.common"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> <sequence minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divBottom"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element performance { tei_att.global.attributes, ( ( tei_model.divTop | tei_model.global )*, ( ( tei_model.common, tei_model.global* )+ ), ( ( tei_model.divBottom, tei_model.global* )* ) ) }⚓ |
<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. [14.2.1. Personal Names] | |||||||||||||
Module | namesdates — Schema | ||||||||||||
Attributes |
| ||||||||||||
Member of | |||||||||||||
Contained by | core: abbr add addrLine address author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp respStmt rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change correspAction creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer | ||||||||||||
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data | ||||||||||||
Note | Think about, why there is a need for <persName> and <name>. | ||||||||||||
Example | Use <name> if encoding a group of characters with <personGrp>. type can be used, if more variants are present: <listPerson>
<person xml:id="Vorotynskij" sex="MALE">
<persName>Воротынский</persName>
<persName xml:lang="de">Vorotynskij</persName>
</person>
<person xml:id="Shujskij" sex="MALE">
<persName>Шуйский</persName>
<persName xml:lang="de">Šujskij</persName>
</person>
<person xml:id="OdinIzNaroda_1" sex="MALE">
<persName>Один (Красная площадь)</persName>
<persName xml:lang="de">Einer (Roter Platz)</persName>
</person>
<!-- ... -->
</listPerson> | ||||||||||||
Example | <personGrp xml:id="verschworene" sex="MALE">
<name>Verschworene</name>
<persName type="variant">Alle</persName>
<persName type="variant">Einige Verschworene</persName>
</personGrp> Wrong usage of <persName> in a <personGrp> in the play Schiller: Die Verschwörung des Fiesco zu Genua. | ||||||||||||
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ | ||||||||||||
Schema Declaration | element persName { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.datable.attributes, tei_att.personal.attributes, attribute type { "variant" | "pen" | "nobility" | "pseudo" }?, tei_macro.phraseSeq }⚓ |
<person> (person) provides information about an identifiable individual, for example a participant in a language interaction, or a person referred to in a historical source. [14.3.2. The Person Element 16.2.2. The Participant Description] | |||||||||||||||||||||||||||||||||||||||||||
Module | namesdates — Schema | ||||||||||||||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||||||||||||||
Member of | |||||||||||||||||||||||||||||||||||||||||||
Contained by | corpus: particDesc namesdates: event listPerson | ||||||||||||||||||||||||||||||||||||||||||
May contain | |||||||||||||||||||||||||||||||||||||||||||
Note | May contain either a prose description organized as paragraphs, or a sequence of more specific demographic elements drawn from the model.personPart class. | ||||||||||||||||||||||||||||||||||||||||||
Example | <person xml:id="sepp" sex="MALE">
<persName>Sepp</persName>
</person>
<person xml:id="marthe" sex="FEMALE">
<persName>Marthe</persName>
</person>
<person xml:id="anton" sex="MALE">
<persName>Anton</persName>
</person>
<person xml:id="liesel" sex="FEMALE">
<persName>Liesel</persName>
</person> | ||||||||||||||||||||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:person[@sex]"
role="warning"
see="https://dracor.org/doc/odd#section-character-sex-gender">
<sch:assert test="@sex = ('FEMALE', 'MALE', 'UNKNOWN')"> The values for person/@sex supported by the DraCor API are
<val>FEMALE</val>, <val>MALE</val> and <val>UNKNOWN</val>.
</sch:assert>
</sch:rule> | ||||||||||||||||||||||||||||||||||||||||||
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.personPart"/> <classRef key="model.global"/> <elementRef key="ptr"/> </alternate> </alternate> </content> ⚓ | ||||||||||||||||||||||||||||||||||||||||||
Schema Declaration | element person { tei_att.global.attribute.n, tei_att.global.attribute.xmllang, tei_att.global.attribute.xmlbase, tei_att.global.attribute.xmlspace, tei_att.global.analytic.attribute.ana, tei_att.global.rendition.attribute.rend, tei_att.global.source.attribute.source, tei_att.sortable.attributes, attribute xml:id { text }, attribute role { list { + } }?, attribute sex { list { ( "FEMALE" | "MALE" | "UNKNOWN" )+ } }?, attribute gender { list { + } }?, attribute age { text }?, ( tei_model.pLike+ | ( tei_model.personPart | tei_model.global | tei_ptr )* ) }⚓ |
<personGrp> (personal group) describes a group of individuals treated as a single person for analytic purposes. [16.2.2. The Participant Description] | |||||||||||||||||||||||||||||||||||||||||||||||||
Module | namesdates — Schema | ||||||||||||||||||||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||||||||||||||||||||
Member of | |||||||||||||||||||||||||||||||||||||||||||||||||
Contained by | corpus: particDesc namesdates: event listPerson | ||||||||||||||||||||||||||||||||||||||||||||||||
May contain | |||||||||||||||||||||||||||||||||||||||||||||||||
Note | May contain a prose description organized as paragraphs, or any sequence of demographic elements in any combination. The global xml:id attribute should be used to identify each speaking participant in a spoken text if the who attribute is specified on individual utterances. | ||||||||||||||||||||||||||||||||||||||||||||||||
Example | <personGrp xml:id="pg1" role="audience"
sex="mixed" size="approx 50"/> | ||||||||||||||||||||||||||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:personGrp[@sex]"
role="warning"
see="https://dracor.org/doc/odd#section-character-sex-gender">
<sch:assert test="every $t in tokenize(@sex) satisfies $t = ('FEMALE', 'MALE', 'UNKNOWN')"> The values for personGrp/@sex supported by the DraCor API
are <val>FEMALE</val>, <val>MALE</val> and
<val>UNKNOWN</val>.
</sch:assert>
</sch:rule> | ||||||||||||||||||||||||||||||||||||||||||||||||
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.personPart"/> <classRef key="model.global"/> </alternate> </alternate> </content> ⚓ | ||||||||||||||||||||||||||||||||||||||||||||||||
Schema Declaration | element personGrp { tei_att.global.attribute.n, tei_att.global.attribute.xmllang, tei_att.global.attribute.xmlbase, tei_att.global.attribute.xmlspace, tei_att.global.analytic.attribute.ana, tei_att.global.rendition.attribute.rend, tei_att.global.source.attribute.source, tei_att.sortable.attributes, attribute xml:id { text }?, attribute role { text }?, attribute sex { list { ( "FEMALE" | "MALE" | "UNKNOWN" )+ } }?, attribute gender { list { + } }?, attribute age { text }?, attribute size { list { + } }?, ( tei_model.pLike+ | ( tei_model.personPart | tei_model.global )* ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<phr> (phrase) represents a grammatical phrase. [18.1. Linguistic Segment Categories] | |
Module | analysis — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Note | The type attribute may be used to indicate the type of phrase, taking values such as noun, verb, preposition, etc. as appropriate. |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element phr { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.notated.attributes, tei_att.segLike.attributes, tei_att.typed.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: address |
May contain | Character data only |
Note | The position and nature of postal codes is highly country-specific; the conventions appropriate to the country concerned should be used. |
Content model | <content> <textNode/> </content> ⚓ |
Schema Declaration | element postBox { tei_att.global.attributes, text }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: address |
May contain | Character data only |
Note | The position and nature of postal codes is highly country-specific; the conventions appropriate to the country concerned should be used. |
Content model | <content> <textNode/> </content> ⚓ |
Schema Declaration | element postCode { tei_att.global.attributes, text }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<postscript> contains a postscript, e.g. to a letter. [4.2. Elements Common to All Divisions] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.global"/> <classRef key="model.divTopPart"/> </alternate> <classRef key="model.common"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.global"/> <classRef key="model.common"/> </alternate> <sequence minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divBottomPart"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element postscript { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.placement.attributes, ( ( tei_model.global | tei_model.divTopPart )*, tei_model.common, ( tei_model.global | tei_model.common )*, ( ( tei_model.divBottomPart, tei_model.global* )* ) ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<prefixDef> (prefix definition) defines a prefixing scheme used in teidata.pointer values, showing how abbreviated URIs using the scheme may be expanded into full URIs. [17.2.3. Using Abbreviated Pointers] | |||||||||
Module | header — Schema | ||||||||
Attributes |
| ||||||||
Contained by | header: listPrefixDef | ||||||||
May contain | |||||||||
Note | The abbreviated pointer may be dereferenced to produce either an absolute or a relative URI reference. In the latter case it is combined with the value of xml:base in force at the place where the pointing attribute occurs to form an absolute URI in the usual manner as prescribed by XML Base. | ||||||||
Content model | <content> <classRef key="model.pLike" minOccurs="0" maxOccurs="unbounded"/> </content> ⚓ | ||||||||
Schema Declaration | element prefixDef { tei_att.global.attributes, tei_att.patternReplacement.attributes, attribute ident { text }, tei_model.pLike* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<principal> (principal researcher) supplies the name of the principal researcher responsible for the creation of an electronic text. [2.2.1. The Title Statement] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | core: bibl header: editionStmt titleStmt |
May contain | |
Content model | <content> <macroRef key="macro.phraseSeq.limited"/> </content> ⚓ |
Schema Declaration | element principal { tei_att.global.attributes, tei_att.canonical.attributes, tei_att.datable.attributes, tei_macro.phraseSeq.limited }⚓ |
<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] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | corpus: particDesc |
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 type="entertain" degree="high"/>
<purpose type="inform" degree="medium"/>
</textDesc>
<settingDesc>
<setting>
<name>Paris, France</name>
<time>Late 19th century</time>
</setting>
</settingDesc>
</profileDesc> |
Content model | <content> <classRef key="model.profileDescPart" minOccurs="0" maxOccurs="unbounded"/> </content> ⚓ |
Schema Declaration | element profileDesc { tei_att.global.attributes, tei_model.profileDescPart* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<projectDesc> (project description) describes in detail the aim or purpose for which an electronic file was encoded, together with any other relevant information concerning the process by which it was assembled or collected. [2.3.1. The Project Description 2.3. The Encoding Description 16.3.2. Declarable Elements] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: encodingDesc |
May contain | |
Content model | <content> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ |
Schema Declaration | element projectDesc { tei_att.global.attributes, tei_model.pLike+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<prologue> (prologue) contains the prologue to a drama, typically spoken by an actor out of character, possibly in association with a particular performance or venue. [7.1.2. Prologues and Epilogues 7.1. Front and Back Matter ] | |
Module | drama — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divTop"/> <classRef key="model.global"/> </alternate> <sequence minOccurs="1" maxOccurs="unbounded"> <classRef key="model.common"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> <sequence minOccurs="0" maxOccurs="unbounded"> <classRef key="model.divBottom"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element prologue { tei_att.global.attributes, ( ( tei_model.divTop | tei_model.global )*, ( ( tei_model.common, tei_model.global* )+ ), ( ( tei_model.divBottom, tei_model.global* )* ) ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<ptr> (pointer) defines a pointer to another location. [3.7. Simple Links and Cross-References 17.1. Links] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine analytic author bibl biblScope biblStruct cit citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned monogr name note num orig p pubPlace publisher q quote rb ref reg relatedItem resp rs rt said series sic soCalled speaker stage street term textLang time title unclear unit header: application authority catDesc change correspContext creation distributor edition extent funder geoDecl handNote language licence principal publicationStmt rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | Empty element |
Note | The target and cRef attributes are mutually exclusive. |
Schematron |
<sch:rule context="tei:ptr">
<sch:report test="@target and @cRef">Only one of the attributes @target and @cRef may be supplied on <sch:name/>.</sch:report>
</sch:rule> |
Content model | <content> <empty/> </content> ⚓ |
Schema Declaration | element ptr { tei_att.global.attributes, tei_att.cReferencing.attributes, tei_att.cmc.attributes, tei_att.internetMedia.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, empty }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element pubPlace { tei_att.global.attributes, tei_att.naming.attributes, tei_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 — Schema |
Attributes |
|
Contained by | |
May contain | |
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 & 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> |
Schematron | The identifier 'corpus name' (see Feature corpus_name) MUST be included in corpus.xml in an <idno> element of the type URI.
<sch:rule context="tei:publicationStmt[ancestor::tei:teiCorpus]"
role="critical">
<sch:assert test="tei:idno[@type eq 'URI']"> The identifier 'corpus name' of the corpus MUST be included
as an element idno with the value 'URI' of the attribute
'type'.
</sch:assert>
</sch:rule> |
Schematron | The URL of the corpus repository (see Feature corpus_repository) needs to be specified in corpus.xml as the content of an <idno> element with of the type repo in order to be able to load and update the corpus data from the repository.
<sch:rule context="tei:publicationStmt[ancestor::tei:teiCorpus]"
role="warning">
<sch:assert test="tei:idno[@type eq 'repo']"> Consider specifying the GitHub repository of the corpus
using an idno element of the type 'repo'.
</sch:assert>
</sch:rule> |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <sequence minOccurs="1" maxOccurs="unbounded"> <classRef key="model.publicationStmtPart.agency"/> <classRef key="model.publicationStmtPart.detail" minOccurs="0" maxOccurs="unbounded"/> </sequence> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> </alternate> </content> ⚓ |
Schema Declaration | element publicationStmt { tei_att.global.attributes, ( ( ( tei_model.publicationStmtPart.agency, tei_model.publicationStmtPart.detail* )+ ) | tei_model.pLike+ ) }⚓ |
<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.] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
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 }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<punctuation> specifies editorial practice adopted with respect to punctuation marks in the original. [2.3.3. The Editorial Practices Declaration 3.2. Treatment of Punctuation] | |||||||||||||||||
Module | header — Schema | ||||||||||||||||
Attributes |
| ||||||||||||||||
Member of | |||||||||||||||||
Contained by | header: editorialDecl | ||||||||||||||||
May contain | |||||||||||||||||
Content model | <content> <classRef key="model.pLike" minOccurs="0" maxOccurs="unbounded"/> </content> ⚓ | ||||||||||||||||
Schema Declaration | element punctuation { tei_att.global.attributes, attribute marks { "none" | "some" | "all" }?, attribute placement { "internal" | "external" }?, tei_model.pLike* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<q> (quoted) contains material which is distinguished from the surrounding text using quotation marks or a similar method, for any one of a variety of reasons including, but not limited to: direct speech or thought, technical terms or jargon, authorial distance, quotations from elsewhere, and passages that are mentioned but not used. [3.3.3. Quotation] | |||||||||
Module | core — Schema | ||||||||
Attributes |
| ||||||||
Member of | |||||||||
Contained by | core: abbr add addrLine author bibl biblScope cit citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castItem castList epilogue performance prologue role roleDesc set sound tech view figures: figure | ||||||||
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig p pb ptr q quote ref reg rs ruby said sic soCalled sp stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data | ||||||||
Note | May be used to indicate that a passage is distinguished from the surrounding text for reasons concerning which no claim is made. When used in this manner, <q> may be thought of as syntactic sugar for <hi> with a value of rend that indicates the use of such mechanisms as quotation marks. | ||||||||
Content model | <content> <macroRef key="macro.specialPara"/> </content> ⚓ | ||||||||
Schema Declaration | element q { tei_att.global.attributes, tei_att.ascribed.directed.attributes, tei_att.cmc.attributes, attribute type { "spoken" | "thought" | "written" | "soCalled" | "foreign" | "distinct" | "term" | "emph" | "mentioned" }?, tei_macro.specialPara }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<quotation> (quotation) specifies editorial practice adopted with respect to quotation marks in the original. [2.3.3. The Editorial Practices Declaration 16.3.2. Declarable Elements] | |||||||||
Module | header — Schema | ||||||||
Attributes |
| ||||||||
Member of | |||||||||
Contained by | header: editorialDecl | ||||||||
May contain | |||||||||
Schematron |
<sch:rule context="tei:quotation">
<sch:report test="not( @marks ) and not( tei:p )"> On <sch:name/>, either the @marks attribute should be used, or a paragraph of description provided
</sch:report>
</sch:rule> | ||||||||
Content model | <content> <classRef key="model.pLike" minOccurs="0" maxOccurs="unbounded"/> </content> ⚓ | ||||||||
Schema Declaration | element quotation { tei_att.global.attributes, attribute marks { "none" | "some" | "all" }?, tei_model.pLike* }⚓ |
<quote> (quotation) contains a phrase or passage attributed by the narrator or author to some agency external to the text. [3.3.3. Quotation 4.3.1. Grouped Texts] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope cit citedRange corr del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled sp speaker stage street term textLang title unclear unit drama: actor camera caption castList epilogue performance prologue role roleDesc set sound tech view figures: figure textstructure: argument body div docAuthor docDate docEdition epigraph imprimatur postscript salute signed titlePart trailer |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig p pb ptr q quote ref reg rs ruby said sic soCalled sp stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Note | If a bibliographic citation is supplied for the source of a quotation, the two may be grouped using the <cit> element. |
Example | Lexicography has shown little sign of being affected by the
work of followers of J.R. Firth, probably best summarized in his
slogan, <quote>You shall know a word by the company it
keeps</quote>
<ref>(Firth, 1957)</ref> |
Content model | <content> <macroRef key="macro.specialPara"/> </content> ⚓ |
Schema Declaration | element quote { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.notated.attributes, tei_att.typed.attributes, tei_macro.specialPara }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<rb> (ruby base) contains the base text annotated by a ruby gloss. [3.4.2. Ruby Annotations] | |
Module | core — Schema |
Attributes |
|
Contained by | core: ruby |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element rb { tei_att.global.attributes, tei_att.typed.attributes, tei_macro.phraseSeq }⚓ |
<ref> (reference) defines a reference to another location, possibly modified by additional text or comment. [3.7. Simple Links and Cross-References 17.1. Links] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine analytic author bibl biblScope biblStruct cit citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned monogr name note num orig p pubPlace publisher q quote rb ref reg relatedItem resp rs rt said series sic soCalled speaker stage street term textLang time title unclear unit header: application authority catDesc change correspContext creation distributor edition extent funder geoDecl handNote language licence principal publicationStmt rendition scriptNote sponsor tagUsage linking: ab annotation seg textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
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:rule context="tei:ref">
<sch:report test="@target and @cRef">Only one of the attributes @target and @cRef may be supplied on <sch:name/>.</sch:report>
</sch:rule> |
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ |
Schema Declaration | element ref { tei_att.global.attributes, tei_att.cReferencing.attributes, tei_att.cmc.attributes, tei_att.internetMedia.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, tei_macro.paraContent }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<refState> (reference state) specifies one component of a canonical reference defined by the milestone method. [2.3.6.3. Milestone Method 2.3.6. The Reference System Declaration] | |||||||||||||||
Module | header — Schema | ||||||||||||||
Attributes |
| ||||||||||||||
Contained by | header: refsDecl | ||||||||||||||
May contain | Empty element | ||||||||||||||
Content model | <content> <empty/> </content> ⚓ | ||||||||||||||
Schema Declaration | element refState { tei_att.global.attributes, tei_att.edition.attributes, tei_att.milestoneUnit.attributes, attribute length { text }?, attribute delim { text }?, empty }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<refsDecl> (references declaration) specifies how canonical references are constructed for this text. [2.3.6.3. Milestone Method 2.3. The Encoding Description 2.3.6. The Reference System Declaration] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: encodingDesc |
May contain | |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> <elementRef key="citeStructure" minOccurs="1" maxOccurs="unbounded"/> <elementRef key="cRefPattern" minOccurs="1" maxOccurs="unbounded"/> <elementRef key="refState" minOccurs="1" maxOccurs="unbounded"/> </alternate> </content> ⚓ |
Schema Declaration | element refsDecl { tei_att.global.attributes, ( tei_model.pLike+ | tei_citeStructure+ | tei_cRefPattern+ | tei_refState+ ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<reg> (regularization) contains a reading which has been regularized or normalized in some sense. [3.5.2. Regularization and Normalization 13. Critical Apparatus] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope choice citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l lg measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ |
Schema Declaration | element reg { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.typed.attributes, tei_macro.paraContent }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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. [14.2.3. Place Names] | |
Module | namesdates — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change correspAction creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage unitDef textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element region { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.datable.attributes, tei_att.naming.attributes, tei_att.typed.attributes, tei_macro.phraseSeq }⚓ |
<relation> (relationship) describes any kind of relationship or linkage amongst a specified group of places, events, persons, objects or other items. [14.3.2.3. Personal Relationships] | |||||||||||||||||||||||||||
Module | namesdates — Schema | ||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||
Contained by | core: listBibl namesdates: event listEvent listPerson listRelation | ||||||||||||||||||||||||||
May contain | core: desc | ||||||||||||||||||||||||||
Note | Only one of the attributes active and mutual may be supplied; the attribute passive may be supplied only if the attribute active is supplied. Not all of these constraints can be enforced in all schema languages. | ||||||||||||||||||||||||||
Example | <relation type="social" name="supervisor"
active="#p1" passive="#p2 #p3 #p4"/> This indicates that the person with identifier p1 is supervisor of persons p2, p3, and p4. | ||||||||||||||||||||||||||
Example | <relation type="personal" name="friends"
mutual="#p2 #p3 #p4"/> This indicates that p2, p3, and p4 are all friends. | ||||||||||||||||||||||||||
Example | <relation type="CRM"
name="P89_falls_within"
active="http://id.clarosnet.org/places/metamorphoses/place/italy-orvieto"
passive="http://id.clarosnet.org/places/metamorphoses/country/IT"/> This indicates that there is a relation, defined by CIDOC CRM, between two resources identified by URLs. | ||||||||||||||||||||||||||
Example | <relation resp="http://viaf.org/viaf/44335536/"
ref="http://purl.org/saws/ontology#isVariantOf"
active="http://www.ancientwisdoms.ac.uk/cts/urn:cts:greekLit:tlg3017.Syno298.sawsGrc01:divedition.divsection1.o14.a107"
passive="http://data.perseus.org/citations/urn:cts:greekLit:tlg0031.tlg002.perseus-grc1:9.35"/> This example records a relationship, defined by the SAWS ontology, between a passage of text identified by a CTS URN, and a variant passage of text in the Perseus Digital Library, and assigns the identification of the relationship to a particular editor (all using resolvable URIs). | ||||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:relation">
<sch:assert test="@ref or @key or @name">One of the attributes @name, @ref or @key must be supplied</sch:assert>
</sch:rule> | ||||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:relation">
<sch:report test="@active and @mutual">Only one of the attributes @active and @mutual may be supplied</sch:report>
</sch:rule> | ||||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:relation">
<sch:report test="@passive and not(@active)">the attribute @passive may be supplied only if the attribute @active is supplied</sch:report>
</sch:rule> | ||||||||||||||||||||||||||
Content model | <content> <elementRef key="desc" minOccurs="0"/> </content> ⚓ | ||||||||||||||||||||||||||
Schema Declaration | element relation { tei_att.global.attributes, tei_att.canonical.attributes, tei_att.datable.attributes, tei_att.sortable.attributes, tei_att.typed.attributes, attribute name { "parent_of" | "lover_of" | "related_with" | "associated_with" | "siblings" | "spouses" | "friends" | "wikidata" }?, attribute passive { list { + } }?, ( attribute active { list { + } }? | attribute mutual { list { + } }? ), tei_desc? }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<rendition> (rendition) supplies information about the rendition or appearance of one or more elements in the source text. [2.3.4. The Tagging Declaration] | |||||||||||||||||||||
Module | header — Schema | ||||||||||||||||||||
Attributes |
| ||||||||||||||||||||
Contained by | header: tagsDecl | ||||||||||||||||||||
May contain | core: abbr address bibl biblStruct choice cit date desc distinct email emph expan foreign gloss hi label list listBibl measure measureGrp mentioned name num ptr q quote ref rs said soCalled stage term time title unit namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data | ||||||||||||||||||||
Content model | <content> <macroRef key="macro.limitedContent"/> </content> ⚓ | ||||||||||||||||||||
Schema Declaration | element rendition { tei_att.global.attributes, tei_att.styleDef.attributes, attribute scope { text }?, attribute selector { text }?, tei_macro.limitedContent }⚓ |
<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.12.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 — Schema |
Attributes |
|
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 | <content> <macroRef key="macro.phraseSeq.limited"/> </content> ⚓ |
Schema Declaration | element resp { tei_att.global.attributes, tei_att.canonical.attributes, tei_att.datable.attributes, tei_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.12.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 — Schema |
Attributes |
|
Member of | |
Contained by | header: editionStmt seriesStmt titleStmt linking: annotation |
May contain | |
Example | <respStmt>
<resp>transcribed from original ms</resp>
<persName>Claus Huitfeldt</persName>
</respStmt> |
Example | <respStmt>
<resp>converted to XML encoding</resp>
<name>Alan Morrison</name>
</respStmt> |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="1" maxOccurs="1"> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="resp" minOccurs="1" maxOccurs="unbounded"/> <classRef key="model.nameLike.agent" minOccurs="1" maxOccurs="unbounded"/> </sequence> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.nameLike.agent" minOccurs="1" maxOccurs="unbounded"/> <elementRef key="resp" minOccurs="1" maxOccurs="unbounded"/> </sequence> </alternate> <elementRef key="note" minOccurs="0" maxOccurs="unbounded"/> </sequence> </content> ⚓ |
Schema Declaration | element respStmt { tei_att.global.attributes, tei_att.canonical.attributes, ( ( ( tei_resp+, tei_model.nameLike.agent+ ) | ( tei_model.nameLike.agent+, tei_resp+ ) ), tei_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 — Schema |
Attributes |
|
Contained by | header: teiHeader linking: annotation |
May contain | core: list header: change listChange |
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-11" who="#LB"> deleted chapter 10 </change>
</revisionDesc> |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <elementRef key="list" minOccurs="1" maxOccurs="unbounded"/> <elementRef key="listChange" minOccurs="1" maxOccurs="unbounded"/> <elementRef key="change" minOccurs="1" maxOccurs="unbounded"/> </alternate> </content> ⚓ |
Schema Declaration | element revisionDesc { tei_att.global.attributes, ( tei_list+ | tei_listChange+ | tei_change+ ) }⚓ |
<role> (role) contains the name of a dramatic role, as given in a cast list. [7.1.4. Cast Lists] | |||||||||
Module | drama — Schema | ||||||||
Attributes |
| ||||||||
Member of | |||||||||
Contained by | drama: castItem | ||||||||
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data | ||||||||
Note | In DraCor do not link who attributes to <role> elements but to <person> or <personGrp> elements in the <particDesc>. See Characters. | ||||||||
Example | <role>Marinelli</role>
<roleDesc>Kammerherr des Prinzen</roleDesc> | ||||||||
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ | ||||||||
Schema Declaration | element role { tei_att.global.attributes, attribute gender { list { + } }?, tei_macro.phraseSeq }⚓ |
<roleDesc> (role description) describes a character's role in a drama. [7.1.4. Cast Lists] | |
Module | drama — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Example | <roleDesc>gentlemen of leisure</roleDesc> |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element roleDesc { tei_att.global.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<rs> (referencing string) contains a general purpose name or referring string. [14.2.1. Personal Names 3.6.1. Referring Strings] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change correspAction creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element rs { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.naming.attributes, tei_att.typed.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<rt> (ruby text) contains a ruby text, an annotation closely associated with a passage of the main text. [3.4.2. Ruby Annotations] | |||||||||||||||||||||||||||
Module | core — Schema | ||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||
Contained by | core: ruby | ||||||||||||||||||||||||||
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data | ||||||||||||||||||||||||||
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 { tei_att.global.attributes, tei_att.typed.attributes, attribute target { text }?, attribute from { text }?, attribute to { text }?, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<ruby> (ruby container) contains a passage of base text along with its associated ruby gloss(es). [3.4.2. Ruby Annotations] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author biblScope citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="rb" minOccurs="1" maxOccurs="1"/> <elementRef key="rt" minOccurs="1" maxOccurs="unbounded"/> </sequence> </content> ⚓ |
Schema Declaration | element ruby { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.typed.attributes, ( tei_rb, tei_rt+ ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<s> (s-unit) contains a sentence-like division of a text. [18.1. Linguistic Segment Categories 8.4.1. Segmentation] | |
Module | analysis — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
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. |
Schematron |
<sch:rule context="tei:s">
<sch:report test="tei:s">You may not nest one s element within another: use seg instead</sch:report>
</sch:rule> |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element s { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.notated.attributes, tei_att.segLike.attributes, tei_att.typed.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<said> (speech or thought) indicates passages thought or spoken aloud, whether explicitly indicated in the source or not, whether directly or indirectly reported, whether by real people or fictional characters. [3.3.3. Quotation] | |||||||||||||||||||||||
Module | core — Schema | ||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||
Member of | |||||||||||||||||||||||
Contained by | core: abbr add addrLine author biblScope cit citedRange corr del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled sp speaker stage street term textLang title unclear unit drama: actor camera caption castList epilogue performance prologue role roleDesc set sound tech view figures: figure textstructure: argument body div docAuthor docDate docEdition epigraph imprimatur postscript salute signed titlePart trailer | ||||||||||||||||||||||
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig p pb ptr q quote ref reg rs ruby said sic soCalled sp stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data | ||||||||||||||||||||||
Content model | <content> <macroRef key="macro.specialPara"/> </content> ⚓ | ||||||||||||||||||||||
Schema Declaration | element said { tei_att.global.attributes, tei_att.ascribed.directed.attributes, tei_att.cmc.attributes, attribute aloud { text }?, attribute direct { text }?, tei_macro.specialPara }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<salute> (salutation) contains a salutation or greeting prefixed to a foreword, dedicatory epistle, or other division of a text, or the salutation in the closing of a letter, preface, etc. [4.2.2. Openers and Closers] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ |
Schema Declaration | element salute { tei_att.global.attributes, tei_att.cmc.attributes, tei_macro.paraContent }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<samplingDecl> (sampling declaration) contains a prose description of the rationale and methods used in selecting texts, or parts of a text, for inclusion in the resource. [2.3.2. The Sampling Declaration 2.3. The Encoding Description 16.3.2. Declarable Elements] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: encodingDesc |
May contain | |
Note | This element records all information about systematic inclusion or omission of portions of the text, whether a reflection of sampling procedures in the pure sense or of systematic omission of material deemed either too difficult to transcribe or not of sufficient interest. |
Content model | <content> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ |
Schema Declaration | element samplingDecl { tei_att.global.attributes, tei_model.pLike+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<schemaRef> (schema reference) describes or points to a related customization or schema file. [2.3.10. The Schema Specification] | |||||||
Module | header — Schema | ||||||
Attributes |
| ||||||
Member of | |||||||
Contained by | header: encodingDesc | ||||||
May contain | core: desc | ||||||
Content model | <content> <classRef key="model.descLike" minOccurs="0"/> </content> ⚓ | ||||||
Schema Declaration | element schemaRef { tei_att.global.attributes, tei_att.resourced.attributes, tei_att.typed.attributes, attribute key { text }?, tei_model.descLike? }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<scriptNote> describes a particular script distinguished within the description of a manuscript or similar resource. [11.7.2. Writing, Decoration, and Other Notations] | |
Module | header — Schema |
Attributes |
|
Contained by | — |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig p pb ptr q quote ref reg rs ruby said sic soCalled sp stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.specialPara"/> </content> ⚓ |
Schema Declaration | element scriptNote { tei_att.global.attributes, tei_att.handFeatures.attributes, tei_macro.specialPara }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<seg> (arbitrary segment) represents any segmentation of text below the ‘chunk’ level. [17.3. Blocks, Segments, and Anchors 6.2. Components of the Verse Line 7.2.5. Speech Contents] | |
Module | linking — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope choice citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Note | The <seg> element may be used at the encoder's discretion to mark any segments of the text of interest for processing. One use of the element is to mark text features for which no appropriate markup is otherwise defined. Another use is to provide an identifier for some segment which is to be pointed at by some other element—i.e. to provide a target, or a part of a target, for a <ptr> or other similar element. |
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ |
Schema Declaration | element seg { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.notated.attributes, tei_att.segLike.attributes, tei_att.typed.attributes, tei_macro.paraContent }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<segmentation> (segmentation) describes the principles according to which the text has been segmented, for example into sentences, tone-units, graphemic strata, etc. [2.3.3. The Editorial Practices Declaration 16.3.2. Declarable Elements] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: editorialDecl |
May contain | |
Content model | <content> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ |
Schema Declaration | element segmentation { tei_att.global.attributes, tei_model.pLike+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: bibl biblStruct |
May contain | |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <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, ( text | tei_model.gLike | tei_title | tei_model.ptrLike | tei_editor | tei_respStmt | tei_biblScope | tei_idno | tei_textLang | tei_model.global | tei_availability )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | header — Schema |
Attributes |
|
Contained by | |
May contain | |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="title" minOccurs="1" maxOccurs="unbounded"/> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="editor"/> <elementRef key="respStmt"/> </alternate> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="idno"/> <elementRef key="biblScope"/> </alternate> </sequence> </alternate> </content> ⚓ |
Schema Declaration | element seriesStmt { tei_att.global.attributes, ( tei_model.pLike+ | ( tei_title+, ( tei_editor | tei_respStmt )*, ( tei_idno | tei_biblScope )* ) ) }⚓ |
<set> (setting) contains a description of the setting, time, locale, appearance, etc., of the action of a play, typically found in the front matter of a printed performance text (not a stage direction). [7.1. Front and Back Matter ] | |
Module | drama — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Note | Contains paragraphs or phrase level tags. This element should not be used outside the front or back matter; for similar contextual descriptions within the body of the text, use the <stage> element. |
Example | <set>
<p>The action takes place on February 7th between the hours of noon and six in the
afternoon, close to the Trenartha Tin Plate Works, on the borders of England and Wales,
where a strike has been in progress throughout the winter.</p>
</set> |
Example | <set>
<head>SCENE</head>
<p>A Sub-Post Office on a late autumn evening</p>
</set> |
Example | <front>
<!-- <titlePage>, <div type="Dedication">, etc. -->
<set>
<list type="gloss">
<label>TIME</label>
<item>1907</item>
<label>PLACE</label>
<item>East Coast village in England</item>
</list>
</set>
</front> |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.headLike"/> <classRef key="model.global"/> </alternate> <sequence minOccurs="0" maxOccurs="unbounded"> <classRef key="model.common"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element set { tei_att.global.attributes, ( ( tei_model.headLike | tei_model.global )*, ( ( tei_model.common, tei_model.global* )* ) ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<sic> (Latin for thus or so) contains text reproduced although apparently incorrect or inaccurate. [3.5.1. Apparent Errors] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope choice citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l lg measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ |
Schema Declaration | element sic { tei_att.global.attributes, tei_att.cmc.attributes, tei_macro.paraContent }⚓ |
<signed> (signature) contains the closing salutation, etc., appended to a foreword, dedicatory epistle, or other division of a text. [4.2.2. Openers and Closers] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Example | <signed>Thine to command <name>Humph. Moseley</name>
</signed> |
Example | <closer>
<signed>Sign'd and Seal'd,
<list>
<item>John Bull,</item>
<item>Nic. Frog.</item>
</list>
</signed>
</closer> |
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ |
Schema Declaration | element signed { tei_att.global.attributes, tei_att.cmc.attributes, tei_macro.paraContent }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<soCalled> (so called) contains a word or phrase for which the author or narrator indicates a disclaiming of responsibility, for example by the use of scare quotes or italics. [3.3.3. Quotation] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element soCalled { tei_att.global.attributes, tei_att.cmc.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<sound> (sound) describes a sound effect or musical sequence specified within a screen play or radio script. [7.3.1. Technical Information 7.3. Other Types of Performance Text] | |||||||||||||||||
Module | drama — Schema | ||||||||||||||||
Attributes |
| ||||||||||||||||
Member of | |||||||||||||||||
Contained by | |||||||||||||||||
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data | ||||||||||||||||
Note | A specialized form of stage direction. | ||||||||||||||||
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ | ||||||||||||||||
Schema Declaration | element sound { tei_att.global.attributes, attribute type { text }?, attribute discrete { text }?, tei_macro.paraContent }⚓ |
<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] | |
Module | header — Schema |
Attributes |
|
Contained by | |
May contain | core: bibl biblStruct list listBibl p header: biblFull linking: ab namesdates: listEvent listPerson listRelation |
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> |
Schematron | Checks if a digital source is present in the <sourceDesc>
<sch:rule context="tei:sourceDesc">
<sch:assert test="tei:bibl[@type eq 'digitalSource']"> Digital source is missing
</sch:assert>
</sch:rule> |
Schematron | Checks if a original source for a digital source is available
<sch:rule context="tei:sourceDesc/tei:bibl[@type eq 'digitalSource']">
<sch:assert test="tei:bibl[@type eq 'originalSource']"> Original Source for digital source is missing
</sch:assert>
</sch:rule> |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> <alternate minOccurs="1" maxOccurs="unbounded"> <classRef key="model.biblLike"/> <classRef key="model.sourceDescPart"/> <classRef key="model.listLike"/> </alternate> </alternate> </content> ⚓ |
Schema Declaration | element sourceDesc { tei_att.global.attributes, ( tei_model.pLike+ | ( tei_model.biblLike | tei_model.sourceDescPart | tei_model.listLike )+ ) }⚓ |
<sp> (speech) contains an individual speech in a performance text, or a passage presented as such in a prose or verse text. [3.13.2. Core Tags for Drama 3.13. Passages of Verse or Drama 7.2.2. Speeches and Speakers] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Note | The who attribute on this element may be used either in addition to the <speaker> element or as an alternative. |
Example | <sp>
<speaker>The reverend Doctor Opimian</speaker>
<p>I do not think I have named a single unpresentable fish.</p>
</sp>
<sp>
<speaker>Mr Gryll</speaker>
<p>Bream, Doctor: there is not much to be said for bream.</p>
</sp>
<sp>
<speaker>The Reverend Doctor Opimian</speaker>
<p>On the contrary, sir, I think there is much to be said for him. In the first place [...]</p>
<p>Fish, Miss Gryll — I could discourse to you on fish by the hour: but for the present I
will forbear [...]</p>
</sp> |
Schematron | Only speech acts <sp> with who attributes are used when extracting a network.
<sch:rule context="tei:sp" role="warning">
<sch:assert test="@who"> A speech 'sp' without an attribute '@who' is not used when
extracting the network. SHOULD consider linking the speech
act to a speaking character ('person') in the 'particDesc'.
</sch:assert>
</sch:rule> |
Schematron | Speech acts <sp> SHOULD be linked to characters (<person> or <personGrp> elements in <particDesc>) by supplying the character's identifier in the attribute who as a pointer. A pointer is constructed by prepending the character ID with a hash '#'.
<sch:rule context="tei:sp[@who[not(contains(.,' '))]]"
role="warning">
<sch:let name="localID"
value="replace(@who/string(),'#','')"/>
<sch:assert test="ancestor::tei:TEI//tei:particDesc//(tei:person|tei:personGrp)[@xml:id
eq $localID]"
role="warning"> A speech act SHOULD link to a 'person' or 'personGrp'
element in 'particDesc'. Use a valid character ID and
provide it as a pointer by prepending it with a hash '#'."
</sch:assert>
</sch:rule>
<sch:rule context="tei:sp[contains(@who,' ')]">
<sch:let name="allIDs"
value="./ancestor::tei:TEI//tei:particDesc//(tei:person|tei:personGrp)/@xml:id/string()"/>
<sch:let name="localIDs"
value="tokenize(@who/string(),'\s+')"/>
<sch:assert test="every $i in $localIDs satisfies replace($i,'#','') = $allIDs"
role="warning"> At least one character ID provided as the value of the
attribute who '<xsl:value-of select="@who/string()"/>' has
not been declared. A speech act SHOULD link to a 'person' or
'personGrp' element in 'particDesc'.
</sch:assert>
</sch:rule> |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> <sequence minOccurs="0" maxOccurs="1"> <elementRef key="speaker"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> <sequence minOccurs="1" maxOccurs="unbounded"> <alternate minOccurs="1" maxOccurs="1"> <elementRef key="lg"/> <classRef key="model.lLike"/> <classRef key="model.pLike"/> <classRef key="model.listLike"/> <classRef key="model.stageLike"/> <classRef key="model.attributable"/> </alternate> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="q"/> </alternate> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element sp { tei_att.global.attributes, tei_att.ascribed.directed.attributes, tei_att.placement.attributes, ( tei_model.global*, ( ( tei_speaker, tei_model.global* )? ), ( ( ( tei_lg | tei_model.lLike | tei_model.pLike | tei_model.listLike | tei_model.stageLike | tei_model.attributable ), ( tei_model.global* | tei_q ) )+ ) ) }⚓ |
<spGrp> (speech group) contains a group of speeches or songs in a performance text presented in a source as constituting a single unit or ‘number’. [7.2.3. Grouped Speeches] | |
Module | drama — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
Example | <sp>
<speaker>FRAULEIN SCHNEIDER:</speaker>
<p> Herr Schultz! Can I believe what I see? <stage>(HERR SCHULTZ nods
proudly)</stage> But this is — too much to accept. So rare — so costly —
so luxurious. </p>
</sp>
<stage>(She sings)</stage>
<spGrp n="4">
<sp>
<l>If you bought me diamonds, If you bought me pearls,</l>
<l>If you bought me roses like some other gents</l>
<l>Might bring to other girls,</l>
<l>It couldn't please me more</l>
<l>Than the gift I see -</l>
<stage>(She takes a large pineapple out of the bag)</stage>
<l>A pineapple for me!</l>
</sp>
<sp>
<speaker>SCHULTZ:</speaker>
<stage>(Singing) </stage>
<l>If, in your emotion, </l>
<l>You began to sway, </l>
<l>Went to get some air, </l>
<l>Or grabbed a chair </l>
<l>To keep from fainting dead away, </l>
<l>It couldn't please me more </l>
<l>Than to see you cling </l>
<l>To the pineapple I bring.</l>
</sp>
<sp>
<speaker>BOTH:</speaker>
<l>Ah, ah, ah, ah, ah, ah, ah, ah</l>
</sp>
<!-- ... -->
<stage>(They dance)</stage>
</spGrp>
<sp>
<speaker>FRAULEIN SCHNEIDER: </speaker>
<p>But you must not bring me
any more pineapples! Do you hear? It is not proper. It is a gift a
young man would present to his lady love. It makes me blush!
</p>
</sp> |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.headLike" minOccurs="0" maxOccurs="unbounded"/> <alternate minOccurs="1" maxOccurs="unbounded"> <classRef key="model.global"/> <elementRef key="sp"/> <classRef key="model.stageLike"/> </alternate> </sequence> </content> ⚓ |
Schema Declaration | element spGrp { tei_att.global.attributes, tei_att.ascribed.directed.attributes, tei_att.typed.attributes, ( tei_model.headLike*, ( tei_model.global | tei_sp | tei_model.stageLike )+ ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<span> associates an interpretative annotation directly with a span of text. [18.3. Spans and Interpretations] | |||||||||||||
Module | analysis — Schema | ||||||||||||
Attributes |
| ||||||||||||
Member of | |||||||||||||
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure | ||||||||||||
May contain | |||||||||||||
Schematron |
<sch:rule context="tei:span">
<sch:report test="@from and @target"> Only one of the attributes @target and @from may be supplied on <sch:name/>
</sch:report>
</sch:rule> | ||||||||||||
Schematron |
<sch:rule context="tei:span">
<sch:report test="@to and @target"> Only one of the attributes @target and @to may be supplied on <sch:name/>
</sch:report>
</sch:rule> | ||||||||||||
Schematron |
<sch:rule context="tei:span">
<sch:report test="@to and not(@from)"> If @to is supplied on <sch:name/>, @from must be supplied as well
</sch:report>
</sch:rule> | ||||||||||||
Schematron |
<sch:rule context="tei:span">
<sch:report test="contains(normalize-space(@to),' ') or contains(normalize-space(@from),'
')"> The attributes @to and @from on <sch:name/> may each contain only a single value
</sch:report>
</sch:rule> | ||||||||||||
Content model | <content> <macroRef key="macro.phraseSeq.limited"/> </content> ⚓ | ||||||||||||
Schema Declaration | element span { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.interpLike.attributes, tei_att.pointing.attributes, attribute from { text }?, attribute to { text }?, tei_macro.phraseSeq.limited }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<spanGrp> (span group) collects together span tags. [18.3. Spans and Interpretations] | |
Module | analysis — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure |
May contain | |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.descLike" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="span" minOccurs="0" maxOccurs="unbounded"/> </sequence> </content> ⚓ |
Schema Declaration | element spanGrp { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.interpLike.attributes, ( tei_model.descLike*, tei_span* ) }⚓ |
<speaker> contains a specialized form of heading or label, giving the name of one or more speakers in a dramatic text or fragment. [3.13.2. Core Tags for Drama] | |
Module | core — Schema |
Attributes |
|
Contained by | core: sp |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Note | This element may be used to transcribe which character is speaking in a dramatic text as indicated by the source text; the who attribute of an <sp> element may be used to point to another element (typically a <role>) which provides information about the character speaking. Either or both may be used. |
Example | <sp who="#ni #rsa">
<speaker>Nancy and Robert</speaker>
<stage type="delivery">(speaking simultaneously)</stage>
<p>The future? ...</p>
</sp>
<list type="speakers">
<item xml:id="ni"/>
<item xml:id="rsa"/>
</list> |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element speaker { tei_att.global.attributes, tei_att.placement.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<sponsor> (sponsor) specifies the name of a sponsoring organization or institution. [2.2.1. The Title Statement] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: editionStmt titleStmt |
May contain | |
Note | Sponsors give their intellectual authority to a project; they are to be distinguished from funders (see element <funder>), who provide the funding but do not necessarily take intellectual responsibility. |
Content model | <content> <macroRef key="macro.phraseSeq.limited"/> </content> ⚓ |
Schema Declaration | element sponsor { tei_att.global.attributes, tei_att.canonical.attributes, tei_att.datable.attributes, tei_macro.phraseSeq.limited }⚓ |
<stage> (stage direction) contains any kind of stage direction within a dramatic text or fragment. [3.13.2. Core Tags for Drama 3.13. Passages of Verse or Drama 7.2.4. Stage Directions] | |||||||||||
Module | core — Schema | ||||||||||
Attributes |
| ||||||||||
Member of | |||||||||||
Contained by | |||||||||||
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig p pb ptr q quote ref reg rs ruby said sic soCalled sp stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data | ||||||||||
Note | The who attribute may be used to indicate more precisely the person or persons participating in the action described by the stage direction. | ||||||||||
Example | <stage type="setting">A curtain being drawn.</stage>
<stage type="setting">Music</stage>
<stage type="entrance">Enter Husband as being thrown off his horse and falls.</stage>
<!-- Middleton : Yorkshire Tragedy -->
<stage type="exit">Exit pursued by a bear.</stage>
<stage type="business">He quickly takes the stone out.</stage>
<stage type="delivery">To Lussurioso.</stage>
<stage type="novelistic">Having had enough, and embarrassed for the family.</stage>
<!-- Lorraine Hansbury : a raisin in in the sun -->
<stage type="modifier">Disguised as Ansaldo.</stage>
<stage type="entrance modifier">Enter Latrocinio disguised as an empiric</stage>
<!-- Middleton: The Widow -->
<stage type="location">At a window.</stage>
<stage rend="inline" type="delivery">Aside.</stage> | ||||||||||
Example | <l>Behold. <stage n="*" place="margin">Here the vp<lb/>per part of the <hi>Scene</hi> open'd; when
straight appear'd a Heauen, and all the <hi>Pure Artes</hi> sitting on
two semi<lb/>circular ben<lb/>ches, one a<lb/>boue another: who sate thus till the rest of the
<hi>Prologue</hi> was spoken, which being ended, they descended in
order within the <hi>Scene,</hi> whiles the Musicke plaid</stage> Our
Poet knowing our free hearts</l> | ||||||||||
Content model | <content> <macroRef key="macro.specialPara"/> </content> ⚓ | ||||||||||
Schema Declaration | element stage { tei_att.global.attributes, tei_att.ascribed.directed.attributes, tei_att.cmc.attributes, tei_att.placement.attributes, attribute type { list { ( "setting" | "entrance" | "exit" | "business" | "novelistic" | "delivery" | "modifier" | "location" | "mixed" )* } }?, tei_macro.specialPara }⚓ |
<standOff> Functions as a container element for linked data, contextual information, and stand-off annotations embedded in a TEI document. [17.10. The standOff Container] | |
Module | linking — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | drama: castList header: biblFull listChange xenoData linking: alt altGrp annotation join joinGrp link linkGrp listAnnotation seg timeline namesdates: listEvent listPerson listRelation |
Example | <standOff>
<listEvent>
<event type="print" when="1813">
<desc/>
</event>
<event type="premiere" when="1811">
<desc/>
</event>
<event type="written" when="1811">
<desc>geschrieben wahrscheinlich im Winter 1811</desc>
</event>
</listEvent>
<listRelation>
<relation active="https://dracor.org/entity/ger000171"
passive="http://www.wikidata.org/entity/Q42187688" name="wikidata"/>
</listRelation>
</standOff> Discussion see Github Issue. |
Schematron |
<sch:rule context="tei:standOff">
<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>
</sch:rule> |
Content model | <content> <classRef key="model.standOffPart" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ |
Schema Declaration | element standOff { tei_att.global.attributes, tei_att.typed.attributes, tei_model.standOffPart+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<stdVals> (standard values) specifies the format used when standardized date or number values are supplied. [2.3.3. The Editorial Practices Declaration 16.3.2. Declarable Elements] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: editorialDecl |
May contain | |
Content model | <content> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ |
Schema Declaration | element stdVals { tei_att.global.attributes, tei_model.pLike+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: address |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
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. |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element street { tei_att.global.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<styleDefDecl> (style definition language declaration) specifies the name of the formal language in which style or renditional information is supplied elsewhere in the document. The specific version of the scheme may also be supplied. [2.3.5. The Default Style Definition Language Declaration] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: encodingDesc |
May contain | |
Content model | <content> <classRef key="model.pLike" minOccurs="0" maxOccurs="unbounded"/> </content> ⚓ |
Schema Declaration | element styleDefDecl { tei_att.global.attributes, tei_att.styleDef.attributes, tei_model.pLike* }⚓ |
<surname> (surname) contains a family (inherited) name, as opposed to a given, baptismal, or nick name. [14.2.1. Personal Names] | |||||||||||
Module | namesdates — Schema | ||||||||||
Attributes |
| ||||||||||
Member of | |||||||||||
Contained by | core: abbr add addrLine address author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change correspAction creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer | ||||||||||
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data | ||||||||||
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.cmc.attributes, tei_att.personal.attribute.full, tei_att.naming.attribute.role, tei_att.naming.attribute.nymRef, tei_att.canonical.attribute.key, tei_att.canonical.attribute.ref, tei_att.typed.attributes, attribute sort { text }?, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<tagUsage> (element usage) documents the usage of a specific element within a specified document. [2.3.4. The Tagging Declaration] | |||||||||||||||||||
Module | header — Schema | ||||||||||||||||||
Attributes |
| ||||||||||||||||||
Contained by | header: namespace | ||||||||||||||||||
May contain | core: abbr address bibl biblStruct choice cit date desc distinct email emph expan foreign gloss hi label list listBibl measure measureGrp mentioned name num ptr q quote ref rs said soCalled stage term time title unit namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data | ||||||||||||||||||
Content model | <content> <macroRef key="macro.limitedContent"/> </content> ⚓ | ||||||||||||||||||
Schema Declaration | element tagUsage { tei_att.global.attributes, tei_att.datcat.attributes, attribute gi { text }, attribute occurs { text }?, attribute withId { text }?, tei_macro.limitedContent }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<tagsDecl> (tagging declaration) provides detailed information about the tagging applied to a document. [2.3.4. The Tagging Declaration 2.3. The Encoding Description] | |||||||||
Module | header — Schema | ||||||||
Attributes |
| ||||||||
Member of | |||||||||
Contained by | header: encodingDesc | ||||||||
May contain | |||||||||
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="rendition" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="namespace" minOccurs="0" maxOccurs="unbounded"/> </sequence> </content> ⚓ | ||||||||
Schema Declaration | element tagsDecl { tei_att.global.attributes, attribute partial { text }?, ( tei_rendition*, tei_namespace* ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<taxonomy> (taxonomy) defines a typology either implicitly, by means of a bibliographic citation, or explicitly by a structured taxonomy. [2.3.7. The Classification Declaration] | |
Module | header — Schema |
Attributes |
|
Contained by | |
May contain | |
Note | Nested taxonomies are common in many fields, so the <taxonomy> element can be nested. |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <alternate minOccurs="1" maxOccurs="1"> <alternate minOccurs="1" maxOccurs="unbounded"> <elementRef key="category"/> <elementRef key="taxonomy"/> </alternate> <sequence minOccurs="1" maxOccurs="1"> <alternate minOccurs="1" maxOccurs="unbounded"> <classRef key="model.descLike" minOccurs="1" maxOccurs="1"/> <elementRef key="equiv" minOccurs="1" maxOccurs="1"/> <elementRef key="gloss" minOccurs="1" maxOccurs="1"/> </alternate> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="category"/> <elementRef key="taxonomy"/> </alternate> </sequence> </alternate> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.biblLike"/> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="category"/> <elementRef key="taxonomy"/> </alternate> </sequence> </alternate> </content> ⚓ |
Schema Declaration | element taxonomy { tei_att.global.attributes, tei_att.datcat.attributes, ( ( ( tei_category | tei_taxonomy )+ | ( ( tei_model.descLike | equiv | tei_gloss )+, ( tei_category | tei_taxonomy )* ) ) | ( tei_model.biblLike, ( tei_category | tei_taxonomy )* ) ) }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<tech> (technical stage direction) describes a special-purpose stage direction that is not meant for the actors. [7.3.1. Technical Information] | |||||||||||||||||
Module | drama — Schema | ||||||||||||||||
Attributes |
| ||||||||||||||||
Member of | |||||||||||||||||
Contained by | |||||||||||||||||
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data | ||||||||||||||||
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ | ||||||||||||||||
Schema Declaration | element tech { tei_att.global.attributes, attribute type { "light" | "sound" | "prop" | "block" }?, attribute perf { list { + } }?, tei_macro.paraContent }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<teiCorpus> (TEI corpus) contains the whole of a TEI encoded corpus, comprising a single corpus header and one or more <TEI> elements, each containing a single text header and a text. [4. Default Text Structure 16.1. Varieties of Composite Text] | |||||||||
Module | core — Schema | ||||||||
Attributes |
| ||||||||
Member of | |||||||||
Contained by | core: teiCorpus | ||||||||
May contain | |||||||||
Note | Should contain one <teiHeader> for the corpus, and a series of <TEI> elements, one for each text. As with all elements in the TEI scheme (except <egXML>) this element is in the TEI namespace (see 5.7.2. Namespaces). Thus, when it is used as the outermost element of a TEI document, it is necessary to specify the TEI namespace on it. This is customarily achieved by including http://www.tei-c.org/ns/1.0 as the value of the XML namespace declaration (xmlns), without indicating a prefix, and then not using a prefix on TEI elements in the rest of the document. For example: <teiCorpus version="4.8.1" xml:lang="en" xmlns="http://www.tei-c.org/ns/1.0">. | ||||||||
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="teiHeader"/> <classRef key="model.resource" minOccurs="0" maxOccurs="unbounded"/> <classRef key="model.describedResource" minOccurs="1" maxOccurs="unbounded"/> </sequence> </content> ⚓ | ||||||||
Schema Declaration | element teiCorpus { tei_att.global.attributes, tei_att.typed.attributes, attribute version { text }?, ( tei_teiHeader, tei_model.resource*, tei_model.describedResource+ ) }⚓ |
<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 16.1. Varieties of Composite Text] | |
Module | header — Schema |
Attributes |
|
Contained by | |
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 minOccurs="1" maxOccurs="1"> <elementRef key="fileDesc"/> <classRef key="model.teiHeaderPart" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="revisionDesc" minOccurs="0"/> </sequence> </content> ⚓ |
Schema Declaration | element teiHeader { tei_att.global.attributes, ( tei_fileDesc, tei_model.teiHeaderPart*, tei_revisionDesc? ) }⚓ |
<term> (term) contains a single-word, multi-word, or symbolic designation which is regarded as a technical term. [3.4.1. Terms and Glosses] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi index item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change creation distributor edition extent funder geoDecl handNote keywords language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
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 xml:id="TDPV1" rend="sc">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="#TDPV2" rend="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#TDPV2" rend="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.cReferencing.attributes, tei_att.canonical.attributes, tei_att.cmc.attributes, tei_att.pointing.attributes, tei_att.sortable.attributes, tei_att.typed.attributes, tei_macro.phraseSeq }⚓ |
<text> (text) contains a single text of any kind, whether unitary or composite, for example a poem or drama, a collection of essays, a novel, a dictionary, or a corpus sample. [4. Default Text Structure 16.1. Varieties of Composite Text] | |
Module | textstructure — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | |
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 minOccurs="1" maxOccurs="1"> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> <sequence minOccurs="0" maxOccurs="1"> <elementRef key="front"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> <elementRef key="body" minOccurs="1" maxOccurs="1"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> <sequence minOccurs="0" maxOccurs="1"> <elementRef key="back"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> ⚓ |
Schema Declaration | element text { tei_att.global.attributes, tei_att.typed.attributes, ( tei_model.global*, ( ( tei_front, tei_model.global* )? ), tei_body, tei_model.global*, ( ( tei_back, tei_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 — Schema |
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 minOccurs="0" maxOccurs="unbounded"> <elementRef key="classCode"/> <elementRef key="catRef"/> <elementRef key="keywords"/> </alternate> </content> ⚓ |
Schema Declaration | element textClass { tei_att.global.attributes, ( tei_classCode | tei_catRef | tei_keywords )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<textLang> (text language) describes the languages and writing systems identified within the bibliographic work being described, rather than its description. [3.12.2.4. Imprint, Size of a Document, and Reprint Information 11.6.6. Languages and Writing Systems] | |||||||||||||
Module | core — Schema | ||||||||||||
Attributes |
| ||||||||||||
Member of | |||||||||||||
Contained by | |||||||||||||
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig p pb ptr q quote ref reg rs ruby said sic soCalled sp stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data | ||||||||||||
Note | This element should not be used to document the languages or writing systems used for the bibliographic or manuscript description itself: as for all other TEI elements, such information should be provided by means of the global xml:lang attribute attached to the element containing the description. In all cases, languages should be identified by means of a standardized ‘language tag’ generated according to BCP 47. Additional documentation for the language may be provided by a <language> element in the TEI header. | ||||||||||||
Content model | <content> <macroRef key="macro.specialPara"/> </content> ⚓ | ||||||||||||
Schema Declaration | element textLang { tei_att.global.attributes, attribute mainLang { text }?, attribute otherLangs { list { * } }?, tei_macro.specialPara }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<time> (time) contains a phrase defining a time of day in any format. [3.6.4. Dates and Times] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change correspAction creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address binaryObject cb choice corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q ref reg rs ruby sic soCalled term time title unclear unit figures: figure header: idno character data |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <classRef key="model.global"/> </alternate> </content> ⚓ |
Schema Declaration | element time { tei_att.global.attributes, tei_att.calendarSystem.attributes, tei_att.canonical.attributes, tei_att.cmc.attributes, tei_att.datable.attributes, tei_att.dimensions.attributes, tei_att.typed.attributes, ( text | tei_model.gLike | tei_model.phrase | tei_model.global )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<timeline> (timeline) provides a set of ordered points in time which can be linked to elements of a spoken text to create a temporal alignment of that text. [17.4.2. Placing Synchronous Events in Time] | |||||||||||||||||||||||||
Module | linking — Schema | ||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||
Member of | |||||||||||||||||||||||||
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unclear unit drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view figures: figure | ||||||||||||||||||||||||
May contain | linking: when | ||||||||||||||||||||||||
Content model | <content> <elementRef key="when" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ | ||||||||||||||||||||||||
Schema Declaration | element timeline { tei_att.global.attributes, tei_att.cmc.attributes, attribute origin { text }?, attribute unit { "d" | "h" | "min" | "s" | "ms" }?, attribute interval { text }?, tei_when+ }⚓ |
<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] | |||||||||||||||||||||||
Module | core — Schema | ||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||
Member of | |||||||||||||||||||||||
Contained by | core: abbr add addrLine analytic author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure meeting mentioned monogr name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote seriesStmt sponsor tagUsage titleStmt textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer | ||||||||||||||||||||||
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data | ||||||||||||||||||||||
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 type="main">Des Meeres und der Liebe Wellen</title> Main title of the play Grillparzer: "Des Meeres und der Liebe Wellen". | ||||||||||||||||||||||
Example | <title type="sub">Trauerspiel in fünf Aufzügen</title> Subtitle of the play Grillparzer: "Des Meeres und der Liebe Wellen". | ||||||||||||||||||||||
Example | <title type="main">Ревизор</title>
<title type="main" xml:lang="eng">The Government Inspector</title>
<title type="sub">Комедия в пяти действиях</title>
<title type="sub" xml:lang="eng">A Comedy in Five Acts</title> Main and subtitle of Gogol': Revisor in the original (Russian) and Eglish languages. | ||||||||||||||||||||||
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ | ||||||||||||||||||||||
Schema Declaration | element title { tei_att.global.attributes, tei_att.canonical.attributes, tei_att.cmc.attributes, tei_att.datable.attributes, attribute type { "main" | "sub" }?, attribute level { "a" | "m" | "j" | "s" | "u" }?, tei_macro.paraContent }⚓ |
<titlePage> (title page) contains the title page of a text, appearing within the front or back matter. [4.6. Title Pages] | |||||||||||
Module | textstructure — Schema | ||||||||||
Attributes |
| ||||||||||
Member of | |||||||||||
Contained by | |||||||||||
May contain | figures: figure textstructure: argument byline docAuthor docDate docEdition docImprint docTitle epigraph imprimatur titlePart | ||||||||||
Example | <titlePage>
<docTitle>
<titlePart type="main">THOMAS OF Reading.</titlePart>
<titlePart type="alt">OR, The sixe worthy yeomen of the West.</titlePart>
</docTitle>
<docEdition>Now the fourth time corrected and enlarged</docEdition>
<byline>By T.D.</byline>
<figure>
<head>TP</head>
<p>Thou shalt labor till thou returne to duste</p>
<figDesc>Printers Ornament used by TP</figDesc>
</figure>
<docImprint>Printed at <name type="place">London</name> for <name>T.P.</name>
<date>1612.</date>
</docImprint>
</titlePage> | ||||||||||
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> <classRef key="model.titlepagePart"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.titlepagePart"/> <classRef key="model.global"/> </alternate> </sequence> </content> ⚓ | ||||||||||
Schema Declaration | element titlePage { tei_att.global.attributes, attribute type { text }?, ( tei_model.global*, tei_model.titlepagePart, ( tei_model.titlepagePart | tei_model.global )* ) }⚓ |
<titlePart> (title part) contains a subsection or division of the title of a work, as indicated on a title page. [4.6. Title Pages] | |||||||||||
Module | textstructure — Schema | ||||||||||
Attributes |
| ||||||||||
Member of | |||||||||||
Contained by | |||||||||||
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data | ||||||||||
Example | <titlePage>
<docAuthor>Ludwig Anzengruber</docAuthor>
<docTitle>
<titlePart type="main">Die Kreuzelschreiber</titlePart>
<titlePart type="sub">Bauernkomödie mit Gesang in drei Akten</titlePart>
</docTitle>
</titlePage> Encoding of the title page of the play Anzengruber: Die Kreuzelschreiber. | ||||||||||
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ | ||||||||||
Schema Declaration | element titlePart { tei_att.global.attributes, attribute type { "main" | "sub" }?, tei_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 — Schema |
Attributes |
|
Contained by | |
May contain | |
Example | <titleStmt>
<title type="main">Des Meeres und der Liebe Wellen</title>
<title type="sub">Trauerspiel in fünf Aufzügen</title>
<author>
<persName>
<forename>Franz</forename>
<surname>Grillparzer</surname>
</persName>
<idno type="wikidata">Q154438</idno>
<idno type="pnd">118542192</idno>
</author>
</titleStmt> <titleStmt> of the play "Des Meeres und der Liebe Wellen" by Franz Grillparzer. The author has an entry on Wikidata which is identified by the URI http://www.wikidata.org/entity/Q154438. In the "Gemeinsame Normdatei" (GND) the author is identified by the URI https://d-nb.info/gnd/11854219. The identifiers are included in the <idno> elements. |
Example | <titleStmt>
<title type="main">Ревизор</title>
<title type="main" xml:lang="eng">The Government Inspector</title>
<title type="sub">Комедия в пяти действиях</title>
<title type="sub" xml:lang="eng">A Comedy in Five Acts</title>
<author>
<persName>
<forename>Николай</forename>
<forename type="patronym">Васильевич</forename>
<surname>Гоголь</surname>
</persName>
<persName xml:lang="eng">
<forename>Nikolai</forename>
<surname>Gogol</surname>
</persName>
<idno type="wikidata">Q43718</idno>
</author>
</titleStmt> <titleStmt> of Gogol: Revizor. Titles and author names are given both in Russian and English. |
Schematron | The title of the play (see Feature play_title) is retrieved from the first element <title> with the value main of the attribute type.
<sch:rule context="tei:titleStmt"
role="warning">
<sch:assert test="tei:title[@type eq 'main']"> For the DraCor API to include the title of the play in the
response an element 'title' with the type-attribute value
'main' SHOULD be included.
</sch:assert>
</sch:rule> |
Content model | <content> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="title" minOccurs="1" maxOccurs="unbounded"/> <classRef key="model.respLike" minOccurs="0" maxOccurs="unbounded"/> </sequence> </content> ⚓ |
Schema Declaration | element titleStmt { tei_att.global.attributes, ( tei_title+, tei_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 — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Example | <trailer>Explicit pars tertia</trailer> |
Example | <trailer>
<l>In stead of FINIS this advice <hi>I</hi> send,</l>
<l>Let Rogues and Thieves beware of <lb/>
<hi>Hamans</hi> END.</l>
</trailer> From EEBO A87070 |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <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 trailer { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.placement.attributes, tei_att.typed.attributes, ( text | tei_lg | tei_model.gLike | tei_model.phrase | tei_model.inter | tei_model.lLike | tei_model.global )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<unclear> (unclear) contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source. [12.3.3.1. Damage, Illegibility, and Supplied Text 3.5.3. Additions, Deletions, and Omissions] | |||||||||||||||||||||
Module | core — Schema | ||||||||||||||||||||
Attributes |
| ||||||||||||||||||||
Member of | |||||||||||||||||||||
Contained by | core: abbr add addrLine author bibl biblScope choice citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l lg measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer | ||||||||||||||||||||
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data | ||||||||||||||||||||
Note | The same element is used for all cases of uncertainty in the transcription of element content, whether for written or spoken material. For other aspects of certainty, uncertainty, and reliability of tagging and transcription, see chapter 22. Certainty, Precision, and Responsibility. The <damage>, <gap>, <del>, <unclear> and <supplied> elements may be closely allied in use. See section 12.3.3.2. Use of the gap, del, damage, unclear, and supplied Elements in Combination for discussion of which element is appropriate for which circumstance. The hand attribute points to a definition of the hand concerned, as further discussed in section 12.3.2.1. Document Hands. | ||||||||||||||||||||
Content model | <content> <macroRef key="macro.paraContent"/> </content> ⚓ | ||||||||||||||||||||
Schema Declaration | element unclear { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.dimensions.attributes, attribute reason { list { ( "illegible" | "inaudible" | "faded" | "background_noise" | "eccentric_ductus" )+ } }?, attribute agent { text }?, tei_macro.paraContent }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | core — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure measureGrp meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit header: authority catDesc change creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage unitDef textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit figures: figure header: idno textstructure: floatingText character data |
Content model | <content> <macroRef key="macro.phraseSeq"/> </content> ⚓ |
Schema Declaration | element unit { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.measurement.attributes, tei_att.typed.attributes, tei_macro.phraseSeq }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<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] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | header: encodingDesc |
May contain | header: unitDef |
Content model | <content> <elementRef key="unitDef" minOccurs="1" maxOccurs="unbounded"/> </content> ⚓ |
Schema Declaration | element unitDecl { tei_att.global.attributes, tei_att.canonical.attributes, tei_att.datable.attributes, tei_unitDef+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<unitDef> (unit definition) contains descriptive information related to a specific unit of measurement. [2.3.9. The Unit Declaration] | |
Module | header — Schema |
Attributes |
|
Contained by | header: unitDecl |
May contain | |
Content model | <content> <alternate minOccurs="1" maxOccurs="unbounded"> <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 { tei_att.global.attributes, tei_att.canonical.attributes, tei_att.datable.attributes, tei_att.typed.attributes, ( tei_model.labelLike | tei_model.placeNamePart? | tei_conversion? | tei_unit? )+ }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<view> (view) describes the visual context of some part of a screen play in terms of what the spectator sees, generally independent of any dialogue. [7.3.1. Technical Information 7.3. Other Types of Performance Text] | |
Module | drama — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig p pb ptr q quote ref reg rs ruby said sic soCalled sp stage term time title unclear unit figures: figure namesdates: addName forename genName listEvent listPerson listRelation nameLink orgName persName region surname textstructure: floatingText character data |
Note | A view is a particular form of stage direction. |
Content model | <content> <macroRef key="macro.specialPara"/> </content> ⚓ |
Schema Declaration | element view { tei_att.global.attributes, tei_macro.specialPara }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<w> (word) represents a grammatical (not necessarily orthographic) word. [18.1. Linguistic Segment Categories 18.4.2. Lightweight Linguistic Annotation] | |
Module | analysis — Schema |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l measure mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled speaker stage street term textLang time title unclear unit textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
May contain | |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <elementRef key="seg"/> <elementRef key="w"/> <elementRef key="m"/> <elementRef key="c"/> <elementRef key="pc"/> <classRef key="model.global"/> <classRef key="model.lPart"/> <classRef key="model.hiLike"/> <classRef key="model.pPart.edit"/> </alternate> </content> ⚓ |
Schema Declaration | element w { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.linguistic.attributes, tei_att.notated.attributes, tei_att.segLike.attributes, tei_att.typed.attributes, ( text | tei_model.gLike | tei_seg | tei_w | tei_m | tei_c | tei_pc | tei_model.global | tei_model.lPart | tei_model.hiLike | tei_model.pPart.edit )* }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<when> indicates a point in time either relative to other elements in the same timeline tag, or absolutely. [17.4.2. Placing Synchronous Events in Time] | |||||||||||||||||||||||||||||||
Module | linking — Schema | ||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||
Contained by | linking: timeline | ||||||||||||||||||||||||||||||
May contain | Empty 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. | ||||||||||||||||||||||||||||||
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 }?, empty }⚓ |
This element is currently not actively used in DraCor. See full documentation in TEI Guidelines.
<xenoData> (non-TEI metadata) provides a container element into which metadata in non-TEI formats may be placed. [2.5. Non-TEI Metadata] | |
Module | header — Schema |
Attributes |
|
Member of | |
Contained by | |
May contain | ANY |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <textNode/> <anyElement minOccurs="1" maxOccurs="unbounded"/> </alternate> </content> ⚓ |
Schema Declaration | element xenoData { tei_att.global.attributes, tei_att.typed.attributes, ( text | anyElement_xenoData_1+ ) }⚓ |
model.addrPart groups elements such as names or postal codes which may appear as part of a postal address. | |
Module | tei — Schema |
Used by | |
Members | model.nameLike[model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename genName nameLink surname] model.placeStateLike[model.placeNamePart[region]] idno rs] addrLine postBox postCode street |
model.annotationLike groups elements used to represent annotations. | |
Module | tei — Schema |
Used by | |
Members | annotation note |
model.annotationPart.body groups elements which may be used as an <annotation> body. | |
Module | tei — Schema |
Used by | |
Members | note ptr ref |
model.applicationLike groups elements used to record application-specific information about a document in its header. | |
Module | tei — Schema |
Used by | |
Members | application |
model.attributable groups elements that contain a word or phrase that can be attributed to a source. | |
Module | tei — Schema |
Used by | |
Members | model.quoteLike[cit quote] floatingText said |
model.biblLike groups elements containing a bibliographic description. | |
Module | tei — Schema |
Used by | |
Members | bibl biblFull biblStruct listBibl |
model.biblPart groups elements which represent components of a bibliographic description. | |
Module | tei — Schema |
Used by | |
Members | model.imprintPart[biblScope distributor pubPlace publisher] model.respLike[author editor funder meeting principal respStmt sponsor] availability bibl citedRange edition extent listRelation quote relatedItem series textLang |
model.common groups common chunk- and inter-level elements. | |
Module | tei — Schema |
Used by | |
Members | model.cmc model.divPart[model.lLike[l] model.pLike[ab p] lg sp spGrp] model.inter[model.attributable[model.quoteLike[cit quote] floatingText said] model.biblLike[bibl biblFull biblStruct listBibl] model.egLike model.labelLike[desc label] model.listLike[list listEvent listPerson listRelation] model.oddDecl model.stageLike[camera caption move sound stage tech view] castList] q |
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 groups elements which define the parts (usually names, dates and places) of one action related to the correspondence. | |
Module | tei — Schema |
Used by | |
Members | model.addressLike[address email] model.dateLike[date time] model.nameLike[model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename genName nameLink surname] model.placeStateLike[model.placeNamePart[region]] idno rs] note noteGrp |
model.correspContextPart groups elements which may appear as part of the correspContext element. | |
Module | tei — Schema |
Used by | |
Members | model.pLike[ab p] model.ptrLike[ptr ref] note noteGrp |
model.correspDescPart groups together metadata elements for describing correspondence. | |
Module | tei — Schema |
Used by | |
Members | correspAction correspContext note noteGrp |
model.divBottom groups elements appearing at the end of a text division. | |
Module | tei — Schema |
Used by | |
Members | model.divBottomPart[closer postscript signed trailer] model.divWrapper[argument byline dateline docAuthor docDate epigraph meeting salute] |
model.divBottomPart groups elements which can occur only at the end of a text division. | |
Module | tei — Schema |
Used by | |
Members | closer postscript signed trailer |
model.divPart groups paragraph-level elements appearing directly within divisions. | |
Module | tei — Schema |
Used by | |
Members | model.lLike[l] model.pLike[ab p] lg sp spGrp |
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 — Schema |
Used by | |
Members | model.divTopPart[model.headLike[head] opener signed] model.divWrapper[argument byline dateline docAuthor docDate epigraph meeting salute] |
model.divTopPart groups elements which can occur only at the beginning of a text division. | |
Module | tei — Schema |
Used by | |
Members | model.headLike[head] opener signed |
model.editorialDeclPart groups elements which may be used inside <editorialDecl> and appear multiple times. | |
Module | tei — Schema |
Used by | |
Members | correction hyphenation interpretation normalization punctuation quotation segmentation stdVals |
model.encodingDescPart groups elements which may be used inside <encodingDesc> and appear multiple times. | |
Module | tei — Schema |
Used by | |
Members | appInfo classDecl editorialDecl geoDecl listPrefixDef projectDesc refsDecl samplingDecl schemaRef styleDefDecl tagsDecl unitDecl |
model.global groups elements which may appear at any point within a TEI text. | |
Module | tei — Schema |
Used by | address argument back bibl body byline castGroup castItem castList cit closer date dateline div docImprint docTitle epigraph epilogue figure floatingText front group head imprint l lg list m macro.phraseSeq macro.phraseSeq.limited macro.specialPara model.paraPart opener performance person personGrp postscript prologue series set sp spGrp text time titlePage trailer w |
Members | model.global.edit[ellipsis gap] model.global.meta[alt altGrp index interp interpGrp join joinGrp link linkGrp span spanGrp timeline] model.milestoneLike[anchor cb gb lb milestone pb] model.noteLike[note noteGrp] figure |
model.global.meta groups globally available elements which describe the status of other elements. | |
Module | tei — Schema |
Used by | |
Members | alt altGrp index interp interpGrp join joinGrp link linkGrp span spanGrp timeline |
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 groups elements containing images, formulae, and similar objects. | |
Module | tei — Schema |
Used by | |
Members | binaryObject graphic media |
model.imprintPart groups the bibliographic elements which occur inside imprints. | |
Module | tei — Schema |
Used by | |
Members | biblScope distributor pubPlace publisher |
model.inter groups elements which can appear either within or between paragraph-like elements. | |
Module | tei — Schema |
Used by | |
Members | model.attributable[model.quoteLike[cit quote] floatingText said] model.biblLike[bibl biblFull biblStruct listBibl] model.egLike model.labelLike[desc label] model.listLike[list listEvent listPerson listRelation] model.oddDecl model.stageLike[camera caption move sound stage tech view] castList |
model.limitedPhrase groups phrase-level elements excluding those elements primarily intended for transcription of existing sources. | |
Module | tei — Schema |
Used by | |
Members | model.emphLike[distinct emph foreign gloss mentioned soCalled term title] model.hiLike[hi q] model.pPart.data[model.addressLike[address email] model.dateLike[date time] model.measureLike[measure measureGrp num unit] model.nameLike[model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename genName nameLink surname] model.placeStateLike[model.placeNamePart[region]] idno rs]] model.pPart.editorial[abbr choice expan] model.pPart.msdesc model.phrase.xml model.ptrLike[ptr ref] |
model.listLike groups list-like elements. | |
Module | tei — Schema |
Used by | |
Members | list listEvent listPerson listRelation |
model.measureLike groups elements which denote a number, a quantity, a measurement, or similar piece of text that conveys some numerical meaning. | |
Module | tei — Schema |
Used by | |
Members | measure measureGrp num unit |
model.nameLike groups elements which name or refer to a person, place, or organization. | |
Module | tei — Schema |
Used by | |
Members | model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename genName nameLink surname] model.placeStateLike[model.placeNamePart[region]] idno rs |
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 — Schema |
Used by | abstract application availability back cRefPattern calendar correction correspAction correspDesc editionStmt editorialDecl encodingDesc event front hyphenation interpretation langUsage listRelation model.correspContextPart model.divPart normalization particDesc person personGrp prefixDef projectDesc publicationStmt punctuation quotation refsDecl samplingDecl segmentation seriesStmt sourceDesc sp stdVals styleDefDecl |
Members | ab p |
model.pPart.data groups phrase-level elements containing names, dates, numbers, measures, and similar data. | |
Module | tei — Schema |
Used by | |
Members | model.addressLike[address email] model.dateLike[date time] model.measureLike[measure measureGrp num unit] model.nameLike[model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename genName nameLink surname] model.placeStateLike[model.placeNamePart[region]] idno rs] |
model.paraPart groups elements that may appear in paragraphs and similar elements. | |
Module | tei — Schema |
Used by | |
Members | model.gLike model.global[model.global.edit[ellipsis gap] model.global.meta[alt altGrp index interp interpGrp join joinGrp link linkGrp span spanGrp timeline] model.milestoneLike[anchor cb gb lb milestone pb] model.noteLike[note noteGrp] figure] model.inter[model.attributable[model.quoteLike[cit quote] floatingText said] model.biblLike[bibl biblFull biblStruct listBibl] model.egLike model.labelLike[desc label] model.listLike[list listEvent listPerson listRelation] model.oddDecl model.stageLike[camera caption move sound stage tech view] castList] model.lLike[l] model.phrase[model.graphicLike[binaryObject graphic media] model.highlighted[model.emphLike[distinct emph foreign gloss mentioned soCalled term title] model.hiLike[hi q]] model.lPart model.pPart.data[model.addressLike[address email] model.dateLike[date time] model.measureLike[measure measureGrp num unit] model.nameLike[model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename genName nameLink surname] model.placeStateLike[model.placeNamePart[region]] idno rs]] model.pPart.edit[model.pPart.editorial[abbr choice expan] model.pPart.transcriptional[add corr del orig reg sic unclear]] model.pPart.msdesc model.phrase.xml model.ptrLike[ptr ref] model.segLike[c cl m pc phr s seg w] model.specDescLike ruby] lg |
model.persStateLike groups elements describing changeable characteristics of a person which have a definite duration, for example occupation, residence, or name. | |
Module | tei — Schema |
Used by | |
Members | persName |
Note | These characteristics of an individual are typically a consequence of their own action or that of others. |
model.personPart groups elements which form part of the description of a person. | |
Module | tei — Schema |
Used by | |
Members | model.biblLike[bibl biblFull biblStruct listBibl] model.eventLike[event listEvent] model.persStateLike[persName] idno name |
model.phrase groups elements which can occur at the level of individual words or phrases. | |
Module | tei — Schema |
Used by | |
Members | model.graphicLike[binaryObject graphic media] model.highlighted[model.emphLike[distinct emph foreign gloss mentioned soCalled term title] model.hiLike[hi q]] model.lPart model.pPart.data[model.addressLike[address email] model.dateLike[date time] model.measureLike[measure measureGrp num unit] model.nameLike[model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename genName nameLink surname] model.placeStateLike[model.placeNamePart[region]] idno rs]] model.pPart.edit[model.pPart.editorial[abbr choice expan] model.pPart.transcriptional[add corr del orig reg sic unclear]] model.pPart.msdesc model.phrase.xml model.ptrLike[ptr ref] model.segLike[c cl m pc phr s seg w] model.specDescLike ruby |
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 — Schema |
Used by | |
Members | model.placeNamePart[region] |
model.profileDescPart groups elements which may be used inside <profileDesc> and appear multiple times. | |
Module | tei — Schema |
Used by | |
Members | abstract calendarDesc correspDesc creation langUsage particDesc textClass |
model.publicationStmtPart.agency groups the child elements of a <publicationStmt> element of the TEI header that indicate an authorising agent. | |
Module | tei — Schema |
Used by | |
Members | authority distributor publisher |
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 groups the agency-specific child elements of the <publicationStmt> element of the TEI header. | |
Module | tei — Schema |
Used by | |
Members | model.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.segLike groups elements used for arbitrary segmentation. | |
Module | tei — Schema |
Used by | |
Members | c cl m pc phr s seg w |
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.stageLike groups elements containing stage directions or similar things defined by the module for performance texts. | |
Module | tei — Schema |
Used by | |
Members | camera caption move sound stage tech view |
Note | Stage directions are members of class inter: that is, they can appear between or within component-level elements. |
model.standOffPart groups elements which may be used as children of <standOff>. | |
Module | tei — Schema |
Used by | |
Members | model.annotationLike[annotation note] model.biblLike[bibl biblFull biblStruct listBibl] model.global.meta[alt altGrp index interp interpGrp join joinGrp link linkGrp span spanGrp timeline] model.listLike[list listEvent listPerson listRelation] castList listAnnotation listChange seg xenoData |
model.teiHeaderPart groups high level elements which may appear more than once in a TEI header. | |
Module | tei — Schema |
Used by | |
Members | encodingDesc profileDesc xenoData |
model.titlepagePart groups elements which can occur as direct constituents of a title page, such as <docTitle>, <docAuthor>, <docImprint>, or <epigraph>. | |
Module | tei — Schema |
Used by | |
Members | argument binaryObject byline docAuthor docDate docEdition docImprint docTitle epigraph graphic imprimatur titlePart |
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. | |||||||||||||||||||
Module | tei — Schema | ||||||||||||||||||
Members | note noteGrp | ||||||||||||||||||
Attributes |
| ||||||||||||||||||
Example | <p>(...) tamen reuerendos dominos archiepiscopum et canonicos Leopolienses
necnon episcopum in duplicibus Quatuortemporibus<anchor xml:id="A55234"/> totaliter expediui...</p>
<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 provides attributes for elements representing speech or action that can be ascribed to a specific individual. | |||||||||||
Module | tei — Schema | ||||||||||
Members | att.ascribed.directed[move q said sp spGrp stage] change | ||||||||||
Attributes |
|
att.ascribed.directed provides attributes for elements representing speech or action that can be directed at a group or individual. | |||||||||||
Module | tei — Schema | ||||||||||
Members | move q said sp spGrp stage | ||||||||||
Attributes |
|
att.breaking provides attributes to indicate whether or not the element concerned is considered to mark the end of an orthographic token in the same way as whitespace. | |||||||||||
Module | tei — Schema | ||||||||||
Members | cb gb lb milestone pb | ||||||||||
Attributes |
|
att.cReferencing provides attributes that may be used to supply a canonical reference as a means of identifying the target of a pointer. | |||||||||
Module | tei — Schema | ||||||||
Members | gloss ptr ref term | ||||||||
Attributes |
|
att.calendarSystem provides attributes for indicating calendar systems to which a date belongs. | |||||||||||||||
Module | tei — Schema | ||||||||||||||
Members | date docDate time | ||||||||||||||
Attributes |
|
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. | |||||||||||||||||||||
Module | tei — Schema | ||||||||||||||||||||
Members | att.naming[att.personal[addName forename genName name orgName persName surname] author editor event pubPlace region rs] actor authority bibl biblFull biblStruct catDesc correspDesc date distributor docAuthor docTitle funder meeting principal publisher relation resp respStmt sponsor term time title unitDecl unitDef | ||||||||||||||||||||
Attributes |
| ||||||||||||||||||||
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 provides attributes for selecting particular elements within a document. | |||||||
Module | header — Schema | ||||||
Members | citeData citeStructure | ||||||
Attributes |
|
att.citing provides attributes for specifying the specific part of a bibliographic item being cited. | |||||||||||||||||||||
Module | tei — Schema | ||||||||||||||||||||
Members | biblScope citedRange | ||||||||||||||||||||
Attributes |
|
att.cmc (computer-mediated communication) provides attributes categorizing how the element content was created in a CMC environment. | |||||||||||||||||||||
Module | tei — Schema | ||||||||||||||||||||
Members | ab abbr add addName address alt altGrp anchor argument bibl biblFull biblStruct binaryObject byline c cb choice cit cl closer corr date dateline del desc distinct docAuthor docDate email emph epigraph expan figure floatingText foreign forename gap gb genName gloss graphic head hi idno index interp interpGrp join joinGrp l label lb lg link linkGrp list listBibl listEvent listPerson listRelation m measure measureGrp media meeting mentioned milestone name nameLink note noteGrp num opener orgName orig p pb pc persName phr postscript ptr q quote ref reg region rs ruby s said salute seg sic signed soCalled span spanGrp stage surname term time timeline title trailer unclear unit w | ||||||||||||||||||||
Attributes |
|
att.datable provides attributes for normalization of elements that contain dates, times, or datable events. | |||||||
Module | tei — Schema | ||||||
Members | application author change conversion creation date docDate editor event funder idno licence meeting name orgName persName principal region relation resp sponsor time title unitDecl unitDef | ||||||
Attributes |
| ||||||
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 — Schema | ||||||||||||||||||||||||||||||||||||
Members | att.datable[application author change conversion creation date docDate editor event funder idno licence meeting name orgName persName principal region relation resp sponsor time title unitDecl unitDef] | ||||||||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:*[@when]">
<sch:report test="@notBefore|@notAfter|@from|@to"
role="nonfatal">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 test="@notBefore"
role="nonfatal">The @from and @notBefore attributes cannot be used together.</sch:report>
</sch:rule> | ||||||||||||||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:*[@to]">
<sch:report test="@notAfter"
role="nonfatal">The @to and @notAfter attributes cannot be used together.</sch:report>
</sch:rule> | ||||||||||||||||||||||||||||||||||||
Example | <date from="1863-05-28" to="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 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 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. | |||||||||||||||||||
Module | tei — Schema | ||||||||||||||||||
Members | att.segLike[c cl m pc phr s seg w] category tagUsage taxonomy | ||||||||||||||||||
Attributes |
| ||||||||||||||||||
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 name="POS"
datcat="http://hdl.handle.net/11459/CCR_C-396_5a972b93-2294-ab5c-a541-7c344c5f26c3">
<symbol valueDatcat="http://hdl.handle.net/11459/CCR_C-1256_7ec6083c-23d4-224d-6f94-eecbe6861545"
value="NN"/>
</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 [[undefined FS]]. <fs>
<f name="POS" fVal="#commonNoun"/>
</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 xml:id="commonNoun" value="NN"
datcat="http://hdl.handle.net/11459/CCR_C-396_5a972b93-2294-ab5c-a541-7c344c5f26c3"/>
<symbol xml:id="properNoun" value="NP"
datcat="http://hdl.handle.net/11459/CCR_C-1371_fbebd9ec-a7f4-9a36-d6e9-88ee16b944ae"/>
</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="ccr" matchPattern="pos"
replacementPattern="http://hdl.handle.net/11459/CCR_C-396_5a972b93-2294-ab5c-a541-7c344c5f26c3"/>
<prefixDef ident="ccr" matchPattern="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 xml:id="UD-SYN"
datcat="https://universaldependencies.org/u/dep/index.html">
<desc>
<term>UD syntactic relations</term>
</desc>
<category xml:id="acl"
valueDatcat="https://universaldependencies.org/u/dep/acl.html">
<catDesc>
<term>acl</term>: Clausal modifier of noun (adjectival clause)</catDesc>
</category>
<category xml:id="acl_relcl"
valueDatcat="https://universaldependencies.org/u/dep/acl-relcl.html">
<catDesc>
<term>acl:relcl</term>: relative clause modifier</catDesc>
</category>
<category xml:id="advcl"
valueDatcat="https://universaldependencies.org/u/dep/advcl.html">
<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 value="NN"
datcat="http://hdl.handle.net/11459/CCR_C-1256_7ec6083c-23d4-224d-6f94-eecbe6861545"/>
<symbol value="NP"
datcat="http://hdl.handle.net/11459/CCR_C-1371_fbebd9ec-a7f4-9a36-d6e9-88ee16b944ae"/>
</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. <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 xml:id="domain.medical_and_health_sciences.medicine"
valueDatcat="https://vocabs.rossio.fcsh.unl.pt/pub/morais_domains/pt/page/0025">
<catDesc xml:lang="en">
<term>Medicine</term>
<gloss/>
</catDesc>
<catDesc xml:lang="pt">
<term>Medicina</term>
<gloss/>
</catDesc>
</category>
</category>
</taxonomy>
</classDecl>
</encodingDesc>
<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 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.dimensions provides attributes for describing the size of physical objects. | |||||||||||||||||||||||||||||||||||||||
Module | tei — Schema | ||||||||||||||||||||||||||||||||||||||
Members | add date del ellipsis gap time unclear | ||||||||||||||||||||||||||||||||||||||
Attributes |
|
att.divLike provides attributes common to all elements which behave in the same way as divisions. | |||||||||||||||||
Module | tei — Schema | ||||||||||||||||
Members | div lg | ||||||||||||||||
Attributes |
|
att.edition provides attributes identifying the source edition from which some encoded feature derives. | |||||||||||||
Module | tei — Schema | ||||||||||||
Members | cb gb lb milestone pb refState | ||||||||||||
Attributes |
| ||||||||||||
Example | <l>Of Mans First Disobedience,<lb ed="1674"/> and<lb ed="1667"/> the Fruit</l>
<l>Of that Forbidden Tree, whose<lb ed="1667 1674"/> mortal tast</l>
<l>Brought Death into the World,<lb ed="1667"/> and all<lb ed="1674"/> our woe,</l> | ||||||||||||
Example | <listBibl>
<bibl xml:id="stapledon1937">
<author>Olaf Stapledon</author>,
<title>Starmaker</title>, <publisher>Methuen</publisher>, <date>1937</date>
</bibl>
<bibl xml:id="stapledon1968">
<author>Olaf Stapledon</author>,
<title>Starmaker</title>, <publisher>Dover</publisher>, <date>1968</date>
</bibl>
</listBibl>
<p>Looking into the future aeons from the supreme moment of
the cosmos, I saw the populations still with all their
strength maintaining the<pb n="411" edRef="#stapledon1968"/>essentials of their ancient culture,
still living their personal lives in zest and endless
novelty of action, … I saw myself still
preserving, though with increasing difficulty, my lucid
con-<pb n="291" edRef="#stapledon1937"/>sciousness;</p> |
att.formula provides attributes for defining a mathematical formula. | |||||||
Module | tei — Schema | ||||||
Members | conversion | ||||||
Attributes |
| ||||||
Example | <encodingDesc>
<unitDecl>
<unitDef xml:id="stadium" type="linear">
<label>stadium</label>
<placeName ref="#rome"/>
<conversion fromUnit="#pes"
toUnit="#stadium" formula="$fromUnit * 625"/>
<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 xml:id="wmw" type="power">
<label>whatmeworry</label>
<conversion fromUnit="#hpk"
toUnit="#wmw" formula="$fromUnit * 1"/>
<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 xml:id="kwmw" type="power">
<label>kilowhatmeworry</label>
<conversion fromUnit="#wmw"
toUnit="#kwmw" formula="$fromUnit div 1000"/>
<desc>The kilowhatmeworry is equivalent to 1000 whatmeworries.</desc>
</unitDef>
<unitDef xml:id="ap" type="power">
<label>kilowhatmeworry</label>
<conversion fromUnit="#kwmw"
toUnit="#ap" formula="$fromUnit div 100"/>
<desc>One unit of aeolipower (A.P.) is equivalent to 100 kilowhatmeworries.</desc>
</unitDef>
</unitDecl>
</encodingDesc> | ||||||
Example | <conversion fromUnit="#furlongsPerFortnight"
toUnit="#milesPerHour"
formula="$fromUnit cast as xs:decimal * 0.000372"/> | ||||||
Example | <conversion fromUnit="#deciday"
toUnit="hour"
formula="$fromUnit cast as xs:decimal * 144 div 60"/> | ||||||
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 provides attributes for representing fragmentation of a structural element, typically as a consequence of some overlapping hierarchy. | |||||||||||
Module | tei — Schema | ||||||||||
Members | att.divLike[div lg] att.segLike[c cl m pc phr s seg w] ab l p | ||||||||||
Attributes |
|
att.global provides a set of attributes common to all elements in the tei_drama customization of the TEI encoding scheme. | |||||||||||||||||||||||||||||||||||||||||||||
Module | tei — Schema | ||||||||||||||||||||||||||||||||||||||||||||
Members | TEI ab abbr abstract actor add addName addrLine address alt altGrp analytic anchor annotation appInfo application argument author authority availability back bibl biblFull biblScope biblStruct binaryObject body byline c cRefPattern calendar calendarDesc camera caption castGroup castItem castList catDesc catRef category cb change choice cit citeData citeStructure citedRange cl classCode classDecl closer conversion corr correction correspAction correspContext correspDesc creation date dateline del desc distinct distributor div divGen docAuthor docDate docEdition docImprint docTitle edition editionStmt editor editorialDecl ellipsis email emph encodingDesc epigraph epilogue event expan extent figure fileDesc floatingText foreign forename front funder gap gb genName geoDecl gloss graphic group handNote head headItem headLabel hi hyphenation idno imprimatur imprint index interp interpGrp interpretation item join joinGrp keywords l label langUsage language lb lg licence link linkGrp list listAnnotation listBibl listChange listEvent listPerson listPrefixDef listRelation m measure measureGrp media meeting mentioned milestone monogr move name nameLink namespace normalization note noteGrp notesStmt num opener orgName orig p particDesc pb pc performance persName person personGrp phr postBox postCode postscript prefixDef principal profileDesc projectDesc prologue ptr pubPlace publicationStmt publisher punctuation q quotation quote rb ref refState refsDecl reg region relatedItem relation rendition resp respStmt revisionDesc role roleDesc rs rt ruby s said salute samplingDecl schemaRef scriptNote seg segmentation series seriesStmt set sic signed soCalled sound sourceDesc sp spGrp span spanGrp speaker sponsor stage standOff stdVals street styleDefDecl surname tagUsage tagsDecl taxonomy tech teiCorpus teiHeader term text textClass textLang time timeline title titlePage titlePart titleStmt trailer unclear unit unitDecl unitDef view w when xenoData | ||||||||||||||||||||||||||||||||||||||||||||
Attributes |
|
att.global.analytic provides additional global attributes for associating specific analyses or interpretations with appropriate portions of a text. | |||||||||
Module | analysis — Schema | ||||||||
Members | att.global[TEI ab abbr abstract actor add addName addrLine address alt altGrp analytic anchor annotation appInfo application argument author authority availability back bibl biblFull biblScope biblStruct binaryObject body byline c cRefPattern calendar calendarDesc camera caption castGroup castItem castList catDesc catRef category cb change choice cit citeData citeStructure citedRange cl classCode classDecl closer conversion corr correction correspAction correspContext correspDesc creation date dateline del desc distinct distributor div divGen docAuthor docDate docEdition docImprint docTitle edition editionStmt editor editorialDecl ellipsis email emph encodingDesc epigraph epilogue event expan extent figure fileDesc floatingText foreign forename front funder gap gb genName geoDecl gloss graphic group handNote head headItem headLabel hi hyphenation idno imprimatur imprint index interp interpGrp interpretation item join joinGrp keywords l label langUsage language lb lg licence link linkGrp list listAnnotation listBibl listChange listEvent listPerson listPrefixDef listRelation m measure measureGrp media meeting mentioned milestone monogr move name nameLink namespace normalization note noteGrp notesStmt num opener orgName orig p particDesc pb pc performance persName person personGrp phr postBox postCode postscript prefixDef principal profileDesc projectDesc prologue ptr pubPlace publicationStmt publisher punctuation q quotation quote rb ref refState refsDecl reg region relatedItem relation rendition resp respStmt revisionDesc role roleDesc rs rt ruby s said salute samplingDecl schemaRef scriptNote seg segmentation series seriesStmt set sic signed soCalled sound sourceDesc sp spGrp span spanGrp speaker sponsor stage standOff stdVals street styleDefDecl surname tagUsage tagsDecl taxonomy tech teiCorpus teiHeader term text textClass textLang time timeline title titlePage titlePart titleStmt trailer unclear unit unitDecl unitDef view w when xenoData] | ||||||||
Attributes |
|
att.global.rendition provides rendering attributes common to all elements in the TEI encoding scheme. | |||||||||||
Module | tei — Schema | ||||||||||
Members | att.global[TEI ab abbr abstract actor add addName addrLine address alt altGrp analytic anchor annotation appInfo application argument author authority availability back bibl biblFull biblScope biblStruct binaryObject body byline c cRefPattern calendar calendarDesc camera caption castGroup castItem castList catDesc catRef category cb change choice cit citeData citeStructure citedRange cl classCode classDecl closer conversion corr correction correspAction correspContext correspDesc creation date dateline del desc distinct distributor div divGen docAuthor docDate docEdition docImprint docTitle edition editionStmt editor editorialDecl ellipsis email emph encodingDesc epigraph epilogue event expan extent figure fileDesc floatingText foreign forename front funder gap gb genName geoDecl gloss graphic group handNote head headItem headLabel hi hyphenation idno imprimatur imprint index interp interpGrp interpretation item join joinGrp keywords l label langUsage language lb lg licence link linkGrp list listAnnotation listBibl listChange listEvent listPerson listPrefixDef listRelation m measure measureGrp media meeting mentioned milestone monogr move name nameLink namespace normalization note noteGrp notesStmt num opener orgName orig p particDesc pb pc performance persName person personGrp phr postBox postCode postscript prefixDef principal profileDesc projectDesc prologue ptr pubPlace publicationStmt publisher punctuation q quotation quote rb ref refState refsDecl reg region relatedItem relation rendition resp respStmt revisionDesc role roleDesc rs rt ruby s said salute samplingDecl schemaRef scriptNote seg segmentation series seriesStmt set sic signed soCalled sound sourceDesc sp spGrp span spanGrp speaker sponsor stage standOff stdVals street styleDefDecl surname tagUsage tagsDecl taxonomy tech teiCorpus teiHeader term text textClass textLang time timeline title titlePage titlePart titleStmt trailer unclear unit unitDecl unitDef view w when xenoData] | ||||||||||
Attributes |
|
att.global.source provides attributes used by elements to point to an external source. | |||||||||||
Module | tei — Schema | ||||||||||
Members | att.global[TEI ab abbr abstract actor add addName addrLine address alt altGrp analytic anchor annotation appInfo application argument author authority availability back bibl biblFull biblScope biblStruct binaryObject body byline c cRefPattern calendar calendarDesc camera caption castGroup castItem castList catDesc catRef category cb change choice cit citeData citeStructure citedRange cl classCode classDecl closer conversion corr correction correspAction correspContext correspDesc creation date dateline del desc distinct distributor div divGen docAuthor docDate docEdition docImprint docTitle edition editionStmt editor editorialDecl ellipsis email emph encodingDesc epigraph epilogue event expan extent figure fileDesc floatingText foreign forename front funder gap gb genName geoDecl gloss graphic group handNote head headItem headLabel hi hyphenation idno imprimatur imprint index interp interpGrp interpretation item join joinGrp keywords l label langUsage language lb lg licence link linkGrp list listAnnotation listBibl listChange listEvent listPerson listPrefixDef listRelation m measure measureGrp media meeting mentioned milestone monogr move name nameLink namespace normalization note noteGrp notesStmt num opener orgName orig p particDesc pb pc performance persName person personGrp phr postBox postCode postscript prefixDef principal profileDesc projectDesc prologue ptr pubPlace publicationStmt publisher punctuation q quotation quote rb ref refState refsDecl reg region relatedItem relation rendition resp respStmt revisionDesc role roleDesc rs rt ruby s said salute samplingDecl schemaRef scriptNote seg segmentation series seriesStmt set sic signed soCalled sound sourceDesc sp spGrp span spanGrp speaker sponsor stage standOff stdVals street styleDefDecl surname tagUsage tagsDecl taxonomy tech teiCorpus teiHeader term text textClass textLang time timeline title titlePage titlePart titleStmt trailer unclear unit unitDecl unitDef view w when xenoData] | ||||||||||
Attributes |
| ||||||||||
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="p" source="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"/> Create a schema using components taken from the file mycompiledODD.xml. |
att.handFeatures provides attributes describing aspects of the hand in which a manuscript is written. | |||||||||||||||||||||||||||||||
Module | tei — Schema | ||||||||||||||||||||||||||||||
Members | handNote scriptNote | ||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||
Note | Usually either script or scriptRef, and similarly, either scribe or scribeRef, will be supplied. |
att.internetMedia provides attributes for specifying the type of a computer resource using a standard taxonomy. | |||||||
Module | tei — Schema | ||||||
Members | att.media[binaryObject graphic media] ptr ref | ||||||
Attributes |
| ||||||
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.interpLike provides attributes for elements which represent a formal analysis or interpretation. | |||||||||||||||||||||||||
Module | tei — Schema | ||||||||||||||||||||||||
Members | interp interpGrp span spanGrp | ||||||||||||||||||||||||
Attributes |
|
att.lexicographic.normalized provides attributes for usage within word-level elements in the analysis module and within lexicographic microstructure in the dictionaries module. | |||||||||||||||||||||||||||||||
Module | analysis — Schema | ||||||||||||||||||||||||||||||
Members | att.linguistic[pc w] | ||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||
Note | It needs to be stressed that the two attributes in this class are meant for strictly lexicographic and linguistic uses, and not for editorial interventions. For the latter, the mechanism based on <choice>, <orig>, and <reg> needs to be employed. |
att.linguistic provides a set of attributes concerning linguistic features of tokens, for usage within token-level elements, specifically <w> and <pc> in the analysis module. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Module | analysis — Schema | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Members | pc w | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
Note | These attributes make it possible to encode simple language corpora and to add a layer of linguistic information to any tokenized resource. See section 18.4.2. Lightweight Linguistic Annotation for discussion. |
att.locatable provides attributes for referencing locations by pointing to entries in a canonical list of places. | |||||||
Module | tei — Schema | ||||||
Members | conversion event | ||||||
Attributes |
|
att.measurement provides attributes to represent a regularized or normalized measurement. | |||||||||||||||||||||||||||||||
Module | tei — Schema | ||||||||||||||||||||||||||||||
Members | measure measureGrp unit | ||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:*[@unitRef]">
<sch:report test="@unit" role="info">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 quantity="0.5" unit="gal"
commodity="ice cream">half
a gallon</measure>, baby</l>
<l>So won't you go and buy <measure quantity="1.893" unit="L"
commodity="ice cream">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 provides attributes for specifying display and related properties of external media. | |||||||||||||||||||
Module | tei — Schema | ||||||||||||||||||
Members | binaryObject graphic media | ||||||||||||||||||
Attributes |
|
att.milestoneUnit provides attributes to indicate the type of section which is changing at a specific milestone. | |||||||||||||
Module | core — Schema | ||||||||||||
Members | milestone refState | ||||||||||||
Attributes |
|
att.naming provides attributes common to elements which refer to named persons, places, organizations etc. | |||||||||||||||
Module | tei — Schema | ||||||||||||||
Members | att.personal[addName forename genName name orgName persName surname] author editor event pubPlace region rs | ||||||||||||||
Attributes |
|
att.patternReplacement provides attributes for regular-expression matching and replacement. | |||||||||||||||||
Module | header — Schema | ||||||||||||||||
Members | cRefPattern prefixDef | ||||||||||||||||
Attributes |
|
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. | |||||||||||||||
Module | tei — Schema | ||||||||||||||
Members | addName forename genName name orgName persName surname | ||||||||||||||
Attributes |
|
att.placement provides attributes for describing where on the source page or object a textual element appears. | |||||||||||||
Module | tei — Schema | ||||||||||||
Members | div figure head label note noteGrp postscript sp speaker stage trailer | ||||||||||||
Attributes |
|
att.pointing provides a set of attributes used by all elements which point to other elements by means of one or more URI references. | |||||||||||||||||||||||||||||||
Module | tei — Schema | ||||||||||||||||||||||||||||||
Members | att.pointing.group[altGrp joinGrp linkGrp] alt annotation calendar catRef citedRange gloss join licence link note noteGrp ptr ref span term | ||||||||||||||||||||||||||||||
Attributes |
|
att.pointing.group provides a set of attributes common to all elements which enclose groups of pointer elements. | |||||||||||||||||
Module | tei — Schema | ||||||||||||||||
Members | altGrp joinGrp linkGrp | ||||||||||||||||
Attributes |
|
att.ranging provides attributes for describing numerical ranges. | |||||||||||||||||||||||||||||||
Module | tei — Schema | ||||||||||||||||||||||||||||||
Members | att.dimensions[add date del ellipsis gap time unclear] measure num | ||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||
Example | The MS. was lost in transmission by mail from
<del rend="overstrike">
<gap reason="illegible"
extent="one or two letters" atLeast="1" atMost="2" unit="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" unit="USD"
commodity="currency">more
than $120m</measure> in aid to Ukrainians.
|
att.resourced provides attributes by which a resource (such as an externally held media file) may be located. | |||||||
Module | tei — Schema | ||||||
Members | graphic media schemaRef | ||||||
Attributes |
|
att.scope provides attributes to describe, in general terms, the scope of an element’s application. | |||||||||||||
Module | tei — Schema | ||||||||||||
Members | att.handFeatures[handNote scriptNote] language | ||||||||||||
Attributes |
|
att.segLike provides attributes for elements used for arbitrary segmentation. | |||||||||
Module | tei — Schema | ||||||||
Members | c cl m pc phr s seg w | ||||||||
Attributes |
|
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. | |||||||||||
Module | tei — Schema | ||||||||||
Members | bibl biblFull biblStruct correspAction event idno item list listBibl listChange listEvent listPerson listRelation person personGrp relation term | ||||||||||
Attributes |
|
att.spanning provides attributes for elements which delimit a span of text by pointing mechanisms rather than by enclosing it. | |||||||||
Module | tei — Schema | ||||||||
Members | cb gb index lb milestone pb | ||||||||
Attributes |
| ||||||||
Note | The span is defined as running in document order from the start of the content of the pointing element to the end of the content of the element pointed to by the spanTo attribute (if any). If no value is supplied for the attribute, the assumption is that the span is coextensive with the pointing element. If no content is present, the assumption is that the starting point of the span is immediately following the element itself. |
att.styleDef provides attributes to specify the name of a formal definition language used to provide formatting or rendition information. | |||||||||||||||||||||
Module | tei — Schema | ||||||||||||||||||||
Members | rendition styleDefDecl | ||||||||||||||||||||
Attributes |
|
att.timed provides attributes common to those elements which have a duration in time, expressed either absolutely or by reference to an alignment map. | |||||||||||||||||
Module | tei — Schema | ||||||||||||||||
Members | binaryObject ellipsis gap media | ||||||||||||||||
Attributes |
|
att.typed provides attributes that can be used to classify or subclassify elements in any way. | |||||||||||
Module | tei — Schema | ||||||||||
Members | att.pointing.group[altGrp joinGrp linkGrp] TEI ab abbr add addName alt anchor application bibl biblStruct binaryObject c calendar camera castItem cb change cit cl corr correspAction correspDesc date del desc distinct div divGen event figure floatingText forename gb genName gloss graphic group head idno join label lb lg link list listAnnotation listBibl listChange listEvent listPerson listRelation m measure measureGrp media milestone move name nameLink note noteGrp num orgName pb pc persName phr ptr quote rb ref reg region relatedItem relation rs rt ruby s schemaRef seg sound spGrp standOff surname tech teiCorpus term text time title titlePage titlePart trailer unit unitDef w xenoData | ||||||||||
Attributes |
| ||||||||||
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 24.3.1.3. Modification of Attribute and Attribute Value Lists . |
macro.abContent (anonymous block content) defines the content of anonymous block elements. | |
Module | tei — Schema |
Used by | |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.paraPart"/> <elementRef key="ab"/> </alternate> </content> ⚓ |
Declaration | tei_macro.abContent = ( text | tei_model.paraPart | tei_ab )*⚓ |
macro.limitedContent (paragraph content) defines the content of prose elements that are not used for transcription of extant materials. | |
Module | tei — Schema |
Used by | |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.limitedPhrase"/> <classRef key="model.inter"/> </alternate> </content> ⚓ |
Declaration | tei_macro.limitedContent = ( text | tei_model.limitedPhrase | tei_model.inter )*⚓ |
macro.paraContent (paragraph content) defines the content of paragraphs and similar elements. | |
Module | tei — Schema |
Used by | |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.paraPart"/> </alternate> </content> ⚓ |
Declaration | tei_macro.paraContent = ( text | tei_model.paraPart )*⚓ |
macro.phraseSeq (phrase sequence) defines a sequence of character data and phrase-level elements. | |
Module | tei — Schema |
Used by | abbr actor addName addrLine author biblScope citedRange cl distinct distributor docAuthor docDate edition editor email expan extent foreign forename genName geoDecl gloss headItem headLabel measure mentioned name nameLink num orgName persName phr pubPlace publisher rb region role roleDesc rs rt s soCalled speaker street surname term unit |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <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 (limited phrase sequence) defines a sequence of character data and those phrase-level elements that are not typically used for transcribing extant documents. | |
Module | tei — Schema |
Used by | |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <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 ('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. | |
Module | tei — Schema |
Used by | |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <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 )*⚓ |
macro.xtext (extended text) defines a sequence of character data and gaiji elements. | |
Module | tei — Schema |
Used by | |
Content model | <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> </alternate> </content> ⚓ |
Declaration | tei_macro.xtext = ( text | tei_model.gLike )*⚓ |
teidata.authority defines attribute values which derive from an authority list, which may be an enumerated list defined in the document's schema, a list or taxonomy elsewhere in the document, or an online taxonomy, gazetteer, or other authority. | |
Module | tei — Schema |
Used by | Element:
|
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <dataRef key="teidata.enumerated"/> <dataRef key="teidata.pointer"/> </alternate> </content> ⚓ |
Declaration | tei_teidata.authority = teidata.enumerated | teidata.pointer⚓ |
Note | Attribute values with this datatype should either come from a value list in the attribute specification (teidata.enumerated) or be a valid URI (teidata.pointer). |
teidata.certainty defines the range of attribute values expressing a degree of certainty. | |
Module | tei — Schema |
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 defines the range of attribute values used for a non-negative integer value used as a count. | |
Module | tei — Schema |
Used by | |
Content model | <content> <dataRef name="nonNegativeInteger"/> </content> ⚓ |
Declaration | tei_teidata.count = xsd:nonNegativeInteger⚓ |
Note | Any positive integer value or zero is permitted |
teidata.enumerated defines the range of attribute values expressed as a single XML name taken from a list of documented possibilities. | |
Module | tei — Schema |
Used by | teidata.authority 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 defines the range of attribute values used to represent the gender of a person, persona, or character. | |
Module | tei — Schema |
Used by | |
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 10.3.1. Information on Written and Spoken Forms). |
teidata.interval defines attribute values used to express an interval value. | |
Module | tei — Schema |
Used by | |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <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 defines the range of attribute values used to identify a particular combination of human language and writing system. | |
Module | tei — Schema |
Used by | |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <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.
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 Examples include
The W3C Internationalization Activity has published a useful introduction to BCP 47, Language tags in HTML and XML. |
teidata.name defines the range of attribute values expressed as an XML Name. | |
Module | tei — Schema |
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.namespace defines the range of attribute values used to indicate XML namespaces as defined by the W3C Namespaces in XML Technical Recommendation. | |
Module | tei — Schema |
Used by | Element:
|
Content model | <content> <dataRef restriction="\S+" name="anyURI"/> </content> ⚓ |
Declaration | tei_teidata.namespace = xsd:anyURI { pattern = "\S+" }⚓ |
Note | The range of syntactically valid values is defined by RFC 3986 Uniform Resource Identifier (URI): Generic Syntax |
teidata.numeric defines the range of attribute values used for numeric values. | |
Module | tei — Schema |
Used by | Element:
|
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <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. |
teidata.outputMeasurement defines a range of values for use in specifying the size of an object that is intended for display. | |
Module | tei — Schema |
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 { 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" width="600px"
url="http://www.tei-c.org/logos/TEI-600.jpg"/>
</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 defines attribute values which are expressed as a regular expression. | |
Module | tei — Schema |
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 WikipediaH(ä|ae?)ndel (or alternatively, it is said that the pattern H(ä|ae?)ndel matches each of the three strings)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.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. | |
Module | tei — Schema |
Used by | teidata.authorityElement:
|
Content model | <content> <dataRef restriction="\S+" name="anyURI"/> </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, |
teidata.prefix defines a range of values that may function as a URI scheme name. | |
Module | tei — Schema |
Used by | Element:
|
Content model | <content> <dataRef name="token" restriction="[a-z][a-z0-9\+\.\-]*"/> </content> ⚓ |
Declaration | tei_teidata.prefix = token { pattern = "[a-z][a-z0-9\+\.\-]*" }⚓ |
Note | This datatype is used to constrain a string of characters to one that can be used as a URI scheme name according to RFC 3986, section 3.1. Thus only the 26 lowercase letters a–z, the 10 digits 0–9, the plus sign, the period, and the hyphen are permitted, and the value must start with a letter. |
teidata.probability defines the range of attribute values expressing a probability. | |
Module | tei — Schema |
Used by | Element:
|
Content model | <content> <dataRef name="double"> <dataFacet name="minInclusive" value="0"/> <dataFacet name="maxInclusive" value="1"/> </dataRef> </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.sex defines the range of attribute values used to identify the sex of an organism. | |
Module | tei — Schema |
Used by | |
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 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. | |
Module | tei — Schema |
Used by | Element:
|
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <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 | xsd:gMonth | xsd:gDay | xsd:gYearMonth | 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:2004 describes both a basic and an extended format, these Guidelines recommend use of the extended format. |
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. | |
Module | tei — Schema |
Used by | |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <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 | xsd:gMonth | xsd:gDay | 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. |
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. | |
Module | tei — Schema |
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 defines the range of attribute values used to express a truth value. | |
Module | tei — Schema |
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 defines the range of attribute values which may be used to specify a TEI or Unicode version number. | |
Module | tei — Schema |
Used by | |
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 defines the range of attribute values used for version numbers. | |
Module | tei — Schema |
Used by | Element:
|
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}" }⚓ |
teidata.word defines the range of attribute values expressed as a single word or token. | |
Module | tei — Schema |
Used by | teidata.enumeratedElement: |
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.xTruthValue (extended truth value) defines the range of attribute values used to express a truth value which may be unknown. | |
Module | tei — Schema |
Used by | |
Content model | <content> <alternate minOccurs="1" maxOccurs="1"> <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. |
teidata.xpath defines attribute values which contain an XPath expression. | |
Module | tei — Schema |
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. |
Schematron | Encoding Hint: Wikidata Identifier There are some common errors when connecting a play to the respective entity on Wikidata:
<sch:rule context="tei:TEI/tei:standOff/tei:listRelation/tei:relation[@name eq 'wikidata']"
role="warning"
see="https://dracor.org/doc/odd#section-play-wikidata">
<sch:let name="expected_play_uri"
value="concat('https://dracor.org/entity/',./ancestor::tei:TEI/@xml:id/string())"/>
<sch:assert test="starts-with(./@passive/string(),'http://www.wikidata.org/entity/')"> The value of the attribute '@passive' MUST start with
"http://www.wikidata.org/entity/" to be a valid Wikidata URI.
</sch:assert>
<sch:assert test="./@active/string() eq $expected_play_uri"> The value of the attribute '@active' SHOULD follow the
pattern "https://dracor.org/entity/{play_id}.
[Expected value:
'<xsl:value-of select="$expected_play_uri"/>']"
</sch:assert>
</sch:rule> |
Schematron | Feature-Check: P2 play_id
<sch:rule context="/" role="information"
see="https://dracor.org/doc/odd#play_id">
<sch:let name="play_id"
value="/tei:TEI/@xml:id/string()"/>
<sch:report test="/tei:TEI/@xml:id"> Supported API feature: play_id [value:
<sch:value-of select="$play_id"/>]</sch:report>
</sch:rule> |
Schematron | Feature-Check: P6 play_subtitle
<sch:rule context="/" role="information"
see="https://dracor.org/doc/odd#play_subtitle">
<sch:let name="play_subtitle"
value="/tei:TEI/tei:teiHeader/tei:fileDesc/tei:titleStmt/tei:title[@type
= 'sub' and not(@xml:lang or ./ancestor::tei:TEI/@xml:lang = @xml:lang)]/normalize-space()"/>
<sch:report test="tei:TEI/tei:teiHeader/tei:fileDesc/tei:titleStmt/tei:title[@type='sub']"> Supported API feature: play_subtitle [value:
<sch:value-of select="$play_subtitle"/>]
</sch:report>
</sch:rule> |
Schematron | Feature-Check: P5 play_title
<sch:rule context="/" role="information"
see="https://dracor.org/doc/odd#play_title">
<sch:let name="play_title"
value="/tei:TEI/tei:teiHeader/tei:fileDesc/tei:titleStmt/tei:title[not(@type
= 'sub') and not(@xml:lang or ./ancestor::tei:TEI/@xml:lang = @xml:lang)]/normalize-space()"/>
<sch:report test="/tei:TEI/tei:teiHeader/tei:fileDesc/tei:titleStmt/tei:title[not(@type
= 'sub') and not(@xml:lang or ./ancestor::tei:TEI/@xml:lang = @xml:lang)]"> Supported API feature: play_title [value:
<sch:value-of select="$play_title"/>]
</sch:report>
</sch:rule> |
Schematron | Feature-Check: P4 play_wikidata_id
<sch:rule context="/" role="information"
see="https://dracor.org/doc/odd#play_wikidata_id">
<sch:let name="play_wikidata"
value="/tei:TEI/tei:standOff/tei:listRelation/tei:relation[@name eq 'wikidata']/@passive/string()"/>
<sch:report test="/tei:TEI/tei:standOff/tei:listRelation/tei:relation[@name eq 'wikidata']/@passive[starts-with(.,'http://www.wikidata.org/entity/')]"> Supported API feature: play_wikidata_id [value:
<sch:value-of select="substring-after($play_wikidata, 'http://www.wikidata.org/entity/')"/>]
</sch:report>
</sch:rule> |
Schematron | Feature-Check: P25 play_year_printed
<sch:rule context="/" role="information"
see="https://dracor.org/doc/odd#play_year_printed">
<sch:let name="play_year_printed"
value="/tei:TEI/tei:standOff/tei:listEvent/tei:event[@type eq 'print']/@when/string()"/>
<sch:report test="/tei:TEI/tei:standOff/tei:listEvent/tei:event[@type eq 'print']/@when"> Supported API feature: play_year_printed [value:
<sch:value-of select="$play_year_printed"/>]
</sch:report>
</sch:rule> |
Schematron | Feature-Check: P24 play_year_written
<sch:rule context="/" role="information"
see="https://dracor.org/doc/odd#play_year_written">
<sch:let name="play_year_written"
value="/tei:TEI/tei:standOff/tei:listEvent/tei:event[@type eq 'written']/@when/string()"/>
<sch:report test="/tei:TEI/tei:standOff/tei:listEvent/tei:event[@type eq 'written']/@when"> Supported API feature: play_year_written [value:
<sch:value-of select="$play_year_written"/>]
</sch:report>
</sch:rule> |
In the Report on Programmable Corpora (https://zenodo.org/records/7664964) we identified ‘features’ that are returned by the DraCor API. We include the adapted tables here for reference.
C1 | corpus_name |
C2 | corpus_uri |
C3 | corpus_title |
C4 | corpus_acronym |
C5 | corpus_description |
C6 | corpus_repository |
C7 | corpus_licence |
C8 | corpus_licence_url |
C9 | corpus_num_of_plays |
C10 | corpus_num_of_characters |
C11 | corpus_num_of_characters_male |
C12 | corpus_num_of_characters_female |
C13 | corpus_num_of_tei_text_elements |
C14 | corpus_num_of_sp |
C15 | corpus_num_of_stage |
C16 | corpus_num_of_word_tokens_in_text_elements |
C17 | corpus_num_of_word_tokens_in_sp |
C18 | corpus_num_of_word_tokens_in_stage |
C19 | corpus_metrics_date_updated |
C20 | corpus_play_objects |
P1 | play_corpus_name |
P2 | play_id |
P3 | play_name |
P4 | play_wikidata_id |
P5 | play_title |
P6 | play_subtitle |
P7 | play_title_en |
P8 | play_subtitle_en |
P9 | play_author_name |
P10 | play_author_name_en |
P11 | play_author_fullname |
P12 | play_author_fullname_en |
P13 | play_author_shortname |
P14 | play_author_shortname_en |
P15 | play_first_author_name |
P16 | play_first_author_shortname |
P17 | play_first_author_deprecation_warning |
P18 | play_author_also_known_as |
P19 | play_author_ref_external_id |
P20 | play_author_ref_type |
P21 | play_num_of_co_authors |
P22 | play_genre_normalized |
P23 | play_is_libretto |
P24 | play_year_written |
P25 | play_year_printed |
P26 | play_year_premiered |
P27 | play_year_normalized |
P28 | play_digital_source_name |
P29 | play_digital_source_url |
P30 | play_original_source_full_citation |
P31 | play_original_source_publisher |
P32 | play_original_source_publication_place |
P33 | play_original_source_publication_year |
P34 | play_original_source_num_of_pages |
P35 | play_num_of_wikipedia_links |
P36 | play_segments |
P37 | play_num_of_segments |
P38 | play_num_of_acts |
P39 | play_num_of_paragraphs |
P40 | play_num_of_verse_lines |
P41 | play_num_of_word_tokens_in_text_elements |
P42 | play_num_of_word_tokens_in_sp |
P43 | play_num_of_word_tokens_in_stage |
P44 | play_characters |
P45 | play_num_of_speakers |
P46 | play_num_of_speakers_sex_female |
P47 | play_num_of_speakers_sex_male |
P48 | play_num_of_speakers_sex_unknown |
P49 | play_num_of_person_groups |
P50 | play_all_in_segment |
P51 | play_all_in_index |
P52 | play_character_relations |
P53 | play_network_data_csv_url |
P54 | play_network_nodes |
P55 | play_network_size |
P56 | play_network_num_edges |
P57 | play_network_average_degree |
P58 | play_network_density |
P59 | play_network_diameter |
P60 | play_network_average_path_length |
P61 | play_network_average_clustering |
P62 | play_network_num_connected_components |
P63 | play_network_max_degree |
P64 | play_network_max_degree_character_ids |
S1 | segment_type |
S2 | segment_number |
S3 | segment_title |
S4 | segment_speaking_characters |
Ch1 | character_id |
Ch2 | character_name |
Ch3 | character_is_group |
Ch4 | character_sex |
Ch5 | character_wikidata_id |
Ch6 | character_node_betweenness |
Ch7 | character_node_degree |
Ch8 | character_node_closeness |
Ch9 | character_node_eigenvector |
Ch10 | character_node_weighted_degree |
Ch11 | character_num_of_segments |
Ch12 | character_num_of_sp |
Ch13 | character_num_of_word_tokens |
Ch14 | character_roles |
Ch15 | character_spoken_text |
Use these materials with care. The proposed solutions on how to encode might be outdated.