[Table of Contents] [docx version]
Shared MLs Reference Material - Math
This element specifies a run of math text.
Parent Elements |
deg (§7.1.2.26); del (§2.13.5.12); den (§7.1.2.28); e (§7.1.2.32); fName (§7.1.2.37); ins (§2.13.5.20); lim (§7.1.2.52); moveFrom (§2.13.5.21); moveTo (§2.13.5.26); num (§7.1.2.75); oMath (§7.1.2.77); sub (§7.1.2.112); sup (§7.1.2.114) |
Child Elements |
Subclause |
annotationRef (Comment Information Block) |
§2.13.4.1 |
br (Break) |
§2.3.3.1 |
commentReference (Comment Content Reference Mark) |
§2.13.4.5 |
continuationSeparator (Continuation Separator Mark) |
§2.11.1 |
cr (Carriage Return) |
§2.3.3.4 |
dayLong (Date Block - Long Day Format) |
§2.3.3.5 |
dayShort (Date Block - Short Day Format) |
§2.3.3.6 |
delInstrText (Deleted Field Code) |
§2.16.13 |
delText (Deleted Text) |
§2.3.3.7 |
drawing (DrawingML Object) |
§2.3.3.9 |
endnoteRef (Endnote Reference Mark) |
§2.11.6 |
endnoteReference (Endnote Reference) |
§2.11.7 |
fldChar (Complex Field Character) |
§2.16.18 |
footnoteRef (Footnote Reference Mark) |
§2.11.13 |
footnoteReference (Footnote Reference) |
§2.11.14 |
instrText (Field Code) |
§2.16.25 |
lastRenderedPageBreak (Position of Last Calculated Page Break) |
§2.3.3.13 |
monthLong (Date Block - Long Month Format) |
§2.3.3.15 |
monthShort (Date Block - Short Month Format) |
§2.3.3.16 |
noBreakHyphen (Non Breaking Hyphen Character) |
§2.3.3.18 |
object (Inline Embedded Object) |
§2.3.3.19 |
pgNum (Page Number Block) |
§2.3.3.20 |
pict (VML Object) |
§2.3.3.21 |
ptab (Absolute Position Tab Character) |
§2.3.3.22 |
rPr (Run Properties) |
§7.1.2.91 |
rPr (Run Properties) |
§2.3.2.25 |
ruby (Phonetic Guide) |
§2.3.3.24 |
separator (Footnote/Endnote Separator Mark) |
§2.11.23 |
softHyphen (Optional Hyphen Character) |
§2.3.3.28 |
sym (Symbol Character) |
§2.3.3.29 |
t (Text) |
§7.1.2.116 |
t (Text) |
§2.3.3.30 |
tab (Tab Character) |
§2.3.3.31 |
yearLong (Date Block - Long Year Format) |
§2.3.3.32 |
yearShort (Date Block - Short Year Format) |
§2.3.3.33 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_R">
<sequence>
<element name="rPr" type="CT_RPR" minOccurs="0"/>
<group ref="w:EG_RPr" minOccurs="0"/>
<choice minOccurs="0" maxOccurs="unbounded">
<group ref="w:EG_RunInnerContent"/>
<element name="t" type="CT_Text" minOccurs="0"/>
</choice>
</sequence>
</complexType>