Menu

#521 Allow <lem/> to Contain Chunk-Level Markup

AMBER
open
None
5(default)
2014-11-17
2014-07-31
No

In an edition I am currently porting from P4 to P5, variant readings have been tagged
in parallel segmentation encoding on the chunk as well as on the phrase level.
The conversion has been facilitated by a project-specific customization of the P5-All
schema which changes the content model and/or class membership of <app/>, <lem/> and
<rdg/>:

<elementSpec ident="app" module="textcrit" mode="change">
    <classes mode="change">
        <memberOf key="model.divLike"/>
        <memberOf key="model.pLike"/>
    </classes>
</elementSpec>
<elementSpec ident="lem" module="textcrit" mode="change">
    <content>
        <rng:zeroOrMore>
            <rng:choice>
                <rng:text/>
                <rng:ref name="model.divLike"/>
                <rng:ref name="model.divPart"/>
                <rng:ref name="model.gLike"/>
                <rng:ref name="model.phrase"/>
                <rng:ref name="model.inter"/>
                <rng:ref name="model.global"/>
                <rng:ref name="model.rdgPart"/>
            </rng:choice>
        </rng:zeroOrMore>
    </content>
</elementSpec>
<elementSpec ident="rdg" module="textcrit" mode="change">
    <content>
        <rng:zeroOrMore>
            <rng:choice>
                <rng:text/>
                <rng:ref name="model.divLike"/>
                <rng:ref name="model.divPart"/>
                <rng:ref name="model.gLike"/>
                <rng:ref name="model.phrase"/>
                <rng:ref name="model.inter"/>
                <rng:ref name="model.global"/>
                <rng:ref name="model.rdgPart"/>
            </rng:choice>
        </rng:zeroOrMore>
    </content>
</elementSpec> 

Please consider adopting this change in the next version of P5 as this seems to be a long-standing issue with the manual encoding of textual variance. For further information, see also the specific section in the TEI Wiki page of the SIG Manuscripts and its list of example use cases, e.g.

While the elevation of <app/>, <lem/> and <rdg/> to the chunk-level will not solve
possible overlap issues, resulting e.g. from variance on the structural level of a
text, it would ease the encoding of larger chunks of variant text and provide collation
software with more flexibility in encoding its results.

Related

Feature Requests: #492

Discussion

  • Gregor Middell

    Gregor Middell - 2014-07-31

    Please adjust the incomplete title. Thanks.

     
  • James Cummings

    James Cummings - 2014-11-17
    • assigned_to: Hugh A. Cayless
     
  • James Cummings

    James Cummings - 2014-11-17

    Council F2F at Raleigh 2014-11-17 assigning to HC to follow up with more details.