<func>
(Function Apply Function)
This element specifies the Function-Apply function, which consists of a function name and an argument acted upon.
example: : Examples of Function-Apply objects include: , , and .
As an example, the <func>
has <fName>
and <e>
:
<m:func> <m:fName> <m:limLow> <m:e> <m:r> <m:rPr> <m:scr m:val="roman"/> <m:sty m:val="p"/> </m:rPr> <m:t>lim</m:t> </m:r> </m:e> <m:lim> <m:r> <m:t>n→∞</m:t> </m:r> </m:lim> </m:limLow> </m:fName> <m:e> <m:sSub> <m:e> <m:r> <m:t>x</m:t> </m:r> </m:e> <m:sub> <m:r> <m:t>n</m:t> </m:r> </m:sub> </m:sSub> </m:e> </m:func>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Func">
<sequence>
<element name="funcPr" type="CT_FuncPr" minOccurs="0"/>
<element name="fName" type="CT_OMathArg"/>
<element name="e" type="CT_OMathArg"/>
</sequence>
</complexType>