m:length

Simple Type Information

Used By

Attributes m:DeprecatedTokenAtt/@fontsize, m:math.attributes/@altimg-height, m:math.attributes/@altimg-width, m:math.attributes/@maxwidth, m:mglyph.attributes/@height, m:mglyph.attributes/@valign, m:mglyph.attributes/@width, m:mo.attributes/@indentshift, m:mo.attributes/@lineleading, m:mo.attributes/@lspace, m:mo.attributes/@minsize, m:mo.attributes/@rspace, m:msline.attributes/@leftoverhang, m:msline.attributes/@rightoverhang, m:mspace.attributes/@depth, m:mspace.attributes/@height, m:mspace.attributes/@indentshift, m:mspace.attributes/@width, m:mstyle.deprecatedattributes/@mediummathspace, m:mstyle.deprecatedattributes/@thickmathspace, m:mstyle.deprecatedattributes/@thinmathspace, m:mstyle.deprecatedattributes/@verythickmathspace, m:mstyle.deprecatedattributes/@verythinmathspace, m:mstyle.deprecatedattributes/@veryverythickmathspace, m:mstyle.deprecatedattributes/@veryverythinmathspace, m:mstyle.generalattributes/@depth, m:mstyle.generalattributes/@height, m:mstyle.generalattributes/@indentshift, m:mstyle.generalattributes/@leftoverhang, m:mstyle.generalattributes/@lineleading, m:mstyle.generalattributes/@lspace, m:mstyle.generalattributes/@minlabelspacing, m:mstyle.generalattributes/@minsize, m:mstyle.generalattributes/@rightoverhang, m:mstyle.generalattributes/@rspace, m:mstyle.generalattributes/@subscriptshift, m:mstyle.generalattributes/@superscriptshift, m:mstyle.generalattributes/@valign, m:mstyle.generalattributes/@width, m:mstyle.specificattributes/@scriptminsize, m:msub.attributes/@subscriptshift, m:msubsup.attributes/@subscriptshift, m:msubsup.attributes/@superscriptshift, m:msup.attributes/@superscriptshift, m:mtable.attributes/@minlabelspacing

Source

<xs:simpleType name="length">
  <xs:restriction base="xs:string">
    <xs:pattern value="\s*((-?[0-9]*([0-9]\.?|\.[0-9])[0-9]*(e[mx]|in|cm|mm|p[xtc]|%)?)|(negative)?((very){0,2}thi(n|ck)|medium)mathspace)\s*"/>
  </xs:restriction>
</xs:simpleType>