pElt complexType [Word 2003 XML Reference] -- Microsoft Office Word 2003 XML Software Development Kit
pElt complexType [Word 2003 XML Reference]
Defines a paragraph.
Type Information
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
Elements and Attributes
Child Elements
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. |
Attributes
None.
Definition
<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:complexType>
©2004 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/odcXMLRefLegalNotice.asp