QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
class | xs:NMTOKENS | optional | ||||
depth | m:mpadded-length | optional | ||||
height | m:mpadded-length | optional | ||||
href | xs:anyURI | optional | ||||
id | xs:ID | optional | ||||
lspace | m:mpadded-length | optional | ||||
mathbackground | union of(m:color, restriction of xs:token) | optional | ||||
mathcolor | m:color | optional | ||||
other | optional | |||||
style | xs:string | optional | ||||
voffset | m:mpadded-length | optional | ||||
width | m:mpadded-length | optional | ||||
xref | optional | |||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/1998/Math/MathML' |
<xs:element name="mpadded" substitutionGroup="m:PresentationExpression"> <xs:complexType> <xs:complexContent> <xs:extension base="m:ImpliedMrow"> <xs:attributeGroup ref="m:mpadded.attributes"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |