22.1.2.53 limLoc
This element specifies the location of limits in n-ary operators. Limits can be either centered above and below the n-ary operator (shown in the first summation below), or positioned just to the right of the operator (shown in the second summation below).
When the element is absent, the default value of this property is ignored and the intLim (for integral n-ary operator objects) and naryLim (for all other n-ary operator objects) options are looked to for the limit placement.
Ultimately, when this element is omitted, the default location is undOvr in display mode and subSup otherwise. When the element is present and the val attribute is absent, the default of the val attribute undOvr. [Example: The XML representing the relevant properties of the second summation above (subSup) is:
<m:naryPr>
<m:chr m:val="∑"/>
<m:limLoc m:val="subSup"/>
<m:grow m:val="1"/>
</m:naryPr>
end example]
Attributes
val (Value)
Specifies the default location of limits on the parent object. Possible values are subSup and undOvr.
The possible values for this attribute are defined by the ST_LimLoc simple type (22.1.3.8).
[Note: The W3C XML Schema definition of this element’s content model (CT_LimLoc) is located in A.6.1. end note]