attributeGroup mfrac.attributes
version
namespace http://www.w3.org/1998/Math/MathML3
used by
element {http://www.w3.org/1998/Math/MathML3}:mfrac
attributes
Name Type Use Default Fixed annotation
id xsd:ID
xref
class xsd:NMTOKENS
style xsd:string
href xsd:anyURI
other
mathcolor m:color
mathbackground m:color
linethickness m:length
numalign xsd:token
denomalign xsd:token
bevelled xsd:token
source <xsd:attributeGroup name="mfrac.attributes">
<xsd:attributeGroup ref="m:CommonAtt">
</xsd:attributeGroup> <xsd:attributeGroup ref="m:CommonPresAtt">
</xsd:attributeGroup> <xsd:attribute name="linethickness">
<xsd:simpleType>
<xsd:union memberTypes="m:length">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="thin">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType> <xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="medium">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType> <xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="thick">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
</xsd:attribute> <xsd:attribute name="numalign">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="left">
</xsd:enumeration> <xsd:enumeration value="center">
</xsd:enumeration> <xsd:enumeration value="right">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> <xsd:attribute name="denomalign">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="left">
</xsd:enumeration> <xsd:enumeration value="center">
</xsd:enumeration> <xsd:enumeration value="right">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> <xsd:attribute name="bevelled">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="true">
</xsd:enumeration> <xsd:enumeration value="false">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:attributeGroup>


attribute mfrac.attributes/@linethickness
type union of m:length restriction of xsd:token restriction of xsd:token restriction of xsd:token
source <xsd:attribute name="linethickness">
<xsd:simpleType>
<xsd:union memberTypes="m:length">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="thin">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType> <xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="medium">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType> <xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="thick">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
</xsd:attribute>


attribute mfrac.attributes/@numalign
type restriction of xsd:token
source <xsd:attribute name="numalign">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="left">
</xsd:enumeration> <xsd:enumeration value="center">
</xsd:enumeration> <xsd:enumeration value="right">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>


attribute mfrac.attributes/@denomalign
type restriction of xsd:token
source <xsd:attribute name="denomalign">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="left">
</xsd:enumeration> <xsd:enumeration value="center">
</xsd:enumeration> <xsd:enumeration value="right">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>


attribute mfrac.attributes/@bevelled
type restriction of xsd:token
source <xsd:attribute name="bevelled">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="true">
</xsd:enumeration> <xsd:enumeration value="false">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>