QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
bevelled | xs:boolean | optional | ||||
class | xs:NMTOKENS | optional | ||||
denomalign | centering | center | optional | |||
id | xs:ID | optional | ||||
linethickness | union of(length-with-optional-unit, thickness) | 1 | optional | |||
numalign | centering | center | optional | |||
style | xs:string | optional | ||||
xlink:href | anyURI | optional | ||||
xref | xs:IDREF | optional |
Complex Type | mfrac.type |
<xs:attributeGroup name="mfrac.attlist"> <xs:attribute name="bevelled" type="xs:boolean"/> <xs:attribute name="denomalign" type="centering" default="center"/> <xs:attribute name="numalign" type="centering" default="center"/> <xs:attribute name="linethickness" default="1"> <xs:simpleType> <xs:union memberTypes="length-with-optional-unit thickness"/> </xs:simpleType> </xs:attribute> <xs:attributeGroup ref="Common.attrib"/> </xs:attributeGroup> |