<msItemStruct>
<msItemStruct> 包含某單一作品或項目的結構性描述,該作品或項目存在於手稿或手稿部分的智慧內容中。 [10.6.1 The msItem and msItemStruct Elements] | |
組件 | 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) |
俱乐部会员 | |
可包含在於 | msdescription: msContents msItem msItemStruct |
可包含 | |
例子 | <msItemStruct> <locus from="1" to="4">pp.1-4</locus> <author>不詳</author> <title xml:lang="zh-TW">麻薯舊社屯外委潘清章等立招給墾批總約字</title> <rubric>4號,第九例。</rubric> <finalRubric>代筆社記</finalRubric> <bibl> <ref target="http://catalog.ndap.org.tw/?URN=2155368">數位典藏聯合目錄</ref>,國立臺灣大學圖書館管理</bibl> <textLang mainLang="zh-tw">繁體中文</textLang> </msItemStruct> |
Content model | <content> |
宣告 | <rng:element name="msItemStruct"> element msItemStruct { 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, ( ( locus | locusGrp )?, ( model.pLike+ | ( author*, respStmt*, title*, rubric?, incipit?, msItemStruct*, explicit?, finalRubric?, colophon*, decoNote*, listBibl*, ( bibl | biblStruct )*, filiation?, model.noteLike*, textLang? ) ) ) } |