QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
accent | restriction of xs:token | optional | ||||
background | union of(m:color, restriction of xs:token) | optional | ||||
class | xs:NMTOKENS | optional | ||||
color | m:color | optional | ||||
dir | restriction of xs:token | optional | ||||
fence | restriction of xs:token | optional | ||||
fontfamily | optional | |||||
fontsize | m:length | optional | ||||
fontstyle | restriction of xs:token | optional | ||||
fontweight | restriction of xs:token | optional | ||||
form | restriction of xs:token | optional | ||||
href | xs:anyURI | optional | ||||
id | xs:ID | optional | ||||
indentalign | restriction of xs:token | optional | ||||
indentalignfirst | restriction of xs:token | optional | ||||
indentalignlast | restriction of xs:token | optional | ||||
indentshift | m:length | optional | ||||
indentshiftfirst | union of(m:length, restriction of xs:token) | optional | ||||
indentshiftlast | union of(m:length, restriction of xs:token) | optional | ||||
indenttarget | optional | |||||
largeop | restriction of xs:token | optional | ||||
linebreak | restriction of xs:token | optional | ||||
linebreakmultchar | optional | |||||
linebreakstyle | restriction of xs:token | optional | ||||
lineleading | m:length | optional | ||||
lspace | m:length | 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 | ||||
maxsize | union of(m:length, restriction of xs:token) | optional | ||||
minsize | m:length | optional | ||||
movablelimits | restriction of xs:token | optional | ||||
other | optional | |||||
rspace | m:length | optional | ||||
separator | restriction of xs:token | optional | ||||
stretchy | restriction of xs:token | optional | ||||
style | xs:string | optional | ||||
symmetric | restriction of xs:token | optional | ||||
xref | optional |
Element | m:mo |
<xs:attributeGroup name="mo.attributes"> <xs:attributeGroup ref="m:CommonAtt"/> <xs:attributeGroup ref="m:CommonPresAtt"/> <xs:attributeGroup ref="m:TokenAtt"/> <xs:attribute name="form"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="prefix"/> <xs:enumeration value="infix"/> <xs:enumeration value="postfix"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="fence"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="true"/> <xs:enumeration value="false"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="separator"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="true"/> <xs:enumeration value="false"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="lspace" type="m:length"/> <xs:attribute name="rspace" type="m:length"/> <xs:attribute name="stretchy"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="true"/> <xs:enumeration value="false"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="symmetric"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="true"/> <xs:enumeration value="false"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="maxsize"> <xs:simpleType> <xs:union memberTypes="m:length"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="infinity"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> </xs:attribute> <xs:attribute name="minsize" type="m:length"/> <xs:attribute name="largeop"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="true"/> <xs:enumeration value="false"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="movablelimits"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="true"/> <xs:enumeration value="false"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="accent"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="true"/> <xs:enumeration value="false"/> </xs:restriction> </xs:simpleType> </xs:attribute> <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:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="lineleading" type="m:length"/> <xs:attribute name="linebreakstyle"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="before"/> <xs:enumeration value="after"/> <xs:enumeration value="duplicate"/> <xs:enumeration value="infixlinebreakstyle"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="linebreakmultchar"/> <xs:attribute name="indentalign"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="left"/> <xs:enumeration value="center"/> <xs:enumeration value="right"/> <xs:enumeration value="auto"/> <xs:enumeration value="id"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="indentshift" type="m:length"/> <xs:attribute name="indenttarget"/> <xs:attribute name="indentalignfirst"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="left"/> <xs:enumeration value="center"/> <xs:enumeration value="right"/> <xs:enumeration value="auto"/> <xs:enumeration value="id"/> <xs:enumeration value="indentalign"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="indentshiftfirst"> <xs:simpleType> <xs:union memberTypes="m:length"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="indentshift"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> </xs:attribute> <xs:attribute name="indentalignlast"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="left"/> <xs:enumeration value="center"/> <xs:enumeration value="right"/> <xs:enumeration value="auto"/> <xs:enumeration value="id"/> <xs:enumeration value="indentalign"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="indentshiftlast"> <xs:simpleType> <xs:union memberTypes="m:length"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="indentshift"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |