Text Encoding Initiative

The XML Version of the TEI Guidelines

<pron>


<pron> (pronunciation) contains the pronunciation(s) of the word.
Attributes (In addition to global attributes and those inherited from dictionaries, dictionaryParts, formInfo)
extent indicates whether the pronunciation is for whole word or part.
Datatype: CDATA
Sample values include:
full full form
pref prefix
suff suffix
part partial
Default: full
Example:

Note

notation indicates what notation is used for the pronunciation, if more than one occurs in the machine-readable dictionary.
Datatype: CDATA
Values: Sample values: IPA, Murray, ...
Default: #IMPLIED
Example:

Example
<entry>
   <form>         
      <orth>obverse</orth>
      <pron>&ACCENT;&auml;b-&accent;v&schwa;rs</pron>,
	  <pron extent="prefix">&auml;b-&ACCENT;</pron>,
	  <pron extent="prefix">&schwa;b-&ACCENT;</pron>
   </form>
   <gramGrp>
      <pos>n</pos>
   </gramGrp>
   <!-- ... -->
</entry>
<!-- Webster's Collegiate, obverse 2 -->
Module Declared in file teidict2; Base tag set for dictionaries: enabled by TEI.dictionary
Class dictionaryParts; formInfo; dictionaries
Data Description May contain character data and phrase-level elements.
May contain #PCDATA abbr add addSpan address alt altGrp anchor app bibl biblFull biblStruct c caesura camera caption castList cb certainty cit cl corr damage date dateRange dateStruct del delSpan distinct emph expan fLib figure foreign formula fs fsLib fvLib fw gap geogName gloss handShift hi index interp interpGrp join joinGrp label lang lb link linkGrp list listBibl m measure mentioned milestone move name note num oRef oVar orgName orig pRef pVar pb persName phr placeName ptr q quote ref reg respons restore rs s seg sic soCalled sound space span spanGrp stage supplied table tech term text time timeRange timeStruct timeline title unclear view w witDetail xptr xref
May occur within dictScrap eg entryFree form trans
Declaration
<!ELEMENT pron %om.RO;  %paraContent;> 
<!ATTLIST pron  
      %a.global;
      %a.dictionaries;
      extent CDATA "full"
      notation CDATA #IMPLIED>
See further 12.3.1 Information on Written and Spoken Forms

Up: 35 Elements