simpleType
length-with-unit
version
namespace
http://www.w3.org/1998/Math/MathML
type
restriction of
xsd:string
properties
base
xs:string
used by
attribute
{}:
mspace.attlist/@depth
{}:
mspace.attlist/@height
{}:
Operator.attrib/@lspace
{}:
Token-style.attrib/@mathsize
{}:
Operator.attrib/@maxsize
{}:
mstyle.attlist/@mediummathspace
{}:
mtable.attlist/@minlabelspacing
{}:
Operator.attrib/@minsize
{}:
Operator.attrib/@rspace
{}:
mstyle.attlist/@scriptminsize
{}:
msub.attlist/@subscriptshift
{}:
msubsup.attlist/@subscriptshift
{}:
msup.attlist/@superscriptshift
{}:
msubsup.attlist/@superscriptshift
{}:
mstyle.attlist/@thickmathspace
{}:
mstyle.attlist/@thinmathspace
{}:
mstyle.attlist/@verythickmathspace
{}:
mstyle.attlist/@verythinmathspace
{}:
mstyle.attlist/@veryverythickmathspace
{}:
mstyle.attlist/@veryverythinmathspace
{}:
mspace.attlist/@width
facets
Kind
Value
annotation
pattern
(-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
source
<
xsd:simpleType
name
="
length-with-unit
"
>
<
xsd:restriction
base
="
xs:string
"
>
<
xsd:pattern
value
="
(-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
"
>
<
/
xsd:pattern
>
<
/
xsd:restriction
>
<
/
xsd:simpleType
>