version | V3_0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.w3.org/1998/Math/MathML | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:attributeGroup name="mspace.attlist">
<xsd:attribute name="width" default="0em"> </xsd:attributeGroup>
<xsd:simpleType> </xsd:attribute>
<xsd:attribute name="height" type="length-with-unit" default="0ex"></xsd:attribute>
<xsd:attribute name="depth" type="length-with-unit" default="0ex"></xsd:attribute>
<xsd:attribute name="linebreak" default="auto">
<xsd:union memberTypes="length-with-unit named-space"></xsd:union>
</xsd:simpleType>
<xsd:simpleType> </xsd:attribute>
<xsd:attributeGroup ref="Common.attrib"></xsd:attributeGroup>
<xsd:restriction base="xs:string"> </xsd:simpleType>
<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>
|
type | union of length-with-unitnamed-space |
source | <xsd:attribute name="width" default="0em">
<xsd:simpleType> </xsd:attribute>
<xsd:union memberTypes="length-with-unit named-space"></xsd:union>
</xsd:simpleType>
|
type | length-with-unit |
source | <xsd:attribute name="height" type="length-with-unit" default="0ex"/> |
type | length-with-unit |
source | <xsd:attribute name="depth" type="length-with-unit" default="0ex"/> |
type | restriction of xsd:string |
source | <xsd:attribute name="linebreak" default="auto">
<xsd:simpleType> </xsd:attribute>
<xsd:restriction base="xs:string"> </xsd:simpleType>
<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>
|