corpus-carolina / corpus /schema.rng
guilhermelmello's picture
Add RelaxNG Schema v1.2.
089e331
<?xml version="1.0" encoding="utf-8"?>
<grammar xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:tei="http://www.tei-c.org/ns/1.0"
xmlns:teix="http://www.tei-c.org/ns/Examples"
xmlns="http://relaxng.org/ns/structure/1.0"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
ns="http://www.tei-c.org/ns/1.0"><!--
Schema generated from ODD source 2022-06-23T18:28:43Z. .
TEI Edition: Version 4.1.0. Last updated on
19th August 2020, revision b414ba550
TEI Edition Location: https://www.tei-c.org/Vault/P5/Version 4.1.0/
--><!--This material is dual-licensed.
[http://creativecommons.org/licenses/by-sa/3.0/] Distributed under a Creative Commons Attribution-ShareAlike 3.0 Unported License [http://www.opensource.org/licenses/BSD-2-Clause] Copyright 2013 TEI Consortium. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. The Open Corpus for Linguistics and Artificial Intelligence (Carolina) was compiled for academic purposes, namely linguistic and computational analysis. It is composed of texts assembled in various digital repositories, whose licenses are multiple and therefore should be observed when making use of the corpus. The Carolina headers are licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International. -->
<define name="macro.paraContent">
<zeroOrMore>
<choice>
<text/>
<ref name="model.gLike"/>
<ref name="model.phrase"/>
<ref name="model.inter"/>
<ref name="model.global"/>
<ref name="model.lLike"/>
</choice>
</zeroOrMore>
</define>
<define name="att.canonical.attributes">
<empty/>
</define>
<define name="att.written.attributes">
<ref name="att.written.attribute.hand"/>
</define>
<define name="att.written.attribute.hand">
<optional>
<attribute name="hand">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">points to a <code xmlns="http://www.w3.org/1999/xhtml">&lt;handNote&gt;</code> element describing the hand considered responsible for the content of the element concerned.</a:documentation>
<data type="anyURI"/>
</attribute>
</optional>
</define>
<define name="att.datable.w3c.attributes">
<empty/>
</define>
<pattern xmlns="http://purl.oclc.org/dsdl/schematron"
id="tei_carolina_v1-att.datable.w3c-att-datable-w3c-when-constraint-rule-1">
<sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:rng="http://relaxng.org/ns/structure/1.0"
xmlns="http://www.tei-c.org/ns/1.0"
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>
</pattern>
<pattern xmlns="http://purl.oclc.org/dsdl/schematron"
id="tei_carolina_v1-att.datable.w3c-att-datable-w3c-from-constraint-rule-2">
<sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:rng="http://relaxng.org/ns/structure/1.0"
xmlns="http://www.tei-c.org/ns/1.0"
context="tei:*[@from]">
<sch:report test="@notBefore" role="nonfatal">The @from and @notBefore attributes cannot be used together.</sch:report>
</sch:rule>
</pattern>
<pattern xmlns="http://purl.oclc.org/dsdl/schematron"
id="tei_carolina_v1-att.datable.w3c-att-datable-w3c-to-constraint-rule-3">
<sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:rng="http://relaxng.org/ns/structure/1.0"
xmlns="http://www.tei-c.org/ns/1.0"
context="tei:*[@to]">
<sch:report test="@notAfter" role="nonfatal">The @to and @notAfter attributes cannot be used together.</sch:report>
</sch:rule>
</pattern>
<define name="att.datable.attributes">
<ref name="att.datable.w3c.attributes"/>
<ref name="att.datable.iso.attributes"/>
<ref name="att.datable.custom.attributes"/>
</define>
<define name="att.declaring.attributes">
<ref name="att.declaring.attribute.decls"/>
</define>
<define name="att.declaring.attribute.decls">
<optional>
<attribute name="decls">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">identifies one or more declarable elements within the header, which are understood to apply to the element bearing this attribute and its content.</a:documentation>
<list>
<oneOrMore>
<data type="anyURI"/>
</oneOrMore>
</list>
</attribute>
</optional>
</define>
<define name="att.fragmentable.attributes">
<ref name="att.fragmentable.attribute.part"/>
</define>
<define name="att.fragmentable.attribute.part">
<optional>
<attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
name="part"
a:defaultValue="N">
<a:documentation>specifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers.</a:documentation>
<choice>
<value>Y</value>
<a:documentation>(yes) the element is fragmented in some (unspecified) respect</a:documentation>
<value>N</value>
<a:documentation>(no) the element is not fragmented, or no claim is made as to its completeness</a:documentation>
<value>I</value>
<a:documentation>(initial) this is the initial part of a fragmented element</a:documentation>
<value>M</value>
<a:documentation>(medial) this is a medial part of a fragmented element</a:documentation>
<value>F</value>
<a:documentation>(final) this is the final part of a fragmented element</a:documentation>
</choice>
</attribute>
</optional>
</define>
<define name="att.global.responsibility.attributes">
<empty/>
</define>
<define name="att.global.rendition.attributes">
<empty/>
</define>
<define name="att.global.source.attributes">
<empty/>
</define>
<define name="att.global.attributes">
<ref name="att.global.rendition.attributes"/>
<ref name="att.global.responsibility.attributes"/>
<ref name="att.global.source.attributes"/>
<ref name="att.global.attribute.xmlid"/>
</define>
<define name="att.global.attribute.xmlid">
<optional>
<attribute name="xml:id">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(identifier) provides a unique identifier for the element bearing the attribute.</a:documentation>
<data type="ID"/>
</attribute>
</optional>
</define>
<pattern xmlns="http://purl.oclc.org/dsdl/schematron"
id="tei_carolina_v1-att.measurement-att-measurement-unitRef-constraint-rule-4">
<sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:rng="http://relaxng.org/ns/structure/1.0"
xmlns="http://www.tei-c.org/ns/1.0"
context="tei:*[@unitRef]">
<sch:report test="@unit" role="info">The @unit attribute may be unnecessary when @unitRef is present.</sch:report>
</sch:rule>
</pattern>
<pattern xmlns="http://purl.oclc.org/dsdl/schematron"
id="tei_carolina_v1-att.typed-subtypeTyped-constraint-rule-5">
<sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:rng="http://relaxng.org/ns/structure/1.0"
xmlns="http://www.tei-c.org/ns/1.0"
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>
</pattern>
<pattern xmlns="http://purl.oclc.org/dsdl/schematron"
id="tei_carolina_v1-att.pointing-targetLang-targetLang-constraint-rule-6">
<sch:rule xmlns:sch="http://purl.oclc.org/dsdl/schematron"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:rng="http://relaxng.org/ns/structure/1.0"
xmlns="http://www.tei-c.org/ns/1.0"
context="tei:*[not(self::tei:schemaSpec)][@targetLang]">
<sch:assert test="@target">@targetLang should only be used on <sch:name/> if @target is specified.</sch:assert>
</sch:rule>
</pattern>
<define name="model.nameLike.agent">
<choice>
<ref name="name"/>
</choice>
</define>
<define name="model.nameLike.agent_alternation">
<choice>
<ref name="name"/>
</choice>
</define>
<define name="model.nameLike.agent_sequence">
<ref name="name"/>
</define>
<define name="model.nameLike.agent_sequenceOptional">
<optional>
<ref name="name"/>
</optional>
</define>
<define name="model.nameLike.agent_sequenceOptionalRepeatable">
<zeroOrMore>
<ref name="name"/>
</zeroOrMore>
</define>
<define name="model.nameLike.agent_sequenceRepeatable">
<oneOrMore>
<ref name="name"/>
</oneOrMore>
</define>
<define name="model.segLike">
<notAllowed/>
</define>
<define name="model.hiLike">
<notAllowed/>
</define>
<define name="model.hiLike_alternation">
<notAllowed/>
</define>
<define name="model.hiLike_sequence">
<empty/>
</define>
<define name="model.hiLike_sequenceOptional">
<empty/>
</define>
<define name="model.hiLike_sequenceOptionalRepeatable">
<empty/>
</define>
<define name="model.hiLike_sequenceRepeatable">
<notAllowed/>
</define>
<define name="model.emphLike">
<choice>
<ref name="title"/>
</choice>
</define>
<define name="model.emphLike_alternation">
<choice>
<ref name="title"/>
</choice>
</define>
<define name="model.emphLike_sequence">
<ref name="title"/>
</define>
<define name="model.emphLike_sequenceOptional">
<optional>
<ref name="title"/>
</optional>
</define>
<define name="model.emphLike_sequenceOptionalRepeatable">
<zeroOrMore>
<ref name="title"/>
</zeroOrMore>
</define>
<define name="model.emphLike_sequenceRepeatable">
<oneOrMore>
<ref name="title"/>
</oneOrMore>
</define>
<define name="model.highlighted">
<choice>
<ref name="model.hiLike"/>
<ref name="model.emphLike"/>
</choice>
</define>
<define name="model.dateLike">
<choice>
<ref name="date"/>
</choice>
</define>
<define name="model.dateLike_alternation">
<choice>
<ref name="date"/>
</choice>
</define>
<define name="model.dateLike_sequence">
<ref name="date"/>
</define>
<define name="model.dateLike_sequenceOptional">
<optional>
<ref name="date"/>
</optional>
</define>
<define name="model.dateLike_sequenceOptionalRepeatable">
<zeroOrMore>
<ref name="date"/>
</zeroOrMore>
</define>
<define name="model.dateLike_sequenceRepeatable">
<oneOrMore>
<ref name="date"/>
</oneOrMore>
</define>
<define name="model.measureLike">
<choice>
<ref name="measure"/>
</choice>
</define>
<define name="model.measureLike_alternation">
<choice>
<ref name="measure"/>
</choice>
</define>
<define name="model.measureLike_sequence">
<ref name="measure"/>
</define>
<define name="model.measureLike_sequenceOptional">
<optional>
<ref name="measure"/>
</optional>
</define>
<define name="model.measureLike_sequenceOptionalRepeatable">
<zeroOrMore>
<ref name="measure"/>
</zeroOrMore>
</define>
<define name="model.measureLike_sequenceRepeatable">
<oneOrMore>
<ref name="measure"/>
</oneOrMore>
</define>
<define name="model.egLike">
<notAllowed/>
</define>
<define name="model.graphicLike">
<choice>
<ref name="media"/>
</choice>
</define>
<define name="model.offsetLike">
<notAllowed/>
</define>
<define name="model.offsetLike_alternation">
<notAllowed/>
</define>
<define name="model.offsetLike_sequence">
<empty/>
</define>
<define name="model.offsetLike_sequenceOptional">
<empty/>
</define>
<define name="model.offsetLike_sequenceOptionalRepeatable">
<empty/>
</define>
<define name="model.offsetLike_sequenceRepeatable">
<notAllowed/>
</define>
<define name="model.pPart.msdesc">
<notAllowed/>
</define>
<define name="model.pPart.editorial">
<notAllowed/>
</define>
<define name="model.pPart.editorial_alternation">
<notAllowed/>
</define>
<define name="model.pPart.editorial_sequence">
<empty/>
</define>
<define name="model.pPart.editorial_sequenceOptional">
<empty/>
</define>
<define name="model.pPart.editorial_sequenceOptionalRepeatable">
<empty/>
</define>
<define name="model.pPart.editorial_sequenceRepeatable">
<notAllowed/>
</define>
<define name="model.pPart.transcriptional">
<notAllowed/>
</define>
<define name="model.pPart.transcriptional_alternation">
<notAllowed/>
</define>
<define name="model.pPart.transcriptional_sequence">
<empty/>
</define>
<define name="model.pPart.transcriptional_sequenceOptional">
<empty/>
</define>
<define name="model.pPart.transcriptional_sequenceOptionalRepeatable">
<empty/>
</define>
<define name="model.pPart.transcriptional_sequenceRepeatable">
<notAllowed/>
</define>
<define name="model.pPart.edit">
<choice>
<ref name="model.pPart.editorial"/>
<ref name="model.pPart.transcriptional"/>
</choice>
</define>
<define name="model.ptrLike">
<notAllowed/>
</define>
<define name="model.lPart">
<notAllowed/>
</define>
<define name="model.global.meta">
<notAllowed/>
</define>
<define name="model.milestoneLike">
<notAllowed/>
</define>
<define name="model.gLike">
<notAllowed/>
</define>
<define name="model.oddDecl">
<notAllowed/>
</define>
<define name="model.phrase.xml">
<notAllowed/>
</define>
<define name="model.specDescLike">
<notAllowed/>
</define>
<define name="model.biblLike">
<choice>
<ref name="biblFull"/>
</choice>
</define>
<define name="model.labelLike">
<notAllowed/>
</define>
<define name="model.listLike">
<notAllowed/>
</define>
<define name="model.noteLike">
<notAllowed/>
</define>
<define name="model.lLike">
<notAllowed/>
</define>
<define name="model.pLike">
<choice>
<ref name="p"/>
</choice>
</define>
<define name="model.stageLike">
<notAllowed/>
</define>
<define name="model.global.edit">
<notAllowed/>
</define>
<define name="model.placeNamePart">
<choice>
<ref name="region"/>
</choice>
</define>
<define name="model.placeNamePart_alternation">
<choice>
<ref name="region"/>
</choice>
</define>
<define name="model.placeNamePart_sequence">
<ref name="region"/>
</define>
<define name="model.placeNamePart_sequenceOptional">
<optional>
<ref name="region"/>
</optional>
</define>
<define name="model.placeNamePart_sequenceOptionalRepeatable">
<zeroOrMore>
<ref name="region"/>
</zeroOrMore>
</define>
<define name="model.placeNamePart_sequenceRepeatable">
<oneOrMore>
<ref name="region"/>
</oneOrMore>
</define>
<define name="model.placeStateLike">
<choice>
<ref name="model.placeNamePart"/>
</choice>
</define>
<define name="model.placeStateLike_alternation">
<choice>
<ref name="model.placeNamePart_alternation"/>
</choice>
</define>
<define name="model.placeStateLike_sequence">
<ref name="model.placeNamePart_sequence"/>
</define>
<define name="model.placeStateLike_sequenceOptional">
<optional>
<ref name="model.placeNamePart_sequenceOptional"/>
</optional>
</define>
<define name="model.placeStateLike_sequenceOptionalRepeatable">
<zeroOrMore>
<ref name="model.placeNamePart_sequenceOptionalRepeatable"/>
</zeroOrMore>
</define>
<define name="model.placeStateLike_sequenceRepeatable">
<oneOrMore>
<ref name="model.placeNamePart_sequenceRepeatable"/>
</oneOrMore>
</define>
<define name="model.quoteLike">
<notAllowed/>
</define>
<define name="model.quoteLike_alternation">
<notAllowed/>
</define>
<define name="model.quoteLike_sequence">
<empty/>
</define>
<define name="model.quoteLike_sequenceOptional">
<empty/>
</define>
<define name="model.quoteLike_sequenceOptionalRepeatable">
<empty/>
</define>
<define name="model.quoteLike_sequenceRepeatable">
<notAllowed/>
</define>
<define name="model.attributable">
<choice>
<ref name="model.quoteLike"/>
</choice>
</define>
<define name="model.addressLike">
<choice>
<ref name="address"/>
</choice>
</define>
<define name="model.addressLike_alternation">
<choice>
<ref name="address"/>
</choice>
</define>
<define name="model.addressLike_sequence">
<ref name="address"/>
</define>
<define name="model.addressLike_sequenceOptional">
<optional>
<ref name="address"/>
</optional>
</define>
<define name="model.addressLike_sequenceOptionalRepeatable">
<zeroOrMore>
<ref name="address"/>
</zeroOrMore>
</define>
<define name="model.addressLike_sequenceRepeatable">
<oneOrMore>
<ref name="address"/>
</oneOrMore>
</define>
<define name="model.nameLike">
<choice>
<ref name="model.nameLike.agent"/>
<ref name="model.offsetLike"/>
<ref name="model.placeStateLike"/>
<ref name="model.persNamePart"/>
</choice>
</define>
<define name="model.nameLike_alternation">
<choice>
<ref name="model.nameLike.agent_alternation"/>
<ref name="model.offsetLike_alternation"/>
<ref name="model.placeStateLike_alternation"/>
<ref name="model.persNamePart_alternation"/>
</choice>
</define>
<define name="model.nameLike_sequence">
<ref name="model.nameLike.agent_sequence"/>
<ref name="model.offsetLike_sequence"/>
<ref name="model.placeStateLike_sequence"/>
<ref name="model.persNamePart_sequence"/>
</define>
<define name="model.nameLike_sequenceOptional">
<optional>
<ref name="model.nameLike.agent_sequenceOptional"/>
</optional>
<optional>
<ref name="model.offsetLike_sequenceOptional"/>
</optional>
<optional>
<ref name="model.placeStateLike_sequenceOptional"/>
</optional>
<optional>
<ref name="model.persNamePart_sequenceOptional"/>
</optional>
</define>
<define name="model.nameLike_sequenceOptionalRepeatable">
<zeroOrMore>
<ref name="model.nameLike.agent_sequenceOptionalRepeatable"/>
</zeroOrMore>
<zeroOrMore>
<ref name="model.offsetLike_sequenceOptionalRepeatable"/>
</zeroOrMore>
<zeroOrMore>
<ref name="model.placeStateLike_sequenceOptionalRepeatable"/>
</zeroOrMore>
<zeroOrMore>
<ref name="model.persNamePart_sequenceOptionalRepeatable"/>
</zeroOrMore>
</define>
<define name="model.nameLike_sequenceRepeatable">
<oneOrMore>
<ref name="model.nameLike.agent_sequenceRepeatable"/>
</oneOrMore>
<oneOrMore>
<ref name="model.offsetLike_sequenceRepeatable"/>
</oneOrMore>
<oneOrMore>
<ref name="model.placeStateLike_sequenceRepeatable"/>
</oneOrMore>
<oneOrMore>
<ref name="model.persNamePart_sequenceRepeatable"/>
</oneOrMore>
</define>
<define name="model.global">
<choice>
<ref name="model.global.meta"/>
<ref name="model.milestoneLike"/>
<ref name="model.noteLike"/>
<ref name="model.global.edit"/>
</choice>
</define>
<define name="model.pPart.data">
<choice>
<ref name="model.dateLike"/>
<ref name="model.measureLike"/>
<ref name="model.addressLike"/>
<ref name="model.nameLike"/>
</choice>
</define>
<define name="model.inter">
<choice>
<ref name="model.egLike"/>
<ref name="model.oddDecl"/>
<ref name="model.biblLike"/>
<ref name="model.labelLike"/>
<ref name="model.listLike"/>
<ref name="model.stageLike"/>
<ref name="model.attributable"/>
</choice>
</define>
<define name="model.phrase">
<choice>
<ref name="model.segLike"/>
<ref name="model.highlighted"/>
<ref name="model.graphicLike"/>
<ref name="model.pPart.msdesc"/>
<ref name="model.pPart.edit"/>
<ref name="model.ptrLike"/>
<ref name="model.lPart"/>
<ref name="model.phrase.xml"/>
<ref name="model.specDescLike"/>
<ref name="model.pPart.data"/>
</choice>
</define>
<define name="model.limitedPhrase">
<choice>
<ref name="model.hiLike"/>
<ref name="model.emphLike"/>
<ref name="model.pPart.msdesc"/>
<ref name="model.pPart.editorial"/>
<ref name="model.ptrLike"/>
<ref name="model.phrase.xml"/>
<ref name="model.pPart.data"/>
</choice>
</define>
<define name="p">
<element name="p">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(paragraph) marks paragraphs in prose. [3.1. Paragraphs 7.2.5. Speech Contents]</a:documentation>
<ref name="macro.paraContent"/>
<pattern xmlns="http://purl.oclc.org/dsdl/schematron"
id="tei_carolina_v1-p-abstractModel-structure-p-constraint-report-5">
<rule context="tei:p">
<report test="not(ancestor::tei:floatingText) and (ancestor::tei:p or ancestor::tei:ab) and not(parent::tei:exemplum |parent::tei:item |parent::tei:note |parent::tei:q |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.
</report>
</rule>
</pattern>
<pattern xmlns="http://purl.oclc.org/dsdl/schematron"
id="tei_carolina_v1-p-abstractModel-structure-l-constraint-report-6">
<rule context="tei:p">
<report test="ancestor::tei:l[not(.//tei:note//tei:p[. = current()])]">
Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab.
</report>
</rule>
</pattern>
<ref name="att.global.attributes"/>
<ref name="att.declaring.attributes"/>
<ref name="att.fragmentable.attributes"/>
<ref name="att.written.attributes"/>
<empty/>
</element>
</define>
<define name="name">
<element name="name">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(name, proper noun) Credits for work with corpus file - Name of researchers who worked (before or after creation) with this corpus file. [3.5.1. Referring Strings]</a:documentation>
<text/>
<ref name="att.global.attributes"/>
<ref name="att.datable.attributes"/>
<empty/>
</element>
</define>
<define name="address">
<element name="address">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Origin region of source document [3.5.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.11.2.4. Imprint, Size of a Document, and Reprint Information]</a:documentation>
<ref name="region"/>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="measure">
<element name="measure">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Extent of source document - pages, bytes or tokens [3.5.3. Numbers and
Measures]</a:documentation>
<empty/>
<ref name="att.global.attributes"/>
<attribute name="unit">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Unit can be pages, bytes or tokens</a:documentation>
<choice>
<value>pages</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>bytes</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>tokens</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
</choice>
</attribute>
<attribute name="quantity">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the number of the specified units that comprise the measurement</a:documentation>
<choice>
<data type="double"/>
<data type="token">
<param name="pattern">(\-?[\d]+/\-?[\d]+)</param>
</data>
<data type="decimal"/>
</choice>
</attribute>
<empty/>
</element>
</define>
<define name="date">
<element name="date">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Document extraction or download date [3.5.4. Dates and Times 2.2.4. Publication, Distribution, Licensing, etc. 2.6. The Revision Description 3.11.2.4. Imprint, Size of a Document, and Reprint Information 15.2.3. The Setting Description 13.3.7. Dates and Times]</a:documentation>
<choice>
<data type="string">
<param name="pattern">(19|2\d)\d\d(-(0[1-9]|1[012])(-(0[1-9]|[12][0-9]|3[01]))?)?(\s-\s(19|2\d)\d\d(-(0[1-9]|1[012])(-(0[1-9]|[12][0-9]|3[01]))?)?)?</param>
</data>
<empty/>
</choice>
<ref name="att.global.attributes"/>
<ref name="att.canonical.attributes"/>
<ref name="att.datable.attributes"/>
<optional>
<attribute name="type">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">"download" type is the end of the download</a:documentation>
<choice>
<value>extraction</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>download</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>Extraction</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>Download</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
</choice>
</attribute>
</optional>
</element>
</define>
<define name="media">
<element name="media">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">File of source document [3.9. Graphics and Other Non-textual Components]</a:documentation>
<empty/>
<ref name="att.global.attributes"/>
<attribute name="url">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(uniform resource locator) Source document access URL </a:documentation>
<data type="anyURI"/>
</attribute>
<attribute name="mimeType">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">File type of source document </a:documentation>
<choice>
<value>text/xml</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>text/html</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>text/plain</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>application/pdf</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>application/msword</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>application/vnd.openxmlformats-officedocument.wordprocessingml.document</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>text/csv</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
</choice>
</attribute>
<attribute name="source">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<data type="string"/>
</attribute>
<empty/>
</element>
</define>
<define name="author">
<element name="author">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Author name [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement]</a:documentation>
<choice>
<text/>
</choice>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="editor">
<element name="editor">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Translator desciption [3.11.2.2. Titles, Authors, and Editors]</a:documentation>
<choice>
<text/>
</choice>
<ref name="att.global.attributes"/>
<attribute name="role">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Role translator</a:documentation>
<data type="token">
<param name="pattern">[^\p{C}\p{Z}]+</param>
</data>
</attribute>
<empty/>
</element>
</define>
<define name="respStmt">
<element name="respStmt">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(statement of responsibility) Credits for work with corpus file - Name of researchers and work performed (before or after creation) with this corpus file. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement]</a:documentation>
<group>
<ref name="resp"/>
<oneOrMore>
<ref name="name"/>
</oneOrMore>
</group>
<ref name="att.global.attributes"/>
<ref name="att.canonical.attributes"/>
<empty/>
</element>
</define>
<define name="resp">
<element name="resp">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(responsibility) Work description (before or after creation) with this corpus file. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement]</a:documentation>
<text/>
<ref name="att.global.attributes"/>
<ref name="att.canonical.attributes"/>
<ref name="att.datable.attributes"/>
<empty/>
</element>
</define>
<define name="title">
<element name="title">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Name of the file created in the corpus or title of source document or name of corpus [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.5. The Series Statement]</a:documentation>
<choice>
<text/>
<group>
<ref name="name"/>
<ref name="media"/>
</group>
</choice>
<ref name="att.global.attributes"/>
<ref name="att.canonical.attributes"/>
<ref name="att.datable.attributes"/>
<optional>
<attribute name="type">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">"Main" for title and "sub" for version of corpus</a:documentation>
<choice>
<value>main</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>sub</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
</choice>
</attribute>
</optional>
<empty/>
</element>
</define>
<define name="publisher">
<element name="publisher">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides the name of the organization responsible for the publication or distribution of a bibliographic item. [3.11.2.4. Imprint, Size of a Document, and Reprint Information 2.2.4. Publication, Distribution, Licensing, etc.]</a:documentation>
<choice>
<text/>
</choice>
<ref name="att.global.attributes"/>
<ref name="att.canonical.attributes"/>
<empty/>
</element>
</define>
<define name="biblScope">
<element name="biblScope">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(scope of bibliographic reference) Part - If the document is a part of a collection or series, it refers to which part it corresponds to (eg: section in a newspaper) [3.11.2.5. Scopes and Ranges in Bibliographic Citations]</a:documentation>
<choice>
<text/>
</choice>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="teiCorpus">
<element name="teiCorpus">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Root element [4. Default Text Structure 15.1. Varieties of Composite Text]</a:documentation>
<group>
<ref name="teiHeader"/>
<oneOrMore>
<ref name="TEI"/>
</oneOrMore>
</group>
<ref name="att.global.attributes"/>
<optional>
<attribute name="version">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">specifies the version number of the TEI Guidelines against which this document is valid.</a:documentation>
<data type="token">
<param name="pattern">[\d]+(\.[\d]+){0,2}</param>
</data>
</attribute>
</optional>
<empty/>
</element>
</define>
<define name="teiHeader">
<element name="teiHeader">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(TEI header) supplies descriptive and declarative metadata associated with a digital resource or set of resources. [2.1.1. The TEI Header and Its Components 15.1. Varieties of Composite Text]</a:documentation>
<group>
<ref name="fileDesc"/>
<choice>
<ref name="encodingDesc"/>
<ref name="profileDesc"/>
</choice>
</group>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="fileDesc">
<element name="fileDesc">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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]</a:documentation>
<group>
<ref name="titleStmt"/>
<optional>
<ref name="extent"/>
</optional>
<ref name="publicationStmt"/>
<optional>
<ref name="seriesStmt"/>
</optional>
<ref name="sourceDesc"/>
</group>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="titleStmt">
<element name="titleStmt">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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]</a:documentation>
<choice>
<group>
<group>
<ref name="title"/>
<optional>
<ref name="title"/>
</optional>
</group>
<group>
<optional>
<ref name="respStmt"/>
</optional>
<optional>
<ref name="respStmt"/>
<optional>
<ref name="respStmt"/>
<optional>
<ref name="respStmt"/>
</optional>
</optional>
</optional>
</group>
</group>
<group>
<ref name="title"/>
<ref name="author"/>
<ref name="editor"/>
<ref name="sponsor"/>
</group>
</choice>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="sponsor">
<element name="sponsor">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Sponsor (Institution creating or responsible for the publication of the source document) [2.2.1. The Title Statement]</a:documentation>
<text/>
<ref name="att.global.attributes"/>
<ref name="att.canonical.attributes"/>
<empty/>
</element>
</define>
<define name="extent">
<element name="extent">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Sizes [2.2.3. Type and Extent of File 2.2. The File Description 3.11.2.4. Imprint, Size of a Document, and Reprint Information 10.7.1. Object Description]</a:documentation>
<group>
<ref name="measure"/>
<optional>
<ref name="measure"/>
<optional>
<ref name="measure"/>
</optional>
</optional>
</group>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="publicationStmt">
<element name="publicationStmt">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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]</a:documentation>
<choice>
<oneOrMore>
<ref name="authority"/>
</oneOrMore>
<group>
<ref name="publisher"/>
<oneOrMore>
<ref name="authority"/>
</oneOrMore>
<oneOrMore>
<ref name="date"/>
</oneOrMore>
<ref name="availability"/>
<ref name="address"/>
</group>
<group>
<oneOrMore>
<ref name="authority"/>
</oneOrMore>
<oneOrMore>
<ref name="date"/>
</oneOrMore>
<ref name="availability"/>
</group>
</choice>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="authority">
<element name="authority">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(release authority) Authority responsible for the source document [2.2.4. Publication, Distribution, Licensing, etc.]</a:documentation>
<text/>
<ref name="att.global.attributes"/>
<ref name="att.canonical.attributes"/>
<empty/>
</element>
</define>
<define name="availability">
<element name="availability">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Access conditions for the source document (public, under authorization, etc ...) [2.2.4. Publication, Distribution, Licensing, etc.]</a:documentation>
<ref name="license"/>
<ref name="att.global.attributes"/>
<attribute name="status">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Access conditions for the source document (public, under authorization, etc ...)</a:documentation>
<choice>
<value>restricted</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>free</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
</choice>
</attribute>
<empty/>
</element>
</define>
<define name="license">
<element name="license">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">License type of the source document (Public domain, Creative Commons, etc.) [2.2.4. Publication, Distribution, Licensing, etc.]</a:documentation>
<text/>
<ref name="att.global.attributes"/>
<ref name="att.datable.attributes"/>
<attribute name="target">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">URL from license</a:documentation>
<list>
<oneOrMore>
<data type="anyURI"/>
</oneOrMore>
</list>
</attribute>
<empty/>
</element>
</define>
<define name="seriesStmt">
<element name="seriesStmt">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(series statement) Collection -If the document is part of a collection or series, the reference is made to the collection it belongs to [2.2.5. The Series Statement 2.2. The File Description]</a:documentation>
<ref name="title"/>
<ref name="biblScope"/>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="sourceDesc">
<element name="sourceDesc">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(source description) Source informations [2.2.7. The Source Description]</a:documentation>
<choice>
<ref name="p"/>
<ref name="biblFull"/>
</choice>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="biblFull">
<element name="biblFull">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(fully-structured bibliographic citation) contains a fully-structured bibliographic citation, in which all components of the TEI file description are present. [3.11.1. Methods of Encoding Bibliographic References and Lists of References 2.2. The File Description 2.2.7. The Source Description 15.3.2. Declarable Elements]</a:documentation>
<group>
<ref name="fileDesc"/>
<ref name="profileDesc"/>
</group>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="encodingDesc">
<element name="encodingDesc">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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]</a:documentation>
<group>
<ref name="projectDesc"/>
<ref name="classDecl"/>
</group>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="projectDesc">
<element name="projectDesc">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(project description) Corpus Project Description [2.3.1. The Project Description 2.3. The Encoding Description 15.3.2. Declarable Elements]</a:documentation>
<oneOrMore>
<ref name="model.pLike"/>
</oneOrMore>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="classDecl">
<element name="classDecl">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(classification declarations) Taxonomies declarations [2.3.7. The Classification Declaration 2.3. The Encoding Description]</a:documentation>
<oneOrMore>
<ref name="taxonomy"/>
</oneOrMore>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="taxonomy">
<element name="taxonomy">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">defines a typology either implicitly, by means of a bibliographic citation, or explicitly by a structured taxonomy. [2.3.7. The Classification Declaration]</a:documentation>
<oneOrMore>
<ref name="category"/>
</oneOrMore>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="category">
<element name="category">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Category name [2.3.7. The Classification Declaration]</a:documentation>
<group>
<oneOrMore>
<ref name="catDesc"/>
</oneOrMore>
<zeroOrMore>
<ref name="category"/>
</zeroOrMore>
</group>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="catDesc">
<element name="catDesc">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(category description) Category description [2.3.7. The Classification Declaration]</a:documentation>
<text/>
<ref name="att.global.attributes"/>
<ref name="att.canonical.attributes"/>
<attribute name="xml:lang">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<choice>
<value>en</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>pt</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
</choice>
</attribute>
<empty/>
</element>
</define>
<define name="profileDesc">
<element name="profileDesc">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(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]</a:documentation>
<choice>
<group>
<ref name="textDesc"/>
<ref name="textClass"/>
<ref name="langUsage"/>
</group>
<ref name="textClass"/>
</choice>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="langUsage">
<element name="langUsage">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(language usage) Linguistic variety (regional) indicated in the source document [2.4.2. Language Usage 2.4. The Profile Description 15.3.2. Declarable Elements]</a:documentation>
<ref name="language"/>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="language">
<element name="language">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes a single language or sublanguage used within a text. [2.4.2. Language Usage]</a:documentation>
<choice>
<text/>
</choice>
<ref name="att.global.attributes"/>
<attribute name="ident">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(identifier) Attribute description</a:documentation>
<choice>
<value>pt-BR</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>pt</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
</choice>
</attribute>
<empty/>
</element>
</define>
<define name="textClass">
<element name="textClass">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text classification) Carolina typology [2.4.3. The Text Classification]</a:documentation>
<ref name="catRef"/>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="catRef">
<element name="catRef">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(category reference) Category Reference [2.4.3. The Text Classification]</a:documentation>
<empty/>
<ref name="att.global.attributes"/>
<attribute name="target">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ID of referenced category</a:documentation>
<list>
<oneOrMore>
<data type="anyURI"/>
</oneOrMore>
</list>
</attribute>
<attribute name="scheme">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">ID of referenced taxonomy</a:documentation>
<data type="anyURI"/>
</attribute>
<empty/>
</element>
</define>
<define name="TEI">
<element name="TEI">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(TEI document) contains a single TEI-conformant document, combining a single TEI header with one or more members of the model.resource class. Multiple <code xmlns="http://www.w3.org/1999/xhtml">&lt;TEI&gt;</code> elements may be combined within a <code xmlns="http://www.w3.org/1999/xhtml">&lt;TEI&gt;</code> (or <code xmlns="http://www.w3.org/1999/xhtml">&lt;teiCorpus&gt;</code>) element. [4. Default Text Structure 15.1. Varieties of Composite Text]</a:documentation>
<group>
<ref name="teiHeader"/>
<ref name="text"/>
</group>
<sch:ns xmlns:sch="http://purl.oclc.org/dsdl/schematron"
xmlns:rng="http://relaxng.org/ns/structure/1.0"
xmlns="http://www.tei-c.org/ns/1.0"
prefix="tei"
uri="http://www.tei-c.org/ns/1.0"/>
<sch:ns xmlns:sch="http://purl.oclc.org/dsdl/schematron"
xmlns:rng="http://relaxng.org/ns/structure/1.0"
xmlns="http://www.tei-c.org/ns/1.0"
prefix="xs"
uri="http://www.w3.org/2001/XMLSchema"/>
<sch:ns xmlns:sch="http://purl.oclc.org/dsdl/schematron"
xmlns:rng="http://relaxng.org/ns/structure/1.0"
xmlns="http://www.tei-c.org/ns/1.0"
prefix="rng"
uri="http://relaxng.org/ns/structure/1.0"/>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="text">
<element name="text">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Extracted text from source document [4. Default Text Structure 15.1. Varieties of Composite Text]</a:documentation>
<ref name="body"/>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="body">
<element name="body">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text body) contains the whole body of a single unitary text, excluding any front or back matter. [4. Default Text Structure]</a:documentation>
<oneOrMore>
<ref name="p"/>
</oneOrMore>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="textDesc">
<element name="textDesc">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(text description) provides a description of a text in terms of its situational parameters. [15.2.1. The Text Description]</a:documentation>
<group>
<ref name="channel"/>
<ref name="constitution"/>
<ref name="derivation"/>
<ref name="domain"/>
<ref name="factuality"/>
<ref name="interaction"/>
<ref name="preparedness"/>
<ref name="purpose"/>
</group>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="channel">
<element name="channel">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(primary channel) Written or oral text (transcribed) [15.2.1. The Text Description]</a:documentation>
<empty/>
<ref name="att.global.attributes"/>
<attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
name="mode"
a:defaultValue="x">
<a:documentation>Written or oral text (transcribed)</a:documentation>
<choice>
<value>w</value>
<a:documentation>written</a:documentation>
<value>s</value>
<a:documentation>spoken</a:documentation>
<value>m</value>
<a:documentation>mixed</a:documentation>
</choice>
</attribute>
<empty/>
</element>
</define>
<define name="constitution">
<element name="constitution">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Constitution (integral, fragmented, etc ...) [15.2.1. The Text Description]</a:documentation>
<empty/>
<ref name="att.global.attributes"/>
<attribute xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
name="type"
a:defaultValue="single">
<a:documentation>Constitution (integral, fragmented, etc ...)</a:documentation>
<data type="token">
<param name="pattern">[^\p{C}\p{Z}]+</param>
</data>
</attribute>
<empty/>
</element>
</define>
<define name="derivation">
<element name="derivation">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the nature and extent of originality of this text. [15.2.1. The Text Description]</a:documentation>
<empty/>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="domain">
<element name="domain">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(domain of use) domain of use [15.2.1. The Text Description]</a:documentation>
<text/>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="factuality">
<element name="factuality">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the extent to which the text may be regarded as imaginative or non-imaginative, that is, as describing a fictional or a non-fictional world. [15.2.1. The Text Description]</a:documentation>
<empty/>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="interaction">
<element name="interaction">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the extent, cardinality and nature of any interaction among those producing and experiencing the text, for example in the form of response or interjection, commentary, etc. [15.2.1. The Text Description]</a:documentation>
<empty/>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="preparedness">
<element name="preparedness">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">describes the extent to which a text may be regarded as prepared or spontaneous. [15.2.1. The Text Description]</a:documentation>
<empty/>
<ref name="att.global.attributes"/>
<attribute name="type">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">unknown - unknown level of preparedness; spontaneous - spontaneous publication: content that does not reflect a revision structure; mixed - includes spontaneous and monitored publications; monitored - monitored publication: content that reflects a revision structure or a certain level of formality. </a:documentation>
<data type="token">
<param name="pattern">[^\p{C}\p{Z}]+</param>
</data>
</attribute>
<empty/>
</element>
</define>
<define name="purpose">
<element name="purpose">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes a single purpose or communicative function of the text. [15.2.1. The Text Description]</a:documentation>
<empty/>
<ref name="att.global.attributes"/>
<empty/>
</element>
</define>
<define name="att.datable.custom.attributes">
<empty/>
</define>
<define name="model.persNamePart">
<notAllowed/>
</define>
<define name="model.persNamePart_alternation">
<notAllowed/>
</define>
<define name="model.persNamePart_sequence">
<empty/>
</define>
<define name="model.persNamePart_sequenceOptional">
<empty/>
</define>
<define name="model.persNamePart_sequenceOptionalRepeatable">
<empty/>
</define>
<define name="model.persNamePart_sequenceRepeatable">
<notAllowed/>
</define>
<define name="att.datable.iso.attributes">
<empty/>
</define>
<define name="region">
<element name="region">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Origin region of source document [13.2.3. Place Names]</a:documentation>
<choice>
<text/>
</choice>
<ref name="att.global.attributes"/>
<ref name="att.datable.attributes"/>
<empty/>
</element>
</define>
<start>
<choice>
<ref name="TEI"/>
<ref name="teiCorpus"/>
</choice>
</start>
<sch:ns xmlns:sch="http://purl.oclc.org/dsdl/schematron"
xmlns="http://www.tei-c.org/ns/1.0"
prefix="tei"
uri="http://www.tei-c.org/ns/1.0"/>
<pattern xmlns="http://purl.oclc.org/dsdl/schematron"
id="tei_carolina_v1-type_title_2-constraint-rule-7">
<sch:rule xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:rng="http://relaxng.org/ns/structure/1.0"
xmlns:sch="http://purl.oclc.org/dsdl/schematron"
xmlns="http://www.tei-c.org/ns/1.0"
context="tei:teiCorpus/tei:teiHeader/tei:fileDesc/tei:titleStmt/tei:title">
<sch:assert test="@type" role="nonfatal">The @type attribute must be present in this context.</sch:assert>
</sch:rule>
</pattern>
</grammar>