attributeGroup mtr.attributes
version
namespace http://www.w3.org/1998/Math/MathML3
used by
element {http://www.w3.org/1998/Math/MathML3}:mtr
attributeGroup {http://www.w3.org/1998/Math/MathML3}:mlabeledtr.attributes
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
rowalign xsd:token
columnalign xsd:list
groupalign m:group-alignment-list-list
source <xsd:attributeGroup name="mtr.attributes">
<xsd:attributeGroup ref="m:CommonAtt">
</xsd:attributeGroup> <xsd:attributeGroup ref="m:CommonPresAtt">
</xsd:attributeGroup> <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">
<xsd:simpleType>
<xsd:restriction>
<xsd:simpleType>
<xsd:list itemType="m:columnalignstyle">
</xsd:list>
</xsd:simpleType> <xsd:minLength value="1">
</xsd:minLength>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> <xsd:attribute name="groupalign" type="m:group-alignment-list-list">
</xsd:attribute>
</xsd:attributeGroup>


attribute mtr.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 mtr.attributes/@columnalign
type restriction of list of m:columnalignstyle
source <xsd:attribute name="columnalign">
<xsd:simpleType>
<xsd:restriction>
<xsd:simpleType>
<xsd:list itemType="m:columnalignstyle">
</xsd:list>
</xsd:simpleType> <xsd:minLength value="1">
</xsd:minLength>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>


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