attributeGroup  mfrac.attlist  
version  
namespace http://www.w3.org/1998/Math/MathML
used by
complexType     {http://www.w3.org/1998/Math/MathML}:mfrac.type 
attributes
Name   Type   Use   Default   Fixed   annotation
bevelled    xsd:boolean                
denomalign    centering       center        
numalign    centering       center        
linethickness    length-with-optional-unit       1        
class    xsd:NMTOKENS                
style    xsd:string                
xref    xsd:IDREF                
id    xsd:ID                
xlink:href    xsd:anyURI                
source <xsd:attributeGroup  name="mfrac.attlist">
<xsd:attribute  name="bevelled"  type="xs:boolean">
</xsd:attribute> <xsd:attribute  name="denomalign"  type="centering"  default="center">
</xsd:attribute> <xsd:attribute  name="numalign"  type="centering"  default="center">
</xsd:attribute> <xsd:attribute  name="linethickness"  default="1">
<xsd:simpleType>
<xsd:union  memberTypes="length-with-optional-unit thickness">
</xsd:union>
</xsd:simpleType>
</xsd:attribute> <xsd:attributeGroup  ref="Common.attrib">
</xsd:attributeGroup>
</xsd:attributeGroup>


attribute  mfrac.attlist/@bevelled  
type xsd:boolean 
source <xsd:attribute  name="bevelled"  type="xs:boolean"/>


attribute  mfrac.attlist/@denomalign  
type centering 
source <xsd:attribute  name="denomalign"  type="centering"  default="center"/>


attribute  mfrac.attlist/@numalign  
type centering 
source <xsd:attribute  name="numalign"  type="centering"  default="center"/>


attribute  mfrac.attlist/@linethickness  
type union of length-with-optional-unit thickness 
source <xsd:attribute  name="linethickness"  default="1">
<xsd:simpleType>
<xsd:union  memberTypes="length-with-optional-unit thickness">
</xsd:union>
</xsd:simpleType>
</xsd:attribute>