m:math.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
accent restriction of xs:token optional
accentunder restriction of xs:token optional
align restriction of xs:token optional
alignmentscope restriction of list of restriction of xs:token optional
altimg xs:anyURI optional
altimg-height m:length optional
altimg-valign union of(m:length, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
altimg-width m:length optional
alttext optional
bevelled restriction of xs:token optional
cdgroup xs:anyURI optional
charalign restriction of xs:token optional
charspacing union of(m:length, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
class xs:NMTOKENS optional
close optional
columnalign restriction of list of m:columnalignstyle optional
columnlines restriction of list of m:linestyle optional
columnspacing restriction of list of m:length optional
columnspan m:positive-integer optional
columnwidth restriction of list of union of(m:length, restriction of xs:token, restriction of xs:token) optional
crossout list of restriction of xs:token optional
decimalpoint m:character optional
denomalign restriction of xs:token optional
depth m:length optional
dir restriction of xs:token optional
display restriction of xs:token optional
displaystyle restriction of xs:token optional
edge restriction of xs:token optional
equalcolumns restriction of xs:token optional
equalrows restriction of xs:token optional
fence restriction of xs:token optional
form restriction of xs:token optional
frame m:linestyle optional
framespacing restriction of list of union of(m:length, m:length) optional
groupalign m:group-alignment-list-list optional
height m:length optional
href xs:anyURI optional
id xs:ID optional
indentalign restriction of xs:token optional
indentalignfirst restriction of xs:token optional
indentalignlast restriction of xs:token optional
indentshift m:length optional
indentshiftfirst union of(m:length, restriction of xs:token) optional
indentshiftlast union of(m:length, restriction of xs:token) optional
indenttarget optional
infixlinebreakstyle restriction of xs:token optional
largeop restriction of xs:token optional
leftoverhang m:length optional
length m:unsigned-integer optional
linebreak restriction of xs:token optional
linebreakmultchar optional
linebreakstyle restriction of xs:token optional
lineleading m:length optional
linethickness union of(m:length, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
location restriction of xs:token optional
longdivstyle restriction of xs:token optional
lquote optional
lspace m:length optional
macros xs:string optional
mathbackground union of(m:color, restriction of xs:token) optional
mathcolor m:color optional
mathsize union of(m:length, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
mathvariant restriction of xs:token optional
maxsize union of(m:length, restriction of xs:token) optional
maxwidth m:length optional
minlabelspacing m:length optional
minsize m:length optional
mode xs:string optional
movablelimits restriction of xs:token optional
mslinethickness union of(m:length, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
notation optional
numalign restriction of xs:token optional
open optional
other optional
overflow restriction of xs:token optional
position m:integer optional
rightoverhang m:length optional
rowalign restriction of list of m:verticalalign optional
rowlines restriction of list of m:linestyle optional
rowspacing restriction of list of m:length optional
rowspan m:positive-integer optional
rquote optional
rspace m:length optional
scriptlevel m:integer optional
scriptminsize m:length optional
scriptsizemultiplier m:number optional
selection m:positive-integer optional
separator restriction of xs:token optional
separators optional
shift m:integer optional
side restriction of xs:token optional
stackalign restriction of xs:token optional
stretchy restriction of xs:token optional
style xs:string optional
subscriptshift m:length optional
superscriptshift m:length optional
symmetric restriction of xs:token optional
valign m:length optional
width m:length optional
xref optional

Used By

Element m:math

Source

<xs:attributeGroup name="math.attributes">
  <xs:attributeGroup ref="m:CommonPresAtt"/>
  <xs:attributeGroup ref="m:mstyle.specificattributes"/>
  <xs:attributeGroup ref="m:mstyle.generalattributes"/>
  <xs:attributeGroup ref="m:CommonAtt"/>
  <xs:attribute name="display">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="block"/>
        <xs:enumeration value="inline"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="maxwidth" type="m:length"/>
  <xs:attribute name="overflow">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="linebreak"/>
        <xs:enumeration value="scroll"/>
        <xs:enumeration value="elide"/>
        <xs:enumeration value="truncate"/>
        <xs:enumeration value="scale"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="altimg" type="xs:anyURI"/>
  <xs:attribute name="altimg-width" type="m:length"/>
  <xs:attribute name="altimg-height" type="m:length"/>
  <xs:attribute name="altimg-valign">
    <xs:simpleType>
      <xs:union memberTypes="m:length">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="top"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="middle"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="bottom"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="alttext"/>
  <xs:attribute name="cdgroup" type="xs:anyURI"/>
  <xs:attributeGroup ref="m:math.deprecatedattributes"/>
</xs:attributeGroup>