<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>
|