QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
background | union of(m:color, restriction of xs:token) | optional | ||||
class | xs:NMTOKENS | optional | ||||
color | m:color | optional | ||||
dir | restriction of xs:token | optional | ||||
fontfamily | optional | |||||
fontsize | m:length | optional | ||||
fontstyle | restriction of xs:token | optional | ||||
fontweight | restriction of xs:token | optional | ||||
href | xs:anyURI | optional | ||||
id | xs:ID | optional | ||||
mathbackground | union of(m:color, restriction of xs:token) | optional | ||||
mathcolor | m:color | optional | ||||
mathsize | union of(m:length, restriction of xs:token, restriction of xs:token, restriction of xs:token) | optional | ||||
mathvariant | restriction of xs:token | optional | ||||
other | optional | |||||
style | xs:string | optional | ||||
xref | optional | |||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/1998/Math/MathML' |
<xs:element name="mn" substitutionGroup="m:TokenExpression"> <xs:complexType mixed="true"> <xs:group minOccurs="0" maxOccurs="unbounded" ref="m:token.content"/> <xs:attributeGroup ref="m:mn.attributes"/> </xs:complexType> </xs:element> |