<xsd:complexType name="pElt">
<xsd:annotation>
<xsd:documentation>Defines a paragraph.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="pPr" type="pPrElt" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the paragraph properties.</xsd:documentation>
</xsd:annotation>
</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:annotation>
<xsd:documentation>Represents a run element. This is the leaf container for data in a Word document -- text, pictures, and so on.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="runLevelElts">
</xsd:group>
<xsd:element name="fldSimple" type="simpleFieldType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Represents a simple Word field (with plain text instructions). Simple fields are run-time calculated entities in Word (for example, page numbers).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="hlink" type="hLinkType">
<xsd:annotation>
<xsd:documentation>Represents a hyperlink element (analogous to HTML <a href=...> tag).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="subDoc" type="subDocElt">
<xsd:annotation>
<xsd:documentation>Represents a link from a master document to a subdocument.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
<xsd:attribute ref="wsp:rsidRPr">
<xsd:annotation>
<xsd:documentation>Revision save id for this paragraph.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="wsp:rsidR">
<xsd:annotation>
<xsd:documentation>Revision save id for this paragragh mark.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="wsp:rsidDel">
<xsd:annotation>
<xsd:documentation>Revision save id if this para is deleted.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="wsp:rsidP">
<xsd:annotation>
<xsd:documentation>Revision save id of the PAP.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="wsp:rsidRDefault">
<xsd:annotation>
<xsd:documentation>The default run rsid for this paragraph.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|