version |
|
namespace |
http://www.w3.org/1998/Math/MathML |
used by |
|
attributes |
|
source |
<xsd:attributeGroup name="mspace.attlist"> <xsd:attribute name="width" default="0em">
|
<xsd:simpleType> <xsd:union memberTypes="length-with-unit named-space"/> </xsd:simpleType> |
</xsd:attribute> <xsd:attribute name="height" type="length-with-unit" default="0ex"/> <xsd:attribute name="depth" type="length-with-unit" default="0ex"/> <xsd:attribute name="linebreak" default="auto">
|
<xsd:simpleType> <xsd:restriction base="xs:string">
|
<xsd:enumeration value="auto"> </xsd:enumeration> |
|
<xsd:enumeration value="newline"> </xsd:enumeration> |
|
<xsd:enumeration value="indentingnewline"> </xsd:enumeration> |
|
<xsd:enumeration value="nobreak"> </xsd:enumeration> |
|
<xsd:enumeration value="goodbreak"> </xsd:enumeration> |
|
<xsd:enumeration value="badbreak"> </xsd:enumeration> |
</xsd:restriction> </xsd:simpleType> |
</xsd:attribute> <xsd:attributeGroup ref="Common.attrib"/> </xsd:attributeGroup> |