Creates a subscript element for math structures.
This element contains the subscript content, used in n-ary operators, script objects, and other structures that support subscripts.
Reference: http://www.datypic.com/sc/ooxml/e-m_sub-3.html
<xsd:complexType name="CT_OMathArg"> <xsd:sequence> <xsd:element name="argPr" type="CT_OMathArgPr" minOccurs="0"/> <xsd:group ref="EG_OMathMathElements" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/> </xsd:sequence></xsd:complexType> Copy
<xsd:complexType name="CT_OMathArg"> <xsd:sequence> <xsd:element name="argPr" type="CT_OMathArgPr" minOccurs="0"/> <xsd:group ref="EG_OMathMathElements" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/> </xsd:sequence></xsd:complexType>
Creates a subscript element for math structures.
This element contains the subscript content, used in n-ary operators, script objects, and other structures that support subscripts.
Reference: http://www.datypic.com/sc/ooxml/e-m_sub-3.html
XSD Schema