simpleType group-alignment
version
namespace http://www.w3.org/1998/Math/MathML3
type restriction of xsd:token
used by
simpleType {http://www.w3.org/1998/Math/MathML3}:group-alignment-list
source <xsd:simpleType name="group-alignment">
<xsd:restriction base="xs:token">
<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>
</xsd:simpleType>