attributeGroup mtd.attributes
version
namespace http://www.w3.org/1998/Math/MathML3
used by
element {http://www.w3.org/1998/Math/MathML3}:TableCellExpression
attributes
Name Type Use Default Fixed annotation
id xsd:ID
xref
class xsd:NMTOKENS
style xsd:string
href xsd:anyURI
other
mathcolor m:color
mathbackground m:color
rowspan m:positive-integer
columnspan m:positive-integer
rowalign xsd:token
columnalign m:columnalignstyle
groupalign m:group-alignment-list
source <xsd:attributeGroup name="mtd.attributes">
<xsd:attributeGroup ref="m:CommonAtt">
</xsd:attributeGroup> <xsd:attributeGroup ref="m:CommonPresAtt">
</xsd:attributeGroup> <xsd:attribute name="rowspan" type="m:positive-integer">
</xsd:attribute> <xsd:attribute name="columnspan" type="m:positive-integer">
</xsd:attribute> <xsd:attribute name="rowalign">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="top">
</xsd:enumeration> <xsd:enumeration value="bottom">
</xsd:enumeration> <xsd:enumeration value="center">
</xsd:enumeration> <xsd:enumeration value="baseline">
</xsd:enumeration> <xsd:enumeration value="axis">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> <xsd:attribute name="columnalign" type="m:columnalignstyle">
</xsd:attribute> <xsd:attribute name="groupalign" type="m:group-alignment-list">
</xsd:attribute>
</xsd:attributeGroup>


attribute mtd.attributes/@rowspan
type m:positive-integer
source <xsd:attribute name="rowspan" type="m:positive-integer"/>


attribute mtd.attributes/@columnspan
type m:positive-integer
source <xsd:attribute name="columnspan" type="m:positive-integer"/>


attribute mtd.attributes/@rowalign
type restriction of xsd:token
source <xsd:attribute name="rowalign">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="top">
</xsd:enumeration> <xsd:enumeration value="bottom">
</xsd:enumeration> <xsd:enumeration value="center">
</xsd:enumeration> <xsd:enumeration value="baseline">
</xsd:enumeration> <xsd:enumeration value="axis">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>


attribute mtd.attributes/@columnalign
type m:columnalignstyle
source <xsd:attribute name="columnalign" type="m:columnalignstyle"/>


attribute mtd.attributes/@groupalign
type m:group-alignment-list
source <xsd:attribute name="groupalign" type="m:group-alignment-list"/>