attributeGroup mover.attributes
version
namespace http://www.w3.org/1998/Math/MathML3
used by
element {http://www.w3.org/1998/Math/MathML3}:mover
attributes
Name Type Use Default Fixed annotation
id xsd:ID
xref
class xsd:NMTOKENS
style xsd:string
href xsd:anyURI
other
mathcolor m:color
mathbackground m:color
accent xsd:token
align xsd:token
source <xsd:attributeGroup name="mover.attributes">
<xsd:attributeGroup ref="m:CommonAtt">
</xsd:attributeGroup> <xsd:attributeGroup ref="m:CommonPresAtt">
</xsd:attributeGroup> <xsd:attribute name="accent">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="true">
</xsd:enumeration> <xsd:enumeration value="false">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> <xsd:attribute name="align">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="left">
</xsd:enumeration> <xsd:enumeration value="right">
</xsd:enumeration> <xsd:enumeration value="center">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:attributeGroup>


attribute mover.attributes/@accent
type restriction of xsd:token
source <xsd:attribute name="accent">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="true">
</xsd:enumeration> <xsd:enumeration value="false">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>


attribute mover.attributes/@align
type restriction of xsd:token
source <xsd:attribute name="align">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="left">
</xsd:enumeration> <xsd:enumeration value="right">
</xsd:enumeration> <xsd:enumeration value="center">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>