Example: <authority> (release authority)

These search results reproduce every example of the use of <authority> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <authority> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

2 The TEI Header


2.2.4 Publication, Distribution, Licensing, etc.

<publicationStmt>
 <authority>James D. Benson</authority>
 <pubPlace>London</pubPlace>
 <date>1994</date>
</publicationStmt>

<authority>

<authority>John Smith</authority>

<authority>

<authority>A. D.</authority>

<authority>

<authority>高行健</authority>

3 Elements Available in All TEI Documents


3.11.2.3 Document Identifiers

<biblStruct type="patent"
 status="publication">

 <monogr>
  <authority>
   <orgName type="national">US</orgName>
  </authority>
  <idno type="docNumber">6885550</idno>
  <imprint>
   <classCode scheme="http://www.uspto.gov/">B1</classCode>
   <date type="publicationDate"
    when="2005-04-26">
April 26, 2005</date>
  </imprint>
 </monogr>
</biblStruct>

3.11.2.4 Imprint, Size of a Document, and Reprint Information

<biblStruct type="patent"
 status="publication">

 <monogr>
  <authority>
   <orgName type="national">EP</orgName>
  </authority>
  <idno type="docNumber">1558513</idno>
  <imprint>
   <classCode scheme="http://www.epo.org/">A1</classCode>
   <date type="publicationDate"
    when="2005-08-03"/>

  </imprint>
 </monogr>
 <monogr>
  <imprint>
   <classCode scheme="http://www.epo.org/">B1</classCode>
   <date type="publicationDate"
    when="2009-09-09"/>

  </imprint>
 </monogr>
</biblStruct>