Defines this run of content (text, picture, and so on) and groups run properties with the content.

Type Information

Namespace http://schemas.microsoft.com/office/word/2003/wordml
Schema name wordnet

Elements and Attributes

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:complexType name="rElt" ">
    
    <xsd:sequence>
      <xsd:element name="rPr" type="rPrElt" minOccurs="0">
        
      </xsd:element>
      <xsd:choice minOccurs="1" maxOccurs="unbounded">
        <xsd:element ref="aml:annotation" minOccurs="0" maxOccurs="unbounded">
          
        </xsd:element>
        <xsd:element name="br" type="brElt">
          
        </xsd:element>
        <xsd:element name="t" type="stringType">
          
        </xsd:element>
        <xsd:element name="delText" type="stringType">
          
        </xsd:element>
        <xsd:element name="instrText" type="stringType">
          
        </xsd:element>
        <xsd:element name="delInstrText" type="stringType">
          
        </xsd:element>
        <xsd:element name="noBreakHyphen" type="emptyElt">
          
        </xsd:element>
        <xsd:element name="softHyphen" type="emptyElt" minOccurs="0">
          
        </xsd:element>
        <xsd:element name="annotationRef" type="emptyElt" minOccurs="0">
          
        </xsd:element>
        <xsd:element name="footnoteRef" type="emptyElt" minOccurs="0">
          
        </xsd:element>
        <xsd:element name="endnoteRef" type="emptyElt" minOccurs="0">
          
        </xsd:element>
        <xsd:element name="separator" type="emptyElt" minOccurs="0">
          
        </xsd:element>
        <xsd:element name="continuationSeparator" type="emptyElt" minOccurs="0">
          
        </xsd:element>
        <xsd:element name="footnote" type="ftnElt" minOccurs="0">
          
        </xsd:element>
        <xsd:element name="endnote" type="ednElt" minOccurs="0">
          
        </xsd:element>
        <xsd:element name="sym" type="symElt" minOccurs="0">
          
        </xsd:element>
        <xsd:element name="pgNum" type="emptyElt" minOccurs="0">
          
        </xsd:element>
        <xsd:element name="cr" type="emptyElt" minOccurs="0">
          
        </xsd:element>
        <xsd:element name="tab" type="tabElt" minOccurs="0">
          
        </xsd:element>
        <xsd:element name="pict" type="pictureType">
          
        </xsd:element>
        <xsd:element name="fldChar" type="fldCharElt">
          
        </xsd:element>
        <xsd:element name="ruby" type="rubyElt">
          
        </xsd:element>
        <xsd:element ref="wx:t" minOccurs="0">
          
        </xsd:element>
      </xsd:choice>
    </xsd:sequence>
    <xsd:attribute ref="wsp:rsidRPr">
      
    </xsd:attribute>
    <xsd:attribute ref="wsp:rsidDel">
      
    </xsd:attribute>
    <xsd:attribute ref="wsp:rsidR">
      
    </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