Definition Type: ComplexType
Name: rElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines this run of content (text, picture, and so on) and groups run properties with the content.
Collapse XSD Schema Diagram:
Drilldown into t in schema wordnetaux_xsd Drilldown into ruby in schema wordnet_xsd Drilldown into fldChar in schema wordnet_xsd Drilldown into pict in schema wordnet_xsd Drilldown into tab in schema wordnet_xsd Drilldown into cr in schema wordnet_xsd Drilldown into pgNum in schema wordnet_xsd Drilldown into sym in schema wordnet_xsd Drilldown into endnote in schema wordnet_xsd Drilldown into footnote in schema wordnet_xsd Drilldown into continuationSeparator in schema wordnet_xsd Drilldown into separator in schema wordnet_xsd Drilldown into endnoteRef in schema wordnet_xsd Drilldown into footnoteRef in schema wordnet_xsd Drilldown into annotationRef in schema wordnet_xsd Drilldown into softHyphen in schema wordnet_xsd Drilldown into noBreakHyphen in schema wordnet_xsd Drilldown into delInstrText in schema wordnet_xsd Drilldown into instrText in schema wordnet_xsd Drilldown into delText in schema wordnet_xsd Drilldown into t in schema wordnet_xsd Drilldown into br in schema wordnet_xsd Drilldown into annotation in schema aml_xsd Drilldown into rPr in schema wordnet_xsd Drilldown into rsidR in schema wordsp_xsd Drilldown into rsidDel in schema wordsp_xsd Drilldown into rsidRPr in schema wordsp_xsdXSD Diagram of rElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="rElt">
    <xsd:annotation>
        <xsd:documentation>Defines this run of content (text, picture, and so on) and groups run properties with the content.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="rPr" type="rPrElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents properties of the contents of this run.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice minOccurs="1" maxOccurs="unbounded">
            <xsd:element ref="aml:annotation" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Insertions, Deletions, or Bookmarks</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="br" type="brElt">
                <xsd:annotation>
                    <xsd:documentation>Represents a text-wrapping break.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="t" type="stringType">
                <xsd:annotation>
                    <xsd:documentation>Represents text content.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="delText" type="stringType">
                <xsd:annotation>
                    <xsd:documentation>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.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="instrText" type="stringType">
                <xsd:annotation>
                    <xsd:documentation>Represents field instruction content</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="delInstrText" type="stringType">
                <xsd:annotation>
                    <xsd:documentation>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.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="noBreakHyphen" type="emptyElt">
                <xsd:annotation>
                    <xsd:documentation>Represents a nonbreaking hyphen</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="softHyphen" type="emptyElt" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Represents a soft-hyphen (optional hyphen).</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="annotationRef" type="emptyElt" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Represents an annotation reference mark.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="footnoteRef" type="emptyElt" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Represents a footnote reference mark.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="endnoteRef" type="emptyElt" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Represents an endnote reference mark.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="separator" type="emptyElt" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Represents a footnote or endnote separator mark.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="continuationSeparator" type="emptyElt" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Represents a footnote or endnote continuation separator mark.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="footnote" type="ftnElt" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Represents a footnote that appears at this point in the document. The contents of the footnote are in this element.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="endnote" type="ednElt" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Represents an endnote that appears at this point in the document. The contents of the endnote are in this element.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="sym" type="symElt" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Represents a symbol character.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="pgNum" type="emptyElt" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Represents a page number at display time.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="cr" type="emptyElt" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Specifies that this paragraph mark isn't a paragraph mark -- it's just a carriage return in the paragraph.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="tab" type="tabElt" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Represents a tab character.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="pict" type="pictureType">
                <xsd:annotation>
                    <xsd:documentation>Represents a picture or other binary object that appears at this point in the document.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="fldChar" type="fldCharElt">
                <xsd:annotation>
                    <xsd:documentation>Represents a field-delimiting character</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ruby" type="rubyElt">
                <xsd:annotation>
                    <xsd:documentation>Represents the Asian Layout option Phonetic Guide (Ruby Text).</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element ref="wx:t" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Hint of the ignore text for a field.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
    <xsd:attribute ref="wsp:rsidRPr">
        <xsd:annotation>
            <xsd:documentation>Revision save id for the formatting of this run.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="wsp:rsidDel">
        <xsd:annotation>
            <xsd:documentation>Revision save id for the text for the deletion of this run.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="wsp:rsidR">
        <xsd:annotation>
            <xsd:documentation>Revision save id for the text of this run.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
rPr W:rPr 0 (1)
annotation aml:annotation 0 unbounded
br W:br (1) (1)
t W:t (1) (1)
delText W:delText (1) (1)
instrText W:instrText (1) (1)
delInstrText W:delInstrText (1) (1)
noBreakHyphen W:noBreakHyphen (1) (1)
softHyphen W:softHyphen 0 (1)
annotationRef W:annotationRef 0 (1)
footnoteRef W:footnoteRef 0 (1)
endnoteRef W:endnoteRef 0 (1)
separator W:separator 0 (1)
continuationSeparator W:continuationSeparator 0 (1)
footnote W:footnote 0 (1)
endnote W:endnote 0 (1)
sym W:sym 0 (1)
pgNum W:pgNum 0 (1)
cr W:cr 0 (1)
tab W:tab 0 (1)
pict W:pict (1) (1)
fldChar W:fldChar (1) (1)
ruby W:ruby (1) (1)
t wx:t 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
rsidRPr wsp:rsidRPr (Optional)
rsidDel wsp:rsidDel (Optional)
rsidR wsp:rsidR (Optional)
Collapse Derivation Tree:
Collapse References:
W:r, W:r, W:r, W:r