simpleType named-space
version
namespace http://www.w3.org/1998/Math/MathML
type restriction of xsd:string
used by
attribute {}:Operator.attrib/@lspace {}:Operator.attrib/@maxsize {}:Operator.attrib/@minsize {}:Operator.attrib/@rspace {}:mspace.attlist/@width
source <xsd:simpleType name="named-space">
<xsd:restriction base="xs:string">
<xsd:enumeration value="veryverythinmathspace">
</xsd:enumeration>
<xsd:enumeration value="verythinmathspace">
</xsd:enumeration>
<xsd:enumeration value="thinmathspace">
</xsd:enumeration>
<xsd:enumeration value="mediummathspace">
</xsd:enumeration>
<xsd:enumeration value="thickmathspace">
</xsd:enumeration>
<xsd:enumeration value="verythickmathspace">
</xsd:enumeration>
<xsd:enumeration value="veryverythickmathspace">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>