| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| class | xs:NMTOKENS | optional | ||||
| id | xs:ID | optional | ||||
| lquote | xs:string | " | optional | |||
| mathbackground | xs:string | optional | ||||
| mathcolor | xs:string | optional | ||||
| mathsize | union of(simple-size, length-with-unit) | optional | ||||
| mathvariant | restriction of xs:string | optional | ||||
| rquote | xs:string | " | optional | |||
| style | xs:string | optional | ||||
| xlink:href | anyURI | optional | ||||
| xref | xs:IDREF | optional |
| Complex Type | ms.type |
<xs:attributeGroup name="ms.attlist"> <!-- the values of "lquote" or "rquote" are not restricted to be one character strings... --> <xs:attribute name="lquote" type="xs:string" default="""/> <xs:attribute name="rquote" type="xs:string" default="""/> <xs:attributeGroup ref="Token-style.attrib"/> <xs:attributeGroup ref="Common.attrib"/> </xs:attributeGroup> |