<monogr>
<monogr> (專題層書目) 包含某一項目 (例如書或期刊) 的書目元素, 該項目為一獨立出版品 (即未附屬於其他出版品) 。 [3.12.2.1 Analytic, Monographic, and Series Levels] | |
組件 | core — Elements Available in All TEI Documents |
屬性 | 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)) |
可包含在於 | core: biblStruct |
可包含 | |
註 | May contain specialized bibliographic elements, in a prescribed order. The monogr element may only occur only within a biblStruct, where its use is mandatory for the description of a monographic-level bibliographic item. |
例子 | <biblStruct> <analytic> <author>Chesnutt, David</author> <title>Historical Editions in the States</title> </analytic> <monogr> <title level="j">Computers and the Humanities</title> <imprint> <date when="1991-12">(December, 1991):</date> </imprint> <biblScope>25.6</biblScope> <biblScope unit="page" from="377" to="380">377–380</biblScope> </monogr> </biblStruct> |
例子 | <biblStruct type="book"> <monogr> <author> <persName> <forename>Leo Joachim</forename> <surname>Frachtenberg</surname> </persName> </author> <title type="main" level="m">Lower Umpqua Texts</title> <imprint> <pubPlace>New York</pubPlace> <publisher>Columbia University Press</publisher> <date>1914</date> </imprint> </monogr> <series> <title type="main" level="s">Columbia University Contributions to Anthropology</title> <biblScope unit="volume">4</biblScope> </series> </biblStruct> |
Content model | <content> |
宣告 | <rng:element name="monogr"> element monogr { 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, ( ( ( ( author | editor | meeting | respStmt ), ( author | editor | meeting | respStmt )*, title+, ( model.ptrLike | idno | textLang | editor | respStmt )* ) | ( ( title | model.ptrLike | idno )+, ( textLang | author | editor | meeting | respStmt )* ) | ( authority, idno ) )?, availability*, model.noteLike*, ( edition, ( idno | model.ptrLike | editor | sponsor | funder | respStmt )* )*, imprint, ( imprint | extent | biblScope )* ) } |