Represents a run element. This is the leaf container for data in a Word document -- text, pictures, and so on.
Usage
      | 
<r
	wsp:rsidRPr="[external type]"
	wsp:rsidDel="[external type]"
	wsp:rsidR="[external type]"
/>
 | 
Element Information
      
        | Element type | rElt | 
      
        | Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
      
        | Schema name | wordnet | 
    
Elements and Attributes
Parent Elements
      
        | Element | Description | 
      
        | p | Represents a paragraph element; analogous to the HTML <p> tag. | 
    
Child Elements
      
        | Element | Type | Description | 
      
        | rPr | rPrElt | Represents properties of the contents of this run. | 
      
        | br | brElt | Represents a text-wrapping break. | 
      
        | t | stringType | Represents text content. | 
      
        | delText | stringType | Represents revision-deleted text content. Using this element instead of the t element does not make text revision-marked deleted. The delText element should be inside an Annotation Markup Language (AML) Word.Deletion block. | 
      
        | instrText | stringType | Represents field instruction content | 
      
        | delInstrText | stringType | Represents revision-deleted field-instruction content. Using this element instead of the instrText element does not make field-instruction text revision-marked deleted. The delInstrText element should be inside an Annotation Markup Language (AML) Word.Deletion block. | 
      
        | noBreakHyphen | emptyElt | Represents a nonbreaking hyphen | 
      
        | softHyphen | emptyElt | Represents a soft-hyphen (optional hyphen). | 
      
        | annotationRef | emptyElt | Represents an annotation reference mark. | 
      
        | footnoteRef | emptyElt | Represents a footnote reference mark. | 
      
        | endnoteRef | emptyElt | Represents an endnote reference mark. | 
      
        | separator | emptyElt | Represents a footnote or endnote separator mark. | 
      
        | continuationSeparator | emptyElt | Represents a footnote or endnote continuation separator mark. | 
      
        | footnote | ftnElt | Represents a footnote that appears at this point in the document. The contents of the footnote are in this element. | 
      
        | endnote | ednElt | Represents an endnote that appears at this point in the document. The contents of the endnote are in this element. | 
      
        | sym | symElt | Represents a symbol character. | 
      
        | pgNum | emptyElt | Represents a page number at display time. | 
      
        | cr | emptyElt | Specifies that this paragraph mark isn't a paragraph mark -- it's just a carriage return in the paragraph. | 
      
        | tab | tabElt | Represents a tab character. | 
      
        | pict | pictureType | Represents a picture or other binary object that appears at this point in the document. | 
      
        | fldChar | fldCharElt | Represents a field-delimiting character | 
      
        | ruby | rubyElt | Represents the Asian Layout option Phonetic Guide (Ruby Text). | 
      
        | nnotation | external ref | See external namespace. | 
      
        |  | external ref | See external namespace. | 
    
Attributes
      
        | Attribute | Type | Required | Description | Possible Values | 
      
        | wsp:rsidRPr | external ref | optional | See external namespace. | n/a | 
      
        | wsp:rsidDel | external ref | optional | See external namespace. | n/a | 
      
        | wsp:rsidR | external ref | optional | See external namespace. | n/a | 
    
Definition
      | XML | 
|---|
| 
<xsd:element name="r" type="rElt" ">
          
        </xsd:element>
 | 
      ©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