<am>

<am> (abbreviation marker) contains a sequence of letters or signs present in an abbreviation which are omitted or replaced in the expanded form of the abbreviation. [11.3.1.2. Abbreviation and Expansion]
Moduletranscr
Attributes
Member of
Contained by
May contain
Example
do you <abbr>Mr<am>.</am>
</abbr> Jones?
Example
<choice>
 <abbr>Aug<am>g</am>
 </abbr>
 <expan>Aug<ex>ustorum duo</ex>
 </expan>
</choice>
Example
<abbr>eu<am>
  <g ref="#b-er"/>
 </am>y</abbr>
<abbr>
 <am>
  <g ref="#b-per"/>
 </am>sone

</abbr> ...
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.pPart.transcriptional"/>
 </alternate>
</content>
Schema Declaration
element am
{
   tei_att.global.attributes,
   tei_att.typed.attributes,
   tei_att.editLike.attributes,
   ( text | tei_model.gLike | tei_model.pPart.transcriptional )*
}