22.1.2.31 dPr

This element specifies the properties of d, including the enclosing and separating characters, and the properties that affect the shape of the delimiters. [Example:

<m:d>
  <m:dPr>
    <m:begChr m:val="["/>
    <m:endChr m:val="]"/>
  </m:dPr>
  <m:e>
    <m:r>
      <m:t>a+b</m:t>
    </m:r>
  </m:e>
</m:d>

end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_DPr) is located in A.6.1. end note]

Last updated on