<listApp>
<listApp> (list of apparatus entries) contains a list of apparatus entries. [12.2 Linking the Apparatus to the Text] | |
모듈 | textcrit — Critical Apparatus |
속성 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.sortable (@sortKey) att.declarable (@default) att.typed (@type, @subtype) |
클럽 회원 | |
에 의해 포함된 | core: add corr del desc emph head hi item l meeting note orig p q quote ref reg said sic sp stage title unclear dictionaries: case colloc def dictScrap entryFree etym form gen gram gramGrp hyph iType lang lbl mood number orth per pos pron stress subc syll tns usg xr msdescription: accMat acquisition additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance signatures source summary support surrogates typeNote namesdates: occupation textstructure: argument back body div div1 div2 div3 div4 div5 div6 div7 docEdition epigraph imprimatur postscript salute signed titlePart trailer verse: rhyme |
포함할 수 있다 | |
주석 | listApp elements would normally be located in the back part of a document, but they may appear elsewhere. |
예 | In the following example from the exegetical Yasna, the base text is encoded in the body of the document, and two separate listApp elements are used in the back, containing variant readings written in different scripts. <body> <div> <lg type="stanza" xml:id="Y-36.01" xml:lang="pal-Avst" rend="italic"> <l xml:id="Y-36.01_L-1"> <w xml:id="Y-36.01_L1_W-01">ahiiā</w> <w xml:id="Y-36.01_L1_W-02">ϑβā</w> <w xml:id="Y-36.01_L1_W-03">āϑrō</w> <w xml:id="Y-36.01_L1_W-04">vərəzə̄nā</w> <w xml:id="Y-36.01_L1_W-05">paouruiiē</w> <w xml:id="Y-36.01_L1_W-06">pairijasāmaiδē</w> <w xml:id="Y-36.01_L1_W-07">mazdā</w> <w xml:id="Y-36.01_L1_W-08">ahurā</w> </l> <!-- ... --> </lg> </div> </body> <!-- ... --> <back> <div> <listApp xml:id="CA_Y-36" xml:lang="pal-Avst"> <head>Variants from witnesses in Avestan script</head> <app from="#Y-36.01_L1_W-01"> <rdg wit="#Pt4 #F2 #J2 #M1">ahiiā</rdg> </app> <app from="#Y-36.01_L1_W-02"> <rdg wit="#Pt4 #F2 #J2 #M1">ϑβā</rdg> </app> <app from="#Y-36.01_L1_W-03"> <rdg wit="#Pt4 #J2 #M1">āϑrō</rdg> <rdg wit="#F2">āϑrōi</rdg> </app> <!-- ... --> </listApp> <listApp xml:id="CA_PY-36" xml:lang="pal-Phlv"> <head>Variants from witnesses written in Pahlavi script</head> <app from="#PY-36.01_L1_W-01"> <rdg wit="#Pt4 #F2 #J2 #M1">ʾytwnˈ</rdg> </app> <app from="#PY-36.01_L1_W-02"> <rdg wit="#Pt4 #F2 #J2 #M1">ʾwˈ</rdg> </app> <app from="#PY-36.01_L1_W-03"> <rdg wit="#Pt4 #F2 #J2 #M1">ḤNʾ</rdg> </app> <!-- ... --> </listApp> </div> </back> |
Content model | <content> |
선언 | <rng:element name="listApp"> element listApp { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.sortable.attributes, att.declarable.attributes, att.typed.attributes, ( model.headLike*, desc*, ( app | listApp )+ ) } |