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 | ||||
depth | m:length | 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 | ||||
height | m:length | optional | ||||
href | xs:anyURI | optional | ||||
id | xs:ID | optional | ||||
linebreak | restriction of xs:token | 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 | ||||
width | m:length | optional | ||||
xref | optional |
Element | m:mspace |
<xs:attributeGroup name="mspace.attributes"> <xs:attributeGroup ref="m:CommonAtt"/> <xs:attributeGroup ref="m:CommonPresAtt"/> <xs:attributeGroup ref="m:TokenAtt"/> <xs:attribute name="width" type="m:length"/> <xs:attribute name="height" type="m:length"/> <xs:attribute name="depth" type="m:length"/> <xs:attribute name="linebreak"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="auto"/> <xs:enumeration value="newline"/> <xs:enumeration value="nobreak"/> <xs:enumeration value="goodbreak"/> <xs:enumeration value="badbreak"/> <xs:enumeration value="indentingnewline"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |