Represents a paragraph element; analogous to the HTML <p> tag.
      
<p />
    | Element type | pElt | 
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
| Element | Description | 
|---|---|
| pPr | Represents the paragraph properties. | 
| r | Represents a run element. This is the leaf container for data in a Word document -- text, pictures, and so on. | 
| fldSimple | Represents a simple Word field (with plain text instructions). Simple fields are run-time calculated entities in Word (for example, page numbers). | 
| hlink | Represents a hyperlink element (analogous to HTML <a href=...> tag). | 
| subDoc | Represents a link from a master document to a subdocument. | 
None.
      
<xsd:element name="p" type="pElt" minOccurs="0" maxOccurs="unbounded" >
</xsd:element>