version |
|
namespace |
http://www.w3.org/1998/Math/MathML |
used by |
|
attributes |
|
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> |