Text Encoding Initiative

The XML Version of the TEI Guidelines

<orgTitle>


<orgTitle> (organization title) contains the proper name component of an organizational name.
Attributes (In addition to global attributes)
type more fully describes the organization title. Possible values include ‘formal’, ‘colloquial’, ‘acronym’, etc.
Datatype: CDATA
Values: any string of characters
Default: #IMPLIED
reg (regularization) gives a normalized or regularized form of the organization title.
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
Mr Frost will be able to earn an extra fee from
<orgName type="media" key="BSB1">
      <orgTitle type="acronym">BSkyB</orgTitle>
   </orgName>
rather than the <orgName type="media" key="BBC1">
      <orgTitle type="acronym" reg="British Broadcasting Corporation">BBC</orgTitle>
   </orgName>
Module Declared in file teind2; Additional tag set for Names and Dates: enabled by TEI.names.dates
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 orgName 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 orgName
Declaration
<!ELEMENT orgTitle %om.RR; %phrase.seq; > 
<!ATTLIST orgTitle  
      %a.global;
      type CDATA #IMPLIED
      reg CDATA #IMPLIED>
See further 20.3 Organization names

Up: 35 Elements