attributeGroup math.attributes
version
namespace http://www.w3.org/1998/Math/MathML3
used by
element {http://www.w3.org/1998/Math/MathML3}:math
attributes
Name Type Use Default Fixed annotation
mathcolor m:color
mathbackground m:color
scriptlevel m:integer
displaystyle xsd:token
scriptsizemultiplier m:number
scriptminsize m:length
infixlinebreakstyle xsd:token
decimalpoint m:character
accent xsd:token
accentunder xsd:token
align xsd:token
alignmentscope xsd:token
bevelled xsd:token
charalign xsd:token
charspacing m:length
close
columnalign xsd:list
columnlines xsd:list
columnspacing xsd:list
columnspan m:positive-integer
columnwidth m:length
crossout xsd:token
denomalign xsd:token
depth m:length
dir xsd:token
edge xsd:token
equalcolumns xsd:token
equalrows xsd:token
fence xsd:token
form xsd:token
frame m:linestyle
framespacing m:length
groupalign m:group-alignment-list-list
height m:length
indentalign xsd:token
indentalignfirst xsd:token
indentalignlast xsd:token
indentshift m:length
indentshiftfirst m:length
indentshiftlast m:length
indenttarget
largeop xsd:token
leftoverhang m:length
length m:unsigned-integer
linebreak xsd:token
linebreakmultchar
linebreakstyle xsd:token
lineleading m:length
linethickness m:length
location xsd:token
longdivstyle xsd:token
lquote
lspace m:length
mathsize m:length
mathvariant xsd:token
maxsize m:length
minlabelspacing m:length
minsize m:length
movablelimits xsd:token
mslinethickness m:length
notation
numalign xsd:token
open
position m:integer
rightoverhang m:length
rowalign xsd:list
rowlines xsd:list
rowspacing xsd:list
rowspan m:positive-integer
rquote
rspace m:length
selection m:positive-integer
separator xsd:token
separators
shift m:integer
side xsd:token
stackalign xsd:token
stretchy xsd:token
subscriptshift m:length
superscriptshift m:length
symmetric xsd:token
valign m:length
width m:length
id xsd:ID
xref
class xsd:NMTOKENS
style xsd:string
href xsd:anyURI
other
display xsd:token
maxwidth m:length
overflow xsd:token
altimg xsd:anyURI
altimg-width m:length
altimg-height m:length
altimg-valign m:length
alttext
cdgroup xsd:anyURI
mode xsd:string
macros xsd:string
source <xsd:attributeGroup name="math.attributes">
<xsd:attributeGroup ref="m:CommonPresAtt">
</xsd:attributeGroup> <xsd:attributeGroup ref="m:mstyle.specificattributes">
</xsd:attributeGroup> <xsd:attributeGroup ref="m:mstyle.generalattributes">
</xsd:attributeGroup> <xsd:attributeGroup ref="m:CommonAtt">
</xsd:attributeGroup> <xsd:attribute name="display">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="block">
</xsd:enumeration> <xsd:enumeration value="inline">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> <xsd:attribute name="maxwidth" type="m:length">
</xsd:attribute> <xsd:attribute name="overflow">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="linebreak">
</xsd:enumeration> <xsd:enumeration value="scroll">
</xsd:enumeration> <xsd:enumeration value="elide">
</xsd:enumeration> <xsd:enumeration value="truncate">
</xsd:enumeration> <xsd:enumeration value="scale">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> <xsd:attribute name="altimg" type="xs:anyURI">
</xsd:attribute> <xsd:attribute name="altimg-width" type="m:length">
</xsd:attribute> <xsd:attribute name="altimg-height" type="m:length">
</xsd:attribute> <xsd:attribute name="altimg-valign">
<xsd:simpleType>
<xsd:union memberTypes="m:length">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="top">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType> <xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="middle">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType> <xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="bottom">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
</xsd:attribute> <xsd:attribute name="alttext">
</xsd:attribute> <xsd:attribute name="cdgroup" type="xs:anyURI">
</xsd:attribute> <xsd:attributeGroup ref="m:math.deprecatedattributes">
</xsd:attributeGroup>
</xsd:attributeGroup>


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


attribute math.attributes/@maxwidth
type m:length
source <xsd:attribute name="maxwidth" type="m:length"/>


attribute math.attributes/@overflow
type restriction of xsd:token
source <xsd:attribute name="overflow">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="linebreak">
</xsd:enumeration> <xsd:enumeration value="scroll">
</xsd:enumeration> <xsd:enumeration value="elide">
</xsd:enumeration> <xsd:enumeration value="truncate">
</xsd:enumeration> <xsd:enumeration value="scale">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>


attribute math.attributes/@altimg
type xsd:anyURI
source <xsd:attribute name="altimg" type="xs:anyURI"/>


attribute math.attributes/@altimg-width
type m:length
source <xsd:attribute name="altimg-width" type="m:length"/>


attribute math.attributes/@altimg-height
type m:length
source <xsd:attribute name="altimg-height" type="m:length"/>


attribute math.attributes/@altimg-valign
type union of m:length restriction of xsd:token restriction of xsd:token restriction of xsd:token
source <xsd:attribute name="altimg-valign">
<xsd:simpleType>
<xsd:union memberTypes="m:length">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="top">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType> <xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="middle">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType> <xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="bottom">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
</xsd:attribute>


attribute math.attributes/@alttext
source <xsd:attribute name="alttext"/>


attribute math.attributes/@cdgroup
type xsd:anyURI
source <xsd:attribute name="cdgroup" type="xs:anyURI"/>