QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
class | xs:NMTOKENS | optional | ||||
id | xs:ID | optional | ||||
mathbackground | xs:string | optional | ||||
mathcolor | xs:string | optional | ||||
mathsize | union of(simple-size, length-with-unit) | optional | ||||
mathvariant | restriction of xs:string | optional | ||||
style | xs:string | optional | ||||
xlink:href | anyURI | optional | ||||
xref | xs:IDREF | optional | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/1998/Math/MathML' |
Element Group | Presentation-token.class |
<xs:element name="mn" type="mn.type"/> |
< mml:mfrac xmlns:mml = "http://www.w3.org/1998/Math/MathML" > |
< mml:mn> |
1 |
</ mml:mn> |
< mml:mrow> |
< mml:mn> |
2 |
</ mml:mn> |
< mml:mrow> |
< mml:mo> |
| |
</ mml:mo> |
< mml:mrow> |
< mml:mi> |
N |
</ mml:mi> |
< mml:mrow> |
< mml:mo> |
( |
</ mml:mo> |
< mml:mi> |
h |
</ mml:mi> |
< mml:mo> |
) |
</ mml:mo> |
</ mml:mrow> |
</ mml:mrow> |
< mml:mo> |
| |
</ mml:mo> |
</ mml:mrow> |
</ mml:mrow> |
</ mml:mfrac> |