QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
class | xs:NMTOKENS | optional | ||||
dir | 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 | ||||
other | optional | |||||
style | xs:string | optional | ||||
xref | optional |
Element | m:mrow |
<xs:attributeGroup name="mrow.attributes"> <xs:attributeGroup ref="m:CommonAtt"/> <xs:attributeGroup ref="m:CommonPresAtt"/> <xs:attribute name="dir"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="ltr"/> <xs:enumeration value="rtl"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |