<nary>
(n-ary Operator Function)
This element specifies an n-ary object, consisting of an n-ary object, a base (or operand), and optional upper and lower limits. Examples of n-ary objects are: ,,, and.
example: : The example below demonstrates an n-ary object in its proper form and XML representation:
<m:nary> <m:naryPr> <m:chr m:val="∫"/> </m:naryPr> <m:sub> <m:r> <m:rPr> <m:scr m:val="roman"/> <m:sty m:val="p"/> </m:rPr> <m:t>0</m:t> </m:r> </m:sub> <m:sup> <m:r> <m:rPr> <m:scr m:val="roman"/> <m:sty m:val="p"/> </m:rPr> <m:t>1</m:t> </m:r> </m:sup> <m:e> <m:r> <m:t>x</m:t> </m:r> <m:box> <m:boxPr> <m:diff m:val="on"/> </m:boxPr> <m:e> <m:r> <m:t>dx</m:t> </m:r> </m:e> </m:box> </m:e> </m:nary>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Nary">
<sequence>
<element name="naryPr" type="CT_NaryPr" minOccurs="0"/>
<element name="sub" type="CT_OMathArg"/>
<element name="sup" type="CT_OMathArg"/>
<element name="e" type="CT_OMathArg"/>
</sequence>
</complexType>