simpleType simple-size
version
namespace http://www.w3.org/1998/Math/MathML
type restriction of xsd:string
properties
base xs:string
used by
attribute {}:Token-style.attrib/@mathsize
facets
Kind Value annotation
enumeration small
enumeration normal
enumeration big
source <xsd:simpleType name="simple-size">
<xsd:restriction base="xs:string">
<xsd:enumeration value="small">
</xsd:enumeration>
<xsd:enumeration value="normal">
</xsd:enumeration>
<xsd:enumeration value="big">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>