attributeGroup  math.attlist 
versionV3_1
namespacehttp://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        
xlink:href xsd:anyURI        
source<xsd:attributeGroup  name="math.attlist">
<xsd:attributeGroup  ref="Browser-interface.attrib">
</xsd:attributeGroup> <xsd:attribute  name="macros"  type="xs:string">
</xsd:attribute> <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>
</xsd:attributeGroup>

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

attribute  math.attlist/@display 
typerestriction of xsd:string
source<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>