<filiation>

<filiation> contains information concerning the manuscript's filiation, i.e. its relationship to other surviving manuscripts of the same text, its protographs, antigraphs and apographs. [10.6.1 The msItem and msItemStruct Elements]
Modulemsdescription — Manuscript Description
Attributesatt.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.typed (@type, @subtype)
Member of
Contained by
msdescription: msItem msItemStruct
May contain
dictionaries: lang oRef oVar pRef pVar
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
Example
<msContents>
 <msItem>
  <title>Beljakovski sbornik</title>
  <filiation type="protograph">Bulgarian</filiation>
  <filiation type="antigraph">Middle Bulgarian</filiation>
  <filiation type="apograph">
   <ref target="#DN17">Dujchev N 17</ref>
  </filiation>
 </msItem>
</msContents>
<!-- ... -->
<msDesc xml:id="DN17">
 <msIdentifier>
  <settlement>Faraway</settlement>
 </msIdentifier>
<!-- ... -->
</msDesc>

In this example, the reference to ‘Dujchev N17’ includes a link to some other manuscript description which has the identifier DN17.

Example
<msItem>
 <title>Guan-ben</title>
 <filiation>
  <p>The "Guan-ben" was widely current among mathematicians in the
       Qing dynasty, and "Zhao Qimei version" was also read. It is
       therefore difficult to know the correct filiation path to follow.
       The study of this era is much indebted to Li Di. We explain the
       outline of his conclusion here. Kong Guangsen
       (1752-1786)(17) was from the same town as Dai Zhen, so he obtained
       "Guan-ben" from him and studied it(18). Li Huang (d. 1811)
       (19) took part in editing Si Ku Quan Shu, so he must have had
       "Guan-ben". Then Zhang Dunren (1754-1834) obtained this version,
       and studied "Da Yan Zong Shu Shu" (The General Dayan
       Computation). He wrote Jiu Yi Suan Shu (Mathematics
       Searching for One, 1803) based on this version of Shu Xue Jiu
       Zhang (20).</p>
  <p>One of the most important persons in restoring our knowledge
       concerning the filiation of these books was Li Rui (1768(21)
       -1817)(see his biography). ... only two volumes remain of this
       manuscript, as far as chapter 6 (chapter 3 part 2) p.13, that is,
       question 2 of "Huan Tian San Ji" (square of three loops),
       which later has been lost.</p>
 </filiation>
</msItem>
<!--http://www2.nkfust.edu.tw/~jochi/ed1.htm-->
Content model
<content>
 <macroRef key="macro.specialPara"/>
</content>
Schema Declaration
<rng:element name="filiation">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="macro.specialPara"/>
</rng:element>
element filiation
{
   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.typed.attributes,
   macro.specialPara
}