Master Project

The MASTER Document Type Definition: reference manual

<name>


<name> contains a proper noun or noun phrase.
Attributes Typical values for the Master project include scribe, binder,artist,owner, scholar,translator,annotator, compiler,adapter,dedicatee, patron,commissioner The form supplied should conform to local norms and should be taken from an authority file An element must exist elsewhere in the document with an id attribute taking the value specified
type indicates the type of thing being named.
Datatype: (person|female|place|org|other)
Sample values include:
person names a person, gender unknown or unmarked
female names a person, gender female
place names a place
org names an organization
other names some other entity
Default: "person"
role indicates the role of the thing being named.
Datatype: CDATA
Default: #IMPLIED
reg provides a regularized form of the name.
Datatype: CDATA
Default: #IMPLIED
key supplies a reference to the unique identifier used for some other element, typically a <person>, which contains more detailed information about the thing being named.
Datatype: IDREF
Default: #IMPLIED
Example

<name type="place">Villingaholt</name>
<name type="person" role="scribe">Hoccleve</name>
<name type="person" role="scribe" key="HOC001">Hoccleve</name>
<name type="org" role="owner" reg="Koninklijke Biblioteek">Royal Library</name>
Note

This is a redefinition of the standard TEI <name> element, with an additional attribute (role)

Declaration
<!ELEMENT name- - (%phrase.seq;)> 
<!ATTLIST name  
      %a.global;
      type (person|female|place|org|other) ""person""
      role CDATA #IMPLIED
      reg CDATA #IMPLIED
      key IDREF #IMPLIED>
See further 2.2.4 Names of persons, places, and organizations

Up: Appendix A Reference Documentation for Elements and Classes