<msContents>
<msContents> (manuscript contents) 描述手稿或手稿部分的智慧內容,可以是一系列的文字段落,或是一系列有組織的手稿項目。 [10.6 Intellectual Content] | |
組件 | msdescription — Manuscript Description |
屬性 | 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.msExcerpt (@defective) att.msClass (@class) |
可包含在於 | |
可包含 | |
註 | Unless it contains a simple prose description, this element should contain at least one of the elements summary, msItem, or msItemStruct. This constraint is not currently enforced by the schema. |
例子 | |
例子 | <msContents> <msItem n="1"> <locus>fols. 109-119</locus> <title>金剛般若經依天親菩薩論贊略釋秦本義記卷上</title> <bibl> <title>大正新脩大藏經第85冊</title> <biblScope>10</biblScope> </bibl> </msItem> <msItem n="2"> <locus>fols. 120-129</locus> <title xml:lang="zh-TW">金剛經疏</title> <bibl> <title>大正新脩大藏經第85冊</title> <biblScope>10</biblScope> </bibl> </msItem> <msItem n="3"> <locus>fol. 1-1070</locus> <title>大般若波羅蜜多經</title> <bibl> <title>大正新脩大藏經第5冊</title> <biblScope>1070</biblScope> </bibl> </msItem> <msItem n="4"> <locus>fols. 771-775</locus> <title>佛說能斷金剛般若波羅蜜多經</title> <bibl> <title>大正新脩大藏經第8冊</title> <biblScope>6</biblScope> </bibl> </msItem> <msItem n="5"> <locus>fols. 752-757</locus> <bibl> <title>金剛般若波羅蜜經</title> <title>大正新脩大藏經第8冊</title> <biblScope>6</biblScope> </bibl> </msItem> <msItem n="6"> <locus>fols. 1-8</locus> <title>梁朝傅大士頌金剛經</title> </msItem> </msContents> |
Content model | <content> |
宣告 | <rng:element name="msContents"> element msContents { 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.msExcerpt.attributes, att.msClass.attributes, ( model.pLike+ | ( summary?, textLang?, titlePage?, ( msItem | msItemStruct )* ) ) } |