| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| accent | xs:boolean | optional | ||||
| background | xs:string | transparent | optional | |||
| class | xs:NMTOKENS | optional | ||||
| color | xs:string | optional | ||||
| displaystyle | xs:boolean | optional | ||||
| fence | xs:boolean | optional | ||||
| form | restriction of xs:string | optional | ||||
| id | xs:ID | optional | ||||
| largeop | xs:boolean | optional | ||||
| linethickness | union of(length-with-optional-unit, thickness) | 1 | optional | |||
| lspace | union of(length-with-unit, named-space) | optional | ||||
| mathbackground | xs:string | optional | ||||
| mathcolor | xs:string | optional | ||||
| mathsize | union of(simple-size, length-with-unit) | optional | ||||
| mathvariant | restriction of xs:string | optional | ||||
| maxsize | union of(length-with-unit, named-space, infinity, xs:float) | optional | ||||
| mediummathspace | length-with-unit | 0.222222em | optional | |||
| minsize | union of(length-with-unit, named-space) | optional | ||||
| movablelimits | xs:boolean | optional | ||||
| rspace | union of(length-with-unit, named-space) | optional | ||||
| scriptlevel | xs:integer | optional | ||||
| scriptminsize | length-with-unit | 8pt | optional | |||
| scriptsizemultiplier | xs:decimal | 0.71 | optional | |||
| separator | xs:boolean | optional | ||||
| stretchy | xs:boolean | optional | ||||
| style | xs:string | optional | ||||
| symmetric | xs:boolean | optional | ||||
| thickmathspace | length-with-unit | 0.277778em | optional | |||
| thinmathspace | length-with-unit | 0.166667em | optional | |||
| verythickmathspace | length-with-unit | 0.333333em | optional | |||
| verythinmathspace | length-with-unit | 0.111111em | optional | |||
| veryverythickmathspace | length-with-unit | 0.388889em | optional | |||
| veryverythinmathspace | length-with-unit | 0.0555556em | optional | |||
| xlink:href | anyURI | optional | ||||
| xref | xs:IDREF | optional |
| Complex Type | mstyle.type |
<xs:attributeGroup name="mstyle.attlist"> <xs:attribute name="scriptlevel" type="xs:integer"/> <xs:attribute name="displaystyle" type="xs:boolean"/> <xs:attribute name="scriptsizemultiplier" type="xs:decimal" default="0.71"/> <xs:attribute name="scriptminsize" type="length-with-unit" default="8pt"/> <xs:attribute name="color" type="xs:string"/> <xs:attribute name="background" type="xs:string" default="transparent"/> <xs:attribute name="veryverythinmathspace" type="length-with-unit" default="0.0555556em"/> <xs:attribute name="verythinmathspace" type="length-with-unit" default="0.111111em"/> <xs:attribute name="thinmathspace" type="length-with-unit" default="0.166667em"/> <xs:attribute name="mediummathspace" type="length-with-unit" default="0.222222em"/> <xs:attribute name="thickmathspace" type="length-with-unit" default="0.277778em"/> <xs:attribute name="verythickmathspace" type="length-with-unit" default="0.333333em"/> <xs:attribute name="veryverythickmathspace" type="length-with-unit" default="0.388889em"/> <xs:attribute name="linethickness" default="1"> <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> |