<phr>

<phr> (phrase) represents a grammatical phrase. [17.1. Linguistic Segment Categories]
Moduleanalysis
Attributes
Member of
Contained by
May contain
Note

The type attribute may be used to indicate the type of phrase, taking values such as noun, verb, preposition, etc. as appropriate.

Example
<phr type="verb"
 function="extraposted_modifier">
To talk
<phr type="preposition"
  function="complement">
of
 <phr type="nounfunction="object">many things</phr>
 </phr>
</phr>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
element phr
{
   tei_att.global.attributes,
   tei_att.segLike.attributes,
   tei_att.typed.attributes,
   tei_att.notated.attributes,
   tei_macro.phraseSeq
}