m:mtable

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
align restriction of xs:string optional
alignmentscope restriction of list of restriction of xs:token optional
class xs:NMTOKENS optional
columnalign restriction of list of m:columnalignstyle optional
columnlines restriction of list of m:linestyle optional
columnspacing restriction of list of m:length optional
columnwidth restriction of list of union of(m:length, restriction of xs:token, restriction of xs:token) optional
displaystyle restriction of xs:token optional
equalcolumns restriction of xs:token optional
equalrows restriction of xs:token optional
frame m:linestyle optional
framespacing restriction of list of union of(m:length, m:length) optional
groupalign m:group-alignment-list-list optional
href xs:anyURI optional
id xs:ID optional
mathbackground union of(m:color, restriction of xs:token) optional
mathcolor m:color optional
minlabelspacing m:length optional
other optional
rowalign restriction of list of m:verticalalign optional
rowlines restriction of list of m:linestyle optional
rowspacing restriction of list of m:length optional
side restriction of xs:token optional
style xs:string optional
width union of(m:length, restriction of xs:token) optional
xref optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/1998/Math/MathML'

Source

<xs:element name="mtable" substitutionGroup="m:PresentationExpression">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="m:TableRowExpression"/>
    </xs:sequence>
    <xs:attributeGroup ref="m:mtable.attributes"/>
  </xs:complexType>
</xs:element>

Sample