attributeGroup Table-alignment.attrib
version
namespace http://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:attributeGroup>

attribute Table-alignment.attrib/@rowalign
type restriction 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:restriction>
</xsd:simpleType>
</xsd:attribute>

attribute Table-alignment.attrib/@columnalign
type restriction 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:restriction>
</xsd:simpleType>
</xsd:attribute>

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