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:attributeGroup>
<xsd:simpleType>
</xsd:attribute> <xsd:attribute name="columnalign"
default="center">
<xsd:restriction base="xs:string">
</xsd:simpleType>
<xsd:pattern value="(top|bottom|center|baseline|axis)( top|
bottom| center| baseline| axis)*">
</xsd:pattern>
</xsd:restriction>
<xsd:simpleType>
</xsd:attribute> <xsd:attribute name="groupalign"
type="xs:string">
</xsd:attribute>
<xsd:restriction base="xs:string">
</xsd:simpleType>
<xsd:pattern value="(left|center|right)( left| center|
right)*">
</xsd:pattern>
</xsd:restriction>
|
type | restriction of xsd:string |
source |
<xsd:attribute name="rowalign"
default="baseline">
<xsd:simpleType>
</xsd:attribute>
<xsd:restriction base="xs:string">
</xsd:simpleType>
<xsd:pattern value="(top|bottom|center|baseline|axis)( top|
bottom| center| baseline| axis)*">
</xsd:pattern>
</xsd:restriction>
|
type | restriction of xsd:string |
source |
<xsd:attribute name="columnalign"
default="center">
<xsd:simpleType>
</xsd:attribute>
<xsd:restriction base="xs:string">
</xsd:simpleType>
<xsd:pattern value="(left|center|right)( left| center|
right)*">
</xsd:pattern>
</xsd:restriction>
|
type | xsd:string |
source | <xsd:attribute name="groupalign" type="xs:string"/> |