attributeGroup  Table-alignment.attrib 
versionV3_1
namespacehttp://www.w3.org/1998/Math/MathML
used by
attributeGroup {http://www.w3.org/1998/Math/MathML}:mlabeledtr.attlist  {http://www.w3.org/1998/Math/MathML}:mtable.attlist  {http://www.w3.org/1998/Math/MathML}:mtd.attlist  {http://www.w3.org/1998/Math/MathML}:mtr.attlist
attributes
Name  Type Use Default Fixed annotation
rowalign xsd:string   baseline    
columnalign xsd:string   center    
groupalign xsd:string        
source<xsd:attributeGroup  name="Table-alignment.attrib">
<xsd:attribute  name="rowalign"  default="baseline">
<xsd:simpleType>
<xsd:restriction  base="xs:string">
<xsd:pattern  value="(top|bottom|center|baseline|axis)( top| bottom| center| baseline| axis)*">
</xsd:pattern>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> <xsd:attribute  name="columnalign"  default="center">
<xsd:simpleType>
<xsd:restriction  base="xs:string">
<xsd:pattern  value="(left|center|right)( left| center| right)*">
</xsd:pattern>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> <xsd:attribute  name="groupalign"  type="xs:string">
</xsd:attribute>
</xsd:attributeGroup>

attribute  Table-alignment.attrib/@rowalign 
typerestriction of xsd:string
source<xsd:attribute  name="rowalign"  default="baseline">
<xsd:simpleType>
<xsd:restriction  base="xs:string">
<xsd:pattern  value="(top|bottom|center|baseline|axis)( top| bottom| center| baseline| axis)*">
</xsd:pattern>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

attribute  Table-alignment.attrib/@columnalign 
typerestriction of xsd:string
source<xsd:attribute  name="columnalign"  default="center">
<xsd:simpleType>
<xsd:restriction  base="xs:string">
<xsd:pattern  value="(left|center|right)( left| center| right)*">
</xsd:pattern>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

attribute  Table-alignment.attrib/@groupalign 
typexsd:string
source<xsd:attribute  name="groupalign"  type="xs:string"/>