attributeGroup mspace.attlist
version
namespace http://www.w3.org/1998/Math/MathML
used by
complexType {http://www.w3.org/1998/Math/MathML}:mspace.type
attributes
Name Type Use Default Fixed annotation
width length-with-unit 0em
height length-with-unit 0ex
depth length-with-unit 0ex
linebreak xsd:string auto
class xsd:NMTOKENS
style xsd:string
xref xsd:IDREF
id xsd:ID
xlink:href xsd:anyURI
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>

attribute mspace.attlist/@width
type union of length-with-unitnamed-space
source <xsd:attribute name="width" default="0em">
<xsd:simpleType>
<xsd:union memberTypes="length-with-unit named-space">
</xsd:union>
</xsd:simpleType>
</xsd:attribute>

attribute mspace.attlist/@height
type length-with-unit
source <xsd:attribute name="height" type="length-with-unit" default="0ex">
</xsd:attribute>

attribute mspace.attlist/@depth
type length-with-unit
source <xsd:attribute name="depth" type="length-with-unit" default="0ex">
</xsd:attribute>

attribute mspace.attlist/@linebreak
type restriction of xsd:string
source <xsd:attribute name="linebreak" default="auto">
<xsd:simpleType>
<xsd:restriction base="xs:string">
<xsd:enumeration value="auto"/>
<xsd:enumeration value="newline"/>
<xsd:enumeration value="indentingnewline"/>
<xsd:enumeration value="nobreak"/>
<xsd:enumeration value="goodbreak"/>
<xsd:enumeration value="badbreak"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>