attributeGroup "mstyle.attlist"
Namespace:
Content:
35+any attributes
Defined:
globally in style.xsd, see XML source
Includes:
definitions of 14 attributes
Used:
XML Representation Summary
<...
    accent
 = 
xs:boolean
    background
 = 
xs:string : "transparent"
    class
 = 
xs:NMTOKENS
    color
 = 
xs:string
    displaystyle
 = 
xs:boolean
    fence
 = 
xs:boolean
    form
 = 
("prefix" | "infix" | "postfix")
    id
 = 
xs:ID
    largeop
 = 
xs:boolean
    linethickness
 = 
(xs:string | ("thin" | "medium" | "thick")) : "1"
    lspace
 = 
(xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace"))
    mathbackground
 = 
xs:string
    mathcolor
 = 
xs:string
    mathsize
 = 
(("small" | "normal" | "big") | xs:string)
    mathvariant
 = 
("normal" | "bold" | "italic" | "bold-italic" | "double-struck" | "bold-fraktur" | "script" | "bold-script" | "fraktur" | "sans-serif" | "bold-sans-serif" | "sans-serif-italic" | "sans-serif-bold-italic" | "monospace")
    maxsize
 = 
(xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace") | "infinity" | xs:float)
    mediummathspace
 = 
xs:string : "0.222222em"
    minsize
 = 
(xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace"))
    movablelimits
 = 
xs:boolean
    rspace
 = 
(xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace"))
    scriptlevel
 = 
xs:integer
    scriptminsize
 = 
xs:string : "8pt"
    scriptsizemultiplier
 = 
xs:decimal : "0.71"
    separator
 = 
xs:boolean
    stretchy
 = 
xs:boolean
    style
 = 
xs:string
    symmetric
 = 
xs:boolean
    thickmathspace
 = 
xs:string : "0.277778em"
    thinmathspace
 = 
xs:string : "0.166667em"
    verythickmathspace
 = 
xs:string : "0.333333em"
    verythinmathspace
 = 
xs:string : "0.111111em"
    veryverythickmathspace
 = 
xs:string : "0.388889em"
    veryverythinmathspace
 = 
xs:string : "0.0555556em"
    xlink:href
 = 
anyURI
    xref
 = 
xs:IDREF
    {any attribute with non-schema namespace}
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="mstyle.attlist">
<xs:attribute name="scriptlevel" type="xs:integer"/>
<xs:attribute name="displaystyle" type="xs:boolean"/>
<xs:attribute default="0.71" name="scriptsizemultiplier" type="xs:decimal"/>
<xs:attribute default="8pt" name="scriptminsize" type="length-with-unit"/>
<xs:attribute name="color" type="xs:string"/>
<xs:attribute default="transparent" name="background" type="xs:string"/>
<xs:attribute default="0.0555556em" name="veryverythinmathspace" type="length-with-unit"/>
<xs:attribute default="0.111111em" name="verythinmathspace" type="length-with-unit"/>
<xs:attribute default="0.166667em" name="thinmathspace" type="length-with-unit"/>
<xs:attribute default="0.222222em" name="mediummathspace" type="length-with-unit"/>
<xs:attribute default="0.277778em" name="thickmathspace" type="length-with-unit"/>
<xs:attribute default="0.333333em" name="verythickmathspace" type="length-with-unit"/>
<xs:attribute default="0.388889em" name="veryverythickmathspace" type="length-with-unit"/>
<xs:attribute default="1" name="linethickness">
<xs:simpleType>
<xs:union memberTypes="length-with-optional-unit thickness"/>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="Operator.attrib"/>
<xs:attributeGroup ref="Token-style.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 14/36)
background
Type:
xs:string, predefined
Use:
optional
Attribute Value
Default:
"transparent"
XML Source (see within schema source)
<xs:attribute default="transparent" name="background" type="xs:string"/>

color
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="color" type="xs:string"/>

displaystyle
Type:
xs:boolean, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="displaystyle" type="xs:boolean"/>

linethickness
Type:
Use:
optional
Attribute Value
xs:string | ("thin" | "medium" | "thick")
Default:
"1"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute default="1" name="linethickness">
<xs:simpleType>
<xs:union memberTypes="length-with-optional-unit thickness"/>
</xs:simpleType>
</xs:attribute>

mediummathspace
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
(-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
Default:
"0.222222em"
XML Source (see within schema source)
<xs:attribute default="0.222222em" name="mediummathspace" type="length-with-unit"/>

scriptlevel
Type:
xs:integer, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="scriptlevel" type="xs:integer"/>

scriptminsize
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
(-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
Default:
"8pt"
XML Source (see within schema source)
<xs:attribute default="8pt" name="scriptminsize" type="length-with-unit"/>

scriptsizemultiplier
Type:
xs:decimal, predefined
Use:
optional
Attribute Value
Default:
"0.71"
XML Source (see within schema source)
<xs:attribute default="0.71" name="scriptsizemultiplier" type="xs:decimal"/>

thickmathspace
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
(-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
Default:
"0.277778em"
XML Source (see within schema source)
<xs:attribute default="0.277778em" name="thickmathspace" type="length-with-unit"/>

thinmathspace
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
(-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
Default:
"0.166667em"
XML Source (see within schema source)
<xs:attribute default="0.166667em" name="thinmathspace" type="length-with-unit"/>

verythickmathspace
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
(-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
Default:
"0.333333em"
XML Source (see within schema source)
<xs:attribute default="0.333333em" name="verythickmathspace" type="length-with-unit"/>

verythinmathspace
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
(-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
Default:
"0.111111em"
XML Source (see within schema source)
<xs:attribute default="0.111111em" name="verythinmathspace" type="length-with-unit"/>

veryverythickmathspace
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
(-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
Default:
"0.388889em"
XML Source (see within schema source)
<xs:attribute default="0.388889em" name="veryverythickmathspace" type="length-with-unit"/>

veryverythinmathspace
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
(-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
Default:
"0.0555556em"
XML Source (see within schema source)
<xs:attribute default="0.0555556em" name="veryverythinmathspace" type="length-with-unit"/>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set