BNC User Reference Guide

BNC User Reference Guide

BNC User Reference Guide

BNC User Reference Guide

<bnc>

<bnc>

<bnc>

<bnc>

a single text header and a text. a single text header and a text. a single text header and a text.bncbncbncbnc element bnc { teiHeader, bncDoc+ } element bnc { teiHeader, bncDoc+ } element bnc { teiHeader, bncDoc+ }
bnc bnc bnc bnc (TEI corpus) contains the whole of a TEI encoded corpus, comprising a (TEI corpus) contains the whole of a TEI encoded corpus, comprising a (TEI corpus) contains the whole of a TEI encoded corpus, comprising a (TEI corpus) contains the whole of a TEI encoded corpus, comprising a single corpus header and one or more TEI elements, each containing single corpus header and one or more TEI elements, each containing single corpus header and one or more TEI elements, each containing single corpus header and one or more TEI elements, each containing a single text header and a text.
Declaration Declaration Declaration Declaration
element bnc { teiHeader, bncDoc+ }
Attributes Attributes Attributes Attributes
(Global attributes only)
(Global attributes only)
(Global attributes only)
(Global attributes only)
Example Example Example Example
 <teiCorpus
xmlns:tei="http://www.tei-c.org/ns/1.0">

  <teiHeader>
<!-- header for corpus -->
  </teiHeader>
  <TEI>
   <teiHeader>
<!-- header for first text -->
   </teiHeader>
   <text>
<!-- content of first text -->
   </text>
  </TEI>
  <TEI>
   <teiHeader>
<!-- header for second text -->
   </teiHeader>
   <text>
<!-- content of second text -->
   </text>
  </TEI>
<!-- more TEI elements here -->
 </teiCorpus>
 <teiCorpus
xmlns:tei="http://www.tei-c.org/ns/1.0">

  <teiHeader>
<!-- header for corpus -->
  </teiHeader>
  <TEI>
   <teiHeader>
<!-- header for first text -->
   </teiHeader>
   <text>
<!-- content of first text -->
   </text>
  </TEI>
  <TEI>
   <teiHeader>
<!-- header for second text -->
   </teiHeader>
   <text>
<!-- content of second text -->
   </text>
  </TEI>
<!-- more TEI elements here -->
 </teiCorpus>
 <teiCorpus
xmlns:tei="http://www.tei-c.org/ns/1.0">

  <teiHeader>
<!-- header for corpus -->
  </teiHeader>
  <TEI>
   <teiHeader>
<!-- header for first text -->
   </teiHeader>
   <text>
<!-- content of first text -->
   </text>
  </TEI>
  <TEI>
   <teiHeader>
<!-- header for second text -->
   </teiHeader>
   <text>
<!-- content of second text -->
   </text>
  </TEI>
<!-- more TEI elements here -->
 </teiCorpus>
 <teiCorpus
xmlns:tei="http://www.tei-c.org/ns/1.0">

  <teiHeader>
<!-- header for corpus -->
  </teiHeader>
  <TEI>
   <teiHeader>
<!-- header for first text -->
   </teiHeader>
   <text>
<!-- content of first text -->
   </text>
  </TEI>
  <TEI>
   <teiHeader>
<!-- header for second text -->
   </teiHeader>
   <text>
<!-- content of second text -->
   </text>
  </TEI>
<!-- more TEI elements here -->
 </teiCorpus>
Note Note Note Note

Must contain one TEI header for the corpus, and a series

Must contain one TEI header for the corpus, and a series

Must contain one TEI header for the corpus, and a series

Must contain one TEI header for the corpus, and a series of <TEI> elements, one for each text.

of <TEI> elements, one for each text.

of <TEI> elements, one for each text.

of <TEI> elements, one for each text.

This element is mandatory when applicable.

This element is mandatory when applicable.

This element is mandatory when applicable.

This element is mandatory when applicable.

; ; ; ;
Module Module Module Module core core core core