version | |||||
namespace | http://www.w3.org/1998/Math/MathML3 | ||||
type | restriction of xsd:token | ||||
used by |
|
||||
source |
<xsd:simpleType name="group-alignment">
<xsd:restriction base="xs:token">
</xsd:simpleType>
<xsd:enumeration value="left">
</xsd:enumeration>
<xsd:enumeration value="center">
</xsd:enumeration>
<xsd:enumeration value="right">
</xsd:enumeration>
<xsd:enumeration value="decimalpoint">
</xsd:enumeration>
</xsd:restriction>
|