mathml:mtr
Element information
Namespace: http://www.w3.org/1998/Math/MathML
Schema document: mathml2/presentation/table.xsd
Type: mathml:mtr.type
Properties: Global, Qualified
Content
- mathml:mtd [1..*]
from group mathml:mtr.content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
rowalign | [0..1] | Anonymous | Default value is "baseline". from group mathml:Table-alignment.attrib | |
columnalign | [0..1] | Anonymous | Default value is "center". from group mathml:Table-alignment.attrib | |
groupalign | [0..1] | xsd:string | from group mathml:Table-alignment.attrib | |
class | [0..1] | xsd:NMTOKENS | from group mathml:Common.attrib | |
style | [0..1] | xsd:string | from group mathml:Common.attrib | |
xref | [0..1] | xsd:IDREF | from group mathml:Common.attrib | |
id | [0..1] | xsd:ID | from group mathml:Common.attrib | |
xlink:href | [0..1] | xsd:anyURI | from group mathml:Common.attrib | |
Any attribute | [0..*] | Namespace: ##other, Process Contents: skip | from group mathml:Common.attrib |
Used in
- Group mathml:mtable.content
- Type mathml:mtable.type via reference to mathml:mtable.content (Element mathml:mtable)
Sample instance
<mathml:mtr> <mathml:mtd> <mathml:mi>Any text, intermingled with: <mathml:malignmark/> </mathml:mi> </mathml:mtd> </mathml:mtr>