diff --git a/docs/msdesc.html b/docs/msdesc.html index b55ba31..4723505 100644 --- a/docs/msdesc.html +++ b/docs/msdesc.html @@ -930,168 +930,168 @@
Use "fmo" where there is evidence that a person owned an item. Use "sgn" where the person is only associated with the item by a signature or an inscription which does not necessarily imply ownership. "dnr" (donor) may be @@ -1519,14 +1487,10 @@
Example | -<TEI version="3.3.0"
- xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>The shortest TEI
- Document Imaginable</title> </titleStmt> <publicationStmt> <p>First published as part
- of TEI P2, this is the P5 version using a name
- space.</p> </publicationStmt> <sourceDesc> <p>No source: this is an
- original work.</p>
- </sourceDesc>
- </fileDesc> </teiHeader> <text> <body> <p>This is about the
- shortest TEI document imaginable.</p> </body> </text>
- </TEI> |
+ <TEI version="3.3.0" xmlns="http://www.tei-c.org/ns/1.0">
+ <teiHeader>
+ <fileDesc>
+ <titleStmt>
+ <title>The shortest TEI Document Imaginable</title>
+ </titleStmt>
+ <publicationStmt>
+ <p>First published as part of TEI P2, this is the P5
+ version using a name space.</p>
+ </publicationStmt>
+ <sourceDesc>
+ <p>No source: this is an original work.</p>
+ </sourceDesc>
+ </fileDesc>
+ </teiHeader>
+ <text>
+ <body>
+ <p>This is about the shortest TEI document imaginable.</p>
+ </body>
+ </text>
+</TEI> |
Example | -<TEI version="2.9.1"
- xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>A TEI Document
- containing four page images </title> </titleStmt> <publicationStmt> <p>Unpublished
- demonstration file.</p>
- </publicationStmt>
- <sourceDesc>
- <p>No source:
- this is an original work.</p> </sourceDesc> </fileDesc> </teiHeader> <facsimile> <graphic url="page1.png"/> <graphic url="page2.png"/> <graphic url="page3.png"/> <graphic url="page4.png"/> </facsimile>
- </TEI> |
+ <TEI version="2.9.1" xmlns="http://www.tei-c.org/ns/1.0">
+ <teiHeader>
+ <fileDesc>
+ <titleStmt>
+ <title>A TEI Document containing four page images </title>
+ </titleStmt>
+ <publicationStmt>
+ <p>Unpublished demonstration file.</p>
+ </publicationStmt>
+ <sourceDesc>
+ <p>No source: this is an original work.</p>
+ </sourceDesc>
+ </fileDesc>
+ </teiHeader>
+ <facsimile>
+ <graphic url="page1.png"/>
+ <graphic url="page2.png"/>
+ <graphic url="page3.png"/>
+ <graphic url="page4.png"/>
+ </facsimile>
+</TEI> |
Schematron | -
- <sch:rule context="tei:TEI">
- <sch:assert role="fatal" test="matches(@xml:id,
- '^manuscript_\d+$') or contains(base-uri(.),
- 'genizah-mss')"> The root TEI element must have an
- @xml:id beginning with "manuscript_" then a number (which
- must also be unique across the entire catalogue).
- </sch:assert> <sch:assert role="fatal"
- test="matches(@xml:id, '^volume_\d+$') or
- not(contains(base-uri(.), 'genizah-mss'))"> The root TEI
- element must have an @xml:id beginning with "volume_" then a
- number (which must also be unique across the entire
- catalogue). </sch:assert> </sch:rule> |
+
+<sch:rule context="tei:TEI">
+<sch:assert role="fatal"
+ test="matches(@xml:id, '^manuscript_\d+$') or contains(base-uri(.), 'genizah-mss')"> The root TEI element must have an @xml:id beginning with
+ "manuscript_" then a number (which must also be unique
+ across the entire catalogue).
+</sch:assert>
+<sch:assert role="fatal"
+ test="matches(@xml:id, '^volume_\d+$') or not(contains(base-uri(.), 'genizah-mss'))"> The root TEI element must have an @xml:id beginning with
+ "volume_" then a number (which must also be unique
+ across the entire catalogue).
+</sch:assert>
+</sch:rule> |
Schematron | - <sch:ns prefix="tei"
- uri="http://www.tei-c.org/ns/1.0"/>
- <sch:ns prefix="xs"
- uri="http://www.w3.org/2001/XMLSchema"/> |
+
+<sch:ns prefix="tei"
+ uri="http://www.tei-c.org/ns/1.0"/>
+<sch:ns prefix="xs"
+ uri="http://www.w3.org/2001/XMLSchema"/> |
Schematron | - <sch:ns prefix="rng"
- uri="http://relaxng.org/ns/structure/1.0"/> |
+
+<sch:ns prefix="rng"
+ uri="http://relaxng.org/ns/structure/1.0"/> |
Content model | + ><content> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="teiHeader"/> @@ -7696,20 +5804,20 @@ |
+ ⚓
|
Schema Declaration | + >element TEI { att.global.attributes, att.typed.attributes, attribute version { text }?, ( teiHeader, ( ( model.resource+, TEI* ) | TEI+ ) ) -} |
+}⚓
2.1.2. Sample values include: |
|
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element abbr { att.global.attributes, att.typed.attribute.subtype, attribute type { text }?, macro.phraseSeq -}
+ ><content> <macroRef key="macro.specialPara"/> </content> -
+ >element accMat { att.global.attributes, att.typed.attributes, macro.specialPara -}
+ ><content> <macroRef key="macro.specialPara"/> </content> -
+ >element acquisition { att.global.attributes, att.datable.attributes, macro.specialPara -}
+ ><content> <macroRef key="macro.paraContent"/> </content> -
+ >element add { att.global.attributes, @@ -9721,7 +7804,7 @@2.1.5. att.typed.attributes, att.dimensions.attributes, macro.paraContent -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element addName { att.global.attributes, att.personal.attributes, att.typed.attributes, macro.phraseSeq -}
+ ><content> <sequence> <elementRef key="adminInfo" minOccurs="0"/> @@ -10479,18 +8552,18 @@2.1.7.
+ >element additional { att.global.attributes, ( adminInfo?, surrogates?, listBibl? ) -}
+ ><content> <macroRef key="macro.specialPara"/> </content> -
-element additions { att.global.attributes, macro.specialPara }
+element additions { att.global.attributes, macro.specialPara }⚓
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
-element addrLine { att.global.attributes, macro.phraseSeq }
+element addrLine { att.global.attributes, macro.phraseSeq }⚓
+ ><content> <sequence> <classRef key="model.global" @@ -11732,18 +9744,18 @@2.1.10.
+ >element address { att.global.attributes, ( model.global*, ( model.addrPart, model.global* )+ ) -}
+ ><content> <sequence> <elementRef key="recordHist" @@ -11894,18 +9899,18 @@2.1.11.
+ >element adminInfo { att.global.attributes, ( recordHist?, availability?, custodialHist?, model.noteLike? ) -}
+ ><content> <sequence> <classRef expand="sequenceOptional" @@ -12079,17 +10100,18 @@2.1.12.
+ >element altIdentifier { att.global.attributes, att.typed.attributes, + att.datable.attributes, ( placeName?, country?, @@ -12103,7 +10125,7 @@2.1.12. idno, note? ) -}
+ ><content> <alternate maxOccurs="unbounded" minOccurs="0"> @@ -12586,20 +10593,20 @@2.1.13.
+ >element am { att.global.attributes, att.typed.attributes, att.editLike.attributes, ( text | model.gLike | model.pPart.transcriptional )* -}
+ ><content> <alternate maxOccurs="unbounded" minOccurs="0"> @@ -12772,13 +10767,13 @@2.1.14.
+ >element analytic { att.global.attributes, @@ -12793,7 +10788,7 @@2.1.14. idno | availability )* -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element author { att.global.attributes, att.naming.attributes, + att.datable.attributes, macro.phraseSeq -}
+ ><content> <macroRef key="macro.phraseSeq.limited"/> </content> -
+ >element authority { att.global.attributes, att.canonical.attributes, macro.phraseSeq.limited -}
+ ><content> <alternate maxOccurs="unbounded" minOccurs="1"> @@ -13714,13 +11703,13 @@2.1.17.
+ >element availability { att.global.attributes, @@ -13729,11 +11718,19 @@2.1.17. model.availabilityPart | model.pLike )+ -}
+ ><content> <alternate maxOccurs="unbounded" minOccurs="0"> @@ -14380,13 +12339,13 @@2.1.18.
+ >element bibl { att.global.attributes, @@ -14419,7 +12378,7 @@2.1.18. model.biblPart | model.global )* -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element biblScope { att.global.attributes, att.citing.attributes, macro.phraseSeq -}
+ ><content> <sequence> <elementRef key="analytic" @@ -15096,13 +13029,13 @@2.1.20.
+ >element biblStruct { att.global.attributes, @@ -15115,7 +13048,7 @@2.1.20. monogr, series* )+, ( model.noteLike | model.ptrLike | relatedItem | citedRange )* ) -}
+ ><content> <alternate maxOccurs="unbounded" minOccurs="1"> @@ -15332,20 +13253,20 @@2.1.21.
+ >element binding { att.global.attributes, att.datable.attributes, attribute contemporary { text }?, ( model.pLike | condition | decoNote )+ -}
+ ><content> <alternate> <alternate maxOccurs="unbounded" @@ -15490,18 +13406,18 @@2.1.22.
+ >element bindingDesc { att.global.attributes, ( ( model.pLike | decoNote | condition )+ | binding+ ) -}
+ ><content> <sequence> <classRef key="model.global" @@ -15764,13 +13667,13 @@2.1.23.
+ >element body { att.global.attributes, @@ -15792,7 +13695,7 @@2.1.23. model.divBottom, model.global* )* ) -}
+ ><content> <alternate maxOccurs="unbounded" minOccurs="0"> @@ -16069,19 +13944,19 @@2.1.24.
+ >element catDesc { att.global.attributes, att.canonical.attributes, ( text | model.limitedPhrase | model.catDescPart )* -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
-element catchwords { att.global.attributes, macro.phraseSeq }
+element catchwords { att.global.attributes, macro.phraseSeq }⚓
+ ><content> <sequence> <alternate> @@ -16874,25 +14695,26 @@2.1.26.
+ >element category { att.global.attributes, - ( ( catDesc+ | ( model.descLike | model.glossLike )* ), category* ) -}
Example | -<titleStmt> <title> ... </title> <editor xml:id="LDB">Lou Burnard</editor> <respStmt xml:id="BZ"> <resp>copy editing</resp> <name>Brett Zamir</name> </respStmt>
- </titleStmt>
- <!-- ... -->
- <revisionDesc status="published">
- <change status="public" when="2008-02-02" who="#BZ">Finished chapter 23</change> <change status="draft" when="2008-01-02" who="#BZ">Finished chapter 2</change> <change n="P2.2" when="1991-12-21" who="#LDB">Added examples to section
- 3</change> <change when="1991-11-11" who="#MSM">Deleted chapter 10</change>
- </revisionDesc> |
+ <titleStmt>
+ <title> ... </title>
+ <editor xml:id="LDB">Lou Burnard</editor>
+ <respStmt xml:id="BZ">
+ <resp>copy editing</resp>
+ <name>Brett Zamir</name>
+ </respStmt>
+</titleStmt>
+<!-- ... -->
+<revisionDesc status="published">
+ <change status="public" when="2008-02-02"
+ who="#BZ">Finished chapter 23</change>
+ <change status="draft" when="2008-01-02"
+ who="#BZ">Finished chapter 2</change>
+ <change n="P2.2" when="1991-12-21"
+ who="#LDB">Added examples to section 3</change>
+ <change when="1991-11-11" who="#MSM">Deleted chapter 10</change>
+</revisionDesc> |
Example | -<profileDesc> <creation> <listChange> <change xml:id="DRAFT1">First draft in pencil</change> <change notBefore="1880-12-09" xml:id="DRAFT2">First revision, mostly
- using green ink</change> <change notBefore="1881-02-13" xml:id="DRAFT3">Final corrections as
- supplied to printer.</change> </listChange> </creation>
- </profileDesc> |
+ <profileDesc>
+ <creation>
+ <listChange>
+ <change xml:id="DRAFT1">First draft in pencil</change>
+ <change notBefore="1880-12-09"
+ xml:id="DRAFT2">First revision, mostly
+ using green ink</change>
+ <change notBefore="1881-02-13"
+ xml:id="DRAFT3">Final corrections as
+ supplied to printer.</change>
+ </listChange>
+ </creation>
+</profileDesc> |
Content model | + ><content> <macroRef key="macro.specialPara"/> </content> - |
+ ⚓
|
Schema Declaration | + >element change { att.ascribed.attributes, @@ -17374,7 +15147,7 @@ |
+}⚓
+ ><content> <alternate maxOccurs="unbounded" minOccurs="2"> @@ -17859,14 +15624,14 @@2.1.28.
-element choice { att.global.attributes, ( model.choicePart | choice )+ }
+element choice { att.global.attributes, ( model.choicePart | choice )+ }⚓
+ ><content> <alternate maxOccurs="unbounded" minOccurs="1"> - <classRef key="model.qLike"/> - <classRef key="model.egLike"/> <classRef key="model.biblLike"/> - <classRef key="model.ptrLike"/> - <classRef key="model.global"/> + <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> -
+ >element cit { att.global.attributes, att.typed.attributes, ( - model.qLike + model.biblLike | model.egLike - | model.biblLike - | model.ptrLike - | model.global | model.entryPart + | model.global + | model.graphicLike + | model.ptrLike + | model.attributable + | pc + | q )+ -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element citedRange { att.global.attributes, att.pointing.attributes, att.citing.attributes, macro.phraseSeq -}
+ ><content> <elementRef key="taxonomy" maxOccurs="unbounded" minOccurs="1"/> </content> -
-element classDecl { att.global.attributes, taxonomy+ }
+element classDecl { att.global.attributes, taxonomy+ }⚓
+ ><content> <macroRef key="macro.specialPara"/> </content> -
+ >element collation { att.global.attributes, attribute mainStructures { list { + } }?, macro.specialPara -}
+ ><content> <macroRef key="macro.phraseSeq.limited"/> </content> -
+ >element collection { att.global.attributes, att.naming.attributes, att.typed.attributes, macro.phraseSeq.limited -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element colophon { att.global.attributes, att.msExcerpt.attributes, macro.phraseSeq -}
+ ><content> <macroRef key="macro.specialPara"/> </content> -
-element condition { att.global.attributes, macro.specialPara }
+element condition { att.global.attributes, macro.specialPara }⚓
+ ><content> <macroRef key="macro.paraContent"/> </content> -
+ >element corr { att.global.attributes, att.editLike.attributes, att.typed.attributes, macro.paraContent -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element countermark { att.global.attributes, @@ -21086,7 +18782,7 @@2.1.37. att.global.responsibility.attributes, att.global.source.attributes, macro.phraseSeq -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element country { att.global.attributes, @@ -21734,7 +19428,7 @@2.1.38. att.typed.attributes, att.datable.attributes, macro.phraseSeq -}
+ ><content> <macroRef key="macro.specialPara"/> </content> -
+ >element custEvent { att.global.attributes, att.datable.attributes, att.typed.attributes, macro.specialPara -}
+ ><content> <alternate> <classRef key="model.pLike" @@ -22216,14 +19882,14 @@2.1.40.
-element custodialHist { att.global.attributes, ( model.pLike+ | custEvent+ ) }
+element custodialHist { att.global.attributes, ( model.pLike+ | custEvent+ ) }⚓
+ ><content> <macroRef key="macro.paraContent"/> </content> -
+ >element damage { att.global.attributes, att.typed.attributes, att.damaged.attributes, macro.paraContent -}
+ ><content> <alternate maxOccurs="unbounded" minOccurs="0"> @@ -23547,13 +21185,13 @@2.1.42.
+ >element date { att.global.attributes, @@ -23563,7 +21201,7 @@2.1.42. att.dimensions.attributes, att.typed.attributes, ( text | model.gLike | model.phrase | model.global )* -}
+ ><content> <alternate> <classRef key="model.pLike" @@ -23699,18 +21333,18 @@2.1.43.
+ >element decoDesc { att.global.attributes, ( model.pLike+ | ( summary?, decoNote+ ) ) -}
+ ><content> <macroRef key="macro.specialPara"/> </content> -
+ >element decoNote { att.global.attributes, @@ -24217,7 +21847,7 @@2.1.44. macro.specialPara -}
There is a clear distinction in the TEI between 2.1.45. 11.3.1.7. Text Omitted from or Supplied in the Transcription and 11.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 @@ -24862,54 +22492,36 @@
+ ><content> <macroRef key="macro.paraContent"/> </content> -
+ >element del { att.global.attributes, @@ -24917,7 +22529,7 @@2.1.45. att.typed.attributes, att.dimensions.attributes, macro.paraContent -}
+ ><content> <macroRef key="macro.xtext"/> </content> -
-element depth { att.global.attributes, att.dimensions.attributes, macro.xtext }
+element depth { att.global.attributes, att.dimensions.attributes, macro.xtext }⚓
+ ><content> <macroRef key="macro.limitedContent"/> </content> -
+ >element desc { att.global.attributes, - att.translatable.attributes, att.typed.attribute.subtype, - attribute type { text }?, + attribute type { "deprecationInfo" }?, macro.limitedContent -}
+ ><content> <macroRef key="macro.xtext"/> </content> -
+ >element dim { att.global.attributes, att.typed.attributes, att.dimensions.attributes, macro.xtext -}
+ ><content> <alternate maxOccurs="unbounded" minOccurs="0"> @@ -26909,21 +24464,30 @@2.1.49.
+ >element dimensions { att.global.attributes, att.dimensions.attributes, att.typed.attribute.subtype, - attribute type { text }?, + attribute type + { + "binding" + | "folia" + | "leaf" + | "line-height" + | "ruled" + | "written" + | "other" + }?, ( dim | model.dimLike )* -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element distributor { att.global.attributes, att.canonical.attributes, macro.phraseSeq -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element district { att.global.attributes, @@ -27886,7 +25435,7 @@2.1.51. att.typed.attributes, att.datable.attributes, macro.phraseSeq -}
+ ><content> <sequence> <alternate maxOccurs="unbounded" @@ -28177,13 +25698,13 @@2.1.52.
+ >element div { att.global.attributes, @@ -28204,7 +25725,7 @@2.1.52. model.divBottom, model.global* )* )? ) -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
-element edition { att.global.attributes, macro.phraseSeq }
+element edition { att.global.attributes, macro.phraseSeq }⚓
+ ><content> <alternate> <classRef key="model.pLike" @@ -28661,18 +26164,18 @@2.1.54.
+ >element editionStmt { att.global.attributes, ( model.pLike+ | ( edition, model.respLike* ) ) -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element editor { att.global.attributes, att.naming.attributes, + att.datable.attributes, macro.phraseSeq -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
-element email { att.global.attributes, macro.phraseSeq }
+element email { att.global.attributes, macro.phraseSeq }⚓
+ ><content> <alternate maxOccurs="unbounded" minOccurs="1"> @@ -29736,18 +27244,18 @@2.1.57.
+ >element encodingDesc { att.global.attributes, ( model.encodingDescPart | model.pLike )+ -}
+ ><content> <macroRef key="macro.xtext"/> </content> -
+ >element ex { att.global.attributes, att.editLike.attributes, att.dimensions.attributes, macro.xtext -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element expan { att.global.attributes, att.editLike.attributes, macro.phraseSeq -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element explicit { att.global.attributes, att.typed.attributes, att.msExcerpt.attributes, macro.phraseSeq -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
-element extent { att.global.attributes, macro.phraseSeq }
+element extent { att.global.attributes, macro.phraseSeq }⚓
+ ><content> <sequence> <elementRef key="front" minOccurs="0"/> @@ -31656,19 +29099,19 @@2.1.62.
+ >element facsimile { att.global.attributes, att.declaring.attributes, ( front?, ( model.graphicLike | surface | surfaceGrp )+, back? ) -}
+ ><content> <alternate maxOccurs="1" minOccurs="1"> <textNode/> <anyElement/> </alternate> </content> -
-element fallback { text | anyElement-fallback }
+element fallback { text | anyElement-fallback }⚓
+ ><content> <macroRef key="macro.limitedContent"/> </content> -
-element figDesc { att.global.attributes, macro.limitedContent }
+element figDesc { att.global.attributes, macro.limitedContent }⚓
+ ><content> <alternate maxOccurs="unbounded" minOccurs="0"> @@ -32523,13 +29952,13 @@2.1.65.
+ >element figure { att.global.attributes, @@ -32544,7 +29973,7 @@2.1.65. model.global | model.divBottom )* -}
+ ><content> <sequence> <sequence> @@ -32695,7 +30118,7 @@2.1.66. 2.1.66.
+ >element fileDesc { att.global.attributes, @@ -32719,12 +30142,12 @@2.1.66. editionStmt?, extent?, publicationStmt, - seriesStmt?, + seriesStmt*, notesStmt? ), sourceDesc+ ) -}
DN17
.DN17
.+ ><content> <macroRef key="macro.specialPara"/> </content> -
+ >element filiation { att.global.attributes, att.typed.attributes, macro.specialPara -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element finalRubric { att.global.attributes, att.typed.attributes, att.msExcerpt.attributes, macro.phraseSeq -}
+ ><content> <macroRef key="macro.specialPara"/> </content> -
+ >element foliation { att.datable.attributes, att.global.attributes, macro.specialPara -}
This element is intended for use only where no other element is available to mark the phrase or words concerned. The global 2.1.70.
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
-element foreign { att.global.attributes, macro.phraseSeq }
+element foreign { att.global.attributes, macro.phraseSeq }⚓
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element forename { att.global.attributes, att.personal.attributes, att.typed.attributes, macro.phraseSeq -}
+ ><content> <alternate maxOccurs="unbounded" minOccurs="0"> @@ -35414,19 +32782,19 @@2.1.72.
+ >element formula { att.global.attributes, att.notated.attributes, ( text | model.graphicLike | model.hiLike )* -}
+ ><content> <macroRef key="macro.phraseSeq.limited"/> </content> -
+ >element funder { att.global.attributes, att.canonical.attributes, + att.datable.attributes, macro.phraseSeq.limited -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element fw { att.global.attributes, @@ -36406,7 +33811,7 @@2.1.74. att.written.attributes, attribute type { text }?, macro.phraseSeq -}
2.1.75. |
|
2.1.75. Sample values include: |
|
+ ><content> <alternate maxOccurs="unbounded" minOccurs="0"> @@ -37030,13 +34410,13 @@2.1.75.
+ >element gap { att.global.attributes, @@ -37060,7 +34440,7 @@2.1.75. model.descLike | model.certLike )* -}
+ ><content> <textNode/> </content> -
-element geo { att.global.attributes, att.declaring.attributes, text }
+element geo { att.global.attributes, att.declaring.attributes, text }⚓
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element geogFeat { att.datable.attributes, @@ -38162,7 +35515,7 @@2.1.77. att.typed.attributes, att.dimensions.attributes, macro.phraseSeq -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element geogName { att.datable.attributes, @@ -38800,7 +36149,7 @@2.1.78. att.naming.attributes, att.typed.attributes, macro.phraseSeq -}
+ ><content> <classRef key="model.descLike" maxOccurs="unbounded" minOccurs="0"/> </content> -
+ >element graphic { att.global.attributes, @@ -39276,7 +36610,7 @@2.1.79. att.resourced.attributes, att.declaring.attributes, model.descLike* -}
2.1.80. | Example | -<handDesc> <handNote scope="major">Written throughout in <term>angelicana
- formata</term>.</handNote>
- </handDesc> |
+ <handDesc>
+ <handNote scope="major">Written throughout in <term>angelicana formata</term>.</handNote>
+</handDesc> |
Example | -<handDesc hands="2"> <p>The manuscript is written in two
- contemporary hands, otherwise unknown, but clearly those
- of practised scribes. Hand I writes ff. 1r-22v and hand
- II ff. 23 and 24. Some scholars, notably Verner Dahlerup
- and Hreinn Benediktsson, have argued for a third hand on
- f. 24, but the evidence for this is insubstantial.</p>
- </handDesc> |
+ <handDesc hands="2">
+ <p>The manuscript is written in two contemporary hands, otherwise
+ unknown, but clearly those of practised scribes. Hand I writes
+ ff. 1r-22v and hand II ff. 23 and 24. Some scholars, notably
+ Verner Dahlerup and Hreinn Benediktsson, have argued for a third hand
+ on f. 24, but the evidence for this is insubstantial.</p>
+</handDesc> |
|
Content model | + ><content> <alternate> <classRef key="model.pLike" @@ -39456,19 +36778,19 @@ |
+ ⚓
||
Schema Declaration | + >element handDesc { att.global.attributes, attribute hands { text }?, ( model.pLike+ | ( summary?, handNote+ ) ) -} |
+}⚓
+ ><content> <macroRef key="macro.specialPara"/> </content> -
+ >element handNote { att.global.attributes, @@ -39982,7 +37299,7 @@2.1.81. macro.specialPara -}
+ ><content> <alternate maxOccurs="unbounded" minOccurs="0"> @@ -40440,13 +37715,13 @@2.1.82.
+ >element head { att.global.attributes, @@ -40462,7 +37737,7 @@2.1.82. model.lLike | model.global )* -}
+ ><content> <macroRef key="macro.xtext"/> </content> -
+ >element height { att.global.attributes, att.dimensions.attributes, macro.xtext -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
-element heraldry { att.global.attributes, macro.phraseSeq }
+element heraldry { att.global.attributes, macro.phraseSeq }⚓
+ ><content> <macroRef key="macro.paraContent"/> </content> -
-element hi { att.global.attributes, att.written.attributes, macro.paraContent }
+element hi { att.global.attributes, att.written.attributes, macro.paraContent }⚓
+ ><content> <alternate> <classRef key="model.pLike" @@ -42249,18 +39500,18 @@2.1.86.
+ >element history { att.global.attributes, ( model.pLike+ | ( summary?, origin?, provenance*, acquisition? ) ) -}
#sym
.+ ><content> <alternate maxOccurs="unbounded" minOccurs="0"> @@ -42870,13 +40095,13 @@2.1.87.
+ >element idno { att.global.attributes, @@ -42888,7 +40113,7 @@2.1.87. idno )* -}
+ ><content> <sequence> <alternate maxOccurs="unbounded" @@ -43050,13 +40270,13 @@2.1.88.
+ >element imprint { att.global.attributes, @@ -43064,7 +40284,7 @@2.1.88. model.imprintPart | model.dateLike ), respStmt*, model.global* )+ ) -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element incipit { att.global.attributes, att.typed.attributes, att.msExcerpt.attributes, macro.phraseSeq -}
+ ><content> <elementRef key="fallback" maxOccurs="1" minOccurs="0"/> </content> -
+ >element include { attribute href { text }?, @@ -43652,7 +40856,7 @@2.1.90. fallback? -}
+ ><content> <macroRef key="macro.phraseSeq.limited"/> </content> -
+ >element institution { att.global.attributes, att.naming.attributes, macro.phraseSeq.limited -}
+ ><content> <macroRef key="macro.specialPara"/> </content> -
+ >element item { att.global.attributes, att.sortable.attributes, macro.specialPara -}
+ ><content> <alternate> <elementRef key="term" @@ -44469,19 +41630,19 @@2.1.93.
+ >element keywords { att.global.attributes, attribute scheme { text }?, ( term+ | list ) -}
+ ><content> <alternate maxOccurs="unbounded" minOccurs="0"> @@ -44938,19 +42091,19 @@2.1.94.
+ >element l { att.global.attributes, att.fragmentable.attributes, ( text | model.gLike | model.phrase | model.inter | model.global )* -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element label { att.global.attributes, @@ -45611,7 +42661,7 @@2.1.95. att.placement.attributes, att.written.attributes, macro.phraseSeq -}
ruledLines | -specifies the
- number of ruled lines per column
+ (ruled
+ lines) specifies the number
+ of ruled lines per column |
2.1.98. marks the beginning of a new (typographic) line in some edition or version of a text. [3.10.3. Milestone Elements + href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CORS5" + >3.11.3. Milestone Elements 7.2.5. Speech Contents] | |||||||||||||||||||||||||||||
This example shows typographical line
breaks within metrical lines, where they occur at different
- places in different 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> |
+ places in different
+ editions:|||||||||||||||||||||||||||||||
2.1.98. break attribute is used to
show that the line break does not (as elsewhere) mark the start
- of a new word. <titlePart> <lb/>With Additions, ne-<lb break="no"/>ver before Printed. </titlePart> |
+ of a new
+ word.|||||||||||||||||||||||||||||||
Content model | + ><content> <empty/> </content> - |
+ ⚓
||||||||||||||||||||||||||||||
Schema Declaration | + >element lb { att.global.attributes, @@ -46921,7 +43895,7 @@ |
+}⚓
+ ><content> <sequence> <alternate maxOccurs="unbounded" @@ -47282,13 +44244,13 @@2.1.99.
+ >element lg { att.global.attributes, @@ -47301,7 +44263,7 @@2.1.99. model.lLike | model.stageLike | model.labelLike | model.global | lg )*, ( model.divBottom, model.global* )* ) -}
+ ><content> <macroRef key="macro.specialPara"/> </content> -
+ >element licence { att.global.attributes, att.pointing.attributes, att.datable.attributes, macro.specialPara -}
2.1.101. |
|
|
Example | -<list rend="numbered">
- <item>a butcher</item> <item>a baker</item> <item>a candlestick maker,
- with <list rend="bulleted"> <item>rings on his
- fingers</item>
- <item>bells on his
- toes</item> </list> </item>
- </list> |
+ <list rend="numbered">
+ <item>a butcher</item>
+ <item>a baker</item>
+ <item>a candlestick maker, with
+ <list rend="bulleted">
+ <item>rings on his fingers</item>
+ <item>bells on his toes</item>
+ </list>
+ </item>
+</list> |
Example | -<list rend="bulleted" type="syllogism">
- <item>All Cretans
- are liars.</item> <item>Epimenides is a
- Cretan.</item> <item>ERGO Epimenides is a
- liar.</item>
- </list> |
+ <list rend="bulleted" type="syllogism">
+ <item>All Cretans are liars.</item>
+ <item>Epimenides is a Cretan.</item>
+ <item>ERGO Epimenides is a liar.</item>
+</list> |
Example | -<list rend="simple" type="litany">
- <item>God save us
- from drought.</item>
- <item>God save us
- from pestilence.</item>
- <item>God save us
- from wickedness in high places.</item> <item>Praise be to God.</item>
- </list> |
+ <list rend="simple" type="litany">
+ <item>God save us from drought.</item>
+ <item>God save us from pestilence.</item>
+ <item>God save us from wickedness in high places.</item>
+ <item>Praise be to God.</item>
+</list> |
Example | The following example treats the short
numbered clauses of Anglo-Saxon legal codes as lists of items.
- The text is from an ordinance of King Athelstan (924–939): <div1 type="section">
- <head>Athelstan's
- Ordinance</head>
- <list rend="numbered"> <item n="1">Concerning thieves. First, that no
- thief is to be spared who is caught with the stolen
- goods, [if he is] over twelve years and [if the value of the
- goods is] over eightpence. <list rend="numbered">
- <item n="1.1">And if
- anyone does spare one, he is to pay for the thief with his
- wergild — and the thief is to be no nearer a
- settlement on that account — or to clear himself by
- an oath of that amount.</item> <item n="1.2">If,
- however, he [the thief] wishes to defend himself or to
- escape, he is not to be spared [whether younger or
- older than twelve].</item> <item n="1.3">If a
- thief is put into prison, he is to be in prison 40 days, and
- he may then be redeemed with 120 shillings; and the
- kindred are to stand surety for him that he will
- desist for ever.</item>
- <item n="1.4">And if
- he steals after that, they are to pay for him with his
- wergild, or to bring him back there.</item> <item n="1.5">And if he steals after that, they
- are to pay for him with his wergild, whether to the
- king or to him to whom it rightly belongs; and everyone of
- those who supported him is to pay 120 shillings to
- the king as a fine.</item> </list> </item> <item n="2">Concerning lordless men. And we
- pronounced about these lordless men, from whom no
- justice can be obtained, that one should order their kindred
- to fetch back such a person to justice and to find him
- a lord in public meeting. <list rend="numbered">
- <item n="2.1">And if
- they then will not, or cannot, produce him on that appointed
- day, he is then to be a fugitive afterwards, and he
- who encounters him is to strike him down as a
- thief.</item>
- <item n="2.2">And he
- who harbours him after that, is to pay for him with his
- wergild or to clear himself by an oath of that
- amount.</item>
- </list> </item> <item n="3">Concerning the refusal of justice.
- The lord who refuses justice and upholds his guilty
- man, so that the king is appealed to, is to repay the value
- of the goods and 120 shillings to the king; and he who
- appeals to the king before he demands justice as often
- as he ought, is to pay the same fine as the other would have
- done, if he had refused him justice. <list rend="numbered"> <item n="3.1">And the lord who is an accessory
- to a theft by his slave, and it becomes known about
- him, is to forfeit the slave and be liable to his wergild on
- the first occasionp if he does it more often, he is
- to be liable to pay all that he owns.</item> <item n="3.2">And
- likewise any of the king's treasurers or of our reeves, who
- has been an accessory of thieves who have committed
- theft, is to liable to the same.</item> </list> </item> <item n="4">Concerning treachery to a lord. And we
- have pronounced concerning treachery to a lord, that he
- [who is accused] is to forfeit his life if he cannot deny it
- or is afterwards convicted at the three-fold
- ordeal.</item> </list>
- </div1> Note that
- nested lists have been used so the tagging mirrors the structure
- indicated by the two-level numbering of the clauses. The clauses
- could have been treated as a one-level list with irregular
- numbering, if desired. |
+ The text is from an ordinance of King Athelstan
+ (924–939):|
Example | -<p>These decrees, most blessed Pope
- Hadrian, we propounded in the public council ... and they
- confirmed them in our hand in your stead with the sign of
- the Holy Cross, and afterwards inscribed with a careful pen
- on the paper of this page, affixing thus the sign of the
- Holy Cross. <list rend="simple">
- <item>I, Eanbald,
- by the grace of God archbishop of the holy church of York,
- have subscribed to the pious and catholic validity of
- this document with the sign of the Holy Cross.</item> <item>I, Ælfwold, king of
- the people across the Humber, consenting have subscribed
- with the sign of the Holy Cross.</item> <item>I, Tilberht, prelate of the church
- of Hexham, rejoicing have subscribed with the sign of
- the Holy Cross.</item>
- <item>I, Higbald,
- bishop of the church of Lindisfarne, obeying have subscribed
- with the sign of the Holy Cross.</item> <item>I, Ethelbert, bishop of Candida
- Casa, suppliant, have subscribed with thef sign of the
- Holy Cross.</item>
- <item>I, Ealdwulf,
- bishop of the church of Mayo, have subscribed with devout
- will.</item> <item>I, Æthelwine, bishop,
- have subscribed through delegates.</item> <item>I, Sicga, patrician, have subscribed
- with serene mind with the sign of the Holy Cross.</item> </list>
- </p> |
+ <p>These decrees, most blessed Pope Hadrian, we propounded in the public council ... and they
+ confirmed them in our hand in your stead with the sign of the Holy Cross, and afterwards
+ inscribed with a careful pen on the paper of this page, affixing thus the sign of the Holy
+ Cross.
+<list rend="simple">
+ <item>I, Eanbald, by the grace of God archbishop of the holy church of York, have
+ subscribed to the pious and catholic validity of this document with the sign of the Holy
+ Cross.</item>
+ <item>I, Ælfwold, king of the people across the Humber, consenting have subscribed with
+ the sign of the Holy Cross.</item>
+ <item>I, Tilberht, prelate of the church of Hexham, rejoicing have subscribed with the
+ sign of the Holy Cross.</item>
+ <item>I, Higbald, bishop of the church of Lindisfarne, obeying have subscribed with the
+ sign of the Holy Cross.</item>
+ <item>I, Ethelbert, bishop of Candida Casa, suppliant, have subscribed with thef sign of
+ the Holy Cross.</item>
+ <item>I, Ealdwulf, bishop of the church of Mayo, have subscribed with devout will.</item>
+ <item>I, Æthelwine, bishop, have subscribed through delegates.</item>
+ <item>I, Sicga, patrician, have subscribed with serene mind with the sign of the Holy
+ Cross.</item>
+ </list>
+</p> |
Schematron | -
- <sch:rule context="tei:list[@type='gloss']">
- <sch:assert test="tei:label">The content of a "gloss"
- list should include a sequence of one or more pairs of a
- label element followed by an item element</sch:assert>
- </sch:rule> |
+
+<sch:rule context="tei:list[@type='gloss']">
+<sch:assert test="tei:label">The content of a "gloss" list should include a sequence of one or more pairs of a label element followed by an item element</sch:assert>
+</sch:rule> |
Content model | + ><content> <sequence> <alternate maxOccurs="unbounded" @@ -48341,13 +45182,13 @@ |
+ ⚓
|
Schema Declaration | + >element list { att.global.attributes, @@ -48369,7 +45210,7 @@ |
+}⚓
+ ><content> <sequence> <classRef key="model.headLike" @@ -48709,24 +45540,37 @@2.1.102.
+ >element listBibl { att.global.attributes, @@ -48736,10 +45580,10 @@2.1.102. model.headLike*, desc*, - ( model.biblLike | model.milestoneLike )+, - ( relation | listRelation )* + ( model.milestoneLike | relation | listRelation )*, + ( model.biblLike+, ( model.milestoneLike | relation | listRelation )* )+ ) -}
2.1.103.
to |
- specifies the
- end-point of the location in a normalized form,
- typically as a page number. |
+ (to)
+ specifies the end-point of the
+ location in a normalized form, typically as a page
+ number. |
2.1.104.
<locusGrp> groups a number of
- locations which together form a distinct but discontinuous
- item within a manuscript, manuscript part, or other
- object. [<locusGrp> (locus
+ group) groups a number of locations which
+ together form a distinct but discontinuous item within a
+ manuscript, manuscript part, or other object. [10.3.5. References to Locations within a
Manuscript] |
|
+ ><content> <elementRef key="locus" maxOccurs="unbounded" minOccurs="1"/> </content> -
-element locusGrp { att.global.attributes, attribute scheme { text }?, locus+ }
+element locusGrp { att.global.attributes, attribute scheme { text }?, locus+ }⚓
function | +describes the
+ function or use of the material in relation to the
+ object as a whole.
+
|
+ ||||||||
target | +identifies one
+ or more elements to which the metamark
+ applies.
+
|
+
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element material { att.global.attributes, att.canonical.attributes, + att.typed.attributes, + attribute function { text }?, + attribute target { list { + } }?, macro.phraseSeq -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element measure { att.global.attributes, @@ -51127,7 +47966,7 @@2.1.106. att.measurement.attributes, attribute type { text }?, macro.phraseSeq -}
+ ><content> <sequence> <alternate minOccurs="0"> @@ -51431,13 +48229,13 @@2.1.107.
+ >element monogr { att.global.attributes, @@ -51464,7 +48262,7 @@2.1.107. imprint, ( imprint | extent | biblScope )* ) -}
+ ><content> <alternate> <classRef key="model.pLike" @@ -51718,13 +48468,13 @@2.1.108.
+ >element msContents { att.global.attributes, @@ -51734,7 +48484,7 @@2.1.108. model.pLike+ | ( summary?, textLang?, titlePage?, ( msItem | msItemStruct )* ) ) -}
+ ><content> <sequence> <elementRef key="msIdentifier"/> @@ -52104,13 +48840,13 @@2.1.109.
+ >element msDesc { att.global.attributes, @@ -52132,7 +48868,7 @@2.1.109.
+ ><content> <sequence> <alternate> @@ -52325,13 +49043,13 @@2.1.110.
+ >element msFrag { att.global.attributes, @@ -52341,7 +49059,7 @@2.1.110. model.headLike*, ( model.pLike+ | ( msContents?, physDesc?, history?, additional? ) ) ) -}
+ ><content> <sequence> <sequence> @@ -52534,13 +49244,13 @@2.1.111.
+ >element msIdentifier { att.global.attributes, @@ -52559,7 +49269,7 @@2.1.111. msName | objectName | altIdentifier )* ) -}
+ ><content> <sequence> <alternate maxOccurs="unbounded" @@ -52817,13 +49501,13 @@2.1.112.
+ >element msItem { att.global.attributes, @@ -52836,7 +49520,7 @@2.1.112. model.titlepagePart | model.msItemPart | model.global )+ ) ) -}
+ ><content> <sequence> <alternate minOccurs="0"> @@ -53102,13 +49741,13 @@2.1.113.
+ >element msItemStruct { att.global.attributes, @@ -53137,7 +49776,7 @@2.1.113.
+ ><content> <alternate maxOccurs="unbounded" minOccurs="0"> @@ -53253,19 +49889,19 @@2.1.114.
+ >element msName { att.global.attributes, att.typed.attributes, ( text | model.gLike | rs | name )* -}
+ ><content> <sequence> <elementRef key="msIdentifier"/> @@ -53527,13 +50115,13 @@2.1.115.
+ >element msPart { att.global.attributes, @@ -53546,7 +50134,7 @@2.1.115. msContents?, physDesc?, history?, additional?, msPart* ) ) ) -}
+ ><content> <macroRef key="macro.specialPara"/> </content> -
-element musicNotation { att.global.attributes, macro.specialPara }
+element musicNotation { att.global.attributes, macro.specialPara }⚓
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element name { att.global.attributes, @@ -54586,7 +51149,7 @@2.1.117. att.typed.attribute.subtype, attribute type { "person" | "place" | "org" | "unknown" | "other" }?, macro.phraseSeq -}
anchored | -indicates
- whether the copy text shows the exact place of
- reference for the note.
-
|
- ||||||||
targetEnd | -points to the
- end of the span to which the note is attached, if
- the note is not embedded in the text at that
- point.
-
|
-
+ ><content> <macroRef key="macro.specialPara"/> </content> -
+ >element note { att.global.attributes, @@ -55411,10 +51863,9 @@2.1.118. att.pointing.attributes, att.typed.attributes, att.written.attributes, - attribute anchored { text }?, - attribute targetEnd { list { + } }?, + att.anchoring.attributes, macro.specialPara -}
The standard form - used is defined by the TEI datatype - data.numeric.
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element num { att.global.attributes, @@ -56134,7 +52565,7 @@2.1.119. macro.phraseSeq -}
+ ><content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" @@ -56357,13 +52779,13 @@2.1.120.
+ >element objectDesc { att.global.attributes, @@ -56372,7 +52794,7 @@2.1.120. model.pLike+ | ( supportDesc?, layoutDesc? ) ) -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element objectType { att.global.attributes, att.canonical.attributes, macro.phraseSeq -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element orgName { att.global.attributes, @@ -57635,7 +54040,7 @@2.1.122. att.personal.attributes, att.typed.attributes, macro.phraseSeq -}
+ ><content> <macroRef key="macro.paraContent"/> </content> -
-element orig { att.global.attributes, macro.paraContent }
+element orig { att.global.attributes, macro.paraContent }⚓
+ ><content> <alternate maxOccurs="unbounded" minOccurs="0"> @@ -58880,13 +55263,13 @@2.1.124.
+ >element origDate { att.global.attributes, @@ -58895,7 +55278,7 @@2.1.124. att.editLike.attributes, att.typed.attributes, ( text | model.gLike | model.phrase | model.global )* -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element origPlace { att.global.attributes, @@ -59526,7 +55906,7 @@2.1.125. att.editLike.attributes, att.typed.attributes, macro.phraseSeq -}
+ ><content> <macroRef key="macro.specialPara"/> </content> -
+ >element origin { att.global.attributes, att.editLike.attributes, att.datable.attributes, macro.specialPara -}
+ ><content> <macroRef key="macro.paraContent"/> </content> -
+ >element p { att.global.attributes, @@ -60407,7 +56755,7 @@2.1.127. att.fragmentable.attributes, att.written.attributes, macro.paraContent -}
+ ><content> <empty/> </content> -
+ >element pb { att.global.attributes, @@ -60927,7 +57254,7 @@2.1.128. att.spanning.attributes, att.breaking.attributes, empty -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element persName { att.global.attributes, @@ -61586,7 +57904,7 @@2.1.129. att.personal.attributes, att.typed.attributes, macro.phraseSeq -}
+ ><content> <sequence> <classRef key="model.pLike" @@ -61767,13 +58066,13 @@2.1.130.
+ >element physDesc { att.global.attributes, @@ -61790,7 +58089,7 @@2.1.130. sealDesc?, accMat? ) -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element placeName { att.datable.attributes, @@ -62467,7 +58756,7 @@2.1.131. att.personal.attributes, att.typed.attributes, macro.phraseSeq -}
+ ><content> <textNode/> </content> -
-element postCode { att.global.attributes, text }
+element postCode { att.global.attributes, text }⚓
+ ><content> <macroRef key="macro.phraseSeq.limited"/> </content> -
+ >element principal { att.global.attributes, att.canonical.attributes, + att.datable.attributes, macro.phraseSeq.limited -}
+ ><content> <classRef key="model.profileDescPart" maxOccurs="unbounded" minOccurs="0"/> </content> -
-element profileDesc { att.global.attributes, model.profileDescPart* }
+element profileDesc { att.global.attributes, model.profileDescPart* }⚓
+ ><content> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> </content> -
+ >element projectDesc { att.global.attributes, att.declarable.attributes, model.pLike+ -}
+ ><content> <macroRef key="macro.specialPara"/> </content> -
+ >element provenance { att.global.attributes, att.datable.attributes, att.typed.attributes, macro.specialPara -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element pubPlace { att.global.attributes, att.naming.attributes, macro.phraseSeq -}
+ ><content> <alternate> <sequence maxOccurs="unbounded" @@ -64071,13 +60301,13 @@2.1.138.
+ >element publicationStmt { att.global.attributes, @@ -64085,7 +60315,7 @@2.1.138. model.publicationStmtPart.agency, model.publicationStmtPart.detail* )+ | model.pLike+ ) -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element publisher { att.global.attributes, att.canonical.attributes, macro.phraseSeq -}
2.1.140. |
|
+ ><content> <macroRef key="macro.specialPara"/> </content> -
+ >element q { att.global.attributes, @@ -65099,7 +61362,7 @@2.1.140. macro.specialPara -}
+ ><content> <macroRef key="macro.specialPara"/> </content> -
+ >element quote { att.global.attributes, @@ -65715,7 +61974,7 @@2.1.141. att.msExcerpt.attributes, att.notated.attributes, macro.specialPara -}
+ ><content> <alternate> <classRef key="model.pLike" @@ -65854,18 +62103,18 @@2.1.142.
+ >element recordHist { att.global.attributes, ( model.pLike+ | ( source, change* ) ) -}
+ ><content> <macroRef key="macro.paraContent"/> </content> -
+ >element ref { + att.cReferencing.attributes, + att.declaring.attributes, att.global.attributes, - att.pointing.attributes, att.internetMedia.attributes, + att.pointing.attributes, att.typed.attributes, - att.declaring.attributes, - att.cReferencing.attributes, macro.paraContent -}
+ ><content> <macroRef key="macro.paraContent"/> </content> -
+ >element reg { att.global.attributes, att.editLike.attributes, att.typed.attributes, macro.paraContent -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element region { att.global.attributes, @@ -67812,7 +64024,7 @@2.1.145. att.typed.attributes, att.datable.attributes, macro.phraseSeq -}
+ ><content> <alternate minOccurs="0"> <classRef key="model.biblLike"/> <classRef key="model.ptrLike"/> </alternate> </content> -
+ >element relatedItem { att.global.attributes, att.typed.attributes, attribute target { text }?, ( model.biblLike | model.ptrLike )? -}
+ ><content> <macroRef key="macro.phraseSeq.limited"/> </content> -
+ >element repository { att.global.attributes, att.naming.attributes, macro.phraseSeq.limited -}
+ ><content> <macroRef key="macro.phraseSeq.limited"/> </content> -
+ >element resp { att.global.attributes, att.canonical.attributes, att.datable.attributes, macro.phraseSeq.limited -}
+ ><content> <sequence> <alternate> @@ -68838,13 +65005,13 @@2.1.149.
+ >element respStmt { att.global.attributes, @@ -68853,7 +65020,7 @@2.1.149. resp+, model.nameLike.agent+ ) | ( model.nameLike.agent+, resp+ ) ), note* ) -}
+ ><content> <alternate> <elementRef key="list"/> @@ -68995,19 +65152,19 @@2.1.150.
+ >element revisionDesc { att.global.attributes, att.docStatus.attributes, ( list | listChange | change+ ) -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element rubric { att.global.attributes, att.typed.attributes, att.msExcerpt.attributes, macro.phraseSeq -}
+ ><content> <alternate> <classRef key="model.pLike" @@ -69476,18 +65614,18 @@2.1.152.
+ >element scriptDesc { att.global.attributes, ( model.pLike+ | ( summary?, scriptNote+ ) ) -}
+ ><content> <macroRef key="macro.specialPara"/> </content> -
+ >element scriptNote { att.global.attributes, att.handFeatures.attributes, macro.specialPara -}
+ ><content> <alternate maxOccurs="unbounded" minOccurs="1"> @@ -69982,13 +66102,13 @@2.1.154.
+ >element seal { att.global.attributes, @@ -69996,7 +66116,7 @@2.1.154. att.datable.attributes, attribute contemporary { text }?, ( model.pLike | decoNote )+ -}
+ ><content> <alternate> <classRef key="model.pLike" @@ -70152,18 +66262,18 @@2.1.155.
+ >element sealDesc { att.global.attributes, ( model.pLike+ | ( summary?, ( decoNote | seal | condition )+ ) ) -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
-element secFol { att.global.attributes, macro.phraseSeq }
+element secFol { att.global.attributes, macro.phraseSeq }⚓
+ ><content> <macroRef key="macro.paraContent"/> </content> -
+ >element seg { att.global.attributes, @@ -71408,7 +67491,7 @@2.1.157. att.written.attributes, att.notated.attributes, macro.paraContent -}
+ ><content> <alternate maxOccurs="unbounded" minOccurs="0"> @@ -71601,13 +67665,13 @@2.1.158.
+ >element series { att.global.attributes, @@ -71624,7 +67688,7 @@2.1.158. model.global | availability )* -}
+ ><content> <macroRef key="macro.phraseSeq"/> </content> -
+ >element settlement { att.global.attributes, @@ -72270,7 +68331,7 @@2.1.159. att.typed.attributes,