Defines a paragraph.
Type Information
      
        | Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
      
        | Schema name | wordnet | 
    
Elements and Attributes
Child Elements
      
        | Element | Type | Description | 
      
        | pPr | pPrElt | Represents the paragraph properties. | 
      
        | r | rElt | Represents a run element. This is the leaf container for data in a Word document -- text, pictures, and so on. | 
      
        | fldSimple | simpleFieldType | Represents a simple Word field (with plain text instructions). Simple fields are run-time calculated entities in Word (for example, page numbers). | 
      
        | hlink | hLinkType | Represents a hyperlink element (analogous to HTML <a href=...> tag). | 
      
        | subDoc | subDocElt | Represents a link from a master document to a subdocument. | 
    
Attributes
      
        | Attribute | Type | Required | Description | Possible Values | 
      
        | wsp:rsidRPr | external ref | optional | See external namespace. | n/a | 
      
        | wsp:rsidR | external ref | optional | See external namespace. | n/a | 
      
        | wsp:rsidDel | external ref | optional | See external namespace. | n/a | 
      
        | wsp:rsidP | external ref | optional | See external namespace. | n/a | 
      
        | wsp:rsidRDefault | external ref | optional | See external namespace. | n/a | 
    
Definition
      | XML | 
|---|
| 
<xsd:complexType name="pElt" ">
    
    <xsd:sequence>
      <xsd:element name="pPr" type="pPrElt" minOccurs="0">
        
      </xsd:element>
      <xsd:choice minOccurs="0" maxOccurs="unbounded">
        <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"></xsd:any>
        <xsd:element name="r" type="rElt">
          
        </xsd:element>
        <xsd:group ref="runLevelElts"></xsd:group>
        <xsd:element name="fldSimple" type="simpleFieldType" minOccurs="0" maxOccurs="unbounded">
          
        </xsd:element>
        <xsd:element name="hlink" type="hLinkType">
          
        </xsd:element>
        <xsd:element name="subDoc" type="subDocElt">
          
        </xsd:element>
      </xsd:choice>
    </xsd:sequence>
    <xsd:attribute ref="wsp:rsidRPr">
      
    </xsd:attribute>
    <xsd:attribute ref="wsp:rsidR">
      
    </xsd:attribute>
    <xsd:attribute ref="wsp:rsidDel">
      
    </xsd:attribute>
    <xsd:attribute ref="wsp:rsidP">
      
    </xsd:attribute>
    <xsd:attribute ref="wsp:rsidRDefault">
      
    </xsd:attribute>
  </xsd:complexType>
 | 
      ©2006 Microsoft Corporation. All rights reserved.  Permission to copy, display and distribute this document is available at:
http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice12.asp