[Table of Contents] [docx version]
Shared MLs Reference Material - Math
sepChr (Delimiter Separator Character)
This element specifies the character that separates base arguments e in the delimiter object d. If this element is omitted, the default sepChr is '|'. [Example: Examples of d, each with a different sepChr, are: . The following example describes a separator character if :.
<m:dPr>
<m:sepChr val=:/>
</m:dPr>
end example]
Parent Elements |
dPr (§7.1.2.31) |
Attributes |
Description |
val (value) |
Specifies the character used by the parent element. When it is omitted, the parent uses its assigned default. [Example: delimiter object {a}: <m:dPr>
The possible values for this attribute are defined by the ST_Char simple type (§7.1.3.3). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Char">
<attribute name="val" type="ST_Char" use="required"/>
</complexType>