attributeGroup math.attlist
version
namespace http://www.w3.org/1998/Math/MathML
used by
complexType {http://www.w3.org/1998/Math/MathML}:math.type
attributes
Name Type Use Default Fixed annotation
baseline xsd:string
overflow xsd:string scroll
altimg xsd:anyURI
alttext xsd:string
type xsd:string
name xsd:string
height xsd:string
width xsd:string
macros xsd:string
display xsd:string inline
class xsd:NMTOKENS
style xsd:string
xref xsd:IDREF
id xsd:ID
href xsd:anyURI
source <xsd:attributeGroup name="math.attlist">
<xsd:attributeGroup ref="Browser-interface.attrib"/>
<xsd:attribute name="macros" type="xs:string"/>
<xsd:attribute name="display" default="inline">
<xsd:simpleType>
<xsd:restriction base="xs:string">
<xsd:enumeration value="block">
</xsd:enumeration>
<xsd:enumeration value="inline">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attributeGroup ref="Common.attrib"/>
</xsd:attributeGroup>

attribute math.attlist/@macros
type xsd:string
source <xsd:attribute name="macros" type="xs:string">
</xsd:attribute>

attribute math.attlist/@display
type restriction of xsd:string
source <xsd:attribute name="display" default="inline">
<xsd:simpleType>
<xsd:restriction base="xs:string">
<xsd:enumeration value="block"/>
<xsd:enumeration value="inline"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>