Text Encoding Initiative

The XML Version of the TEI Guidelines

<orgName>


<orgName> (organization name) contains an organizational name.
Attributes (In addition to global attributes and those inherited from data)
type more fully describes the organization indicated in the organizational name. Possible values include ‘voluntary’, ‘political’, ‘governmental’, ‘industrial’, ‘commercial’, etc.
Datatype: CDATA
Values:
Default: #IMPLIED
key provides an alternative identifier for the organization being named, such as a database record key.
Datatype: CDATA
Values: any string
Default: #IMPLIED
Example:

Note

The value may be a unique identifier from a database, or simply a more explicit name for the referent. Its purpose is only to record an identification; if the analysis leading to the identification is to be recorded as well, the analytic tags described in chapter 16 Feature Structures should be used in addition or instead.

reg (regularization) gives a normalized or regularized form of the organization name
Datatype: CDATA
Values: Any string of characters.
Default: #IMPLIED
Example:

Note

In providing a `regularized' form, no claim is made that the form in the source text is incorrect; the regularized form is simply that chosen as the main form for purposes of unifying variant forms under a single heading.

Example
About a year back, a question of considerable 
interest was agitated in the 
<orgName key="PAS1" type="voluntary" reg="Pennsylvania Abolition Society">
Pennsyla. Abolition Society</orgName>....
Module Declared in file teind2; Additional tag set for Names and Dates: enabled by TEI.names.dates
Class data
May contain #PCDATA abbr add addSpan address alt altGrp anchor app c caesura cb certainty cl corr damage date dateRange dateStruct del delSpan distinct emph expan fLib foreign formula fs fsLib fvLib fw gap geogName gloss handShift hi index interp interpGrp join joinGrp lang lb link linkGrp m measure mentioned milestone name num oRef oVar orgDivn orgName orgTitle orgType orig pRef pVar pb persName phr placeName ptr ref reg respons restore rs s seg sic soCalled space span spanGrp supplied term time timeRange timeStruct timeline title unclear w xptr xref
May occur within ab abbr activity actor add addName addrLine admin affiliation author authority bibl biblScope birth bloc byline camera caption case castItem catDesc cell channel cl classCode closer colloc constitution corr country creation damage date dateRange def del derivation descrip dictScrap distance distinct distributor docAuthor docDate docEdition docImprint domain edition editor education emph entryFree etym expan extent factuality figDesc firstLang foreName foreign form funder fw gen genName gloss gram gramGrp head headItem headLabel hi hyph imprimatur interaction item itype l label lang langKnown language lbl lem locale measure meeting mentioned mood name nameLink note num number occasion occupation opener orgDivn orgName orgTitle orgType orig orth otherForm p per persName phr placeName pos preparedness principal pron pubPlace publisher purpose q quote rdg re ref reg region rendition residence resp restore role roleDesc roleName rs s salute seg sense settlement sic signed soCalled socecStatus sound speaker sponsor stage street stress subc supplied surname syll symbol tagUsage tech term time timeRange title titlePart tns tr trailer trans u unclear usg view wit witDetail witness writing xr xref
Declaration
<!ELEMENT orgName %om.RR; ( #PCDATA | orgTitle | orgType | 
                            orgDivn | %m.phrase; | %m.Incl; )* >  
<!ATTLIST orgName  
      %a.global;
      type CDATA #IMPLIED
      key CDATA #IMPLIED
      reg CDATA #IMPLIED>
See further 20.3 Organization names

Up: 35 Elements