<?xml version="1.0" encoding="UTF-8"?>
<!--
    Copyright TEI Consortium.
    Dual-licensed under CC-by and BSD2 licences
    See the file COPYING.txt for details
    $Date: 2011-12-12 19:26:58 +0000 (Mon, 12 Dec 2011) $
    $Id: gb.xml 9933 2011-12-12 19:26:58Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="core" ident="gb">
  <equiv/>
  <gloss>gathering begins</gloss>
  <desc>marks the point in a transcribed codex at which a new
  gathering or quire begins.</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="model.milestoneLike"/>
    <memberOf key="att.typed"/>
    <memberOf key="att.spanning"/>
    <memberOf key="att.breaking"/>  </classes>
  <content>
    <rng:empty xmlns:rng="http://relaxng.org/ns/structure/1.0"/>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
<gb n="iii"/><pb n="2r"/>
<!-- material from page 2 recto of gathering iii here -->
<pb n="2v"/>
<!-- material from page 2 verso of gathering iii here -->
    </egXML>
  </exemplum>
  <remarks>
    <p>By convention, <gi>gb</gi> elements should appear at the start
    of the first page in the gathering. The global <att>n</att>
    attribute indicates the number or other value used to identify
    this gathering in a collation.  </p>
    <p>The <att>type</att> attribute may be used to further
    characterize the gathering  in any respect.</p>
  </remarks>
  <listRef>
    <ptr target="#CORS5" type="div3"/>
  </listRef>
</elementSpec>
