| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| class | xs:NMTOKENS | optional | ||||
| groupalign | 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:maligngroup |
<xs:attributeGroup name="maligngroup.attributes"> <xs:attributeGroup ref="m:CommonAtt"/> <xs:attributeGroup ref="m:CommonPresAtt"/> <xs:attribute name="groupalign"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="left"/> <xs:enumeration value="center"/> <xs:enumeration value="right"/> <xs:enumeration value="decimalpoint"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |