<monogr>

<monogr> (niveau monographique) contient des données bibliographiques décrivant un objet (par exemple une monographie ou une revue) publié comme un élément indépendant (i.e. matériellement séparé. [3.11.2.1 Analytic, Monographic, and Series Levels]
Modulecore — 3 Elements Available in All TEI Documents
Attributsatt.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
Utilisé par
Contenu dans
Peut contenir
Declaration

<rng:element name="monogr">
 <rng:ref name="att.global.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:group>
  <rng:optional>
   <rng:choice>
    <rng:group>
     <rng:choice>
      <rng:ref name="author"/>
      <rng:ref name="editor"/>
      <rng:ref name="respStmt"/>
     </rng:choice>
     <rng:zeroOrMore>
      <rng:choice>
       <rng:ref name="author"/>
       <rng:ref name="editor"/>
       <rng:ref name="respStmt"/>
      </rng:choice>
     </rng:zeroOrMore>
     <rng:oneOrMore>
      <rng:ref name="title"/>
     </rng:oneOrMore>
     <rng:zeroOrMore>
      <rng:choice>
       <rng:ref name="idno"/>
       <rng:ref name="textLang"/>
       <rng:ref name="editor"/>
       <rng:ref name="respStmt"/>
      </rng:choice>
     </rng:zeroOrMore>
    </rng:group>
    <rng:group>
     <rng:oneOrMore>
      <rng:choice>
       <rng:ref name="title"/>
       <rng:ref name="ref"/>
      </rng:choice>
     </rng:oneOrMore>
     <rng:zeroOrMore>
      <rng:choice>
       <rng:ref name="idno"/>
       <rng:ref name="textLang"/>
       <rng:ref name="author"/>
       <rng:ref name="editor"/>
       <rng:ref name="respStmt"/>
      </rng:choice>
     </rng:zeroOrMore>
    </rng:group>
    <rng:group>
     <rng:ref name="authority"/>
     <rng:ref name="idno"/>
    </rng:group>
   </rng:choice>
  </rng:optional>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.noteLike"/>
    <rng:ref name="meeting"/>
   </rng:choice>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:ref name="edition"/>
   <rng:zeroOrMore>
    <rng:choice>
     <rng:ref name="idno"/>
     <rng:ref name="editor"/>
     <rng:ref name="respStmt"/>
    </rng:choice>
   </rng:zeroOrMore>
  </rng:zeroOrMore>
  <rng:ref name="imprint"/>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="imprint"/>
    <rng:ref name="extent"/>
    <rng:ref name="biblScope"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element monogr
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   (
      (
         (
            ( author | editor | respStmt ),
            ( author | editor | respStmt )*,
            title+,
            ( idno | textLang | editor | respStmt )*
         )
       | (
            ( title | ref )+,
            ( idno | textLang | author | editor | respStmt )*
         )
       | ( authority, idno )
      )?,
      ( model.noteLike | meeting )*,
      ( edition, ( idno | editor | respStmt )* )*,
      imprint,
      ( imprint | extent | biblScope )*
   )
}
Exemple
<biblStruct>
 <analytic>
  <author>Chesnutt, David</author>
  <title>Historical Editions in the States</title>
 </analytic>
 <monogr>
  <title level="j">Computers and the Humanities</title>
  <imprint>
   <biblScope>25.6</biblScope>
   <date when="1991-12">(December, 1991):</date>
   <biblScope>377–380</biblScope>
  </imprint>
 </monogr>
</biblStruct>
Exemple
<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 type="vol">4</biblScope>
 </series>
</biblStruct>
Note
Cet élément contient des éléments de description bibliographique spécialisés, dans un ordre prescrit.
L'élément monogr n'est disponible que dans l'élément biblStruct, où il faut l'utiliser pour encoder la description bibliographique d'une monographie.