<p>

<p> (段落) 標記散文的段落。 [3.1 Paragraphs 7.2.5 Speech Contents]
組件 core — Elements Available in All TEI Documents
屬性
俱乐部会员
可包含在於
可包含
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
例子
<p>我抬起頭,他打開了一扇窗戶,探出頭來。<q>先生?</q>
</p>
<p>
 <q>你要去哪。葛里葉?</q>
</p>
<p>
 <q>去藥劑師那裡,先生。太太要我去,替男孩拿點東西。</q>
</p>
<p>
 <q>你能不能也替我拿點東西?</q>
</p>ㄒㄒ

<p>
 <q>當然能,先生。</q> 忽然間風好像沒那麼刺骨了。 <q>等一下,我把它寫下來。</q>
</p>
Schematron

<sch:report test="(ancestor::tei:ab or ancestor::tei:p) and not( ancestor::tei:floatingText |parent::tei:exemplum |parent::tei:item |parent::tei:note |parent::tei:q |parent::tei:quote |parent::tei:remarks |parent::tei:said |parent::tei:sp |parent::tei:stage |parent::tei:cell |parent::tei:figure )"> Abstract model violation: Paragraphs may not occur inside other paragraphs or ab elements.
</sch:report>
Schematron

<sch:report test="(ancestor::tei:l or ancestor::tei:lg) and not( ancestor::tei:floatingText |parent::tei:figure |parent::tei:note )"> Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab, unless p is a child of figure or note, or is a descendant of floatingText.
</sch:report>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
宣告
<rng:element name="p">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.declaring.attributes"/>
 <rng:ref name="att.fragmentable.attributes"/>
 <rng:ref name="att.written.attributes"/>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element p
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.declaring.attributes,
   att.fragmentable.attributes,
   att.written.attributes,
   macro.paraContent
}