\n\n
DEV SITE - NOT FOR INDEXING

TEI Lex-0

— A baseline encoding for lexicographic data

12.1.8. <authority>

<authority> (release authority) supplies the name of a person or other agency responsible for making a work available, other than a publisher or distributor. [2.2.4. Publication, Distribution, Licensing, etc.]
Moduleheader — Specification
Attributes
role
StatusOptional
Suggested values include:
funder
sponsor
rightsHolder
Member of
Contained by
core: monogr
May contain
dictionaries: lang
figures: figure
header: idno
tagdocs: ident
transcr: metamark
character data
Example
<authority>John Smith</authority>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
    
Schema Declaration

element authority
{
   att.global.attributes,
   att.canonical.attributes,
   attribute role { "funder" | "sponsor" | "rightsHolder" | xsd:Name }?,
   macro.phraseSeq.limited
}