simpleType centering
version
namespace http://www.w3.org/1998/Math/MathML
type restriction of xsd:string
used by
attribute {}:mfrac.attlist/@denomalign {}:mfrac.attlist/@numalign
source <xsd:simpleType name="centering">
<xsd:restriction base="xs:string">
<xsd:enumeration value="left">
</xsd:enumeration>
<xsd:enumeration value="center">
</xsd:enumeration>
<xsd:enumeration value="right">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>