<biblFull>

<biblFull> (référence bibliographique totalement structurée) contient une référence bibliographique totalement structurée : tous les composants de la description du fichier TEI y sont présents. [3.12.1 Methods of Encoding Bibliographic References and Lists of References 2.2 The File Description 2.2.7 The Source Description 15.3.2 Declarable Elements]
Module header — The TEI Header
Attributs
Membre du
Contenu dans
Peut contenir
Exemple
<biblFull>
 <titleStmt>
  <title>Hydraulique fluviale. Tome 16, Écoulement et phénomènes de transport dans les
     canaux à géométrie simple </title>
  <editor> Mustafa Siddik Altinakar</editor>
  <editor> René Walther</editor>
 </titleStmt>
 <editionStmt>
  <edition>2e édition corrigée</edition>
 </editionStmt>
 <extent>627 p.</extent>
 <publicationStmt>
  <publisher>Presses polytechniques et universitaires romandes</publisher>
  <pubPlace>Lausanne</pubPlace>
  <date>2008</date>
 </publicationStmt>
 <sourceDesc>
  <p>Pas de source : il s'agit d'un document original</p>
 </sourceDesc>
</biblFull>
Modèle de contenu
<content>
 <alternate>
  <sequence>
   <sequence>
    <elementRef key="titleStmt"/>
    <elementRef key="editionStmt"
     minOccurs="0"/>

    <elementRef key="extentminOccurs="0"/>
    <elementRef key="publicationStmt"/>
    <elementRef key="seriesStmt"
     minOccurs="0maxOccurs="unbounded"/>

    <elementRef key="notesStmt"
     minOccurs="0"/>

   </sequence>
   <elementRef key="sourceDesc"
    minOccurs="0maxOccurs="unbounded"/>

  </sequence>
  <sequence>
   <elementRef key="fileDesc"/>
   <elementRef key="profileDesc"/>
  </sequence>
 </alternate>
</content>
Schéma Declaration
<rng:element name="biblFull">
 <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.declarable.attributes"/>
 <rng:ref name="att.sortable.attributes"/>
 <rng:ref name="att.docStatus.attributes"/>
 <rng:choice>
  <rng:group>
   <rng:group>
    <rng:ref name="titleStmt"/>
    <rng:optional>
     <rng:ref name="editionStmt"/>
    </rng:optional>
    <rng:optional>
     <rng:ref name="extent"/>
    </rng:optional>
    <rng:ref name="publicationStmt"/>
    <rng:zeroOrMore>
     <rng:ref name="seriesStmt"/>
    </rng:zeroOrMore>
    <rng:optional>
     <rng:ref name="notesStmt"/>
    </rng:optional>
   </rng:group>
   <rng:zeroOrMore>
    <rng:ref name="sourceDesc"/>
   </rng:zeroOrMore>
  </rng:group>
  <rng:group>
   <rng:ref name="fileDesc"/>
   <rng:ref name="profileDesc"/>
  </rng:group>
 </rng:choice>
</rng:element>
element biblFull
{
   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.declarable.attributes,
   att.sortable.attributes,
   att.docStatus.attributes,
   (
      (
         (
            titleStmt,
            editionStmt?,
            extent?,
            publicationStmt,
            seriesStmt*,
            notesStmt?
         ),
         sourceDesc*
      )
    | ( fileDesc, profileDesc )
   )
}