22.1.2.95 sepChr
This element specifies the character that separates base arguments e in the delimiter object d. If this element is omitted, the default sepChr is ‘|’. In other words, when the element is absent, the default is for the delimiter object separator character to be U+2502 (BOX DRAWINGS LIGHT VERTICAL).
When the element is present and the val attribute is absent, the default of the val attribute is empty which means the delimiter object separator character is absent.
[Example: Examples of d, each with a different sepChr, are: (π |π )(π :π )(π ;π ). The following example sets 1 2 1 2 1 2 COLON (:) as the separator character:
<m:dPr>
<m:sepChr
</m:dPr>
val=":"/>
end example]
Attributes
val (value)
Specifies the character used by the parent element. When it is omitted, the parent uses its assigned default.
[Example: Accent object a:Μ
<m:accPr>
<m:chr m:val="̃"/>
</m:accPr>
end example]
The possible values for this attribute are defined by the ST_Char simple type (22.1.3.3).
[Note: The W3C XML Schema definition of this elementβs content model (CT_Char) is located in A.6.1. end note]